Mathematics July 20, 2026 · 11 min read

Regular Polygons: Area, Perimeter, Angles, and the Mathematics of Symmetry

Calculate properties of any regular polygon. Learn formulas for area, perimeter, interior and exterior angles, apothem, and diagonal lengths for equilateral triangles through decagons and beyond.

Regular polygons are among the most aesthetically pleasing and mathematically rich shapes in geometry. Defined by equal side lengths and equal interior angles, these figures — from the equilateral triangle to the regular dodecagon — exhibit perfect rotational and reflective symmetry. The mathematics of regular polygons underpins fields as diverse as crystallography, computer graphics, architecture, and tiling theory. Mastering the formulas for area, perimeter, angles, and special segments like the apothem gives you a complete toolkit for analyzing any regular n-sided figure.

Key Takeaway

A regular polygon with n sides has all sides equal and all interior angles equal to (n−2) × 180° / n. The area is A = ½ × perimeter × apothem = ½n · s · a. As the number of sides increases, a regular polygon approaches a circle, and its area approaches πr².

1. What Makes a Polygon "Regular"?

A polygon is a closed plane figure bounded by straight line segments. A polygon is called regular if and only if all of its sides are congruent (equal in length) and all of its interior angles are congruent (equal in measure). The number of sides, denoted n, must be at least 3, and each vertex is connected to exactly two neighbors.

Regular polygons possess both rotational symmetry (they look the same after rotation by 360°/n) and reflective symmetry (each line through a vertex and the center, or through the midpoint of a side and the center, is an axis of reflection). This dual symmetry makes regular polygons the building blocks of many geometric constructions and patterns.

Naming Conventions

Regular polygons are named by the number of sides: equilateral triangle (n = 3), square (n = 4), regular pentagon (n = 5), regular hexagon (n = 6), regular heptagon (n = 7), regular octagon (n = 8), regular nonagon (n = 9), and regular decagon (n = 10). For n ≥ 11, the generic term "regular n-gon" or "regular hendecagon" (11) / "regular dodecagon" (12) is used.

2. Angle Properties of Regular Polygons

The angles of a regular polygon follow elegant formulas that depend solely on the number of sides n.

Interior angle sum: S = (n − 2) × 180°
Each interior angle: θ = (n − 2) × 180° / n
Each exterior angle: φ = 360° / n
Interior + Exterior = 180° (linear pair)
n (sides)NameInterior AngleExterior Angle
3Equilateral triangle60°120°
4Square90°90°
5Regular pentagon108°72°
6Regular hexagon120°60°
8Regular octagon135°45°
10Regular decagon144°36°

Notice that as n increases, each interior angle approaches 180° and each exterior angle approaches 0°. This makes intuitive sense: a polygon with many sides looks increasingly like a smooth curve (a circle), and the "turning angle" at each vertex becomes smaller.

3. Area and Perimeter Formulas

The two most essential measurements of a regular polygon are its perimeter and area. Both can be expressed elegantly in terms of the side length s and the number of sides n.

Perimeter

Perimeter: P = n × s

This is the simplest formula: multiply the number of sides by the length of each side.

The Apothem

The apothem (a) is the perpendicular distance from the center of the polygon to the midpoint of any side. It is a crucial measurement for computing area. The apothem can be calculated from the side length s and number of sides n:

Apothem: a = s / (2 · tan(π/n))
where n = number of sides, s = side length, π/n in radians

Area Using the Apothem

A regular polygon can be divided into n congruent isosceles triangles, each with a base equal to the side length s and a height equal to the apothem a. The area of each triangle is ½sa, so the total area is:

Area: A = ½ × P × a = ½ × n × s × a
Substituting the apothem formula:
A = (n · s²) / (4 · tan(π/n))

Area Using the Circumradius

The circumradius (R) is the distance from the center to any vertex. If R is known instead of s, the area formula becomes:

A = ½ × n × R² × sin(2π/n)

4. Diagonals of Regular Polygons

A diagonal is a line segment connecting two non-adjacent vertices. Every regular polygon with n ≥ 4 sides has diagonals. The total number of diagonals is given by:

Number of diagonals: D = n(n − 3) / 2

For a regular polygon, all diagonals of the same "step size" k (connecting vertices that are k positions apart) have equal length. The length of a diagonal connecting vertices k apart is:

d_k = s · sin(kπ/n) / sin(π/n)

For the regular hexagon, this produces three distinct diagonal lengths. The shortest diagonals (connecting vertices two apart) have length s√3, while the longest (connecting opposite vertices) has length 2s. This property is fundamental to hexagonal geometry, used in honeycomb structures and graphene lattices.

5. The Limit: Polygons Approaching Circles

One of the most profound insights in mathematics is that a regular polygon approaches a circle as the number of sides approaches infinity. This idea, formalized by Archimedes around 250 BC, was used to approximate π with remarkable accuracy.

Archimedes started with regular hexagons inscribed and circumscribed about a circle. By repeatedly doubling the number of sides (6 → 12 → 24 → 48 → 96), he bracketed π between 3.1408 and 3.1429, accurate to two decimal places. This ancient method established the conceptual foundation for integral calculus.

Area Convergence

As n → ∞, the area of a regular n-gon inscribed in a circle of radius r approaches the area of the circle:

lim(n→∞) (n · s²) / (4 · tan(π/n)) = πr²
This is because s → 2r·sin(π/n) and n·tan(π/n) → π as n → ∞

6. Frequently Asked Questions

What is the apothem of a regular polygon?

The apothem is the perpendicular distance from the center of a regular polygon to the midpoint of one of its sides. It equals s/(2tan(π/n)), where s is the side length and n is the number of sides. The apothem is the "inradius" — the radius of the largest circle that fits inside the polygon.

How many diagonals does a regular polygon have?

A regular polygon with n sides has n(n−3)/2 diagonals. For example, a regular hexagon (n=6) has 6(3)/2 = 9 diagonals. A regular octagon has 8(5)/2 = 20 diagonals.

Can a regular polygon have an odd number of sides?

Yes. Regular polygons exist for any integer n ≥ 3, whether n is odd or even. Equilateral triangles (n=3), regular pentagons (n=5), and regular heptagons (n=7) are all valid regular polygons with odd numbers of sides.

Why are regular hexagons so common in nature?

Regular hexagons tile the plane without gaps (along with equilateral triangles and squares), and they do so with the minimum perimeter per unit area among tilings. This makes them the most efficient shape for structures like honeycombs, where material conservation is critical.

Try Our Polygon Calculator

Use our free Polygon Calculator to compute area, perimeter, angles, apothem, and diagonal lengths for any regular polygon with instant results.