Solution to Puzzle No. 1 - the ring

Share this page
May 1997

For the question see "Puzzle No. 1 - the ring", in issue 1.

Most people's reaction on first hearing this problem is on the lines of "How can I possibly find the volume when you haven't told me the radius of the original sphere or the diameter of the hole?" The trick in this question is the last sentence in the statement of the problem, which said "You are told that you have enough information to solve this problem". In other words, the answer cannot depend on the sphere's radius or the diameter of the hole. Any values will do, consistent with the given height. With this insight, the solution can be stated as follows:

Solution

You are told you have enough information to find the volume, so it must be independent of the diameter of the hole - so let's make it zero. Then, since the radius of the sphere is 1 cm, the volume is

4/3*pi

Proof

The following proof is based on the solution provided by Roger Stratford. To see that the volume of the ring depends only on the height of the ring, we need to use calculus and integration. The mathematics that follows is usually covered in the first year of a typical mathematics A-Level course.

Diagram showing the ring made up of thin slices

Let the total height of the ring be 2h. Consider the shape tilted so that the axis of the hole is horizontal. Take an origin at the centre of the sphere, with the x-axis along the axis of the cylindrical hole. The x-coordinate at one end of the hole is x = h, and at the other, x = -h. Let the radius of the sphere be r, and the radius of the hole be c.

Consider the ring to be made up of thin slices as shown. The outer radius of each slice is y, and the inner radius is c. The volume of each slice is

Equation 1: pi*(y^2-c^2)*dx

The area of the slice is the area of a circle radius y with the area of a circle radius c subtracted. Then the volume of the slice is obtained by multiplying by the thickness.

The slices run over values of x from -h to +h and so the total volume V is:

Equation 2: integral(from -h to +h, pi*(y^2-c^2)*dx)

The solid is symmetrical about the OYZ plane through the origin, and so:

Equation 3: 2*integral(from 0 to +h, pi*(y^2-c^2)*dx)
Diagrams showing OAP and OBQ

Now the section through the ring in the z = 0 plane is a circle (apart from the missing pieces). On the remaining surfaces,

x^2 + y^2 = r^2

(because OAP is a right angled triangle) and therefore:

Equation 4: y^2 = r^2 - x^2

By considering a point on the surface at the edge of the hole, where x = h, we have

Equation 5: r^2 = h^2 + c^2

(because OQB is a right angled triangle).

Combining (4) and (5),

Equation 6: y^2 = h^2 + c^2 - x^2

and equation (3) becomes

Equation 7: V = 2* integral (from 0 to h, pi*(h^2-x^2)*dx)

This is a straightforward basic definite integral, which gives:

Equation 8: 2*pi * [ h^2*x - 1/3*x^3, from 0 to h ] = 2*pi*(2/3)*h^3 = 4/3* pi*h^3

We see that this result only depends on the height of the ring.

Permalink
Comment

I wonder what we did before Calculus. Maybe we just grabbed a vessel for which we knew the volume and filled it with water. Dropped the item in and collected what was dissipated. Measure what poured off to what remained. That is probably what they did before Calculus.