Solve Improper Integral: \int_{-3}^{1}\frac{x}{\sqrt{9-x^{2}}}

darkchild
Messages
153
Reaction score
0

Homework Statement


\int_{-3}^{1}\frac{x}{\sqrt{9-x^{2}}}

Homework Equations



Let f be continuous on the half-open interval (a, b] and suppose that
\lim_{x \to a^{+}} |f(x)| = \infty. Then

\int_{a}^{b}f(x) dx = \lim_{ t \to a^{+}}\int_{t}^{b}f(x)<br /> dx



The Attempt at a Solution



\int_{-3}^{1}\frac{x}{\sqrt{9-x^{2}}}<br /> <br /> = \lim_{ t \to -3^{+}}\int_{t}^{1}\frac{x}{\sqrt{9-x^{2}}}<br /> <br />

u = 9 - x^{2}
du = -2x dx

\lim_{ t \to -3^{+}}\int_{t}^{1}\frac{x}{\sqrt{9-x^{2}}}<br /> <br /> = \lim_{ t \to 0^{+}}-\frac{1}{2}\int_{t}^{8} u^{-1/2} du <br /> <br /> =\lim_{ t \to 0^{+}}-u^{1/2}|_{t}^{8}<br /> <br /> =-\sqrt{3sin(1)} + \lim_{ t \to -3^{+}}\sqrt{3sin(t)}<br /> <br /> =-1.588840129 + ?

I get 0 for the limit, but according to Maple and my graphing calculator, that does not give the correct value for this integral. The correct value is approximately -2.8. May I please have some guidance as to what may have went wrong?
 
Physics news on Phys.org
darkchild said:
\int_{-3}^{1}\frac{x}{\sqrt{9-x^{2}}}<br /> <br /> = \lim_{ t \to -3^{+}}\int_{t}^{1}\frac{x}{\sqrt{9-x^{2}}}<br /> <br />

u = 9 - x^{2}
du = -2x dx

\lim_{ t \to -3^{+}}\int_{t}^{1}\frac{x}{\sqrt{9-x^{2}}}<br /> <br /> = \lim_{ t \to 0^{+}}-\frac{1}{2}\int_{t}^{8} u^{-1/2} du <br /> <br /> =\lim_{ t \to 0^{+}}-u^{1/2}|_{t}^{8}<br /> <br /> =-\sqrt{3sin(1)} + \lim_{ t \to -3^{+}}\sqrt{3sin(t)}<br /> <br /> =-1.588840129 + ?

I get 0 for the limit, but according to Maple and my graphing calculator, that does not give the correct value for this integral. The correct value is approximately -2.8. May I please have some guidance as to what may have went wrong?

I don't understand that step where you introduce sine. You should just get:

<br /> \lim_{ t \to 0^{+}}-u^{1/2}|_{t}^{8}<br /> <br /> =-\lim_{t \to 0^+}(\sqrt{8} - \sqrt{t})<br /> <br /> = 0 - 2\sqrt{2}<br /> <br /> = -2\sqrt{2}<br /> <br /> \approx -2.8<br />
 
xeno_gear said:
I don't understand that step where you introduce sine. You should just get:

Oh, god, I made an incredibly stupid mistake...Thank you.
 
haha, it happens. no worries.
 
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