Andromeda
Note

Polyhedrons

Definition

A polyhedron is a 3D solid bounded by plane regions called faces.

  • Faces: The bounding plane surfaces.
  • Edges: The lines of intersection of the faces.
  • Vertices: The points of intersection of the edges.
  • Diagonal: A segment joining two vertices not in the same face.

Why It Matters

You cannot just “invent” a new regular solid; the universe only allows five. This limit dictates everything from the shape of a virus to the structure of a diamond. Euler’s Equation (V+F=E+2V+F=E+2) is the “Law of Connectivity”—if your 3D model doesn’t follow it, your shape is physically impossible. It provides the “Hard Logic” for 3D reconstruction and molecular biology.

Core Concepts

  • Dihedral Angle: The angle between two intersecting faces. It is measured by the plane angle whose sides are perpendicular to the edge of the dihedral angle at the same point.
  • Euler’s Equation (Theorem 9.4.1): For any convex polyhedron, the number of Vertices (VV), Faces (FF), and Edges (EE) are related by: V+F=E+2V + F = E + 2
    • How to read: “The number of vertices plus the number of faces is equal to the number of edges plus two.”
    • Meaning: Euler’s formula—vertices plus faces exceed edges by 2 for convex polyhedra (Euler characteristic).
  • Regular Polyhedra (Platonic Solids): There are exactly five polyhedra with congruent regular polygonal faces and the same number of faces meeting at each vertex:
    1. Regular Tetrahedron: 4 equilateral triangle faces.
    2. Regular Hexahedron (Cube): 6 square faces.
    3. Regular Octahedron: 8 equilateral triangle faces.
    4. Regular Dodecahedron: 12 regular pentagon faces.
    5. Regular Icosahedron: 20 equilateral triangle faces.

Connected Concepts