What would be the bounds for the triple integral over the surface of a cone, $$x^2+y^2 \leq z^2 $$ where $$0 \leq z \leq a$$
My first guess is to use polar coordinates for $x$ and $y$: $$x=rcos(\theta)$$ $$y=rsin(\theta)$$
I am unsure about what to use for $z$, and then I am unsure what the bounds of integration are for $x$ and $y$ when I go to set up my triple integral.
We have $r^2\le z^2$, thus $0\le r\le z$. On the other hand $0\le \theta\le 2\pi$, therefore $$\int_{0}^{2\pi}\int_{0}^{a}\int_{0}^{z}r\,\mathrm{d}r\mathrm{d}z\mathrm{d}\theta=\frac 13 a^3 \pi$$