
Heron's formula calculates the area of a triangle using only the lengths of its three sides. It is one of the most important formulas in geometry because it does not require knowing angles or heights.
Use this formula when the three side lengths of a triangle are known and the area needs to be determined directly.
If a triangle has sides:
a = 5
b = 6
c = 7
First calculate the semi-perimeter:
s = (5+6+7)/2 = 9
Then:
A = √(9(9-5)(9-6)(9-7))
A ≈ 14.7
Used in geometry, surveying, engineering, architecture, construction, and computer graphics for triangle area calculations.