2
$\begingroup$

I am trying to solve this derivation:

$$\int \frac{1}{\sqrt{(1 - x^2)}\arcsin^3x} dx $$

using substitution. My problem is that I can not find the right way to use substitution in this case.

The result should be:

$$ C- \frac{1}{2(\arcsin^2x)}$$

note: I guess that I should use this formula:

$$ \int \frac{1}{\sqrt{1-x^2}}dx = \arcsin x + C $$

Thank you.

  • 0
    Your formula for the antiderivative of $\frac{1}{1-x^2}$ is not correct. If you fix that (double check the derivative of arcsin x), you should see easily how to do the problem.2017-01-09
  • 0
    Ohh, I know... I have just wrote it wrong2017-01-09

1 Answers 1

6

Notice that the derivative of $\arcsin(x)$ appears in this integrand. In general, this tells us that $u$-substitution would be a good thing to try; in our case, if we let $u = \arcsin(x)$, we get $\displaystyle du = \frac{dx}{\sqrt{1 - x^2}}$. Thus our integral becomes:

$$\int \frac{1}{\sqrt{1 - x^2} \ \arcsin^3(x)} \ dx \ =\ \int \frac{1}{u^3} \ du$$

  • 0
    So easy... :) Thanks.2017-01-09
  • 0
    Yep! Just takes practice doing a ton of these sorts of problems2017-01-09
  • 0
    I know! Sometimes I just do not see it (need more practice). :)2017-01-09