Angle between lines joining tetrahedron center to vertices

What are the angles formed at the center of a tetrahedron if you draw lines to the vertices?

I'm trying to make these:

caltrop

I need to know what angles to bend the metal.


Solution 1:

The required tetrahedral angle is $\arccos\left(-\frac13\right)\approx109.5^\circ$. You can use the law of cosines to show this... or more transparently, you can exploit the fact that a tetrahedron is easily embedded inside a cube:

tetrahedron in a cube


I suppose now's as good a time as any to post the synthetic proof.

One can use the Pythagorean theorem to show that a square with unit edge length has a diagonal of length $\sqrt 2$. The Pythagorean theorem can be used again to show that a right triangle with leg lengths $1$ and $\sqrt 2$ will have a hypotenuse of length $\sqrt 3$ (corresponding to the triangle formed by an edge, a face diagonal, and a cube diagonal). We know that the diagonals of a rectangle bisect each other; this can be used to show that the diagonals of a cube bisect each other. From this, we find that the side lengths of the (isosceles!) triangle formed by two half-diagonals of the cube (corresponding to two of the arms of your caltrops) and a face diagonal are $\frac{\sqrt 3}{2}$, $\frac{\sqrt 3}{2}$, and $\sqrt{2}$. From the law of cosines, we have

$$2=\frac34+\frac34-2\frac34\cos\theta$$

where $\theta$ is the obtuse angle whose measure we are seeking. Algebraic manipulation yields $\cos\,\theta=-\frac13$.

Solution 2:

One way is to write the vertices as vectors $a,b,c,d$ with norm $\|\cdot\|=1$. Then $a+b+c+d=0$. But

$$ 0=\|a+b+c+d\|^2=4+2{4 \choose 2}\cos\theta,$$

so $\theta = \arccos(-1/3)$.

Solution 3:

(Assuming the tetrahedron is supposed to be regular) Take the tetrahedron with vertices $(1,1,1), (1,-1,-1), (-1,1,-1), (-1,-1,1)$, which has centre at the origin, and use the dot product formula:

$a\cdot b = |a| |b|\cos\theta$

which gives $\cos\theta=-\frac13$

Solution 4:

The angle is $$\theta = \arccos \left(-\frac{1}{3}\right) \approx 109.47.$$ You can find this angle by writing the volume of a regular tetrahedron in two different ways.

(this is an adaptation of a blog post I wrote for a website that has since been deleted)


For setup, here is a picture of the regular tetrahedron in question:

enter image description here

If we knew the vertical distance, $h$, from the base of the tetraheron to the center, then we could find the angle to be $$\theta = \arccos \left(-h\right).$$ This follows from basic 2D trigonmetry, as shown in the following diagram which views the tetrahedron from the side:

enter image description here

We can find $h$ in a roundabout way by, taking advantage of the symmetry of the tetrahedron. Break the big tetrahedron into 4 smaller tetrahedra:

enter image description here

Now we may use the formula $\text{volume} = \frac{1}{3} \times \text{base} \times \text{height}$ on the smaller tetrahedra, and the larger tetrahedra, to come up with two different expressions for the volume. Then, we can set these two expressions equal, solve for $h$, and plug the result into the previous formula to get the desired angle:

enter image description here


One may trivially extend this argument to regular simplices of arbitrary dimension. There one would break an $n$-simplex into $n+1$ equal pieces, therefore yielding the angle $$\theta = \arccos \left(-\frac{1}{n}\right).$$