I am asked to find the volume defined by
$$ 0 \leq z^2 \leq 2\\ x^2 + 4y^2 - (2-z)^2 \leq 0 $$
How can I do that using cylindrical coordinates?
Is that minus sign before $(2-z)$ really supposed to be there? Shouldn't it be a plus sign?
Textbook answer: $\frac{4 \pi}{3}$
Thank you.
Should the minus sign be there. Probably. If it is.
$x^2 + 4y^2 - (2-z)^2 \le 0$ is a double cone, with an elliptical cross section.
$z^2\ge 0$ is a trivial statement.
$z^2\le 2$ is the space between 2 planes. $-\sqrt{2} \le z \le \sqrt{2}$ and $-\sqrt{2}, \sqrt{2}$ are both below the vertex of the cone.
we have a fustrum.
lower base:
$x^2 + 4y^2 = (2+\sqrt 2)^2\\ A_l = \frac 12 \pi (2+\sqrt 2)^2$
upper base:
$x^2 + 4y^2 = (2-\sqrt 2)^2 A_u = \frac 12 \pi (2-\sqrt 2)^2$
$V =$$ \frac 13 (A_l (2+\sqrt 2) - A_u(2-\sqrt 2))\\ \frac 16 \pi [(2+\sqrt2)^3 - (2-\sqrt 2)^3)$
which is greater than $\frac {4 \pi}{3}$ (it is closer to $\frac {20 \pi}{3}$)
If you want to use calculus.
$x = r cos t\\ y = \frac 12 r cos t\\ z = z\\ dz\,dy\,dx = \frac 12 r \,dz\,dr\,dt$
$x^2 + 4y^2 - (2-z)^2 \le 0$ becomes
$r^2 \le (2-z)^2\\ r \le (2-z)$
$\int_0^{2\pi}\int_{-\sqrt{2}}^{\sqrt{2}}\int_0^{2-z} \frac 12 r \,dr\,dz\,dt\\ \int_0^{2\pi}\int_{-\sqrt{2}}^{\sqrt{2}} \frac 14 (2-z)^2 \,dz\,dt\\ \int_0^{2\pi} -\frac 1{12} (2-z)^3\,dt\\ \frac 1{12} \int_0^{2\pi} (2+\sqrt{2})^3-(2-\sqrt{2})^3\,dt\\ \frac {\pi}{6} [(2+\sqrt{2})^3-(2-\sqrt{2})^3]$
$\frac{14}{3} \pi\sqrt{2}$