Pentagon Area Calculator

Area, perimeter, inradius, circumradius and diagonal — solve from any measurement.

Ad placeholder (leaderboard)
Enjoying the tools? Go Pro for £4.99 (one-time) and remove all ads — forever, on this device. Remove ads — £4.99

The Pentagon Area Calculator finds every key measurement of a regular pentagon from whichever single value you already know. Most geometry tools only go one direction (side in, area out), but this calculator solves in any direction: give it the area, the perimeter, the apothem (inradius) or the circumradius and it back-calculates the side length, then reports all six quantities — area, side, perimeter, inradius, circumradius and diagonal — together. A live SVG diagram labels the apothem and circumradius, and a collapsible “Show working” section walks through every algebraic step.

Everything runs entirely in your browser — no numbers are ever sent to a server.

How the maths works

A regular pentagon has five equal sides and five equal interior angles of 108°. All its geometry can be derived from a single measurement using the following relationships, where s is the side length and pi is approximately 3.14159:

PropertyFormula
Area (A)(5 times s-squared) / (4 times tan(pi/5))
Perimeter (P)5 times s
Inradius / apothem (a)s / (2 times tan(pi/5))
Circumradius (R)s / (2 times sin(pi/5))
Diagonal (d)s times phi, where phi = (1 + sqrt(5)) / 2

The angle pi/5 = 36° appears because a regular pentagon’s central angle (from centre to two adjacent vertices) is 360°/5 = 72°, and the half-angle used in the inradius formula is 72°/2 = 36°. The value tan(36°) ≈ 0.72654 is the critical constant that links the side length to both the area and the apothem.

Inverse formulae — how the calculator back-calculates the side when you enter a different quantity:

Known quantityFormula for side s
Perimeter Ps = P / 5
Inradius as = 2 times a times tan(pi/5)
Circumradius Rs = 2 times R times sin(pi/5)
Area As = sqrt(4 times A times tan(pi/5) / 5)

Worked example

A regular pentagon has a side length of 10 cm. What are its area and other measurements?

  1. Area: A = (5 times 10-squared) / (4 times tan(36°)) = 500 / (4 times 0.72654) = 500 / 2.90617 ≈ 172.048 cm²
  2. Perimeter: P = 5 times 10 = 50 cm
  3. Inradius (apothem): a = 10 / (2 times 0.72654) = 10 / 1.45309 ≈ 6.882 cm
  4. Circumradius: R = 10 / (2 times sin(36°)) = 10 / (2 times 0.58779) ≈ 8.507 cm
  5. Diagonal: d = 10 times 1.61803 ≈ 16.180 cm (exactly 10 times the golden ratio!)

As a quick reference table for different side lengths:

Side (cm)Area (cm²)Perimeter (cm)Apothem (cm)Diagonal (cm)
543.0125.003.448.09
10172.0550.006.8816.18
20688.19100.0013.7632.36
504301.19250.0034.4180.90

Notice that area scales with the square of the side length — doubling the side quadruples the area.

The golden ratio connection

One of the most remarkable facts in geometry is that the diagonal of a regular pentagon is exactly phi times its side length, where phi = (1 + sqrt(5)) / 2 ≈ 1.61803… is the golden ratio. This is not an approximation — it is an exact algebraic relationship. The golden ratio appears here because cos(36°) = phi/2 and the diagonals of a regular pentagon intersect each other in the golden ratio. This is why the five-pointed star (pentagram), formed by extending the sides of a regular pentagon, contains golden-ratio proportions at every turn.

Practical uses

Architecture and design. Pentagonal floor plans, garden beds, paving features and decorative tiles all require accurate area calculations for material estimates.

Engineering. Pentagonal cross-sections and bolt-hole patterns (some metric flanges use 5-bolt patterns) need precise inradius and circumradius values for machining.

Education. The pentagon is a favourite shape in school geometry for demonstrating the golden ratio and for exercises in trigonometric problem-solving.

Art and crafts. Origami pentagons, stained glass and quilting patterns start from a known side length; knowing the diagonal and circumradius makes cutting and assembly far easier.

A note on precision

The formulae used here are exact. The only rounding occurs in the displayed output, controlled by the decimal-places selector (default 6). For practical measurements — a tape measure reads to about ±1 mm — two or three decimal places is usually all that is meaningful. The full double-precision intermediate arithmetic (about 15-16 significant digits) ensures the displayed result is always correctly rounded.

Ad placeholder (rectangle)