The sphere $x^2 + y^2 + z^2 = 4$ is cut by the plane $z = 1/2$. How do you calculate the volume of two parts of the sphere using integrals? Thank you!
Volume of a cut sphere
2 Answers
The standard setup is $ \begin{align} \int_\frac{1}{2}^2\int_{-\sqrt{4-z^2}}^\sqrt{4-z^2}\int_{-\sqrt{4-z^2-y^2}}^\sqrt{4-z^2-y^2}\;\mathrm{d}x\;\mathrm{d}y\;\mathrm{d}z &=\int_\frac{1}{2}^2\int_{-\sqrt{4-z^2}}^\sqrt{4-z^2}2\sqrt{4-z^2-y^2}\;\mathrm{d}y\;\mathrm{d}z\\ &=\int_\frac{1}{2}^2\pi(4-z^2)\;\mathrm{d}z\tag{1} \end{align} $ and $ \begin{align} \int_{-2}^\frac{1}{2}\int_{-\sqrt{4-z^2}}^\sqrt{4-z^2}\int_{-\sqrt{4-z^2-y^2}}^\sqrt{4-z^2-y^2}\;\mathrm{d}x\;\mathrm{d}y\;\mathrm{d}z &=\int_{-2}^\frac{1}{2}\int_{-\sqrt{4-z^2}}^\sqrt{4-z^2}2\sqrt{4-z^2-y^2}\;\mathrm{d}y\;\mathrm{d}z\\ &=\int_{-2}^\frac{1}{2}\pi(4-z^2)\;\mathrm{d}z\tag{2} \end{align} $ You might only need the last integral of each, but I started at ground-zero.
-
0thank you, that's what I wasn't sure about – 2011-12-04
I'll provide only a skeleton answer since this must be homework, which it should be tagged as. btw.
There should be an example in your calculus textbook where they compute the volume of a sphere or related three dimensional object using a triple integral. You could modify that argument by simply changing the limits of integration for $z$.
Alternatively, you could simply integrate the area formula for a circle between the relevant bounds for $z$.
-
0I just substracted the volume of the upper part from 4/3pi*r^2, but what if I didn't know the formula? – 2011-12-04