Heron's Formula — Study Notes
Overview
Heron's Formula is a powerful tool that lets you calculate the area of a triangle when you know all three side lengths but not the height. This is especially useful in IMO problems where triangles are embedded in complex figures or where finding the height directly is difficult. The formula extends naturally to quadrilaterals by splitting them into triangles along a diagonal.
In the SOF IMO Mathematical Reasoning section, expect questions that ask you to find areas of irregular triangles, verify measurements, or compute areas of four-sided figures by decomposition. Mastery requires memorizing the formula, understanding the semi-perimeter concept, and practicing multi-step quadrilateral problems. Many students lose marks by calculation errors with the square root or by forgetting to divide the perimeter by 2 for the semi-perimeter.
The topic typically accounts for 2–4 marks in the exam and often appears combined with coordinate geometry, mensuration, or real-life application problems in the Achievers Section.
Key Concepts
- **Semi-perimeter (s)**: Half the perimeter of the triangle. For a triangle with sides a, b, c: s = (a + b + c)/2. This value is central to Heron's Formula and must be calculated first.
- **Heron's Formula**: Area = √[s(s − a)(s − b)(s − c)], where s is the semi-perimeter and a, b, c are the three sides. Works for any triangle — scalene, isosceles, or equilateral.
- **Units consistency**: All three sides must be in the same unit (cm, m, etc.). The area will be in square units of that measurement.
- **Quadrilateral decomposition**: Any quadrilateral can be split into two triangles by drawing one diagonal. Find the area of each triangle separately using Heron's Formula, then add them.
- **Triangle inequality check**: Before applying the formula, verify that a + b > c, b + c > a, and c + a > b. If any inequality fails, those sides cannot form a triangle.
- **Validation with known formulas**: For right triangles, check your Heron result against (1/2) × base × height. For equilateral triangles with side a, Heron gives (√3/4)a², matching the standard formula.
Formulas / Key Facts
1. **Semi-perimeter**: s = (a + b + c)/2 2. **Heron's Formula**: Area = √[s(s − a)(s − b)(s − c)] 3. **Equilateral triangle (side a)**: Area = (√3/4)a² — can derive from Heron by substituting a = b = c 4. **Right triangle check**: If sides satisfy a² + b² = c², then Heron should give Area = (ab)/2 5. **Quadrilateral area**: Split into two triangles along diagonal d; calculate each triangle area using Heron and add 6. **Cyclic quadrilateral (Brahmagupta)**: For a cyclic quadrilateral with sides a, b, c, d and semi-perimeter s, Area = √[(s − a)(s − b)(s − c)(s − d)] — extension of Heron 7. **Calculation tip**: Always simplify inside the square root before taking the root to avoid decimal errors 8. **Common IMO context**: Problems often give perimeter and one or two sides, requiring you to find the third side first
Worked Examples
**Example 1: Basic triangle area** A triangle has sides 13 cm, 14 cm, and 15 cm. Find its area.
*Solution:* Step 1: Calculate semi-perimeter s = (13 + 14 + 15)/2 = 42/2 = 21 cm Step 2: Apply Heron's Formula: Area = √[21(21 − 13)(21 − 14)(21 − 15)] = √[21 × 8 × 7 × 6] = √[7056] = 84 cm²
**Example 2: Isosceles triangle** An isosceles triangle has two sides of 5 m each and a base of 6 m. Find its area.
*Solution:* Step 1: s = (5 + 5 + 6)/2 = 16/2 = 8 m Step 2: Area = √[8(8 − 5)(8 − 5)(8 − 6)] = √[8 × 3 × 3 × 2] = √[144] = 12 m²
**Example 3: Quadrilateral decomposition** A quadrilateral has sides 9 cm, 40 cm, 28 cm, and 15 cm. One diagonal divides it into two triangles with sides (9, 40, 41) and (28, 15, 41). Find the total area.
*Solution:* Triangle 1 (sides 9, 40, 41): s₁ = (9 + 40 + 41)/2 = 90/2 = 45 cm Area₁ = √[45(45 − 9)(45 − 40)(45 − 41)] = √[45 × 36 × 5 × 4] = √[32400] = 180 cm²
Triangle 2 (sides 28, 15, 41): s₂ = (28 + 15 + 41)/2 = 84/2 = 42 cm Area₂ = √[42(42 − 28)(42 − 15)(42 − 41)] = √[42 × 14 × 27 × 1] = √[15876] = 126 cm²
Total area = 180 + 126 = 306 cm²
Common Mistakes
1. **Forgetting to halve the perimeter** → Students write s = a + b + c instead of s = (a + b + c)/2. Always divide by 2 for the semi-perimeter.
2. **Sign errors in subtraction** → Writing (s − a) as (a − s) or getting confused with negative values. Remember s is always greater than any individual side in a valid triangle, so (s − a), (s − b), (s − c) are all positive.
3. **Premature rounding** → Taking √7056 ≈ 84.0 but rounding intermediate steps like 21 × 8 = 168.0. Keep exact values until the final answer to avoid compounding errors.
4. **Not checking triangle inequality** → Applying Heron to sides like 2, 3, 10 which cannot form a triangle. Always verify a + b > c before calculating.
5. **Quadrilateral diagonal confusion** → Adding all four sides directly without splitting. You must decompose the quadrilateral into two triangles along a known or calculable diagonal first.
6. **Unit mismatch** → Mixing cm and m in the same problem. Convert all sides to the same unit before calculation, and express area in the corresponding square unit.
Quick Reference
- Semi-perimeter first: s = (a + b + c)/2, then plug into Heron's Formula
- Area = √[s(s − a)(s − b)(s − c)] — memorize this exactly
- For quadrilaterals: split via diagonal, apply Heron to each triangle, sum the areas
- Always verify triangle inequality: sum of any two sides > third side
- Simplify under the square root completely before extracting the root
- Check answer reasonableness: area should be less than (1/2) × perimeter × longest side