I did the integration by parts and got this expression, but then I am stuck on how to take it further. I tried substituting u=1-x^2, but then I had to do a partial fraction decomposition (which I did not take). Any hints or help would be very appreciated!
Asked
Active
Viewed 1.0k times
3
-
Try the substitution $u = \sqrt{1-x^2}$ in the last integral. – Robert Israel Jan 24 '18 at 03:54
-
Here’s the MathJax tutorial – gen-ℤ ready to perish Jan 24 '18 at 04:23
3 Answers
1
Let $\sqrt{1-x^2}=t$.
Thus, $-\frac{2x}{2\sqrt{1-x^2}}dx=dt$ and $$\int\frac{1}{x\sqrt{1-x^2}}dx=-\int\left(\frac{1}{x\sqrt{1-x^2}}\cdot\frac{\sqrt{1-x^2}}{x}\right)dt=$$ $$=-\int\frac{1}{x^2}dt=-\int\frac{1}{1-t^2}dt=\frac{1}{2}\int\left(\frac{1}{t-1}-\frac{1}{t+1}\right)dt=$$ $$=\frac{1}{2}\ln\left|\frac{t-1}{t+1}\right|+C=\frac{1}{2}\ln\left|\frac{\sqrt{1-x^2}-1}{\sqrt{1-x^2}+1}\right|+C.$$
Michael Rozenberg
- 194,933
-1
-
Welcome to MSE. It is in your best interest that you type your questions (using MathJax) instead of posting links to pictures. – José Carlos Santos Aug 07 '19 at 11:36
