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=43πr39

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 h2 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=π(radius of cylinder)2(height of cylinder)

V=π(r2h2)2(2h)

V=2πh(r2h2)

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π(r2hh3)

ddxV(h)=2π(r23h2)=0

The 2π divides out and we are left with;

r23h2=0

After some rearranging;

h2=r23

Take the square root of both sides.

h=r3

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

V=2πh(r2h2)=2π(r3)(r2(r3)2)

Simplify.

V=2πr3(r2r23)

V=2πr3(3r2r23)

V=2πr3(2r23)

V=4πr333

V=43πr39

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