A right cylinder is inscribed in a sphere of radius r. How do you find the largest possible volume of such a cylinder?

1 Answer
Nov 9, 2015

#V=(4 sqrt3 pi r^3)/9#

Explanation:

There are several steps to this optimization problem.

1.) Find the equation for the volume of a cylinder inscribed in a sphere.
2.) Find the derivative of the volume equation.
3.) Set the derivative equal to zero and solve to identify the critical points.
4.) Plug the critical points into the volume equation to find the maximum volume.

The best place to start is by drawing a diagram. The picture below shows the cylinder inscribed in the sphere. Given the height, #h#, we can find the radius of the cylinder in terms of #r# using the Pythagorean Theorem.

enter image source here

Note that #h# refers to half of the total height of the cylinder. I chose to use #h# instead of #h/2# to simplify things later on.

To find the volume of our cylinder, we need to multiply the area of the top by the total height of the cylinder. In other words;

#V= pi ("radius of cylinder")^2 ("height of cylinder")#

#V = pi (sqrt(r^2-h^2))^2(2h)#

#V = 2 pi h (r^2-h^2)#

This is our volume function. Next we take the derivative of the volume function and set it equal to zero. If we move the #h# inside the parenthesis, we only need to use the power rule to get the derivative.

#V=2 pi (r^2h-h^3)#

#d/(dx) V(h) = 2 pi (r^2-3h^2) = 0#

The #2pi# divides out and we are left with;

#r^2-3h^2 = 0#

After some rearranging;

#h^2 = r^2/3#

Take the square root of both sides.

#h = r/sqrt3#

This is our optimized height. To find the optimized volume, we need to plug this into the volume function.

#V=2 pi h(r^2-h^2)=2 pi (r/sqrt3)(r^2-(r/sqrt3)^2)#

Simplify.

#V=(2 pi r)/sqrt3(r^2-r^2/3)#

#V=(2 pi r)/sqrt3((3r^2-r^2)/3)#

#V=(2 pi r)/sqrt3((2r^2)/3)#

#V=(4 pi r^3)/(3sqrt3)#

#V=(4 sqrt3 pi r^3)/9#

This is the optimized volume for the cylinder. Its a good check to notice that #V# is in terms of #r^3# since volume should have cubic units. In other words, if our radius was given in term of meters, our volume units would be #"m"^3#