Heron's Formula — When to Use and Step by Step with Examples

easy CBSE 3 min read
Tags Area

Question

When should we use Heron’s formula for the area of a triangle, and how do we apply it step by step?


Solution — Step by Step

Use Heron’s formula when you know all three sides of a triangle but do NOT know the height. If you know base and height, just use 12×b×h\frac{1}{2} \times b \times h — it is simpler.

graph TD
    A[Find area of triangle] --> B{Do you know base and height?}
    B -->|Yes| C["Area = 1/2 x base x height"]
    B -->|No| D{Do you know all 3 sides?}
    D -->|Yes| E["Use Herons formula"]
    D -->|No| F[Find missing info first using Pythagoras or trigonometry]

Given sides aa, bb, cc, first find the semi-perimeter:

s=a+b+c2s = \frac{a + b + c}{2}

Example: For a triangle with sides 5 cm, 6 cm, 7 cm:

s=5+6+72=182=9 cms = \frac{5 + 6 + 7}{2} = \frac{18}{2} = 9 \text{ cm}
A=s(sa)(sb)(sc)A = \sqrt{s(s-a)(s-b)(s-c)}

For our example:

A=9(95)(96)(97)A = \sqrt{9(9-5)(9-6)(9-7)} A=9×4×3×2A = \sqrt{9 \times 4 \times 3 \times 2} A=216A = \sqrt{216} A=6614.7 cm2A = 6\sqrt{6} \approx 14.7 \text{ cm}^2

Before applying the formula, check that the three sides actually form a valid triangle: the sum of any two sides must be greater than the third.

  • 5+6=11>75 + 6 = 11 > 7 (yes)
  • 5+7=12>65 + 7 = 12 > 6 (yes)
  • 6+7=13>56 + 7 = 13 > 5 (yes)

If the triangle inequality fails, the sides cannot form a triangle, and the formula gives a meaningless result (negative under the root).


Why This Works

Heron’s formula is essentially a cleverly rearranged version of the standard area formula. It encodes the height information inside the side lengths using the relationship between a triangle’s sides and its height (via the Pythagorean theorem). The semi-perimeter ss simplifies the algebra beautifully.

This formula is over 2000 years old, attributed to Heron of Alexandria, and it remains one of the most elegant results in geometry.


Alternative Method

If you can find the height using the Pythagorean theorem, the basic formula A=12×b×hA = \frac{1}{2} \times b \times h works perfectly. For example, for a triangle with sides 5, 12, 13 (a right triangle), the legs ARE the base and height: A=12×5×12=30A = \frac{1}{2} \times 5 \times 12 = 30.

Heron’s formula gives the same answer: s=15s = 15, A=15×10×3×2=900=30A = \sqrt{15 \times 10 \times 3 \times 2} = \sqrt{900} = 30.


Common Mistake

The most frequent error: forgetting to calculate ss first and trying to use (a+b+c)(a + b + c) directly instead of the semi-perimeter. Heron’s formula uses s=a+b+c2s = \frac{a+b+c}{2}, NOT the full perimeter. Using the full perimeter gives an answer that is 2\sqrt{2} times too large. Always compute ss as your first step.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next