MHB Find the volume of the solid of revolution, or state that it does not exist.

abc1
Messages
9
Reaction score
0
Find the volume of the solid of revolution, or state that it does not exist. The region bounded by f(x)= the square root of ((x+3)/(x^3)) and the x-axis on the interval [1,infinity) is revolved around the x-axis.

I tried using the disk method: pi* (sqrt(((x+3)/(x^3)))^2
Then I think I have to take the limit as b is approaching infinity from 1 to b of pi* (sqrt(((x+3)/(x^3)))^2. But I don't know how to take the limit now. Am I doing this problem correctly? Can someone please help me solve it?
 
Physics news on Phys.org
We are given:

$$f(x)=\sqrt{\frac{x+3}{x^3}}$$

The volume of an arbitrary disk is:

$$dV=\pi r^2\,dx$$

where:

$$r=f(x)=\sqrt{\frac{x+3}{x^3}}$$

Hence:

$$dV=\pi\frac{x+3}{x^3}\,dx$$

And so:

$$V=\pi\int_1^{\infty}\frac{x+3}{x^3}\,dx$$

Since this is an improper integral, we may write:

$$V=\pi\lim_{t\to\infty}\left(\int_1^{t}\frac{x+3}{x^3}\,dx \right)$$

I would suggest rewriting the integrand:

$$V=\pi\lim_{t\to\infty}\left(\int_1^{t}x^{-2}+3x^{-3}\,dx \right)$$

Now, apply the FTOC and then take the limit of the result. Can you proceed?
 
Thank you so much for replying! I was just wondering, would it be possible to use lhopital's rule to find the limit since V=πlimt→∞(∫t1x+3x3dx) would be infinity over infinity? I tried that and I got 1/(3x^2) and then tried to apply the fundamental theorem of calculus, but I got the wrong answer, and I don't understand why.
 
Also, I tried proceeding from where you left off, applying the FTOC and I got pi * (lim as b approches infinity of (b^-2 +3b^-3) - 4. So then wouldn't that equal pi * ( infinity + 4) so it would be infinity so it would diverge?
 
No, it's not an indeterminate form...I would write:

$$V=\pi\lim_{t\to\infty}\left(\int_1^{t}x^{-2}+3x^{-3}\,dx \right)=\pi\lim_{t\to\infty}\left(\left[\frac{x^{-1}}{-1}+\frac{3x^{-2}}{-2} \right]_1^t \right)$$

$$V=-\pi\lim_{t\to\infty}\left(\left[\frac{1}{x}+\frac{3}{2x^2} \right]_1^t \right)=-\pi\lim_{t\to\infty}\left(\frac{1}{t}+\frac{3}{2t^2}-\frac{1}{1}-\frac{3}{2} \right)$$

Can you take the limit now?
 
Thanks so much! I got 5/2!

- - - Updated - - -

I have one more question though. Why wasn't it an indeterminate form? It looked like it would be infinity over infinity.
 
abc said:
Thanks so much! I got 5/2!

- - - Updated - - -

I have one more question though. Why wasn't it an indeterminate form? It looked like it would be infinity over infinity.

Don't forget the factor of $\pi$. :D

Do you mean the integrand in its original form? The following is not true in general:

$$\int_a^b\frac{f(x)}{g(x)}\,dx=\frac{\int_a^b f(x)\,dx}{\int_a^b g(x)\,dx}$$
 
Oh okay! Thanks so much again for your help! :)
 
Back
Top