Computing an improper integral

stripes
Messages
262
Reaction score
0

Homework Statement



\int^{1}_{0}\frac{dx}{\sqrt{1-x^{2}}}

Homework Equations



None

The Attempt at a Solution



\int^{1}_{0}\frac{dx}{\sqrt{1-x^{2}}} = sin^{-1}x\right|^{1}_{0}

sin^{-1}x\right|^{1}_{0} = \frac{\pi}{2} - 0

so the final answer is just pi/2. I have no problem computing the answer, but it's in the improper integrals section of the textbook...but I don't see this as being an improper integral. There's no need to deal with infinity at all, no asymptotes, no discontinuity on the closed interval [0,1].

Am I missing something?
 
Last edited:
Physics news on Phys.org
What happens to 1/\sqrt{1-x^2} as x\to1\quad?
 
Good call. Fixed it and showed a few extra steps, namely:

\int^{1}_{0}\frac{dx}{\sqrt{1-x^{2}}} = lim_{t\rightarrow1^{-}}\int^{t}_{0}\frac{dx}{\sqrt{1-x^{2}}}

then just computed the integral which is arcsin x, and the limit as t approaches 1 from the left for arcsin t is just pi/2.

Yay! Thanks!
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top