As you are enjoying the beach view with your spherical coconut drink, you realize it's time to go. With some coconut juice remaining, you decide to pour it into another empty cylindrical can, and the can happens to be just fully filled.
As shown in the diagram above, the coconut's radius is R , the can's radius is r , the height of the coconut juice left over equals 2 r , and the height of the can is 2 R .
If R and r are coprime integers, compute R + r .
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.
What a good idea to go back to first principles (rather than use an off the shelf formula for the spherical cap!) and to make your factor 'k' the key to the problem.
+1
V o l u m e o f C y l i n d e r = 2 R π r 2 . V o l u m e o f S p h e r e = 3 4 π R 3 . V o l u m e o f e m p t y c a p = 3 1 π h 2 ( 3 R − h ) . h = 2 R − 2 r . ∴ 2 R π r 2 = 3 4 π R 3 − 3 1 π { 2 ( R − r ) } 2 { 3 R − 2 ( R − r ) } M u l t i p l y i n g b o t h s i d e s b y 2 π 3 , 3 R r 2 = 2 R 3 − 2 R 3 + 4 R 2 r − 2 R r 2 − 4 R 2 r − 4 r 3 . S i m p l i f y i n g 3 R = 4 r . B u t R a n d r m u s t b e m i n i m u m c o − p r i m e i n t e g e r s . S o R = 4 a n d r = 3 . R + r = 7
Problem Loading...
Note Loading...
Set Loading...
To evaluate the volume of the sphere V , we can integrate the volume of revolution of y 2 + x 2 = R 2 :
V = ∫ π ( y 2 ) d x = π ∫ ( R 2 − x 2 ) d x = π [ R 2 ( x ) − 3 x 3 ]
However, this sphere is not fully filled and has its boundary from − R to k R for some constant k as shown below:
Hence, V = π [ R 2 ( x ) − 3 x 3 ∣ − R k R ] = π [ ( R 2 ( k R ) − 3 k 3 R 3 ) − ( − R 3 + 3 R 3 ) ] = π R 3 [ k − 3 k 3 + 3 2 ]
Now the volume V also equals to the full cylindrical can, so V = π r 2 h .
And 2 r = R + k R = R ( 1 + k ) ; r = 2 R ( k + 1 ) .
h = 2 R .
Therefore, V = π ( 2 R ( k + 1 ) ) 2 ( 2 R ) = ( π R 3 ) ( 2 ( k + 1 ) 2 ) .
Putting both terms in the same equation:
V = ( π R 3 ) ( 2 ( k + 1 ) 2 ) = π R 3 [ k − 3 k 3 + 3 2 ]
2 ( k + 1 ) 2 = k − 3 k 3 + 3 2
3 ( k 2 + 2 k + 1 ) = 4 + 6 k − 2 k 3
2 k 3 + 3 k 2 − 1 = 0
( 2 k − 1 ) ( k + 1 ) 2 = 0
Since k can't be negative, k = 2 1 .
Thus, 2 r = R ( 1 + k ) = 2 3 R ; 4 r = 3 R .
Since R & r are co-prime integers, R = 4 and r = 3 .
As a result, R + r = 7 .
Note: V = π R 3 [ k − 3 k 3 + 3 2 ] = π R 3 [ 2 1 − 2 4 1 + 3 2 ] = ( 8 9 ) π R 3 for the partial sphere.
And V = ( π R 3 ) ( 2 ( k + 1 ) 2 = ( 8 9 ) π R 3 for the full cylinder.