A regular tetrahedron has an edge length of . The incircles of two adjacent faces are drawn. Find the maximum distance between a point on the first incircle and a point on the second incircle. The maximum distance can be written as , where and are positive integers, and is square-free. Find .
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.
Suppose that we are looking at the tetrahedron from the side, and that we are considering the incircles of the triangles A C D and B C D . Suppose that the tetrahedron has side length 2 r and that the angle between the faces A C D and B C D is 2 θ . Then the altitude of each triangular face has length r 3 , the radius of each incircle is 3 r and sin θ = 3 1 . Points on the two incircles have position vectors x y = 3 r ⎣ ⎡ ( 1 + cos ( s + t ) ) ⎝ ⎛ sin θ 0 cos θ ⎠ ⎞ + sin ( s + t ) ⎝ ⎛ 0 1 0 ⎠ ⎞ ⎦ ⎤ = 3 r ⎣ ⎡ ( 1 + cos ( s − t ) ) ⎝ ⎛ − sin θ 0 cos θ ⎠ ⎞ + sin ( s − t ) ⎝ ⎛ 0 1 0 ⎠ ⎞ ⎦ ⎤
and so x − y = 3 r ⎝ ⎛ sin θ ( 2 + cos ( s + t ) + cos ( s − t ) ) sin ( s + t ) − sin ( s − t ) cos θ ( cos ( s + t ) − cos ( s − t ) ) ⎠ ⎞ = 3 2 r ⎝ ⎛ sin θ ( 1 + cos s cos t ) cos s sin t − cos θ sin s sin t ⎠ ⎞
and hence ∥ x − y ∥ 2 = 3 4 r 2 [ sin 2 θ ( 1 + cos s cos t ) 2 + cos 2 s sin 2 t + cos 2 θ sin 2 s sin 2 t ] = 3 4 r 3 [ sin 2 θ ( 1 + 2 cos s cos t + cos 2 s ) + cos 2 θ sin 2 t ] = 9 4 r 2 [ 1 + 2 cos s cos t + cos 2 s + 2 sin 2 t ] = 9 4 r 2 ( ( cos s + cos t ) 2 + 3 − 3 cos 2 t ) The maximum value of the function ( u + v ) 2 + 3 − 3 v 2 = 3 + 2 3 u 2 − 2 1 ( u − 2 v ) 2 over the range − 1 ≤ u , v ≤ 1 is 2 9 , achieved when u = ± 1 and v = 2 1 u . Thus the maximum value of ∥ x − y ∥ 2 is 2 r 2 , making the maximum distance between two points on these incircles r 2 . In this case r = 5 0 , so the distace is 5 0 2 , making the answer 5 2 . Note that this maximum distance is achieved when the two points on the incircles are at the midpoints of diametrically opposite edges of the tetrahedron.