User Rating 0.0
Total Usage 0 times
units
Quick presets:
Is this tool helpful?

Your feedback helps us improve.

About

An equilateral triangle is the only regular polygon with three sides. All internal angles equal 60°. A single measurement - the side length a - determines every other property: area, height, perimeter, inradius, and circumradius. Errors in computing triangle areas propagate directly into material estimates, structural load calculations, and CNC cutting paths. This calculator uses the closed-form formula A = 34 a2 and supports reverse computation from any known property back to the side length. Results assume Euclidean geometry on a flat plane. The tool does not account for surface curvature at geodetic scales.

equilateral triangle triangle area geometry calculator triangle height triangle perimeter inradius circumradius

Formulas

All properties of an equilateral triangle derive from its side length a. Below are the exact closed-form expressions used in this calculator.

A = 34 a2

where A is the area and a is the side length.

h = 32 a

where h is the altitude (height) from any vertex to the opposite side. In an equilateral triangle, the altitude, median, angle bisector, and perpendicular bisector all coincide.

P = 3 a

where P is the perimeter.

r = a 36

where r is the inradius (radius of the inscribed circle).

R = a 33

where R is the circumradius (radius of the circumscribed circle). Note that for an equilateral triangle, R = 2r always holds.

Reverse formulas used when computing side from a known property:

a = 4 A3

(side from area)

a = 2 h3

(side from height)

Reference Data

Side Length (a)Area (A)Height (h)Perimeter (P)Inradius (r)Circumradius (R)
10.43300.866030.28870.5774
21.73211.732160.57741.1547
33.89712.598190.86601.7321
46.92823.4641121.15472.3094
510.82534.3301151.44342.8868
615.58855.1962181.73213.4641
721.21766.0622212.02074.0415
827.71286.9282242.30944.6188
935.07407.7942272.59815.1962
1043.30138.6603302.88685.7735
1262.353810.3923363.46416.9282
1597.427912.9904454.33018.6603
20173.205117.3205605.773511.5470
25270.633021.6506757.216914.4338
30389.711425.9808908.660317.3205
40692.820334.641012011.547023.0940
501082.531843.301315014.433828.8675
752435.696564.951922521.650643.3013
1004330.127086.602530028.867557.7350
20017320.5081173.205160057.7350115.4701

Frequently Asked Questions

The generic formula A = 12 b h still applies. In an equilateral triangle, the height is h = 32 a. Substituting this into 12 a h yields exactly 34 a2. The specialized form eliminates one variable, requiring only the side length.
JavaScript uses IEEE 754 double-precision floats, giving approximately 15 - 17 significant decimal digits. For side lengths between 1e-150 and 1e+150, results remain accurate. Beyond that range, you may encounter overflow (Infinity) or underflow (zero). This calculator caps input at 1e+15 and rejects values below 1e-10 to stay well within safe precision bounds. Results are displayed rounded to 4 - 10 decimal places depending on magnitude.
Yes. Select "Area" as the input mode in this calculator. The reverse formula is a = 4A3. This is derived by algebraically isolating a from the area formula. All other properties (height, perimeter, inradius, circumradius) are then computed from the recovered side length.
For an equilateral triangle, the circumradius is always exactly twice the inradius: R = 2r. This is a unique property not shared by other triangle types. The centroid, incenter, circumcenter, and orthocenter all coincide at the same point, located at 13 of the height from the base.
This calculator works in pure numeric units. If you enter the side in centimeters, the area is in cm2, the perimeter in cm, and radii in cm. Switching to inches means all outputs are in in and in2. No internal conversion occurs. You must ensure consistent units. A common mistake is mixing meters and centimeters, which produces results off by a factor of 10000 for area.
No. The formula A = 34 a2 assumes Euclidean (flat) geometry. On a sphere, the sum of interior angles exceeds 180° and the area includes a spherical excess term. On a hyperbolic surface, angles sum to less than 180°. For terrestrial surveying at scales above a few kilometers, geodetic corrections become necessary.