Apothem Calculator for Regular Polygons
The apothem of a regular polygon is the straight-line distance from its centre to the middle of any side, the radius of the largest circle that fits snugly inside the shape. It is a key quantity for finding the area, since a regular polygon's area equals half the apothem times the perimeter. This tool computes the apothem from the number of sides and the side length using an exact trigonometric formula, and also returns the perimeter and the enclosed area. Enter a whole number of sides and a side length in any unit you like.
Apothem formula
Apothem = s / (2 * tan(pi / n))
Perimeter = n * s
Area = (1 / 2) * apothem * perimeter
Here n is the number of sides and s is the side length, with the angle pi / n in radians. The apothem is the perpendicular distance from the centre to a side midpoint.
How the apothem works
- The apothem is the inradius, the radius of the inscribed circle touching every side.
- It is always shorter than the circumradius, which reaches out to a vertex.
- A regular polygon splits into n triangles, each with base s and height equal to the apothem.
- The area is therefore one-half the apothem times the perimeter.
- The side count must be a whole number of three or more, so smaller values are invalid.
Apothem: frequently asked questions
What is the apothem of a regular polygon?
The apothem is the perpendicular distance from the centre of a regular polygon to the midpoint of any side. It is the radius of the largest circle that fits exactly inside the polygon, also called the inradius. The apothem is shorter than the circumradius, which reaches all the way out to a corner.
What is the formula for the apothem?
For a regular polygon with n sides each of length s, the apothem is a = s / (2 * tan(pi / n)), where the angle pi / n is in radians. Equivalently a = (s / 2) * cot(pi / n). This exact trigonometric formula follows from the right triangle formed by the centre, a side midpoint, and a vertex.
How does the apothem relate to the area?
The area of any regular polygon is one-half the apothem times the perimeter: A = (1/2) * a * P. This mirrors the triangle area of half base times height, because the polygon is made of n identical triangles each with base s and height equal to the apothem. This calculator reports the area as well.
What units does the apothem use?
The apothem is in the same length unit as the side length you enter. If the side is in inches, the apothem is in inches. The area is reported in the corresponding square units. Keep your inputs consistent and the outputs follow directly.
What is the minimum number of sides?
A polygon must have at least three sides, so the smallest case handled is an equilateral triangle. This calculator treats any side count below three as invalid, and the side count must be a whole number because a polygon cannot have a fractional number of sides.
Official sources
- National Institute of Standards and Technology: Digital Library of Mathematical Functions: trigonometric functions.
- National Institute of Standards and Technology: SI Units and measurement.
Reviewed by the CalculatorHub team, edited by James Graham, 16 June 2026. See our methodology.