GintiCalcEvery calculation

GeomBench

Regular Polygon Area Calculator

Works for any number of sides, from triangles to 20-gons.

Regular polygon area at a fixed side length of 5

Each row is a regular polygon with every side 5 units, showing how area grows with the number of sides.

SidesShapePerimeterArea
3Triangle15.0010.8253
4Square20.0025.0000
5Pentagon25.0043.0119
6Hexagon30.0064.9519
8Octagon40.00120.7107
12Dodecagon60.00279.9038

Adding sides at a fixed side length grows both perimeter and area, but area far faster - doubling the sides from 6 to 12 doubles the perimeter and more than quadruples the area. A different and more famous question is what happens at fixed perimeter: there the polygon with more sides always encloses more area, and the limit as sides go to infinity is the circle, which encloses the most area for any given perimeter. The square row is the useful sanity check, since 5 squared is exactly 25.

One formula for every regular shape

Every regular polygon can be split into n identical isosceles triangles meeting at the center. Summing their areas gives A = (n × s²) ÷ (4 × tan(π/n)) — valid for a triangle, hexagon, or any n-gon.

As n grows, it approaches a circle

The more sides a regular polygon has, the closer its area gets to that of its circumscribed circle — a hexagon is already a decent approximation, and a 20-gon is nearly indistinguishable from round.

Frequently asked questions

How do I calculate the area of a regular polygon?

Area = (n × s²) / (4 × tan(π/n)), where n is the number of sides and s is the side length. Or Area = ½ × perimeter × apothem. For a regular hexagon with side 10: Area = (6 × 100) / (4 × tan(30°)) = 600 / 2.309 = 259.8.

What is a regular polygon?

A regular polygon has all sides equal and all interior angles equal. Examples: equilateral triangle (3), square (4), regular pentagon (5), regular hexagon (6). An irregular polygon has sides or angles that differ.

What is the interior angle of a regular polygon?

Interior angle = (n−2) × 180° / n. Triangle: 60°, square: 90°, pentagon: 108°, hexagon: 120°, octagon: 135°. As n increases, the angle approaches 180° (and the polygon approaches a circle).

Related Math calculators

You might also like

Last updated: September 6, 2026