10
$\begingroup$

I often have trouble getting Wolfram|Alpha to compute definite integrals with variable bounds, and I'm wondering whether I'm missing something.

Some examples: $\int_a^b \sin x\mathrm dx$ and $\int \arcsin x \mathrm dx$ work fine; $\int_0^a \arcsin x \mathrm dx$ already requires extra time to finish; and $\int_a^b \arcsin x \mathrm dx$ doesn't compute even with extra time.

I'm thinking it probably has something to do with the conditions on the bounds, since there are conditions for the arcsine but not for the sine. It could be that W|A is having a hard time figuring out the conditions by itself; if so, how could I help it along?

  • 0
    I did not try yo$u$r case but I had (and stil ha$v$e) W|A behaving differently in Firefox and Internet Explorer.2011-09-23

1 Answers 1

1

Yes, in Mathematica directly specifying conditions reduces computation time and sometimes allows to obtain a result at all. Mathematica input Integrate[ArcSin[x],{x,a,b},Assumptions->{-1<=a gets a result, but somewhat strange one, the integral is considered as indefinite.

  • 0
    @joriki It seems that since WA understands syntax the only probable reason is time limit. So instability due perhaps to the amount of other requests processed at the moment. If this is the case there is nothing to be done.2011-07-16