Regular Polygon Area Calculator
Calculate the area of any regular polygon given the number of sides and side length using A = n*s^2/(4*tan(PI/n)). Works for equilateral triangles, squares, pentagons, hexagons, and any regular n-gon used in architecture, tiling, and engineering.
This free online regular polygon area calculator provides instant results with no signup required. All calculations run directly in your browser — your data is never sent to a server. Enter your values below and see results update in real time as you type. Perfect for everyday calculations, homework, or professional use.
Number of equal sides (minimum 3)
Length of each side
Results
Area
64.9519 sq units
How to Use This Calculator
Enter your input values
Fill in all required input fields for the Regular Polygon Area Calculator. Most fields include unit selectors so you can work in your preferred unit system — metric or imperial, whichever matches your problem.
Review your inputs
Double-check that all values are correct and that you have selected the right units for each field. Incorrect units are the most common source of calculation errors and can produce results that are off by factors of 2, 10, or more.
Read the results
The Regular Polygon Area Calculator instantly computes the output and displays results with units clearly labeled. All calculations happen in your browser — no loading time and no data sent to a server.
Explore parameter sensitivity
Try adjusting individual input values to see how the output changes. This is a quick and effective way to develop intuition about how different parameters influence the result and to identify which inputs have the largest effect.
Formula Reference
Regular Polygon Area Calculator Formula
See calculator inputs for the governing equation
Variables: All variables and their units are labeled in the calculator interface above. Input fields accept values in multiple unit systems — select your preferred unit from the dropdown next to each field.
When to Use This Calculator
- •Use the Regular Polygon Area Calculator when you need a quick mathematical result without writing out all the steps manually, saving time on repetitive calculations.
- •Use it to verify hand calculations on tests or assignments and catch arithmetic mistakes.
- •Use it when teaching or explaining mathematical concepts to others, demonstrating how changing inputs affects the result.
- •Use it to explore the behavior of mathematical functions across a range of inputs.
About This Calculator
The Regular Polygon Area Calculator is a free mathematical calculation tool for students, educators, and professionals who need quick, reliable results. Calculate the area of any regular polygon given the number of sides and side length using A = n*s^2/(4*tan(PI/n)). Works for equilateral triangles, squares, pentagons, hexagons, and any regular n-gon used in architecture, tiling, and engineering. The underlying algorithms implement well-established mathematical formulas and numerical methods. Results are computed instantly in the browser. This tool is useful for learning, verification of hand calculations, and rapid exploration of mathematical relationships. All computation happens locally — no data is sent to a server.
About Regular Polygon Area Calculator
The Regular Polygon Area Calculator computes the area of any regular polygon (equilateral triangle, square, pentagon, hexagon, etc.) given the number of sides and the side length. The formula A = n*s^2/(4*tan(pi/n)) unifies all regular polygon areas into a single expression. As the number of sides increases, a regular polygon approaches a circle, and this formula smoothly transitions to pi*r^2 in the limit. Regular polygons are ubiquitous in nature (honeycomb hexagons), architecture (octagonal towers), engineering (hex bolt heads), and design (pentagonal stars). This calculator handles any regular polygon from triangles to 100-gons.
The Math Behind It
Formula Reference
Regular Polygon Area
A = n * s^2 / (4 * tan(pi/n))
Variables: n = number of sides, s = side length
Alternative (using apothem)
A = (1/2) * n * s * a
Variables: a = apothem (distance from center to midpoint of a side)
Worked Examples
Example 1: Regular Hexagon with Side 5
Find the area of a regular hexagon with side length 5 cm.
The area of the regular hexagon is approximately 64.95 square cm.
Example 2: Regular Pentagon with Side 8
Find the area of a regular pentagon with side length 8 m.
The area of the regular pentagon is approximately 110.11 square meters.
Common Mistakes & Tips
- !Using degrees instead of radians in the tangent function. The formula requires tan(pi/n) in radians, not tan(180/n) in degrees.
- !Confusing the apothem with the circumradius. The apothem goes from the center to the midpoint of a side; the circumradius goes from the center to a vertex.
- !Applying the formula to irregular polygons. This formula only works when all sides and all angles are equal.
- !Forgetting that the formula gives area in square units of whatever unit the side length is measured in.
Related Concepts
Used in These Calculators
Calculators that build on or apply the concepts from this page:
Frequently Asked Questions
What happens as the number of sides approaches infinity?
The regular polygon approaches a circle. The area formula n*s^2/(4*tan(pi/n)) approaches pi*r^2 in the limit, where r is the circumradius. This is how Archimedes approximated pi over 2000 years ago.
Which regular polygons can tile the plane?
Only three: equilateral triangles (n=3), squares (n=4), and regular hexagons (n=6). These are the only regular polygons whose interior angles evenly divide 360 degrees, allowing them to fit together without gaps.
How do I find the area if I know the apothem instead of the side length?
Use A = (1/2)*perimeter*apothem = (1/2)*n*s*a. If you only know the apothem a and n, first find s = 2*a*tan(pi/n), then compute the area.