Logo

MonoCalc

/

Pentagon Area Calculator

Geometry

Pentagon type

Input type

Side length (a)

Length unit

Output area unit

Decimal precision

a=5 mR=4.2533 mr=3.441 md=8.0902 m
Area = 43.0119
Perimeter25 m
Side (a)5 m
Diagonal (d)8.0902 m
Circumradius (R)4.2533 m
Inradius (r)3.441 m
Interior angle108°
Sum of interior angles540°
A = (a² / 4) × √(25 + 10√5) = (5² / 4) × √(25 + 10√5)

Step-by-step

1. Formula: A = (a² / 4) × √(25 + 10√5)

2. Side length: a = 5 m

3. Convert to meters: a = 5.000000 m

4. Constant: √(25 + 10√5) / 4 ≈ 1.720477

5. Compute: A = 1.720477 × 5.000000² = 43.011935 m²

6. Convert to m²: 43.011935 m² × 1 = 43.0119 m²

7. Side: a = 5 m

8. Perimeter: P = 5 × a = 5 × 5 = 25 m

9. Diagonal: d = a × φ = 5 × 1.618034 = 8.0902 m

10. Circumradius: R = 4.2533 m

11. Inradius: r = 3.441 m

Area in other units

mm²4,30,11,935.015
cm²4,30,119.35
43.012
km²0
in²66,668.633
ft²462.976
yd²51.442

About This Tool

Pentagon Area Calculator – Regular and Irregular Pentagons

A pentagon is a five-sided polygon. When all five sides are equal and every interior angle measures 108°, the shape is called a regular pentagon. When the sides and angles differ, the shape is an irregular pentagon. This calculator handles both cases and supports multiple input methods, unit conversion, and step-by-step results.

Regular Pentagon Formulas

A regular pentagon can be fully described by a single measurement. Three common measurements each lead to a distinct but equivalent area formula:

From Side Length (a)

The most common input is the side length a. The exact closed-form formula is:

A = (a² / 4) × √(25 + 10√5) ≈ a² × 1.720477

For example, a regular pentagon with side 5 m has an area of approximately 43.01 m². The perimeter is simply P = 5 × a, and the diagonal connecting two non-adjacent vertices equals d = a × φ, where φ ≈ 1.61803 is the golden ratio.

From Circumradius (R)

The circumradius R is the radius of the circle that passes through all five vertices (circumscribed circle). Given R:

A = (5/2) × R² × sin(72°)

The side length can be recovered with a = 2R × sin(36°), and the inradius with r = R × cos(36°).

From Inradius (r)

The inradius r (also called the apothem) is the distance from the center to the midpoint of any side — the radius of the inscribed circle. Given r:

A = 5 × r² × tan(36°)

The inradius formula is particularly useful in architecture and land surveying, where the distance to a boundary midpoint is easier to measure than a vertex distance.

Irregular Pentagon — Shoelace Formula

When the pentagon is not regular, providing five (x, y) vertex coordinates allows the calculator to apply the Shoelace formula (also called the Gauss area formula):

A = (1/2) × |Σ (xᵢ × yᵢ₊₁ − xᵢ₊₁ × yᵢ)| for i = 1…5 (vertex 6 = vertex 1)

Enter the vertices in order — either clockwise or counter-clockwise — and ensure the pentagon does not self-intersect. The formula works for any simple (non-self-intersecting) polygon, regardless of convexity. If the computed area is zero, the vertices are collinear or a duplicate exists.

Secondary Properties of a Regular Pentagon

Beyond the area, the calculator also shows:

  • Perimeter: the total boundary length, P = 5a.
  • Diagonal: the length between two non-adjacent vertices, d = a × φ.
  • Circumradius (R): radius of the circumscribed circle.
  • Inradius (r): radius of the inscribed circle (apothem).
  • Interior angle: always 108° in a regular pentagon.
  • Sum of interior angles: always 540° for any pentagon (from the formula (n − 2) × 180°).

Unit Conversion

All length units (mm, cm, m, km, in, ft, yd) are supported for input. The output can be expressed in any area unit (mm², cm², m², km², in², ft², yd²). The calculator converts input lengths to meters internally, computes the area in m², and then converts to the chosen output unit. A conversion table showing the area in every supported unit is displayed alongside the primary result.

Practical Applications

Pentagon area calculations arise in many real-world contexts:

  • Architecture and design: Pentagonal floor plans, decorative tiles, and structural cross-sections frequently appear in modern and classical buildings.
  • Land surveying: Parcels and property boundaries are sometimes five-sided. The irregular mode with coordinate input directly supports GPS or blueprint data.
  • Engineering: Cross-sectional area of pentagonal profiles is needed for stress and load calculations.
  • Education: Students can use the step-by-step output to understand polygon area formulas, the golden ratio, and the relationship between a polygon's circumradius, inradius, and side length.
  • Game development and graphics: Collision detection and 2D layout algorithms often require fast polygon area computations.

Tips for Accurate Results

For regular pentagon calculations, any one of side length, circumradius, or inradius is sufficient — choose whichever you can measure directly. For irregular pentagons, accurate (x, y) coordinates are essential; even small errors in vertex positions lead to proportional errors in the computed area. Use the precision selector to control how many decimal places are shown in the result.

Frequently Asked Questions

Is the Pentagon Area Calculator free?

Yes, Pentagon Area Calculator is totally free :)

Can I use the Pentagon Area Calculator offline?

Yes, you can install the webapp as PWA.

Is it safe to use Pentagon Area Calculator?

Yes, any data related to Pentagon Area Calculator only stored in your browser (if storage required). You can simply clear browser cache to clear all the stored data. We do not store any data on server.

How does this calculator work?

Choose Regular or Irregular mode. In Regular mode, enter a side length, circumradius, or inradius and the tool computes the area using the corresponding formula, then derives the perimeter, diagonal, and both radii. In Irregular mode, enter the (x, y) coordinates of all five vertices and the tool applies the Shoelace formula to find the enclosed area.

What formulas are used for a regular pentagon?

Three equivalent formulas exist: (1) Side length — A = (a² / 4) × √(25 + 10√5) ≈ a² × 1.72048; (2) Circumradius — A = (5/2) × R² × sin(72°); (3) Inradius — A = 5 × r² × tan(36°). All three give the same result for the same pentagon.

What is the Shoelace formula for an irregular pentagon?

The Shoelace (Gauss) formula computes the area of any simple (non-self-intersecting) polygon from its vertex coordinates: A = (1/2) × |Σ (xᵢ × yᵢ₊₁ − xᵢ₊₁ × yᵢ)| where the summation wraps the last vertex back to the first. The vertices must be listed in order (clockwise or counter-clockwise) and the polygon must not self-intersect.

What is the difference between circumradius and inradius?

The circumradius (R) is the distance from the center of the pentagon to any corner (vertex). The inradius (r) is the distance from the center to the midpoint of any side (the apothem). For a regular pentagon with side a: R = a / (2 sin 36°) and r = a / (2 tan 36°). The two are related by r = R × cos(36°).

Can I use different units for the input and output?

Yes. Select any length unit (mm, cm, m, km, in, ft, yd) for your input, and independently choose any area unit (mm², cm², m², km², in², ft², yd²) for the result. The calculator converts to meters internally and then converts the area to your chosen output unit. A conversion table for all area units is also shown.

How accurate are the results?

Calculations use IEEE 754 double-precision floating-point arithmetic (JavaScript's Number type), which gives about 15–16 significant digits. You can control displayed precision from 0 to 10 decimal places. The primary source of error is the precision of your own measurements, not the calculator's arithmetic.