A plane passes through a regular octahedron so that it separates one corner from the other five corners. The cross-section made by the plane is a quadrilateral with consecutive sides of , , and . Find the length of the fourth side.
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 points of intersection of the plane with the edges of the octahedron be A , B , C , D . Take the single cut-off vertex of the octahedron as the origin and align it so that its edges lie in the x z and y z planes, on the positive z side.
We can assign coordinates to the points as A ( a , 0 , a ) , B ( 0 , b , b ) , C ( − c , 0 , c ) and D ( 0 , − d , d ) , where a , b , c , d are positive real numbers.
Using Pythagoras to work out the side-lengths of the cross-section, we get the following three equations:
a 2 − a b + b 2 b 2 − b c + c 2 c 2 − c d + d 2 = 2 1 6 9 = 5 6 = 6 3 2
Also,
d 2 − d a + a 2 = 2 D A 2
We want to find the length D A . But we need one more equation; we haven't yet used the fact that these points are coplanar. The scalar triple product of three coplanar vectors is zero; using this condition on the vectors A B , A C and A D , and cancelling down terms, leads to the fourth equation a b c + a c d = a b d + b c d .
We can now solve these four equations numerically (I used Wolfram|Alpha - there may be a neater way, though) to find a = 2 1 5 2 , b = 4 2 , c = 6 2 and d = 2 0 2 . Substituting these values in, we find the remaining side D A = 3 5 .