How to find the area of a triangle with Heron's formula
Heron's formula calculates the area of a triangle using only the lengths of its three sides. It applies to any planar triangle when the side lengths are known, bypassing the need to determine an altitude.
The setup
Identify the three side lengths of the triangle, denoted as , , and . Ensure that the lengths satisfy the triangle inequality theorem: the sum of any two sides must be strictly greater than the third side.
The steps
- Calculate the semi-perimeter .
- Subtract each side length from the semi-perimeter to find , , and .
- Multiply these three differences by the semi-perimeter .
- Take the square root of the product to find the area: .
Checking the result
Verify that the argument under the square root is positive. If it is zero or negative, the side lengths do not form a valid triangle. For a quick magnitude check, the calculated area must be strictly less than for any two sides and .
Common errors
The most frequent error is calculating the full perimeter instead of the semi-perimeter . Another common mistake is omitting the initial term under the radical, multiplying only the three difference terms together.
Worked example
Find the exact area of a triangle with side lengths , , and .
Calculate the semi-perimeter:
Calculate the differences from the semi-perimeter:
Substitute into Heron's formula:
Evaluate the product:
Simplify the radical:
FAQ
Run your own problem
References: OpenStax Precalculus, Chapter 8 · Khan Academy, High School Geometry: Right triangles & trigonometry · Geometry by Harold R. Jacobs
See also