I'm having problems with this exercise.
The volume is bound by:
$$x^2 + y^2 = 2ax$$ $$x^2 + y^2 = 2az$$ $$z=0$$
So, it seemed natural to me to introduce cylindric coordinates.
$x=r\cos\phi$
$y=r\sin\phi$
$z=z$
The first equation then transforms to $$r=2a\cos\phi$$
And the second transforms to $$r^2=2az$$
Now I am completely stumped on what to do, because I have two equations and three variables.I have only deduced the range for the angle, which is $[-\frac{\pi}{2}, \frac{\pi}{2}]$, and it is because $\cos\phi$ has to be $\ge 0$
But where do I go from here? If I try to get the boundaries for $z$, I end up with:
$$z \in [0, \frac{r^2}{2a}]$$, but I can't express boundaries for $r$ because it depends on $\phi$!
What should I do?
You have already identified the boundary of $r$. It is,
$0 \leq r \leq 2a\cos\phi$ and you rightly said that $-\frac{\pi}{2} \leq \phi \leq \frac{\pi}{2}$.
So integral to found volume of the region is,
$\displaystyle \int_{-\pi/2}^{\pi/2} \int_0^{2a \cos\phi} \int_0^{r^2/(2a)} r \ dz \ dr \ d\phi$