Parthalan
- 27
- 0
Homework Statement
The area enclosed between the ellipse 4x^2 + 9y^2 = 36 and its auxiliary circle x^2 + y^2 = 9 is rotated about the y-axis through \pi radians. Find, by integration, the volume generated.
This is the whole question. I assume it means bounded by the x-axis, but even if this isn't the case, my answer is wrong. :(
Solution: 12\pi
Homework Equations
V = \int_a^b{A(y)\,dy}
The Attempt at a Solution
x^2 + y^2 = 9 \Rightarrow x^2 = 9 - y^2
4x^2 + 9y^2 = 36 \Rightarrow x^2 = \frac{36-9y^2}{4}
A(y) = \pi \left [ \left ( 9-y^2 \right ) - \left ( \frac{36-9y^2}{4} \right ) \right ] = \frac{5\pi}{4}y^2
\int_0^3{\frac{5\pi}{4}y^2\,dy} = \frac{5\pi}{4} \left [ \frac{y^3}{3} \right ]^3_0 = \frac{45\pi}{4}
I hope someone can help me find where I went wrong! Thanks very much.