I need to calculate the volume bound between:
$x^2 +y^2 +z^2 = 5$
$z=3-x^2-y^2$ (the inside of the paraboloid).
Now, when I find the intersection points I get that $z=-1$ and $z=2$, which means there are two intersections and both are circles: $x^2+y^2 = 4$ and $x^2 + y^2 = 1$
Now, I know that if I take the projection on the $xOy$ plane I get a the area of a circle and a ring, $r\in[0,1]$ and $ r\in[1,2]$. I also know how to figure out the angle boundaries, but I can't figure out the boundaries for $z$ in both cases.
I'm not sure because, if I plot the functions on GeoGebra I get that going from the lower intersection(circle) to the top I can't figure out how $z$ changes for both cases. Could anyone help?
If you express your problem in cylindrical coordinates, then
So, that volume is equal to\begin{multline}\int_0^{2\pi}\int_2^{\sqrt5}\int_0^{\sqrt{5-z^2}}r\,\mathrm dr\,\mathrm dz\,\mathrm d\theta\int_0^{2\pi}\int_{-1}^2\int_0^{\sqrt{3-z}}r\,\mathrm dr\,\mathrm dz\,\mathrm d\theta+\\+\int_0^{2\pi}\int_{-\sqrt5}^{-1}\int_0^{\sqrt{5-z^2}}r\,\mathrm dr\,\mathrm dz\,\mathrm d\theta=\frac{2}{3} \left(5 \sqrt{5}-11\right) \pi+\frac{15\pi}2+\frac{2}{3} \left(5 \sqrt{5}-7\right) \pi.\end{multline}