Simplex — Definition, Formula & Examples
A simplex is the simplest possible polytope in any given dimension: a point in 0D, a line segment in 1D, a triangle in 2D, a tetrahedron in 3D, and so on. Each -simplex has exactly vertices, with every vertex connected to every other vertex.
An -simplex is the convex hull of affinely independent points in (where ). Equivalently, it is the set of all convex combinations where and .
Key Formula
Where:
- = Dimension of the simplex
- = Dimension of the sub-faces being counted (0 = vertices, 1 = edges, etc.)
- = Number of k-dimensional faces of the n-simplex
How It Works
To build an -simplex, start with points that do not all lie in the same -dimensional flat (affinely independent). The simplex is the region enclosed by connecting every pair of these points. A 2-simplex (triangle) has 3 vertices, 3 edges, and 1 face. A 3-simplex (tetrahedron) has 4 vertices, 6 edges, 4 triangular faces, and 1 cell. In general, an -simplex has faces of dimension , for each from to .
Worked Example
Problem: How many vertices, edges, and triangular faces does a 4-simplex (the 4D analogue of a tetrahedron) have?
Vertices (k = 0): Count the 0-dimensional faces.
Edges (k = 1): Count the 1-dimensional faces.
Triangular faces (k = 2): Count the 2-dimensional faces.
Tetrahedral cells (k = 3): Count the 3-dimensional faces.
Answer: A 4-simplex has 5 vertices, 10 edges, 10 triangular faces, and 5 tetrahedral cells.
Why It Matters
In linear programming, the simplex method navigates the vertices of a feasible polytope to find optimal solutions — a technique used constantly in operations research and economics. In topology, simplices are the building blocks of simplicial complexes, which are used to study the shape of spaces. The tetrahedron (3-simplex) is also one of the five Platonic solids.
Common Mistakes
Mistake: Confusing an n-simplex with an n-sided polygon.
Correction: An n-simplex lives in n dimensions and has n + 1 vertices. A 3-simplex is a tetrahedron (4 vertices in 3D), not a triangle with 3 sides.
