Home » Volume » Page 2

Tag: Volume

Compute the volume of a sphere with a cylindrical hole of length 2h removed

Given a solid sphere, drill a cylindrical hole of length 2h through the center of the sphere. Prove that the volume of the resulting ring is \pi a h^3, where a \in \mathbb{Q}.


Proof. Let r_s denote the radius of the sphere, and r_c denote the radius of the cylindrical hole. Then the volume of the ring is the volume of the solid of revolution formed by rotating the area between the functions

    \[ f(x) = \sqrt{r_s^2 - x^2}, \qquad g(x) = r_c, \qquad -h \leq x \leq h \]

about the x-axis. Since the length of the hole is 2h, we know f(h) = g(h); thus, r_s^2 - h^2 = r_c^2 \implies r_s^2 - r_c^2 = h^2. So, we have,

    \begin{align*}  V &= \pi \int_{-h}^h \left( (\sqrt{r_s^2 - x^2})^2 - r_c^2 \right) \, dx \\    &= \pi \int_{-h}^h (r_s^2 - r_c^2 - x^2) \, dx \\    &= \pi h^2 (2h) - pi \left. \frac{x^3}{3} \right|_{-h}^h \\    &= 2 \pi h^3 - \frac{2}{3} \pi h^3 \\    &= \frac{4}{3} \pi h^3 \\    &= \pi a h^3 & \text{where } a = \frac{4}{3} \in \mathbb{Q}. \qquad \blacksquare \end{align*}

Volume of cylindrical hole removed from a sphere

Given a solid sphere of radius 2r, what is the volume of material from a hole of radius r through the center of the sphere.


First, the volume of a sphere of radius 2r is given by

    \[ V_S = \frac{4}{3} \pi (2r)^3 = \frac{32}{3} \pi r^3. \]

Then, the volume of a sphere with a hole drilled in it is the volume of the solid of revolution generated by the region between f(x) = \sqrt{4r^2 - x^2} and g(x) = r from -\sqrt{3} r to \sqrt{3} r. Denoting this volume by V_T we then have,

    \begin{align*}  V_T &= \pi \int_{-\sqrt{3} r}^{\sqrt{3} r} (4r^2 - x^2 - r^2) \, dx \\      &= \pi \left( \int_{-\sqrt{3} r}^{\sqrt{3}r} (3r^2 - x^2) \, dx \right) \\      &= 6 \sqrt{3} \pi r^3 - 2 \sqrt{3} \pi r^3 \\      &= 4 \sqrt{3} \pi r^3. \end{align*}

Thus, the volume of the material removed from the sphere by drilling a hole in it is given by

    \[ \frac{32}{3} \pi r^3 - 4\sqrt{3} \pi r^3 = \left( \frac{32}{3} - 4 \sqrt{3} \right) \pi r^3. \]