mistanervous
- 3
- 0
Homework Statement
Find the volume of the solid bounded by the surfaces
## (x^2 + y^2 + y)^2 = x^2 + y^2 ##
##x + y + z = 3 ##
and ##z = 0##
Homework Equations
The Attempt at a Solution
I begin by converting to polar coordinates to do a cylindrical integration with 3 variables.
## (x^2 + y^2 + y)^2 = x^2 + y^2 ## becomes ##r^4 + 2r^3\sin\theta + r^2\sin\theta = r^2##
##x + y + z = 3 ## becomes ##z = 3 - r\cos\theta - r\sin\theta##
I graphed the first equation and found that 2 is the maximum value of r. Now I write a triple integral in cylindrical coordinates.
$$V = \iiint_E f(r\cos\theta,r\sin\theta,z) r\,dz\,dr\,d\theta$$
then
$$\int_{0}^{2\pi}\int_{0}^{2}\int_{0}^{3-r\cos\theta-r\sin\theta}r\,dzdrd\theta$$
then
$$\int_{0}^{2\pi}\int_{0}^{2}3r-r^2\cos\theta-r^2\sin\theta\,drd\theta$$
then
$$\int_{0}^{2\pi}6-\frac{8}{3} \cos\theta-\frac{8}{3} \sin\theta\,d\theta$$
which then becomes
$$[12\pi + \frac{8}{3}] - [-\frac{8}{3}]$$
final answer
$$12\pi + \frac{16}{3}$$
I just want to know if what I did makes sense and if this is the correct answer.
Thanks in advance!