Computing an improper integral

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
stripes
Messages
262
Reaction score
0

Homework Statement



[tex]\int^{1}_{0}\frac{dx}{\sqrt{1-x^{2}}}[/tex]

Homework Equations



None

The Attempt at a Solution



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

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

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 [tex]1/\sqrt{1-x^2}[/tex] as [itex]x\to1\quad[/itex]?
 
Good call. Fixed it and showed a few extra steps, namely:

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

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!