Hi Judith, after wrestling with this one for a while, I think I have an answer - it's difficult to explain some calculus problems without drawings, but I'll try to make it clear!
As we look at the napkin ring from the side, we can imagine a right triangle formed against the inside wall of the hole: The hypotenuse, R, which is the radius of the sphere, the horizontal bottom leg with a distance of r, which is the radius of the cylindrical hole, and the vertical leg of 3h/2 (because we are only looking at half of the total height of the napkin ring).
/|
/ |
/ |
R / | 3h
/ | 2
/ |
/ |
r
The Pythagorean Theorem tells us that
R2 = r2 + (3h/2)2 or (3h/2)2 = R2 - r2
We aren't going to use this just yet, but we will need it later.
Now let's try to figure out the volume. We can pick an arbitrary cylindrical shell, much like a really thin tin can without a top or bottom, and the dimensions of which will again be based on a right triangle from the center of the sphere. The shell that is right against the inside whole would be associated with exactly the right triangle we just looked at, but let's look at a generic shell, not just that inside one. To do that, we'll define some new variables. Any particular shell would be a certain horizontal distance away from the center of the sphere (I'll call that x), and it would have a height to it. On the triangle below, I'll call the vertical distance y, but the total height of the shell would be 2y, because the shell would be both above and below the center of the sphere. The hypotenuse of the triangle would still be R, the radius of the sphere, for any shell that exists.
/|
/ |
/ |
/ |
R / | y
/ |
/ |
/ |
x
The volume of any one of these shells would be equal to the circumference of the circle it makes (as if you were looking down at the tin can from above), times the height, times the thickness:
dV = (2πx) * (2y) * dx = 4πxy dx
circum.*height*thickness
In order to integrate, we want to put the equation all in terms of just one variable, so let's come up with a way to express y in terms of x by looking at the triangle above. Again, from the Pythagorean theorem,
R2 = x2 + y2
y2 = R2 - x2
y = √(R2 - x2)
Now that we have y in terms of x, we will substitute it into the volume equation we had before:
dV = 4 π x √(R2 - x2) dx
We can now integrate with respect to x, from the smallest horizontal x distance (r) to the largest (R)
Volume = 4 π ∫rR x √(R2 - x2) dx
Let's use substitution to make the integral easier.
u = (R2 - x2) and du = -2x
dx
So dx = - du
2x
This makes our integral: (I am leaving off the bounds of the integral, since we are not going to evaluate it in terms of u, anyway - I'll put them back once we actually do the integral and put everything back in terms of x)
Volume = 4π ∫ w √(u) (-du) and after combining/cancelling:
2w
Volume = -2π ∫ √(u) du
Now we do the actual integral, remembering that a square root is the same thing as having an exponent of (1/2):
Volume = -2π * 2 * u(3/2)
3
Now combine terms, and replace u with the x expression:
Volume = -4 * π * (R2 - x2)(3/2), evaluated from (r to R)
3
Volume = [-4 * π * (R2 - R2)(3/2)] - [-4 * π * (R2 - r2)(3/2)]
3 3
The left term, with (R2 - R2), will simply be zero, leaving:
Volume = 4 * π * (R2 - r2)(3/2)
3
Now let's go back to that first triangle we drew, which we can now use to make a substitution, because we know that
(3h/2)2 = R2 - r2
This makes the equation:
Volume = 4 * π * ((3h)2)(3/2)
3 2
We can simplify the exponents:
Volume = 4 * π * (3h)3
3 2
Volume = 4 * π * 27 * h3
3 8
Volume = 9 π h3
2
Judith B.
07/10/14