User Rating 0.0 β˜…β˜…β˜…β˜…β˜…
Total Usage 0 times
Select a shape and enter dimensions to calculate area
Is this tool helpful?

Your feedback helps us improve.

β˜… β˜… β˜… β˜… β˜…

About

Miscalculating area leads to material waste in construction, incorrect land valuations, and flawed engineering designs. This calculator implements exact closed-form formulas for 10 geometric shapes including Heron's formula for triangles from three sides: A = √s(s βˆ’ a)(s βˆ’ b)(s βˆ’ c). Results are cross-converted across 10 area units from mmΒ² to miΒ². Inputs persist across sessions. Note: all formulas assume Euclidean plane geometry and break down on curved surfaces or at astronomical scales.

area calculator geometry calculator shape area circle area triangle area rectangle area polygon area hectares square footage

Formulas

Each shape uses a distinct closed-form equation. All inputs are in the selected linear unit; output is in the corresponding squared unit.

Circle

A = Ο€ β‹… r2

Rectangle

A = l Γ— w

Triangle (base & height)

A = 12 β‹… b β‹… h

Triangle (Heron’s formula)

s = a + b + c2
A = √s(s βˆ’ a)(s βˆ’ b)(s βˆ’ c)

Trapezoid

A = a + b2 β‹… h

Ellipse

A = Ο€ β‹… a β‹… b

Parallelogram

A = b β‹… h

Rhombus

A = d1 β‹… d22

Regular Polygon

A = n β‹… s24 β‹… tan(Ο€ Γ· n)

Sector

A = ΞΈ360 β‹… Ο€ β‹… r2

Annulus (Ring)

A = Ο€ β‹… (R2 βˆ’ r2)

Where: r = radius, l = length, w = width, b = base, h = height, a, b, c = side lengths, d1, d2 = diagonals, n = number of sides, s = side length, ΞΈ = central angle in degrees, R = outer radius, r = inner radius.

Reference Data

UnitSymbolRelative to 1 mΒ²Common Use
Square MillimetermmΒ²1,000,000Precision engineering, electronics
Square CentimetercmΒ²10,000Paper sizes, small objects
Square MetermΒ²1Rooms, apartments, SI base
Square KilometerkmΒ²0.000001Cities, countries, large regions
Square InchinΒ²1,550.0031US manufacturing, screens
Square FootftΒ²10.76391US real estate, flooring
Square YardydΒ²1.19599Carpet, landscaping (US/UK)
Acreac0.000247105Agriculture (US/UK)
Hectareha0.0001Agriculture (metric), land surveys
Square MilemiΒ²3.861Γ—10βˆ’7US geography, county areas
Area0.01European land plots
Barnb1028Nuclear cross-sections

Frequently Asked Questions

Heron's formula requires the triangle inequality to hold: the sum of any two sides must exceed the third side. If a + b ≀ c for any permutation, the three lengths cannot form a valid triangle and the expression under the radical becomes negative. Verify your measurements before computing.
The formula A = ns2 Γ· (4 tan(π÷n)) is mathematically valid for any n β‰₯ 3, but geometrically only integer values produce a closed regular polygon. This calculator enforces integer values with a minimum of 3.
Conversions use IEEE 754 double-precision floating point with factors derived from NIST SP 811 standards. For example, 1 ft = 0.3048 m exactly (by definition). Results display up to 6 significant figures to avoid false precision.
No. Irregular polygons require vertex coordinates and the Shoelace formula (A = 12β‹…|nβˆ‘i=1(xiyi+1 βˆ’ xi+1yi)|). This tool handles regular polygons only, where all sides and angles are equal.
The calculator expects the central angle ΞΈ in degrees (0 - 360). If you have radians, multiply by 180Ο€ before entering. The equivalent radian formula is A = 12r2ΞΈ.
The annulus formula A = Ο€(R2 βˆ’ r2) requires the outer radius R to be strictly greater than the inner radius r. If R ≀ r, the calculator will display a validation error.