What is the maximum volume of a cone inscribed in a sphere of radius 6?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
This approach will use coordinate geometry and calculus:
Here is a cross-section that runs along the cone's height. The circle here is 6 units (the radius) above the y-axis, so it has equation x 2 + ( y − 6 ) 2 = 3 6 .
We can plug in the point (r,12-h) to find an equation relating r and h:
r 2 + ( 1 2 − h − 6 ) 2 = 3 6
which simplifies to:
r 2 = 3 6 − ( h − 6 ) 2
We can plug this in for r 2 in the equation for a cone's volume:
V = 3 π r 2 h = 3 π ( 3 6 − ( h − 6 ) 2 ) h = 3 π ( 3 6 h − h ( h − 6 ) 2 )
Now we can differentiate with respect to h and find the critical points:
d h d V = 3 π ( 3 6 − [ ( h − 6 ) 2 + 2 h ( h − 6 ) ] ) = 3 π ( 3 6 − ( h − 6 ) ( h − 6 + 2 h ) ) = 3 π ( 3 6 − ( h − 6 ) ( 3 h − 6 ) ) = 3 π ( 3 6 − 3 ( h − 6 ) ( h − 2 ) ) = π ( 1 2 − ( h − 6 ) ( h − 2 ) )
So, d h d V = 0 ⟺ 1 2 − ( h − 6 ) ( h − 2 ) = 0 = 1 2 − ( h 2 − 8 h + 1 2 ) = − h 2 + 8 h ⇒ h = 0 , 8
d h d V is a parabola with a negative leading term, so only at the rightmost zero will it transition from positive to negative, meaning h = 8 is the only relative maximum. Additionally, we are only working on the interval ( 0 , 1 2 ) , so it is an absolute maximum over this interval.
Plugging h = 8 back into the equation relating r and h, we get r 2 = 3 6 − ( 8 − 6 ) 2 = 3 6 − 2 2 = 3 2
Plugging this in, along with the height, into the volume equation gives us V = 3 π ( 3 2 ) ( 8 ) = 3 2 5 6 π ≈ 2 6 8 . 0 8 3