Evaluating $\int \frac{\sqrt{1-x^2}}{x^2} \operatorname d \! x$

159 Views Asked by At

I am trying to find $$\int \dfrac{\sqrt{1-x^2}}{x^2} \operatorname d \! x$$

I can get to $${\int \dfrac{\sin x}{\cos^2x}\operatorname d \! x}$$

I tried u substitution by making $u=\cos x$ and $du= −\sin x dx$

but this leads to $$\int \dfrac{1}{u^2}\operatorname d \! u$$ and this is where I get stuck $$ \dfrac{1}{\cos x}.$$

The actual answer is $\int \frac{\sqrt{1-x^2}}{x^2}dx=-\frac{\sqrt{1-x^2}}{x}-\arcsin \left(x\right)+C$

From where does the arcsin(x) come from? Also the first term doesn't make sense if I'm dealing with 1/cosx ... :(

3

There are 3 best solutions below

3
On BEST ANSWER

Careful, you left out your variable of integration (the $dx$) and also used $x$ to mean two different things. Let's back up and be more careful. $$x = \cos \theta,\ dx = -\sin \theta d\theta$$ $$\int \frac{\sqrt{1-x^2}}{x^2} dx = \int \frac{\sin \theta}{\cos^2 \theta}(-\sin \theta d\theta) = -\int\tan^2\theta d\theta$$ (Since I wrote this answer other people have edited the original question and added in the $d$s, but the other problems remain.)

1
On

You're almost there. $$\int \frac{du}{u^2}=\int u^{-2}du=-u^{-1}+C$$

Now substitute back to your original variables.

0
On

Let $$x = \cos \theta $$ $$dx = - \sin \theta \ d \theta $$

then you should get $$\int \frac{ \sin \theta}{\cos^2 \theta} (- \sin \theta) \ d \theta $$ $$ \int (1 - \sec^2 \theta) \ d\theta $$

You should be able to finish it now.