Heron's Formula — Class 9 (CBSE)
Most area formulas require a base AND a height. Heron's formula needs only the three sides. That makes it the single most useful triangle-area formula in surveying, navigation and real-world geometry. You'll use it to compute areas of irregular farms, parks and triangulated polygons.
1. The story — a 1st-century engineer in Alexandria
Hero of Alexandria (also spelled Heron) lived in 1st-century Roman Egypt. He was a master engineer — inventing the steam engine, vending machines, automated doors and (yes) wind-powered organs. Two thousand years before they became common.
For all his engineering, he's mostly remembered today for one formula that elegantly computes a triangle's area from just its three sides:
where is the semi-perimeter.
In an age before calculators, before trigonometry, when surveyors measured land using ropes and pegs, this formula was a near-miracle. You measure the three sides; you compute the area. Done. No height to find. No angles to estimate.
2. The formula in full
Let a triangle have sides of length , , . Define the semi-perimeter:
Then the area is:
Why it works. Heron used a clever trigonometric identity (cosine rule + half-angle formulas) to derive this — but the derivation is Class 11 material. In Class 9 we apply it.
3. Why this matters — compared to (1/2) × base × height
The traditional formula requires you to know the height. But the height isn't usually given in a real-world setting — it's hard to measure without specialised equipment.
Heron's formula bypasses this entirely:
- Land surveyors measure three sides with a tape.
- GIS engineers read three side lengths from satellite data.
- Engineers sum many small Heron-triangles to compute irregular areas.
It's the only formula that gives the area of a triangle from purely intrinsic data (sides — no angles, no height).
4. Worked applications — step by step
Example A — a generic scalene triangle
Find the area of a triangle with sides 13 cm, 14 cm, 15 cm.
Step 1 — Semi-perimeter: .
Step 2 — Compute each factor: . . .
Step 3 — Plug into the formula: .
Area = 84 cm². This is a famous triangle in textbooks because every number works out to a clean integer.
Example B — an isosceles triangle
Find the area of an isosceles triangle with two equal sides 10 cm and base 12 cm.
Step 1 — Semi-perimeter: .
Step 2 — Factors: , , .
Step 3 — Plug in: .
Area = 48 cm².
Cross-check with the traditional formula. Drop a perpendicular from the apex to the base. By Pythagoras the height is cm. Area cm². ✓
Example C — an equilateral triangle
Find the area of an equilateral triangle with side 10 cm.
. . Area cm².
Equilateral shortcut. For side , area . (Derivable from Heron or by dropping the altitude.)
5. Applications to quadrilaterals
A quadrilateral can be divided into two triangles by a diagonal. Apply Heron's formula to each, then add.
Worked example. Find the area of a quadrilateral where and diagonal .
Step 1 — Divide into two triangles: and .
Step 2 — Area of (sides 5, 12, 13). Recognise this as a Pythagorean triple — right angle at . Area cm². (Faster than Heron here.)
Step 3 — Area of (sides 13, 14, 15). . Area cm². (Example A again.)
Step 4 — Total = cm².
6. Six worked exam examples
Example 1 — Triangle (2 marks)
Sides 9, 12, 15. Area? . . Area cm². (Sanity: 9, 12, 15 is a Pythagorean triple ⇒ right triangle ⇒ area = (1/2)(9)(12) = 54. ✓)
Example 2 — Isosceles (3 marks)
Equal sides 17 cm, base 16 cm. Area? . , , . Area cm². (Verified: height = 15, area = (1/2)(16)(15) = 120.)
Example 3 — Equilateral (2 marks)
Side 6 cm. Area? cm².
Example 4 — Side from area (4 marks, HOTS)
A triangle has perimeter 60 cm and sides in ratio 3 : 4 : 5. Find its area. Let sides = . Perimeter . Sides: 15, 20, 25. . . Area cm². (Right triangle: 15-20-25 = 5×(3-4-5), so area = (1/2)(15)(20) = 150. ✓)
Example 5 — Real-world (3 marks)
A triangular park has sides 26 m, 28 m, 30 m. How much grass seed at 50 g/m² will it need? . Area m². Seed needed = g = kg.
Example 6 — Quadrilateral (4 marks, HOTS)
A rhombus has diagonals 30 cm and 40 cm. Find each side and verify the area using Heron's formula. Side cm. Each diagonal splits the rhombus into two congruent triangles. Take one with sides . . . Area cm². Rhombus area = cm². (Cross-check: . ✓)
7. Common pitfalls
- Forgetting to compute first. It's the foundation; if you compute wrong, everything else is wrong.
- Wrong subtraction. means the semi-perimeter MINUS that side. Don't subtract a number you haven't computed yet.
- Forgetting the square root. The formula gives area² = . The area itself is the square root.
- Computing area in wrong units. Length in cm gives area in cm². Length in m gives area in m². Don't mix.
- Using Heron when simpler works. For right triangles, is faster. For equilaterals, is faster.
- Calculation errors with large numbers. often involves multiplying four numbers. Use perfect-square tricks (factor out squares) before square-rooting.
8. Beyond NCERT — stretch problems
Stretch 1 — Brahmagupta's formula
For a CYCLIC quadrilateral with sides , the area is where . This is a beautiful generalisation of Heron — and it's Brahmagupta's, the 7th-century Indian mathematician.
Stretch 2 — JEE-style
The sides of a triangle are with and area . Find one possible (a, b, c). By trial or by Heron's: gives , area — not 60. Try (8, 11, 11): , area . Not 60 either. (5, 12, 13): , right triangle, area = . Hmm. (8, 12, 10): , . The exact case requires algebra. (For a = 6, b = 8, c = 16: triangle inequality fails.) Try (3, 4, 5) × : -scaled gives area ; perimeter ; area . Not 60. There's no simple integer triangle with perimeter 30 and area 60 — but ones close to 60 exist.
9. Real-world Heron applications
- Land surveying. Surveyors triangulate a plot, measure each triangle's sides, apply Heron, and sum.
- GIS / digital mapping. Polygonal regions are divided into triangles; areas computed per-triangle.
- Construction. Estimating tiling, painting and flooring costs for irregular floor plans.
- Astronomy / Celestial mechanics. Triangulating the area of a region on a sphere using the spherical analogue of Heron.
- Photography. Lens distortion correction uses triangulated grids; each grid-triangle's area helps quantify distortion.
10. CBSE exam blueprint
| Type | Marks | Typical question | Time |
|---|---|---|---|
| VSA | 1 | State the formula; identify | 30 sec |
| SA-I | 2 | Area from three given sides | 2 min |
| SA-II | 3 | Word problem (park, plot, field); ratio sides | 4–5 min |
| LA | 4 | Quadrilateral split into 2 triangles; multi-step area | 6–8 min |
Total marks: 4–6 / 80 in Class 9 finals. Lightweight but easy to score — pure plug-and-chug.
Three exam-day strategies:
- Write down explicitly before starting. Highlight .
- Factor the product before square-rooting. Look for pairs of equal factors or perfect-square factors.
- For Pythagorean triples, recognise them immediately — legs is faster than Heron.
11. 60-second recap
- (semi-perimeter).
- .
- Works for ANY triangle — scalene, isosceles, right, equilateral.
- For equilateral with side : is faster.
- For right triangle: is faster.
- For a quadrilateral: split by diagonal, apply Heron to each triangle, add.
- For cyclic quadrilateral with sides : Brahmagupta's formula.
Take the practice quiz and the flashcard deck. Next: Surface Areas and Volumes.
