Solve Mode
Area
Enter values above

Triangle Type Reference

TypeDefinitionKey Formula
EquilateralAll 3 sides equal, all angles 60°A = (√3/4)s²
IsoscelesTwo sides equal, two base angles equalA = (b/4)√(4a²−b²)
ScaleneAll sides and angles differentHeron's: A=√(s(s-a)(s-b)(s-c))
RightOne 90° angle; a²+b²=c²A = ½ab
AcuteAll angles < 90°; a²+b² > c²Law of cosines applies
ObtuseOne angle > 90°; a²+b² < c²Heron's or law of cosines

Key Formulas

FormulaExpression
Heron's Areas=(a+b+c)/2; A=√(s(s-a)(s-b)(s-c))
Inradiusr = A / s (s = semi-perimeter)
CircumradiusR = abc / (4A)
Law of Cosinesc² = a² + b² − 2ab·cos(C)
Law of Sinesa/sin(A) = b/sin(B) = c/sin(C)

30-60-90 Triangle

Angles30°, 60°, 90°
Side ratios1 : √3 : 2
If short leg = xLong leg = x√3, Hyp = 2x
Area (short leg x)A = (x²√3)/2
Example (x=1)sides: 1, 1.732, 2

45-45-90 Triangle

Angles45°, 45°, 90°
Side ratios1 : 1 : √2
If leg = xHypotenuse = x√2
Area (leg x)A = x²/2
Example (x=1)sides: 1, 1, 1.414

Equilateral Triangle

Angles60°, 60°, 60°
Side ratios1 : 1 : 1
Area (side s)A = (√3/4)s²
Height (side s)h = (√3/2)s
Example (s=2)A ≈ 1.732, h ≈ 1.732

Golden Gnomon

Angles36°, 72°, 72°
Side ratios1 : φ : φ (φ≈1.618)
Related toRegular pentagon / Penrose tiling
Inradius / Circumradiusr/R = cos(72°) ≈ 0.309
NoteGolden ratio triangle

How to Use This Calculator

1

Enter Three Side Lengths

Provide the lengths of all three sides (a, b, and c) of the triangle.

2

Verify the Triangle

The calculator checks whether the sides satisfy the triangle inequality before proceeding.

3

View Area and Perimeter

The area (via Heron's formula) and perimeter are displayed along with step-by-step workings.

Formula & Methodology

Heron's Formula

A = √(s(s−a)(s−b)(s−c))

Where s is the semi-perimeter. This formula requires only the three side lengths, no angles.

Semi-Perimeter

s = (a + b + c) / 2

Half the perimeter; used as an intermediate value in Heron's formula.

Perimeter

P = a + b + c

The total boundary length of the triangle.

Triangle Types by Side Length

TypeSidesAnglesArea Formula
Equilaterala = b = cAll 60°(√3/4)a²
IsoscelesTwo sides equalTwo angles equalHeron's or (b/4)√(4a²−b²)
ScaleneAll differentAll differentHeron's formula
Righta²+b²=c²One 90°½ab

Key Terms

Semi-Perimeter (s)
Half the sum of all three sides; a helper value used in Heron's formula.
Heron's Formula
A method to calculate a triangle's area using only the three side lengths, without needing the height.
Triangle Inequality
A valid triangle requires that the sum of any two sides must exceed the third side.
Scalene Triangle
A triangle with all three sides of different lengths.
Equilateral Triangle
A triangle with all three sides equal; every angle is 60 degrees.

Real-World Examples

Example 1

Land Survey Plot

a = 30 m, b = 40 m, c = 50 m

Area = 600 m² — a right triangle (30-40-50 is a scaled 3-4-5 triple)

Example 2

Triangular Sign

a = 3 ft, b = 3 ft, c = 3 ft

Area = 3.897 ft² — equilateral triangle, about 3.9 square feet

Heron's Formula: Computing Area Without Height

The Elegance of Heron's Formula

Named after Hero of Alexandria (circa 60 CE), this formula computes a triangle's area using only its three side lengths. It avoids the need to measure or calculate the height, which can be difficult for irregular triangles. The formula first computes the semi-perimeter, then uses it in a symmetric expression involving all three sides.

When to Use Heron's Formula

Heron's formula is ideal when you know all three sides but not the height or angles—common in surveying, CAD drawings, and competition math. For right triangles, the simpler formula A = ½ab is faster. For triangles defined by two sides and an included angle, A = ½ab sin(C) is more direct. Choose the formula that matches your available data.