Euler’s Formula for Polyhedra
A (convex) polyhedron is a three-dimensional solid bounded by flat polygonal faces. Three basic counts describe
its combinatorial structure:
vertices \(V\) (corner points), edges \(E\) (line segments where two faces meet),
and faces \(F\) (the polygons forming the boundary). One of the most famous results in geometry and topology
is Euler’s formula, which states that any convex polyhedron satisfies:
\[
V - E + F = 2
\]
What the equation means
The quantity \(\chi = V - E + F\) is called the Euler characteristic. For a convex polyhedron (or, more generally,
any polyhedral surface that is topologically equivalent to a sphere), the Euler characteristic equals 2. This is surprisingly
powerful: if you correctly count vertices, edges, and faces of a convex polyhedron, the relationship must hold no matter how
irregular the shape is. It does not depend on edge lengths or face angles—only on how the pieces connect.
Why it works (intuition sketch)
One common intuition is to “flatten” the polyhedron onto the plane without changing its connectivity.
If you choose one face and imagine cutting along some edges, you can unfold the surface into a connected planar graph.
In planar graph form, Euler’s relation becomes a statement about regions in the plane. A standard proof uses induction:
start from a simple polyhedron and repeatedly remove a face (or an edge) in a way that reduces \(F\) and \(E\) while preserving
the value of \(V - E + F\). Eventually you reduce to a planar tree-like structure where the formula is easy to verify, and since the
expression stays invariant during the reductions, it must have been 2 from the start.
When \(\chi\) is not 2
If your shape is not convex, is self-intersecting, or has “holes” (think of a tunnel through the solid), then the surface may not be
sphere-like. In those cases, \(\chi\) can differ from 2. For example, a torus-like surface (one handle) has Euler characteristic 0.
So if you compute \(\chi\neq 2\), the most common reasons are: (1) a counting mistake (double-counted edges or missed vertices),
(2) the object is not a valid polyhedron boundary, or (3) the object has non-spherical topology.
How to use the calculator
This page lets you either verify Euler’s formula (enter all three values and check whether \(V-E+F=2\)) or
solve for a missing quantity (leave exactly one of \(V\), \(E\), or \(F\) blank). The algebra is a direct rearrangement:
\[
\begin{aligned}
V - E + F &= 2 \\
V &= E - F + 2 \\
E &= V + F - 2 \\
F &= 2 - V + E
\end{aligned}
\]
Because \(V\), \(E\), and \(F\) are counts, the calculator requires non-negative integers. The step-by-step output shows the rearranged formula,
the substitution of your values, and the final Euler value \(\chi\). Use the preset dropdown to instantly load common examples like the cube
\((8,12,6)\) or tetrahedron \((4,6,4)\), then compare with your own polyhedra.