I am told that the shape of a vase can be modelled by rotating the curve with equation $16x^2-(y-8)^2=32$ between $y=0$ and $y=16$ completely about the $y$-axis. I'm asked to find the volume of the vase.
I would like to solve this using triple integrals. I can see that I need to compute something of the form $$\iiint_D r\,dr\,d\theta \,dz$$
I'm not sure where I need to go from here though.
I appreciate that this may not be the simplest way to do this but this is the way I've been asked to solve the problem.
$r = x\\ r^2 - (y-8)^2 = 32\\ r = \sqrt {\frac{32 + (y-8)^2}{16}}$
$\int_0^{2\pi}\int_0^{16}\int_0^{\sqrt{\frac{32 + (y-8)^2}{16}}}r\, dr\, dy\, dt$
Before we integrate lets make the substitution $y' = y-8$
$\int_0^{2\pi}\int_{-8}^{8}\int_0^{\sqrt{\frac{32 + y'^2}{16}}} r\,dr \,dy'\, dt\\ \int_0^{2\pi}\int_{-8}^{8}\frac 12 r^2 |_0^{\sqrt{\frac{32 + y'^2}{16}}} \,dy'\, dt\\ \int_0^{2\pi}\int_{-8}^{8}\frac 12 (\frac{32 + y'^2}{16}) \,dy'\, dt\\ \int_0^{2\pi} y' + \frac 1{96} y'^3 |_{-8}^{8} \, dt\\ \int_0^{2\pi} \frac {80}{3}\, dt\\ \frac {160\pi}{3}$