Consider a hypercube of side length 2 in a 2014-dimensional space. Inscribe a unit hypersphere in the hypercube. Inscribe a smaller hypersphere tangent to the unit hypersphere and the sides of the hypercube.
The radius of the smaller sphere can be written as c a − b where a , b and c are coprime positive integers. Find a + b + c .
Based on this problem .
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.
Wish You a Merry Christmas and a Happy New Year
Note: in this solution hypercube refers to the hypercube in 2 0 1 4 dimensions.
Let the radius of an inscribed hypersphere in a hypercube be r . By repeated Pythagoras' Theorem, the distance between the center of that hypercube to one of the corners is 2 0 1 4 r 2 ’s r 2 + r 2 + ⋯ + r 2 = r 2 0 1 4
Thus, the distance between the center of the hypercube in the problem to the corner is 2 0 1 4 .
Call the center of the hypercube O 1 and the corner A . Call the intersection of O 1 A to the hypersphere X . Note that O X = 1 because the hypersphere is a unit hypersphere. Now call the center of the smaller inscribed hypersphere O 2 and its radius r . Note that X O 2 = r because the line connecting the centers of any two tangent hyperspheres goes through their tangency point. Also, by the lemma we proved above, O 2 A = r 2 0 1 4 .
But wait: O 1 A = 2 0 1 4 and O 1 A = O 1 X + X O 2 + O 2 A = 1 + r + r 2 0 1 4
Thus, 2 0 1 4 = 1 + r + r 2 0 1 4
Solving the linear system of equations gives r = 2 0 1 3 2 0 1 5 − 8 0 5 6 so our answer is 2 0 1 5 + 8 0 5 6 + 2 0 1 3 = 1 2 0 8 4
Consider the same problem on 2-space.
Here, you'd be solving this: 2 = 1 + r + 2 r
because 2 is the distance from the corner of the square to the center, 1 is the radius of the circle and 2 r is the distance between the center of the second circle and the corner of the square.
Similar analogy in 2014-space follows where you solve:
2 0 1 4 = 1 + r + 2 0 1 4 r ⟹ r = 2 0 1 3 2 0 1 5 − 2 2 0 1 4
It would be better if you proved that the analogy holds. Right now your argument is basically Engineer's Induction.
Nice! I was just about to look for a geometric approach, and this is perfect!
Used the same approach Agnishom . Wish You a Merry Christmas and a Happy New Year
The distance between the corner of the cube and the spheres' point of tangency is 2 0 1 4 − 1 . This distance can also be expressed as r ( 2 0 1 4 + 1 ) . So, r ( 2 0 1 4 + 1 ) = 2 0 1 4 − 1 , which solves to r = 2 0 1 3 2 0 1 5 − 8 0 5 6 . So, a + b + c = 1 2 0 8 4 .
Wish You a Merry Christmas and a Happy New Year
Problem Loading...
Note Loading...
Set Loading...
Using Pythagoras' Theorem, the distance from the centre of the unit hypersphere to a vertex of the hypercube is 2 0 1 4 .
Filling in one corner of the cube with progressively smaller tangential spheres, we find the sum of diameters to be 2 n = 0 ∑ ∞ a n = 1 − a 2 where a is the ratio between adjacent radii.
Equating the former plus a radius 1 and the latter, we can solve for a :
1 − a 2 = 2 0 1 4 + 1 ⟷ a = 1 − 2 0 1 4 + 1 2 = 2 0 1 3 2 0 1 5 − 8 0 5 6
Using this ratio, we can compute the smaller radius since R = 1 and r = a R = a , where r and R are the small and big radii respectively.
Generally, 1 − a 2 = n + 1 for n dimensions.