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!
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top