If the maximum volume of a right circular cylinder inscribed in a sphere of unit volume can be written as b a , where a and b are positive integers with b square-free, find a + b .
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.
Let the volume of the sphere V s = 3 4 π r 3 and the volume of the cylinder V c = π R 2 H
From the geometry of the problem r 2 = ( 2 H ) 2 + R 2 ⟹ R 2 = 4 4 r 2 − H 2
⟹ R = 2 4 r 2 − H 2 ⟹ V c = 4 π ( 4 r 2 H − H 3 ) ⟹
d H d V c = 4 π ( 4 r 2 − 3 H 2 ) = 0 ⟹ H = 3 2 r
d H 2 d 2 V c ∣ ( H = 3 2 r ) = − 3 π r < 0 ⟹ max occurs at H = 3 2 r .
H = 3 2 r ⟹ R 2 = 3 2 r 2 ⟹ R = 3 2 r ⟹
V c ( m a x ) = 3 ∗ 3 4 π r 3 = 3 1 V s .
Since V s = 1 ⟹ V c ( m a x ) = 3 1 = b a ⟹ a + b = 4 .
Problem Loading...
Note Loading...
Set Loading...
Relevant wiki: Applying the Arithmetic Mean Geometric Mean Inequality
I see that Rocco has posted my favorite approach (calculus). Let me post an classical inequalities approach.
Let r and h denote the radius and height of the inscribed cylinder.
And let R denote the radius of the sphere of unit volume.
By recalling the formula for the volume of a cylinder and the volume of a sphere ,
we have V cylinder = π r 2 h and V sphere = 3 4 π R 3 = 1 , respectively.
First solving for R gives R = 3 4 π 3 .
And we want to evaluate max ( π r 2 h ) = π max ( r 2 h ) .
By Pythagorean theorem , ( 2 r ) 2 + h 2 = ( 2 R ) 2 or equivalently 4 r 2 + h 2 = 4 ( 3 4 π 3 ) 2 .
By applying the weighted AM-GM inequality on the numbers 2 r 2 , 2 r 2 , h 2 , we have
A M ( 2 r 2 , 2 r 2 , h 2 ) ≥ G M ( 2 r 2 , 2 r 2 , h 2 ) ⇒ 3 2 r 2 + 2 r 2 + h 2 ≥ 3 ( 2 r 2 ) 2 ( h 2 ) = 3 4 ( r 2 h ) 2 / 3
Upon simplifying,
3 4 ( 3 4 π 3 ) 2 ⋅ 3 4 1 ≥ ( r 2 h ) 2 / 3 ⇒ r 2 h ≤ 3 π 1 .
Hence π max ( r 2 h ) = π ⋅ 3 π 1 = 3 1 .
The equality holds when 2 r 2 = h 2 ⇔ r h = 2 ⇔ r = 6 6 3 π 1 , h = 6 3 3 π 2 .
Our answer is a + b = 1 + 3 = 4 .
Food for thought : How did I choose the numbers 2 r 2 , 2 r 2 , h 2 in the weighted AM-GM inequality?
EDIT : Oh! After posting my solution, I discovered that it's much simpler to solve this problem by using Lagrange multipliers . Anyone wants to give it a try?