Heron's Formula — Class 9 Mathematics

1. Why Heron's Formula?

To find the area of a triangle, you normally need the BASE and HEIGHT. Area = ½ × base × height. But what if you only know the THREE SIDES and cannot easily measure the height? Heron's Formula gives the area directly from the side lengths.

2. The Formula

For a triangle with sides a, b, c: Area = √[s(s−a)(s−b)(s−c)], where s = (a + b + c) / 2 (the SEMI-PERIMETER).

Heron of Alexandria (c. 10–70 CE) was a Greek mathematician and engineer. His formula appears in his work 'Metrica.' 'It is remarkable that a formula this elegant — requiring only the three sides — was discovered over 1,900 years ago.'


3. Worked Examples

Example 1 — Basic: Find the area of a triangle with sides 13 cm, 14 cm, 15 cm. s = (13+14+15)/2 = 21 cm. s−a = 21−13 = 8. s−b = 21−14 = 7. s−c = 21−15 = 6. Area = √(21×8×7×6) = √(21×336) = √7056 = 84 cm².

Example 2 — Small Values: Sides: 5 cm, 6 cm, 7 cm. s = 9. s−a=4, s−b=3, s−c=2. Area = √(9×4×3×2) = √216 = 6√6 ≈ 14.7 cm².

Example 3 — Decimal sides: Sides: 3.5 cm, 4.5 cm, 5.5 cm. s = 6.75. s−a=3.25, s−b=2.25, s−c=1.25. Area = √(6.75×3.25×2.25×1.25) = √(61.71) ≈ 7.86 cm².

Example 4 — Equilateral Triangle: All sides = a. s = 3a/2. s−a = s−b = s−c = a/2. Area = √[(3a/2)(a/2)(a/2)(a/2)] = √(3a⁴/16) = (√3/4)a². 'The formula (√3/4)a² is a SPECIAL CASE of Heron's formula for equilateral triangles. It appears so often that you should memorise it.'

Example 5 — Right Triangle: Sides 6 cm, 8 cm, 10 cm. s = 12. s−a=6, s−b=4, s−c=2. Area = √(12×6×4×2) = √576 = 24 cm². Standard method: ½×6×8 = 24 cm² ✓.


4. Application to Quadrilaterals

To find the area of a quadrilateral using Heron's formula: draw a DIAGONAL splitting it into TWO triangles. Find area of each triangle using Heron's formula. Add both areas.

Example: A quadrilateral ABCD with AB=3cm, BC=4cm, CD=5cm, DA=4cm, and diagonal AC=5cm. Triangle ABC: sides 3, 4, 5. s=6. s−a=3, s−b=2, s−c=1. Area₁ = √(6×3×2×1) = √36 = 6 cm². Note: (3,4,5) is a right triangle — area = ½×3×4 = 6 cm² ✓. Triangle ADC: sides 4, 5, 5. s=7. s−a=3, s−b=2, s−c=2. Area₂ = √(7×3×2×2) = √84 = 2√21 ≈ 9.17 cm². Total area = 6 + 9.17 = 15.17 cm².


5. Derivation Concept (Not Required for Exam but Helps Understanding)

Heron's formula can be derived from the standard area formula (½bh) by expressing the height in terms of the three sides using Pythagoras theorem. The algebra involves factoring a difference of squares and is quite involved. The key insight: drop an altitude to split the triangle into two right triangles. Express the altitude using both right triangles. 'The derivation is complex but understanding it conceptually helps you appreciate why the formula works.'


6. When to Use Which Method

SituationMethod to Use
Base and height knownArea = ½ × base × height
Three sides known, height unknownHeron's formula
Two sides and included angle½ab sin C
Equilateral triangle (side a)(√3/4)a²
Right triangle (legs a, b)½ab

7. Common Mistakes

  1. Forgetting to halve the perimeter: s = (a+b+c)/2. NOT a+b+c. Using perimeter instead of semi-perimeter gives a wrong answer (off by factor of 4 inside the square root).
  2. Arithmetic errors in s−a etc.: Calculate each one carefully. Double-check: (s−a)+(s−b)+(s−c) should = 3s−(a+b+c) = 3s−2s = s. Quick verification!
  3. Using Heron's formula when base and height are easier: Don't overcomplicate. If you have base and height, use ½bh directly.
  4. Not checking if a triangle is possible: Before applying, verify triangle inequality: a+b>c, b+c>a, a+c>b.

8. AP Exam Focus

TopicMarks
Heron's formula application (triangle)4-5
Area of quadrilateral using Heron4-5
Equilateral triangle special case2-3

AP-Specific Context

'In land surveying and agriculture, Heron's formula is used to calculate the area of irregular triangular plots from their side lengths. In Andhra Pradesh, where agricultural land parcels often have irregular shapes, this formula has practical applications in land records and crop area estimation.'

