Mathwords logoMathwords

Euler Characteristic — Definition, Formula & Examples

The Euler characteristic is a number that describes the shape or structure of a surface or solid by combining its vertices, edges, and faces. For any convex polyhedron, this number always equals 2.

The Euler characteristic χ\chi of a topological space is a topological invariant defined, for a polyhedral surface, as χ=VE+F\chi = V - E + F, where VV, EE, and FF denote the number of vertices, edges, and faces, respectively. For any closed, convex polyhedron (genus 0), χ=2\chi = 2. More generally, for a closed orientable surface of genus gg, χ=22g\chi = 2 - 2g.

Key Formula

χ=VE+F\chi = V - E + F
Where:
  • χ\chi = Euler characteristic of the surface or solid
  • VV = Number of vertices
  • EE = Number of edges
  • FF = Number of faces

How It Works

Count the vertices, edges, and faces of a polyhedron or polyhedral surface, then compute VE+FV - E + F. The result is the Euler characteristic. Because χ\chi is a topological invariant, it stays the same even if you stretch or deform the surface without tearing or gluing. A sphere and any convex polyhedron share χ=2\chi = 2. A torus (donut shape) has χ=0\chi = 0. If you get a value other than 2 for what should be a convex polyhedron, you likely miscounted.

Worked Example

Problem: Verify the Euler characteristic for a regular icosahedron, which has 12 vertices, 30 edges, and 20 faces.
Identify counts: The icosahedron has V=12V = 12, E=30E = 30, and F=20F = 20.
Apply the formula: Substitute into χ=VE+F\chi = V - E + F.
χ=1230+20\chi = 12 - 30 + 20
Compute: Simplify the arithmetic.
χ=2\chi = 2
Answer: The Euler characteristic of the icosahedron is 2, confirming it is topologically equivalent to a sphere.

Why It Matters

The Euler characteristic is central to algebraic topology and surfaces classification. In computer graphics and 3D modeling, checking that χ=2\chi = 2 for a mesh helps detect holes or errors. It also plays a role in graph theory, network analysis, and the proof that exactly five Platonic solids exist.

Common Mistakes

Mistake: Expecting χ=2\chi = 2 for every surface, including those with holes or handles.
Correction: The value χ=2\chi = 2 holds only for surfaces topologically equivalent to a sphere (genus 0). A torus has χ=0\chi = 0, and a double torus has χ=2\chi = -2. Always consider the genus of the surface.