[Math] Given a solid sphere of radius R, remove a cylinder whose central axis goes through the center of the sphere.

geometry

Given a solid sphere of radius R, remove a cylinder whose central axis goes through
the center of the sphere. Let h denote the height of the remaining solid. Calculate the
volume of the remaining solid.

Best Answer

It takes me a long time to draw a picture with software, so you will have to do it for me. Without your picture, the solution below will have no meaning.
Please draw the top half of the circle with center the origin and radius $R$. This circle has equation $x^2+y^2=R^2$. I am a little allergic to fractions, so temporarily let $h=2k$.

What does our sphere with a hole in it look like? Draw the vertical line that goes straight up from the point $A(-k,0)$ until it meets the circle at a point we will call $P$. Make $k$ fairly large, say at least $\frac{3}{4}R$. That helps with the visualization later. Also draw the vertical line that goes straight up from $B(k,0)$ until it meets the circle at a point we will call $Q$. Join the two points $P$ and $Q$ by a horizontal line.

Now for the hard part! Let $\mathcal{W}$ be the region above the line $PQ$ but below the curve $y=\sqrt{R^2-x^2}$. The hole was drilled horizontally, along the $x$-axis. All that's left of the original sphere is the solid that we obtain by rotating the region $\mathcal{W}$ about the $x$-axis. This solid is sometimes called a napkin ring. Note that this solid has height $2k$. The radius of the hole is the length of the line segment $AP$. So this radius is $\sqrt{R^2-k^2}$. It is kind of funny to talk about height, since this "height," and the drilling, is along the $x$-direction. Too late to fix.

We first find the volume obtained by rotating the region below $y=\sqrt{R^2-x^2}$, above the $x$-axis, from $x=-k$ to $x=k$. It is standard solid of revolution stuff that the volume is $$\int_{-k}^k \pi (R^2-x^2)\,dx.$$ Evaluate. It is easier to integrate from $0$ to $k$ and double. We get $$2\pi R^2k -\frac{2\pi k^3}{3}.\qquad\qquad(\ast)$$

The hole is simply a cylinder of height $2k$, and radius $AP$, which is $\sqrt{R^2-k^2}$. So integration is unnecessary. The volume of the hole $$\pi(R^2-k^2)(2k).\qquad(\ast\ast) $$

To find the volume of what's left, subtract $(\ast\ast)$ from $(\ast)$. The $\pi R^2 k$ terms cancel, and after some algebra we get $\dfrac{4}{3}\pi k^3$.
Recall that $k=\frac{h}{2}$ and substitute. We end up with $$\frac{\pi h^3}{6}.$$ Note that the answer turned out to be independent of the radius $R$ of the sphere!

Related Question