The answer should be obvious to me but I am not quite certain I am getting the right idea.
It is asked to calculate the volume of $M=\{(x,y,z) : 2z=x^2+y^2, z<2\}$. So this gives me the following:
$0<z=\frac{x^2+y^2}{2}<2 \implies 0<x^2+y^2<4$. So let's put $r=\sqrt{x^2+y^2}$. Then $0<r<2$. And the integral in cylindrical coordinates then becomes:
$\int_M=\int_{z=0}^{z=2}\int_{\theta=0}^{\theta=2\pi}\int_{r=0}^{r=2}rdr d\theta dz = 8\pi$.
Is this the correct way?
Thanks all.
Check the bound for $r$ we should have $r$ from $0$ to $f(z)$, that is
$$\int_0^{2\pi}\,d\theta\int_0^2\,dz\int_{0}^{\sqrt{2z}}r\,dr=2\pi\int_0^2z\,dz=4\pi$$