I don't understand why integral of $\sqrt{1-x^2}$ is : $1/2(x\times\sqrt{1+x^2}+\sinh^{-1}(x))$ and how can I calculate it with no help of computer ? tnx a lot
Asked
Active
Viewed 228 times
1
-
1It should be actually $\sin^{-1}$ – iamvegan Aug 31 '16 at 12:57
-
@iamvegan - how about x = sinh u? as a substitution – Cato Aug 31 '16 at 13:15
-
@iamvegan - sorry it is, you are right – Cato Aug 31 '16 at 13:20
-
i think the one shown is for sqrt(1 + x^2) – Cato Aug 31 '16 at 13:24
-
One interesting observation...if you bound the limit to $-1$ to $+1$ then the integral gives $\frac{\pi}{2}$....(graph is a semicircle).... – Soham Aug 31 '16 at 13:26
-
It is the area enclosed by an arc of a unit circle, the $x$-axis and two vertical lines. – Jack D'Aurizio Aug 31 '16 at 14:17
3 Answers
5
$x = \sin u, \quad dx = \cos u \; du$
$\displaystyle\int \sqrt{1 - x^2} \; dx$
$= \displaystyle\int\cos u \sqrt {1 - \sin ^2u} \; du$
$= \displaystyle\int\cos ^2 u \; du$
$= \displaystyle\int\dfrac{1}{2} + \dfrac {\cos 2 u}{2} \; du$
$= \dfrac{u}{2} + \dfrac{\sin 2u}{4}$
$= \dfrac{u}{2} + \dfrac{2\sin u \cos u}{4}$
$=\dfrac { \arcsin(x) }{2} + \dfrac {x\sqrt{1 - x^2}}{2} + c$

Américo Tavares
- 38,602

Cato
- 1,433
-
-
1@ iamvegan can never get it to work, it just comes out as codes on my firefox browser – Cato Aug 31 '16 at 14:45
-
1