Calculating Volume by Integration

  • Thread starter Thread starter johnhuntsman
  • Start date Start date
  • Tags Tags
    Integration Volume
johnhuntsman
Messages
76
Reaction score
0
Find the volume of the solid obtained by rotating the region bounded by the curves:

x = 2 sqrt(y), x = 0, y = 9; about the y-axis

I have this graphed and everything so I'm not sure there's a need to worry about that.

Setup (integrating with respect to y):
Outer radius = x = 2 sqrt(y). Inner radius = x = 0. Bounded by y = 9 and 0.

9
∫π[2 sqrt(y)]^2 dy
0

Which is equivalent to:
_______9
(2πy^2)| = 36π
_______0

However, my book says the answer is 162π. What am I doing wrong?
 
Physics news on Phys.org
Ahhh now you might've missed this :

x = 2\sqrt{y}

So your volume integral becomes :

\pi \int_{0}^{9} 4y \space dy

Since f^2(y) = 4y
 
Last edited:
Zondrina said:
Ahhh now you might've missed this :

x = 2\sqrt{y}

So your volume integral becomes :

\int_{0}^{9} 4y \space dy

Since f^2(y) = 4y

That doesn't change what I get at the end. I'll still factor out the 4 and the π and what's left in the integral will still come to be (y^2) / 2. Multiply that by what's outside the integral and I still have 2πy^2.
 
johnhuntsman said:
That doesn't change what I get at the end. I'll still factor out the 4 and the π and what's left in the integral will still come to be (y^2) / 2. Multiply that by what's outside the integral and I still have 2πy^2.

Oh whoops, in my last post i meant your integral is really :

π \int_{0}^{9} 4y \space dy

So, integrating it you get :

π \int_{0}^{9} 4y \space dy = 4π \int_{0}^{9} y \space dy = 2π[y^2]_{0}^{9} \space dy

Do you see it now?
 
Aah. I know what I did. I just thought that came out to 36π for some stupid reason. Alright thanks. Sorry about that. I'm a bit of a dope : D
 
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