Mathwords logoMathwords

Area of a Regular Polygon — Formula & Examples

Area of a Regular Polygon

The area of a regular polygon is given by the formula below.

area = (½)(apothem)(perimeter)

A regular hexagon with a vertical line segment from its center to the midpoint of the bottom side, labeled "apothem.

 

Several other area formulas are also available.

 

Regular Polygon Formulas

n = number of sides
s = length of a side
r = apothem (radius of inscribed circle)   
R = radius of circumcircle

Regular hexagon with labeled parts: s = side length along top edge, r = apothem (inscribed circle radius), R = circumcircle...

Sum of interior angles = (n – 2)·180°

Interior angle = Formula for interior angle of a regular polygon: ((n − 2) / n) · 180°

Area = (½)nsr

Three equivalent area formulas for a regular polygon: Area = (1/4)ns²cot(180°/n) = nr²tan(180°/n) = (1/2)nR²sin(360°/n)

Formula: r = (1/2) s cot(180°/n), where r is apothem, s is side length, n is number of sides.

Formula: R = (1/2) s csc(180°/n), where R is circumradius, s is side length, n is number of sides.

A regular pentagon (5-sided polygon) with equal sides and angles, shown as a plain white geometric figure.
Regular Pentagon

A regular hexagon with six equal sides and angles, representing a regular polygon shape.
Regular Hexagon

A regular heptagon (7-sided polygon) with equal sides and angles, no labels visible.
Regular Heptagon

A regular octagon (8-sided polygon) with equal sides and equal interior angles, shown as a geometric example of a regular polygon.
Regular Octagon

A regular polygon with 9 sides (nonagon) showing equal sides and angles, no labels.
Regular Nonagon

 

See also

Area of a convex polygon

Key Formula

A=12aP=12nsaA = \frac{1}{2} \cdot a \cdot P = \frac{1}{2} \cdot n \cdot s \cdot a
Where:
  • AA = Area of the regular polygon
  • aa = Apothem — the distance from the center of the polygon to the midpoint of any side (also called the radius of the inscribed circle)
  • PP = Perimeter of the polygon, equal to n × s
  • nn = Number of sides
  • ss = Length of one side

Worked Example

Problem: Find the area of a regular hexagon with a side length of 6 cm.
Step 1: Identify the number of sides and the side length. A hexagon has 6 sides, and each side is 6 cm.
n=6,s=6 cmn = 6, \quad s = 6 \text{ cm}
Step 2: Calculate the apothem. For a regular polygon, the apothem can be found using the formula a = s / (2 tan(π/n)).
a=62tan ⁣(π6)=62×13=623=632=335.196 cma = \frac{6}{2 \tan\!\left(\frac{\pi}{6}\right)} = \frac{6}{2 \times \frac{1}{\sqrt{3}}} = \frac{6}{\frac{2}{\sqrt{3}}} = \frac{6\sqrt{3}}{2} = 3\sqrt{3} \approx 5.196 \text{ cm}
Step 3: Calculate the perimeter.
P=n×s=6×6=36 cmP = n \times s = 6 \times 6 = 36 \text{ cm}
Step 4: Apply the area formula.
A=12×a×P=12×33×36=54393.53 cm2A = \frac{1}{2} \times a \times P = \frac{1}{2} \times 3\sqrt{3} \times 36 = 54\sqrt{3} \approx 93.53 \text{ cm}^2
Answer: The area of the regular hexagon is 54√3 ≈ 93.53 cm².

Another Example

This example differs because the apothem is given directly, so there is no need to compute it from the side length using trigonometry. Many textbook problems provide the apothem, making the calculation straightforward multiplication.

Problem: A regular pentagon has an apothem of 5.5 cm and a side length of 8 cm. Find its area.
Step 1: Identify the given values. The pentagon has 5 sides, an apothem of 5.5 cm, and a side length of 8 cm.
n=5,a=5.5 cm,s=8 cmn = 5, \quad a = 5.5 \text{ cm}, \quad s = 8 \text{ cm}
Step 2: Calculate the perimeter.
P=5×8=40 cmP = 5 \times 8 = 40 \text{ cm}
Step 3: Plug the apothem and perimeter into the area formula.
A=12×5.5×40=12×220=110 cm2A = \frac{1}{2} \times 5.5 \times 40 = \frac{1}{2} \times 220 = 110 \text{ cm}^2
Answer: The area of the regular pentagon is 110 cm².

Frequently Asked Questions

How do you find the apothem if only the side length is given?
Use the formula a = s / (2 tan(π/n)), where s is the side length and n is the number of sides. This formula comes from the right triangle formed by the center, the midpoint of a side, and a vertex. For example, a regular octagon with side length 10 has an apothem of 10 / (2 tan(π/8)) ≈ 12.07.
Can you find the area of a regular polygon using only the radius of the circumscribed circle?
Yes. If you know the circumradius R and the number of sides n, the area is A = ½ n R² sin(2π/n). This works because each of the n isosceles triangles formed from the center to two adjacent vertices has area ½ R² sin(2π/n).
Why does the area formula use ½ × apothem × perimeter?
A regular polygon can be divided into n congruent isosceles triangles, each with a base equal to one side (s) and a height equal to the apothem (a). Each triangle has area ½ × s × a. Adding up all n triangles gives ½ × a × (n × s) = ½ × a × P, which is the full formula.

Area of a Regular Polygon vs. Area of an Irregular Polygon

Area of a Regular PolygonArea of an Irregular Polygon
DefinitionA polygon with all sides and angles equalA polygon with sides or angles that are not all equal
FormulaA = ½ × apothem × perimeterNo single formula; use the Shoelace formula, triangulation, or divide into simpler shapes
Information neededNumber of sides plus either the side length, apothem, or circumradiusCoordinates of all vertices, or enough measurements to decompose the shape
When to useWhen the polygon is explicitly stated to be regularWhen sides or angles differ, or when vertex coordinates are given

Why It Matters

You encounter regular polygon area calculations in geometry courses, standardized tests (SAT, ACT), and real-world contexts like designing tiles, hex grids, stop-sign dimensions, and architectural floor plans. Understanding the formula also reinforces how composite shapes can be broken into triangles — a strategy that extends to calculus and engineering. Many competition math problems test whether you can connect the apothem, perimeter, and trigonometric relationships quickly.

Common Mistakes

Mistake: Confusing the apothem with the circumradius (the distance from the center to a vertex).
Correction: The apothem goes from the center to the midpoint of a side and is always shorter than the circumradius. Using the circumradius in the standard formula will give a larger, incorrect answer. If you have the circumradius R, use A = ½ n R² sin(2π/n) instead.
Mistake: Forgetting to multiply by ½ in the formula, effectively doubling the area.
Correction: Remember the formula comes from adding up triangles, each with area ½ × base × height. The factor of ½ is essential. A quick check: for a square with side 4 and apothem 2, A = ½ × 2 × 16 = 16, which matches 4² = 16.

Related Terms

  • Regular PolygonThe shape whose area this formula calculates
  • ApothemKey measurement from center to midpoint of a side
  • PerimeterTotal distance around the polygon, used in the formula
  • CircumcircleCircle passing through all vertices; its radius gives an alternate formula
  • Inscribed CircleCircle tangent to every side; its radius equals the apothem
  • Interior AngleEach angle of the polygon, used to derive the apothem
  • Area of a Convex PolygonGeneral area methods for non-regular convex polygons
  • Side of a PolygonThe equal-length segments forming the polygon's boundary