Calculate the area of any triangle using just the lengths of its three sides
0 cm
0 cm²
Enter side lengths to check if they form a valid triangle.
s = (a + b + c) / 2
A = √[s(s - a)(s - b)(s - c)]
Heron's formula, named after Hero of Alexandria, calculates the area of a triangle when the lengths of all three sides are known. Unlike other area formulas, it doesn't require the height of the triangle.
The formula is:
Where:
This formula is particularly useful in surveying, engineering, and architecture where direct measurement of height might be difficult.
These skills are essential for geometry courses and standardized tests.
Heron's formula calculates triangle area using only side lengths:
A = √[s(s - a)(s - b)(s - c)]
Where:
The formula derives from combining the standard area formula (½ × base × height) with the Law of Cosines. The semi-perimeter helps create a symmetrical expression that works for all triangle types.
In the triangle diagram above:
Always verify triangle validity before applying the formula!
A triangle exists if and only if all three conditions are true:
This is known as the triangle inequality theorem.
5 + 6 = 11 > 7 ✓
5 + 7 = 12 > 6 ✓
6 + 7 = 13 > 5 ✓
All conditions satisfied → Valid triangle
s = (5 + 6 + 7) ÷ 2 = 18 ÷ 2 = 9 cm
s - a = 9 - 5 = 4
s - b = 9 - 6 = 3
s - c = 9 - 7 = 2
Area = √[9 × 4 × 3 × 2] = √[216] ≈ 14.70 cm²
Try verifying this result with the standard formula: For a 5-6-7 triangle, the height to base 7 is approximately 4.2 cm, giving area = ½ × 7 × 4.2 ≈ 14.7 cm² ✓
| When to Use Heron's | When to Use Other Methods |
|---|---|
| Only side lengths are known | Height or base is known |
| Height is difficult to measure | Triangle is right-angled |
| Surveying or field measurements | Vertex coordinates are given |
For equilateral triangles with side length a, use the specialized formula: Area = (√3/4) × a². This is much faster than Heron's formula!
Note: The calculator performs calculations with full precision internally, only rounding at the display stage.
Learning Focus: This tool is designed to enhance understanding of Heron's formula and triangle geometry. While it provides accurate calculations, we encourage students to:
Formula Derivation Summary: Heron's formula can be derived by: