Heron's formula

Overview
Important

Heron's formula allows you to find the area of any triangle if you know the lengths of all three sides. You do not need to know the height or any angles. First, calculate the semi-perimeter ss of the triangle: s=a+b+c2s = \frac{a + b + c}{2} where aa, bb, and cc are the side lengths. Then, the area AA is given by: A=s(sa)(sb)(sc)A = \sqrt{s(s-a)(s-b)(s-c)}

Important properties

  • Works for any triangle (not just right or equilateral triangles).

  • Requires only the side lengths.

  • The formula uses the semi-perimeter, which is half the sum of the side lengths.

  • If any side is longer than the sum of the other two, the area becomes zero (triangle inequality).