Question
Find the area of a triangle with sides 7 cm, 8 cm, and 9 cm using Heron’s formula. When should we use Heron’s formula instead of the standard ?
(CBSE Class 9 pattern)
Solution — Step by Step
The semi-perimeter is half the total perimeter. We need this for the next step.
Quick check: the sum ✓. This always holds and is a good way to catch arithmetic errors.
flowchart TD
A["Given: three sides a, b, c"] --> B["Step 1: s = (a+b+c)/2"]
B --> C["Step 2: Find s-a, s-b, s-c"]
C --> D["Step 3: Area = √(s·(s-a)·(s-b)·(s-c))"]
D --> E["Simplify the square root"]
F["When to use Heron's?"] --> G{"Is the height given?"}
G -->|"Yes"| H["Use ½ × base × height"]
G -->|"No, only 3 sides given"| I["Use Heron's formula"]
Why This Works
Heron’s formula gives the area of a triangle when we know all three sides but NOT the height. The standard formula requires the height, which is often not directly given.
Heron’s formula is derived using the Pythagorean theorem and algebraic manipulation. The beauty is that it depends only on the side lengths — no angles, no heights, no auxiliary constructions needed. It works for ALL triangles: acute, obtuse, and right-angled.
For a right triangle with legs 3, 4 and hypotenuse 5: , Area , which matches . ✓
Alternative Method — Using the Height
If the triangle were isoceles or right-angled, we could find the height geometrically. For the 7-8-9 triangle, drop a perpendicular from the vertex opposite side 9 (base). Using the Pythagorean theorem on the two right triangles formed, we can find the height. But Heron’s formula skips all of that work — one formula, three substitutions, done.
For CBSE Class 9 exams, Heron’s formula is a scoring topic. The calculations are straightforward if you simplify the product under the root carefully. Factor out perfect squares before taking the square root: , not directly.
Common Mistake
The biggest error: using instead of . The “semi” in semi-perimeter means HALF. If you use the full perimeter, every , , value doubles, and your final area becomes 4 times too large. Always divide the perimeter by 2 first.