How can I derive the volume of a regular dodecahedron? A. P. Kiselev's Stereometry suggests that we cut it into a cube and congruent "tent-like" solids. I'm finding some difficulty to compute the volume of these "tent-like" solids.
2026-03-26 02:53:14.1774493594
On
Dodecahedron volume
631 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
There are 2 best solutions below
0
On
An alternative strategy that does not follow Kiselev's hint is to simply divide the dodecahedron into $12$ pentagonal prisms and add their volumes.
Let $ABCDE$ be a face of the dodecahedron, $H$ the center of $ABCDE$, and $X$ the center of the dodecahedron.
We can compute $AC$, $AH$, and the area of $\triangle ABC$ by plane geometry. Then $X$ is the center of the cube with side $AC$, so $AX = \frac{\sqrt3}{2} AC$, and we can use the right triangle $\triangle AHX$ to solve for $HX$, the height of the pyramid. This tells us its volume, and then we just multiply by $12$.

First, note that if $s$ is the side length of the dodecahedron, then the side length of the cube is $$c = \frac{s}{2} \csc \frac{\pi}{10} = s \left(\frac{1 + \sqrt{5}}{2}\right).$$
Now consider looking at the tent solid from above, it looks something like this:
where the dotted line $x$ denotes the slant height of the triangular face. Since $x, c/2, s$ form a right triangle, we can compute $x$ using the Pythagorean Theorem to be $$x = \sqrt{s^2 - \left(\frac{c}{2}\right)^2} = s\sqrt{1 - \left(\frac{1 + \sqrt{5}}{4}\right)^2} = s\sqrt{\frac{5 - \sqrt{5}}{8}}.$$
It is also easy to see that $$y = \frac{c - s}{2} = \frac{1}{2}s \left(\frac{1 + \sqrt{5}}{2} - 1 \right) = s \left(\frac{\sqrt{5} - 1}{4} \right)$$
Letting $h$ be the vertical height of the tent, note $y, h, x$ form a right triangle, so we have $$h = \sqrt{x^2 - y^2} = s\sqrt{\frac{5 - \sqrt{5}}{8} - \left(\frac{\sqrt{5} - 1}{4} \right)^2} = \frac{s}{2}.$$
We can now compute the volume as follows: cut the volume into three pieces along the dashed lines. The left and right pieces can be joined to form a pyramid whose base is a $2y$ by $c$ rectangle and whose height is $h$, and the piece in the middle is a prism whose base is a triangle with base $c$ and height $h$ and whose height is $s$.
Can you take it from here?