Polyhedron

Platonic Solids

PropertyStatement
Tetrahedron4 faces, 4 vertices, 6 edges
Cube6 faces, 8 vertices, 12 edges
Octahedron8 faces, 6 vertices, 12 edges
Dodecahedron12 faces, 20 vertices, 30 edges
Icosahedron20 faces, 12 vertices, 30 edges

Examples

Example 1. Verify Euler's formula for a cube.

Solution. V−E+F=8−12+6=2. ✓

In Depth

A polyhedron is a 3D solid bounded by flat polygonal faces. Euler's formula \(V-E+F=2\) holds for all convex polyhedra and is a topological result — it depends only on the connectivity, not the shape. For a torus-shaped polyhedron, \(V-E+F=0\).

Archimedean solids are convex polyhedra with regular polygonal faces (not all the same type) and identical vertices. There are 13 of them, including the truncated icosahedron (the soccer ball pattern) and the cuboctahedron. They generalize the Platonic solids.

Dual polyhedra: every polyhedron has a dual obtained by swapping vertices and faces. The dual of the cube is the octahedron; the dual of the dodecahedron is the icosahedron; the tetrahedron is self-dual. Duality preserves Euler's formula.

In crystallography, the 14 Bravais lattices and 230 space groups classify all possible crystal structures. The unit cells are polyhedra that tile 3D space. In chemistry, molecular geometry is described by polyhedra: methane (tetrahedral), sulfur hexafluoride (octahedral), buckminsterfullerene (truncated icosahedron).

Convex hull algorithms find the smallest convex polyhedron containing a set of points. This is fundamental in computational geometry, with applications in collision detection, shape analysis, and data visualization.

Key Properties & Applications

The four-color theorem (proved 1976) states that any planar map can be colored with 4 colors so adjacent regions have different colors. Via the duality between planar graphs and polyhedra, this is equivalent to a statement about coloring the faces of polyhedra.

Geodesic domes (Buckminster Fuller) approximate spheres with triangulated polyhedra. The icosahedron is the starting point; subdividing its faces and projecting onto the sphere gives geodesic polyhedra with high symmetry and structural efficiency.

In virology, many virus capsids have icosahedral symmetry — the most efficient way to build a closed shell from identical protein subunits. The Caspar–Klug theory classifies viral capsids by their triangulation number \(T=h^2+hk+k^2\).

Further Reading & Context

The study of polyhedron connects to many areas of mathematics and its applications. Understanding the foundational definitions and theorems provides the basis for advanced work in analysis, algebra, and applied mathematics.

Historical development: most mathematical concepts evolved over centuries, with contributions from mathematicians across many cultures. The modern axiomatic treatment provides rigor, while computational tools enable practical application.

In modern mathematics, this topic appears in graduate courses and research across pure and applied mathematics. Connections to computer science, physics, and engineering make it a versatile and important area of study. Mastery of the core results and techniques opens doors to research in number theory, analysis, geometry, and beyond.

Recommended next steps: work through the standard theorems with full proofs, explore the connections to related topics listed above, and practice with a variety of problems ranging from computational exercises to theoretical proofs. The interplay between different areas of mathematics is one of the subject's greatest rewards.