The smallest sphere that can contain four radius 1 spheres inside it has radius R . Find ⌊ 1 0 0 R ⌋ .
⌊ N ⌋ means the largest integer smaller than or equal to N .
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.
Four centers of four sphere form a tetrahedron with each of its edges has the length of 2 r . We call O is center of the tetrahedron, the distance from to O to the tetrahedron's vertex is d = 2 r 6 . We get the radius of the containing sphere by adding r to d , that is R = d + r = r ( 2 6 + 1 )
The radius of the circumsphere of a tetrahedron is a√(3/8), where a is the length of one of its edges. We let a = 2, and add 1, for the final expression for R = 1 + 2√(3/8).
I'm so confused... How do you solve this?
I too have used the same method. I am in a great company!
Problem Loading...
Note Loading...
Set Loading...
This problem can easily be solved using generalised descartes theorem .
The curvature k = r 1 of the four spheres is 1 as all are of radius 1 . The curvature of the sphere internally tangent to four circles (in this case the unknown sphere) is taken to be negative .
let k 1 and r 1 be curvature and radius of the bigger sphere.Hence we arrive at the following eqn. ( 4 − k 1 ) 2 = 3 ( 4 + k 1 2 ) On solving we get the solution 6 − 2 (ignore the negative soution)
hence the radius is r 1 = k 1 = 0 . 4 4 9 4 1 = 2 . 2 2 4 7 we get our answer as 2 2 2