Quick Self-Test

  1. Find s for triangle with sides 8 cm, 10 cm, 12 cm. (Answer: (8+10+12)/2 = 15 cm.)
  2. Area of equilateral triangle of side 4 cm? (Answer: (√3/4)×16 = 4√3 ≈ 6.93 cm².)
  3. Area of triangle with sides 9 cm, 10 cm, 17 cm? (Answer: s=18. √(18×9×8×1) = √1296 = 36 cm².)
  4. Sides 7 cm, 8 cm, 9 cm. Area? (Answer: s=12. √(12×5×4×3) = √720 = 12√5 ≈ 26.83 cm².)
  5. Which method is faster for a right triangle with legs 5 cm and 12 cm? (Answer: ½×5×12 = 30 cm². No need for Heron's formula.)

More Worked Examples

Example — Triangle with Mixed Numbers: Sides 3.5 cm, 8.5 cm, 9 cm. s = (3.5+8.5+9)/2 = 10.5. s−a = 10.5−3.5 = 7. s−b = 10.5−8.5 = 2. s−c = 10.5−9 = 1.5. Area = √(10.5×7×2×1.5) = √220.5 ≈ 14.85 cm².

Example — Quadrilateral Field Problem: A farmer has a quadrilateral field ABCD where AB=30m, BC=40m, CD=50m, DA=60m, and diagonal AC=50m. Find the area. Triangle ABC: sides 30, 40, 50. s=60. s−a=30, s−b=20, s−c=10. Area₁ = √(60×30×20×10) = √360000 = 600 m². (Check: 30²+40²=900+1600=2500=50² → right triangle. Area = ½×30×40 = 600 m² ✓.) Triangle ADC: sides 50, 60, 50. s=80. s−a=30, s−b=20, s−c=30. Area₂ = √(80×30×20×30) = √1440000 = 1200 m². Total = 1800 m².

Example — Cost of Levelling: A triangular park has sides 60 m, 80 m, and 100 m. Find the cost of levelling at ₹15/m². s = (60+80+100)/2 = 120. s−a = 60, s−b = 40, s−c = 20. Area = √(120×60×40×20) = √5760000 = 2400 m². Cost = 2400×15 = ₹36,000.

Heron's Formula vs Standard Method — When to Use Which

SituationRecommended Method
Three sides given, right triangle suspectedCheck if a²+b²=c² first. If yes, use ½×leg₁×leg₂
Three sides only, no height informationHeron's formula
Base and height directly givenStandard ½bh formula
Isosceles triangleDrop perpendicular from apex to base. Use Pythagoras to find height.
Equilateral triangle(√3/4)a² — memorise this shortcut

Verifying Your Answer

After using Heron's formula, do a SANITY CHECK: the area must be LESS than ½ × (longest side) × (sum of other two sides). 'If your calculated area is larger than this rough upper bound, you've made a calculation error. This quick check catches ~80% of mistakes.'

Historical Note — Heron of Alexandria

Heron (or Hero) of Alexandria lived around 10-70 CE in Roman Egypt. He was an engineer, mathematician, and inventor. His work 'Metrica' contained formulas for areas and volumes. Other Heron inventions: the aeolipile (first steam engine), windwheel, vending machine (holy water dispenser), and the first syringe. 'Heron was not just a mathematician — he was one of history's greatest inventors, often called the "Da Vinci of the ancient world."'

Connection to Class 10

'In Class 10, you will extend this concept to find areas of combinations of shapes using coordinate geometry — the area of a triangle from its vertex coordinates. Heron's formula remains essential for triangles when the height is not directly available from coordinate calculations.'

Proof Concept — Why Does Heron's Formula Work?

The derivation uses the cosine rule from trigonometry: cos C = (a²+b²−c²)/(2ab). The area = ½ab sin C. Using sin²C = 1−cos²C and algebraic manipulation, the formula √(s(s−a)(s−b)(s−c)) emerges. 'The proof requires advanced algebra and trigonometry — which is why most Class 9 textbooks present the formula without derivation. The formula is MORE important to apply correctly than to derive from scratch.'

AP Exam Pattern for Heron's Formula

In the BSEAP Class 9 exam, Heron's formula questions typically carry 4-5 marks and come in two types: (1) Direct — given three sides, find the area. (2) Application — a quadrilateral divided into two triangles. 'Show the substitution step clearly: s = (a+b+c)/2. Write s−a, s−b, s−c explicitly. Then write the product inside the square root. Show the square root simplification. Answers should be simplified — √48 = 4√3, not 6.93 (unless decimal is specified).'

Verified by the tuition.in editorial team
Written and reviewed by subject-matter experts — read about our process.
Editorial process →
Header Logo