Mathwords logoMathwords

Vertices, Faces, and Edges — Definition, Formula & Examples

Vertices, faces, and edges are the three basic parts of any 3D solid shape. Vertices are the corner points, faces are the flat surfaces, and edges are the line segments where two faces meet.

In a polyhedron, a vertex (plural: vertices) is a point where three or more edges converge. A face is a flat polygonal surface that bounds the solid. An edge is a straight line segment formed by the intersection of exactly two faces. These three features are related by Euler's formula: VE+F=2V - E + F = 2 for any convex polyhedron, where VV is the number of vertices, EE the number of edges, and FF the number of faces.

Key Formula

VE+F=2V - E + F = 2
Where:
  • VV = Number of vertices (corner points)
  • EE = Number of edges (line segments between faces)
  • FF = Number of faces (flat surfaces)

How It Works

To count the parts of a 3D shape, start with the faces — the flat surfaces you could press against a table. Next, count the edges — every line segment where two faces share a border. Finally, count the vertices — every sharp corner point where edges come together. Once you have any two of these counts, you can find the third using Euler's formula VE+F=2V - E + F = 2. For example, if you know a shape has 6 faces and 12 edges, you can solve for vertices: V=2F+E=26+12=8V = 2 - F + E = 2 - 6 + 12 = 8. This check also helps you verify that your counts are correct.

Worked Example

Problem: Count the vertices, edges, and faces of a rectangular box (cuboid) and verify Euler's formula.
Step 1: Count the faces. A rectangular box has a top, bottom, front, back, left side, and right side.
F=6F = 6
Step 2: Count the edges. The top face has 4 edges and the bottom face has 4 edges. Then 4 vertical edges connect the top corners to the bottom corners.
E=4+4+4=12E = 4 + 4 + 4 = 12
Step 3: Count the vertices. The top face has 4 corners and the bottom face has 4 corners.
V=4+4=8V = 4 + 4 = 8
Step 4: Check with Euler's formula.
VE+F=812+6=2V - E + F = 8 - 12 + 6 = 2 \checkmark
Answer: A rectangular box has 8 vertices, 12 edges, and 6 faces.

Another Example

This example uses Euler's formula to find a missing count instead of counting directly, and introduces the double-counting technique for edges.

Problem: A triangular pyramid (tetrahedron) has 4 faces and 4 vertices. Use Euler's formula to find the number of edges.
Step 1: Write Euler's formula and substitute the known values.
VE+F=2    4E+4=2V - E + F = 2 \implies 4 - E + 4 = 2
Step 2: Simplify and solve for E.
8E=2    E=68 - E = 2 \implies E = 6
Step 3: Verify by thinking about the shape. Each of the 4 triangular faces has 3 edges, giving 4×3=124 \times 3 = 12 edge-uses, but every edge is shared by exactly 2 faces.
E=122=6E = \frac{12}{2} = 6 \checkmark
Answer: A tetrahedron has 6 edges.

Visualization

Why It Matters

Identifying vertices, faces, and edges is a core skill in middle-school geometry and appears on virtually every standardized math exam. Architects, game designers, and 3D modelers rely on these counts when building and texturing mesh models. In higher math courses, Euler's formula for polyhedra opens the door to topology — the study of shapes that stays relevant through college and beyond.

Common Mistakes

Mistake: Double-counting shared edges
Correction: Every edge belongs to exactly two faces. If you count the sides of each face separately and add them up, divide by 2 to get the true edge count.
Mistake: Confusing edges with faces
Correction: An edge is a one-dimensional line segment; a face is a two-dimensional flat surface. If you can place your palm on it, it is a face. If you can run your finger along it, it is an edge.
Mistake: Applying Euler's formula to non-polyhedra
Correction: Euler's formula VE+F=2V - E + F = 2 holds for convex polyhedra (and some others), but not for shapes with curved surfaces like cylinders or spheres, or for solids with holes like a torus.

Check Your Understanding

A pentagonal prism has 7 faces. Two faces are pentagons and 5 are rectangles. How many edges and vertices does it have?
Hint: Count the edges around each pentagon (5 + 5) plus the 5 vertical edges. Then use Euler's formula to verify.
Answer: 15 edges and 10 vertices.
If a polyhedron has 12 vertices and 30 edges, how many faces does it have?
Hint: Rearrange Euler's formula to F=2V+EF = 2 - V + E.
Answer: F=2V+E=212+30=20F = 2 - V + E = 2 - 12 + 30 = 20 faces.
A square pyramid has a square base and 4 triangular sides. Count V, E, and F, then check Euler's formula.
Hint: The base contributes 4 vertices and 4 edges; the apex is one more vertex.
Answer: V = 5, E = 8, F = 5. Check: 58+5=25 - 8 + 5 = 2.

Related Terms