Volume of regular tetrahedron in a cube

3dgeometryvectorsvolume

Given a cube with side length $a$, a regular tetrahedron is constructed such that two vertices of the tetrahedron lie on the cube’s body diagonal and the other two vertices lie on the diagonal of one of the faces of the cube. Determine the volume of the tetrahedron.

All I can do is to visualise such a tetrahedron, but unable to see how to get the side of it since it's vertices could be anywhere on the diagonals though at equal distances from the vertices of the cube. If somehow, I can get it's side $l$ , then it's volume would be $\dfrac{l^3}{6\sqrt{2}}$.

Another fact that I know is that volume of a tetrahedron is $1/6$ of the volume of the parallelopiped formed by it's three side vectors, but don't know if it's useful here.

Any help is appreciated!

Thanks.

Best Answer

The key insight is to first determine the minimum distance between the body diagonal and the face diagonal. Without loss of generality let the cube have unit side length and take the body diagonal to be the segment joining $(0,0,0)$ to $(1,1,1)$; then there are six face diagonals that do not intersect the body diagonal. These can be partitioned into two groups of three such that each group lies in a plane, and form the sides of equilateral triangle of side length $\sqrt{2}$ perpendicular to the body diagonal, which passes through the centers of these triangles.

Consequently, the minimum distance between the body diagonal and any such face diagonal is simply $$\frac{\sqrt{2}}{2\sqrt{3}} = \frac{1}{\sqrt{6}}.$$

Since the tetrahedron is regular, with two vertices on the body diagonal and two on the face diagonal, this means distance between two non-adjacent edges of the tetrahedron is $1/\sqrt{6}$. If the side length of the tetrahedron is $2s$, then this implies the distance between $(s, -\frac{1}{2\sqrt{6}}, 0)$ and $(0, \frac{1}{2 \sqrt{6}}, s)$ is $2s$; i.e., we require $$s^2 + \frac{1}{6} + s^2 = 4s^2,$$ or $$s = \frac{1}{2\sqrt{3}}.$$

Therefore, the tetrahedron's volume is $$V = \frac{(2s)^3}{6\sqrt{2}} = \frac{1}{18\sqrt{6}},$$ and the volume for the original cube of side length $a$ is $$V(a) = \frac{a^3}{18 \sqrt{6}}.$$

We could also have found this by noting that the circumscribed cube to the tetrahedron has edge length $1/\sqrt{6}$, thus the edge of the tetrahedron, being also the face diagonal of the circumscribed cube, has length $\sqrt{2}$ times this. And the circumscribed cube's volume is just $\frac{1}{6 \sqrt{6}}$, which is $3$ times the volume of the inscribed tetrahedron, since the four congruent tetrahedra inside the cube but outside the regular tetrahedron each has volume $1/6$ that of the cube. So the desired tetrahedron's volume is again $1/(18 \sqrt{6})$.


For your understanding and enjoyment, please see the animation below, which illustrates the six tetrahedra that can be thus formed with a single body diagonal. A representative set of coordinates for a single tetrahedron, up to symmetry, is $$\left\{ \left(\frac{6 - \sqrt{6}}{12}, \frac{6 + \sqrt{6}}{12}, 0 \right), \left(\frac{6 + \sqrt{6}}{12}, \frac{6 - \sqrt{6}}{12}, 0 \right), \left(\frac{1}{6}, \frac{1}{6}, \frac{1}{6}\right), \left(\frac{1}{2}, \frac{1}{2}, \frac{1}{2}\right) \right\}.$$

enter image description here