Heron's Formula

www.akankshaclasses.com
CLASS IX Mathematics ~4–5 marks/year Ch 10 of 12
Heron's Formula

Class 9 · Mathematics · NCERT chapter notes · Akanksha Classes

Snapshot
  • Heron's Formula gives the area of a triangle from its three sides alone — no height needed: $A = \\sqrt{s(s-a)(s-b)(s-c)}$, where $s = \\dfrac{a+b+c}{2}$ is the semi-perimeter.
  • When to use it: height is unknown but all three sides are given — scalene triangles, land plots, traffic signs, rhombus with one diagonal.
  • Quadrilateral trick: split any quadrilateral into two triangles along a diagonal, apply Heron's formula to each, then add the areas.
  • Special case: equilateral triangle with side $a$ gives $A = \\dfrac{\\sqrt{3}}{4}a^{2}$.
  • Board weightage: ~4–5 marks/year — typically one 3-mark application problem or a 4-mark quadrilateral question.
Detailed Notes

1. Area of a Triangle — Base and Height Recap

From Class 6 onwards you used the formula:

$$\\text{Area} = \\frac{1}{2} \\times \\text{base} \\times \\text{height}$$

This works perfectly when the base and the corresponding height (altitude) are both known. A few quick examples:

  • Right triangle with legs $5$ cm and $12$ cm: $A = \\frac{1}{2} \\times 5 \\times 12 = 30$ cm² — here the two legs are perpendicular, so one leg is the base and the other is the height, given for free.
  • Any triangle with base $10$ cm and altitude $8$ cm: $A = \\frac{1}{2} \\times 10 \\times 8 = 40$ cm².
  • Equilateral triangle with side $a$: the altitude $= \\frac{\\sqrt{3}}{2}a$, so $A = \\frac{1}{2} \\times a \\times \\frac{\\sqrt{3}}{2}a = \\frac{\\sqrt{3}}{4}a^{2}$.

The problem: in many real-life triangles — especially scalene ones (all sides different) — only the three side lengths are known from measurements. Computing the altitude requires an extra step (Pythagoras or trigonometry). Heron's formula eliminates that extra step entirely.

Derivation sketch (for the curious): starting from $A = \\frac{1}{2}bh$, express $h$ in terms of $a, b, c$ using the Pythagorean theorem, then substitute and simplify. After considerable algebra, you arrive at the elegant form below. The derivation is not required in board exams but understanding the idea helps you trust and remember the formula.

2. Heron's Formula

Named after the Greek mathematician Heron of Alexandria (c. 10–70 CE), who described the result in his work Metrica. The formula is also written as Hero's formula. For a triangle with sides $a$, $b$, $c$:

$$A = \\sqrt{s(s-a)(s-b)(s-c)}$$

where $s$ is the semi-perimeter (defined in the next section). What makes this extraordinary:

  • No height, no angles, no trigonometry — only the three side lengths.
  • Works for any triangle: scalene, isosceles, equilateral, right-angled.
  • Fully symmetric in $a, b, c$: labelling the sides differently does not change the answer.

Memory trick — "s minus each side": subtract each side from $s$ in turn, multiply all four quantities ($s$ and the three remainders) together, and take the square root. A right-triangle check always confirms your arithmetic.

3. Semi-perimeter $s$

The semi-perimeter is simply half the perimeter:

$$s = \\frac{a + b + c}{2} \qquad \\Longleftrightarrow \qquad 2s = a + b + c$$

Key observations:

  • $(s - a) + (s - b) + (s - c) = 3s - (a+b+c) = 3s - 2s = s$. The three "remainders" add back to $s$.
  • Each of $(s-a), (s-b), (s-c)$ must be strictly positive — guaranteed by the triangle inequality. If any remainder is zero or negative, the three lengths do not form a valid triangle.
  • For an equilateral triangle with side $a$: $s = \\frac{3a}{2}$, so $(s-a) = \\frac{a}{2}$ for all three sides.
  • Always compute $s$ first, then the three brackets — do not try to shortcut straight to the formula without $s$.

4. Step-by-Step Method

Follow these four steps every time to avoid errors:

  1. Label the sides. Identify $a$, $b$, $c$ clearly. The labelling is arbitrary — any side can be called $a$.
  2. Compute the semi-perimeter. $s = \\dfrac{a+b+c}{2}$. Double-check: $2s$ must equal $a+b+c$.
  3. Compute the three brackets. Find $(s-a)$, $(s-b)$, $(s-c)$ individually and verify that all three are positive.
  4. Apply the formula and simplify. $A = \\sqrt{s(s-a)(s-b)(s-c)}$. Prime-factorise the product inside the root to extract perfect squares, then attach the correct unit squared.
Template — sides 13 cm, 14 cm, 15 cm:
Step 1: $a=13, b=14, c=15$.
Step 2: $s = \\dfrac{13+14+15}{2} = \\dfrac{42}{2} = 21$ cm.
Step 3: $(s-a)=8,\\ (s-b)=7,\\ (s-c)=6$. All positive. ✓
Step 4: $A = \\sqrt{21 \\times 8 \\times 7 \\times 6} = \\sqrt{7056} = 84$ cm².

5. Application to Quadrilaterals

Heron's formula applies to triangles only — but every quadrilateral can be split into two triangles by drawing one diagonal. Then:

$$\\text{Area of quadrilateral} = \\text{Area of}\\, \\triangle_1 + \\text{Area of}\\, \\triangle_2$$

Procedure:

  1. Choose a diagonal that divides the quadrilateral into two triangles whose three sides are all known (or computable via Pythagoras).
  2. Apply Heron's formula to each triangle separately.
  3. Add the two areas for the total.

Common shapes tested in board exams:

  • Rhombus (all sides equal): a diagonal splits it into two congruent triangles. Compute Heron's for one and double it. If both diagonals $d_1, d_2$ are given, use $A = \\frac{1}{2}d_1 d_2$ instead (faster). When only one diagonal and the side are given, use Heron's.
  • Parallelogram (opposite sides equal): same idea — two congruent triangles from a diagonal. Heron's gives the area without needing the height.
  • Trapezium (one pair of parallel sides): diagonal gives two different triangles — compute Heron's for each and add.
  • Irregular quadrilateral: must know all four sides plus the diagonal. Apply Heron's to each of the two resulting triangles.

Important: choose the diagonal that gives you enough information. When a right angle is present in the quadrilateral, always use Pythagoras to find the diagonal first — it simplifies the subsequent Heron's calculation.

6. Special Case — Equilateral Triangle

Derive the area formula for an equilateral triangle with side $a$ directly from Heron's formula:

  • $s = \\dfrac{a+a+a}{2} = \\dfrac{3a}{2}$.
  • $(s-a) = \\dfrac{3a}{2} - a = \\dfrac{a}{2}$ (same for all three sides).
  • $A = \\sqrt{\\dfrac{3a}{2} \\cdot \\dfrac{a}{2} \\cdot \\dfrac{a}{2} \\cdot \\dfrac{a}{2}} = \\sqrt{\\dfrac{3a^4}{16}} = \\dfrac{a^2\\sqrt{3}}{4}$.
$$A_{\\text{equilateral}} = \\frac{\\sqrt{3}}{4}a^{2}$$

Memorise this — it saves considerable time. Quick applications:

  • Equilateral triangle of side $10$ cm: $A = \\frac{\\sqrt{3}}{4} \\times 100 = 25\\sqrt{3} \\approx 43.3$ cm².
  • Equilateral triangle of side $60$ cm (traffic sign): $A = \\frac{\\sqrt{3}}{4} \\times 3600 = 900\\sqrt{3} \\approx 1558.8$ cm².

Other useful quick formulas (for reference):

  • Right triangle with legs $p$ and $q$: $A = \\frac{1}{2}pq$.
  • Isosceles triangle with equal sides $a$ and base $b$: $A = \\frac{b}{4}\\sqrt{4a^{2}-b^{2}}$ (derived by Heron's).
  • Rhombus with diagonals $d_1, d_2$: $A = \\frac{1}{2}d_1 d_2$.
NCERT Examples — Fully Solved
NCERT Example 1 — Triangular park with sides 40 m, 32 m, 24 m

Problem: A triangular park has sides 40 m, 32 m and 24 m. Find the area of the park and the cost of fencing it at Rs 1.25 per metre.

Solution:

Let $a = 40$ m, $b = 32$ m, $c = 24$ m.

$s = \\dfrac{40+32+24}{2} = \\dfrac{96}{2} = 48$ m.

$(s-a) = 48-40 = 8$ m,  $(s-b) = 48-32 = 16$ m,  $(s-c) = 48-24 = 24$ m.

$A = \\sqrt{48 \\times 8 \\times 16 \\times 24}$.

Compute: $48 \\times 8 = 384$,  $16 \\times 24 = 384$,  product $= 384 \\times 384 = 147456$.

$A = \\sqrt{147456} = 384$ m².

Cost of fencing: perimeter $= 96$ m; cost $= 96 \\times 1.25 =$ Rs $120$.

Quick check: $24^{2} + 32^{2} = 576 + 1024 = 1600 = 40^{2}$. It's a right triangle! So $A = \\frac{1}{2} \\times 24 \\times 32 = 384$ m². ✓

NCERT Example 2 — Triangular flyover walls used for advertising

Problem: The triangular side walls of a flyover have sides 122 m, 22 m and 120 m. The advertisements yield an earning of Rs 5000 per m² per year. A company hired one wall for 3 months. How much rent did it pay?

Solution:

$a = 122$ m, $b = 22$ m, $c = 120$ m.

$s = \\dfrac{122+22+120}{2} = \\dfrac{264}{2} = 132$ m.

$(s-a) = 132-122 = 10$ m,  $(s-b) = 132-22 = 110$ m,  $(s-c) = 132-120 = 12$ m.

$A = \\sqrt{132 \\times 10 \\times 110 \\times 12}$.

$= \\sqrt{(132 \\times 12) \\times (10 \\times 110)} = \\sqrt{1584 \\times 1100} = \\sqrt{1742400} = 1320$ m².

Verify: $22^{2} + 120^{2} = 484 + 14400 = 14884 = 122^{2}$. Right triangle — $A = \\frac{1}{2}\\times22\\times120 = 1320$ m². ✓

Annual earning per wall $= 1320 \\times 5000 =$ Rs $66{,}00{,}000$.

Rent for 3 months $= \\dfrac{3}{12} \\times 66{,}00{,}000 =$ Rs $16{,}50{,}000$.

NCERT Example 3 — Equilateral traffic sign, perimeter 180 cm

Problem: A traffic signal board indicating "SCHOOL AHEAD" is an equilateral triangle with perimeter 180 cm. Find the area of the signal board using Heron's formula.

Solution:

Perimeter $= 180$ cm, so side $a = \\dfrac{180}{3} = 60$ cm.

$s = \\dfrac{60+60+60}{2} = 90$ cm.

$(s-a) = 90-60 = 30$ cm (same for all three sides).

$A = \\sqrt{90 \\times 30 \\times 30 \\times 30} = \\sqrt{90 \\times 27000} = \\sqrt{2430000}$.

$= \\sqrt{810000 \\times 3} = 900\\sqrt{3}$ cm² $\\approx 900 \\times 1.732 = 1558.8$ cm².

Cross-check with special formula: $\\frac{\\sqrt{3}}{4} \\times 60^{2} = \\frac{\\sqrt{3}}{4} \\times 3600 = 900\\sqrt{3}$ cm². ✓

NCERT Example 4 — Umbrella with 10 triangular cloth pieces

Problem: An umbrella is made by stitching 10 triangular pieces of cloth of two different colours (5 each). Each piece measures 20 cm, 50 cm and 50 cm. How much cloth of each colour is required?

Solution:

Each piece is an isosceles triangle with $a = 20$ cm, $b = 50$ cm, $c = 50$ cm.

$s = \\dfrac{20+50+50}{2} = \\dfrac{120}{2} = 60$ cm.

$(s-20) = 40$ cm,  $(s-50) = 10$ cm,  $(s-50) = 10$ cm.

$A_{\\text{one piece}} = \\sqrt{60 \\times 40 \\times 10 \\times 10} = \\sqrt{240000} = \\sqrt{40000 \\times 6} = 200\\sqrt{6}$ cm².

$\\approx 200 \\times 2.449 = 489.9 \\approx 490$ cm².

Cloth per colour (5 pieces) $= 5 \\times 200\\sqrt{6} = 1000\\sqrt{6}$ cm² $\\approx 2449$ cm².

NCERT Example 5 — Rhombus-shaped field, side 30 m, diagonal 48 m

Problem: A rhombus-shaped field has green grass for 18 cows to graze. Each side of the rhombus is 30 m and its longer diagonal is 48 m. How much area of grass field will each cow be getting?

Solution:

Diagonal $BD = 48$ m splits rhombus $ABCD$ into two congruent triangles $\\triangle ABD$ and $\\triangle CBD$.

For $\\triangle ABD$: sides $AB = AD = 30$ m, $BD = 48$ m.

$s = \\dfrac{30+30+48}{2} = \\dfrac{108}{2} = 54$ m.

$(s-30) = 24$ m,  $(s-30) = 24$ m,  $(s-48) = 6$ m.

$A_{\\triangle ABD} = \\sqrt{54 \\times 24 \\times 24 \\times 6} = \\sqrt{54 \\times 6 \\times 24 \\times 24} = \\sqrt{324 \\times 576} = 18 \\times 24 = 432$ m².

Total area of rhombus $= 2 \\times 432 = 864$ m².

Area per cow $= \\dfrac{864}{18} = 48$ m² per cow.

Alternative check: other diagonal via Pythagoras: $\\frac{d_2}{2} = \\sqrt{30^{2}-24^{2}} = \\sqrt{900-576} = \\sqrt{324} = 18$ m, so $d_2 = 36$ m. $A = \\frac{1}{2} \\times 48 \\times 36 = 864$ m². ✓

NCERT Example 6 — Quadrilateral park ABCD, angle C = 90°

Problem: A park in the shape of quadrilateral $ABCD$ has $\\angle C = 90°$ and sides $AB = 9$ m, $BC = 12$ m, $CD = 5$ m, $DA = 8$ m. Find the area of the park.

Solution:

Step 1 — Find diagonal BD. In right $\\triangle BCD$: $BD = \\sqrt{BC^{2}+CD^{2}} = \\sqrt{144+25} = \\sqrt{169} = 13$ m.

Step 2 — Area of $\\triangle BCD$ (right angle at $C$): $A_1 = \\frac{1}{2} \\times 12 \\times 5 = 30$ m².

Step 3 — Area of $\\triangle ABD$ by Heron's: sides $AB=9$, $AD=8$, $BD=13$ m.

$s = \\dfrac{9+8+13}{2} = 15$ m.  $(s-9)=6$,  $(s-8)=7$,  $(s-13)=2$.

$A_2 = \\sqrt{15 \\times 6 \\times 7 \\times 2} = \\sqrt{1260} = \\sqrt{36 \\times 35} = 6\\sqrt{35}$ m² $\\approx 6 \\times 5.916 = 35.5$ m².

Total area $= 30 + 6\\sqrt{35} \\approx 30 + 35.5 = 65.5$ m².

(Exact answer: $(30 + 6\\sqrt{35})$ m².)

Exercise 10.1 — Fully Solved

Exercise 10.1 (All 6 questions)

Q1. A traffic signal board indicating "SCHOOL AHEAD" is an equilateral triangle with side $a$. Find the area of the signal board using Heron's formula. If its perimeter is 180 cm, what will be the area?

Solution: $s = \\frac{3a}{2}$. Then $(s-a) = \\frac{a}{2}$ for all three sides.

$A = \\sqrt{\\frac{3a}{2} \\cdot \\frac{a}{2} \\cdot \\frac{a}{2} \\cdot \\frac{a}{2}} = \\sqrt{\\frac{3a^{4}}{16}} = \\frac{\\sqrt{3}}{4}a^{2}$.

For perimeter $= 180$ cm: $a = 60$ cm. $A = \\frac{\\sqrt{3}}{4} \\times 3600 = 900\\sqrt{3}$ cm².

Q2. The triangular side walls of a flyover have sides 122 m, 22 m and 120 m. The advertisements yield Rs 5000 per m² per year. A company hired one wall for 3 months. How much rent did it pay?

Solution: Same as Example 2. Area $= 1320$ m². Rent for 3 months $=$ Rs $16{,}50{,}000$.

Q3. There is a slide in a park. A triangular cross-section has sides 1.7 m, 1.8 m and 1 m. Find the area of the cross-section.

Solution: $s = \\frac{1.7+1.8+1}{2} = \\frac{4.5}{2} = 2.25$ m.

$(s-1.7)=0.55$,  $(s-1.8)=0.45$,  $(s-1)=1.25$.

$A = \\sqrt{2.25 \\times 0.55 \\times 0.45 \\times 1.25}$.

Product $= 2.25 \\times 0.55 \\times 0.45 \\times 1.25 = 0.6992...$

$A \\approx \\sqrt{0.6992} \\approx 0.836$ m² $\\approx 0.84$ m².

Q4. Find the area of a triangle two sides of which are 18 cm and 10 cm and the perimeter is 42 cm.

Solution: Third side $= 42 - 18 - 10 = 14$ cm.

$s = \\frac{42}{2} = 21$ cm.  $(s-18)=3$,  $(s-10)=11$,  $(s-14)=7$.

$A = \\sqrt{21 \\times 3 \\times 11 \\times 7} = \\sqrt{4851} = \\sqrt{9 \\times 539} = 3\\sqrt{539}$ cm².

$= 3\\sqrt{7 \\times 77} = 3 \\times 7\\sqrt{11} = 21\\sqrt{11}$ cm² $\\approx 69.65$ cm².

Q5. Sides of a triangle are in the ratio 12:17:25 and its perimeter is 540 cm. Find the area.

Solution: $k(12+17+25) = 540 \\Rightarrow 54k = 540 \\Rightarrow k = 10$. Sides: $120$ cm, $170$ cm, $250$ cm.

$s = \\frac{540}{2} = 270$ cm.  $(s-120)=150$,  $(s-170)=100$,  $(s-250)=20$.

$A = \\sqrt{270 \\times 150 \\times 100 \\times 20} = \\sqrt{81{,}000{,}000} = 9000$ cm².

Q6. An isosceles triangle has perimeter 30 cm and each of the equal sides is 12 cm. Find the area of the triangle.

Solution: Base $= 30 - 12 - 12 = 6$ cm.

$s = \\frac{30}{2} = 15$ cm.  $(s-12)=3$,  $(s-12)=3$,  $(s-6)=9$.

$A = \\sqrt{15 \\times 3 \\times 3 \\times 9} = \\sqrt{1215} = \\sqrt{81 \\times 15} = 9\\sqrt{15}$ cm² $\\approx 34.85$ cm².

Practice MCQs
1. The semi-perimeter of a triangle with sides 5 cm, 6 cm and 7 cm is:
  1. 9 cm
  2. 8 cm
  3. 18 cm
  4. 12 cm
Answer: (A) $s = \\frac{5+6+7}{2} = 9$ cm.
2. Using Heron's formula, the area of a triangle with sides 5 cm, 12 cm and 13 cm is:
  1. 30 cm²
  2. 36 cm²
  3. 60 cm²
  4. 25 cm²
Answer: (A) It is a right triangle ($5^{2}+12^{2}=13^{2}$). $A=\\frac{1}{2}\\times5\\times12=30$ cm². Verify with Heron: $s=15$, $A=\\sqrt{15\\times10\\times3\\times2}=\\sqrt{900}=30$ cm². ✓
3. The area of an equilateral triangle with side $2\\sqrt{3}$ cm is:
  1. $6\\sqrt{3}$ cm²
  2. $3\\sqrt{3}$ cm²
  3. $3$ cm²
  4. $12$ cm²
Answer: (B) $A = \\frac{\\sqrt{3}}{4}(2\\sqrt{3})^{2} = \\frac{\\sqrt{3}}{4} \\times 12 = 3\\sqrt{3}$ cm².
4. A triangle has sides 13 cm, 14 cm, 15 cm. Its area is:
  1. 84 cm²
  2. 70 cm²
  3. 96 cm²
  4. 105 cm²
Answer: (A) $s=21$; $(s-13)=8$, $(s-14)=7$, $(s-15)=6$. $A=\\sqrt{21\\times8\\times7\\times6}=\\sqrt{7056}=84$ cm².
5. A rhombus has all sides 10 cm and one diagonal 12 cm. The area of the rhombus is:
  1. 96 cm²
  2. 60 cm²
  3. 48 cm²
  4. 120 cm²
Answer: (A) Half-diagonal via Pythagoras: $\\sqrt{10^{2}-6^{2}}=8$ cm, so second diagonal $=16$ cm. Area $=\\frac{1}{2}\\times12\\times16=96$ cm². Heron's check on one triangle ($s=16$, area $=\\sqrt{16\\times6\\times6\\times4}=48$ cm²; total $=96$ cm²). ✓
6. If the perimeter of an equilateral triangle is 60 cm, its area is:
  1. $100\\sqrt{3}$ cm²
  2. $25\\sqrt{3}$ cm²
  3. $400\\sqrt{3}$ cm²
  4. $200\\sqrt{3}$ cm²
Answer: (A) Side $a=20$ cm. $A=\\frac{\\sqrt{3}}{4}\\times400=100\\sqrt{3}$ cm².
7. Heron's formula is most useful when:
  1. only the base is known
  2. all three sides are known but no height is given
  3. the triangle is right-angled only
  4. base and height both are given
Answer: (B) Heron's formula finds area from three sides alone — no height or angle is required.
8. A triangular plot has sides in the ratio 3:4:5 and its perimeter is 144 m. Its area is:
  1. 864 m²
  2. 432 m²
  3. 576 m²
  4. 1728 m²
Answer: (A) Scale factor $k=12$; sides $36$, $48$, $60$ m. Right triangle! $A=\\frac{1}{2}\\times36\\times48=864$ m².
9. A quadrilateral is split by a diagonal into two triangles of areas 40 m² and 60 m². The total area of the quadrilateral is:
  1. 20 m²
  2. 2400 m²
  3. 100 m²
  4. 50 m²
Answer: (C) Area $= 40 + 60 = 100$ m².
10. In Heron's formula $A = \\sqrt{s(s-a)(s-b)(s-c)}$, the value of $(s-a)+(s-b)+(s-c)$ is:
  1. $3s$
  2. $s$
  3. $2s$
  4. $a+b+c$
Answer: (B) $(s-a)+(s-b)+(s-c) = 3s-(a+b+c) = 3s-2s = s$.
Assertion–Reason
A: The area of a triangle with sides 7 cm, 24 cm and 25 cm is 84 cm². R: For a right triangle with legs $p$ and $q$, the area is $\\frac{1}{2}pq$.
Answer: Both A and R are true, and R is the correct explanation of A. $7^{2}+24^{2}=49+576=625=25^{2}$, so it is right-angled. Area $=\\frac{1}{2}\\times7\\times24=84$ cm². R directly explains A.
A: The area of an equilateral triangle of side $a$ is $\\frac{\\sqrt{3}}{4}a^{2}$. R: This formula is derived using Heron's formula with $s=\\frac{3a}{2}$.
Answer: Both A and R are true, and R is the correct explanation of A. Substituting $s=\\frac{3a}{2}$ and $(s-a)=\\frac{a}{2}$ into Heron's formula gives $\\frac{\\sqrt{3}}{4}a^{2}$ exactly.
Previous-Year Questions
PYQ 1. Find the area of a triangle with sides 10 cm, 10 cm and 12 cm using Heron's formula. (CBSE, 3 marks)
Solution: $s = \\frac{10+10+12}{2} = 16$ cm. $(s-10)=6$, $(s-10)=6$, $(s-12)=4$.
$A = \\sqrt{16\\times6\\times6\\times4} = \\sqrt{2304} = 48$ cm².
PYQ 2. The perimeter of an isosceles triangle is 32 cm. The ratio of the equal side to the base is 3:2. Find the area of the triangle. (CBSE, 3 marks)
Solution: Let equal side $= 3k$, base $= 2k$. $3k+3k+2k=8k=32 \\Rightarrow k=4$. Sides: $12$, $12$, $8$ cm.
$s=16$; $(s-12)=4$, $(s-12)=4$, $(s-8)=8$.
$A=\\sqrt{16\\times4\\times4\\times8}=\\sqrt{2048}=32\\sqrt{2}$ cm² $\\approx 45.25$ cm².
PYQ 3. The sides of a quadrilateral $ABCD$ are $AB=9$ m, $BC=40$ m, $CD=28$ m, $DA=15$ m and $\\angle ABC=90°$. Find the area of the quadrilateral. (CBSE, 4 marks)
Solution: Diagonal $AC$ (right angle at $B$): $AC=\\sqrt{9^{2}+40^{2}}=\\sqrt{1681}=41$ m.
$A_{\\triangle ABC}=\\frac{1}{2}\\times9\\times40=180$ m².
$\\triangle ACD$: sides $41$, $28$, $15$ m. $s=42$; $(s-41)=1$, $(s-28)=14$, $(s-15)=27$.
$A_{\\triangle ACD}=\\sqrt{42\\times1\\times14\\times27}=\\sqrt{15876}=126$ m².
Total $=180+126=$ 306 m².
PYQ 4. A field is in the shape of a trapezium with parallel sides 25 m and 10 m. The non-parallel sides are 14 m and 13 m. Find the area of the field. (CBSE / NCERT Exercise, 4 marks)
Solution: Drop perpendiculars from both ends of the shorter parallel side to the longer side. This creates a triangle (sides 13, 14, 15 m — since $25-10=15$) plus a rectangle.
Triangle with sides 13, 14, 15 m: $s=21$; $A=\\sqrt{21\\times8\\times7\\times6}=84$ m². Height of triangle $= h = \\frac{2\\times84}{15}=11.2$ m.
Area of trapezium $= \\frac{1}{2}(25+10)\\times11.2 = \\frac{1}{2}\\times35\\times11.2 =$ 196 m².
PYQ 5. The perimeter of a right triangle is 60 cm and its hypotenuse is 25 cm. Find the area of the triangle using Heron's formula. (CBSE, 3 marks)
Solution: Sum of legs $= 60-25 = 35$ cm. Legs $a+b=35$ and $a^{2}+b^{2}=625$.
$(a+b)^{2}=1225$, so $2ab=1225-625=600$, $ab=300$.
Legs are roots of $t^{2}-35t+300=0$: $(t-20)(t-15)=0$, giving $15$ cm and $20$ cm.
Heron's: $s=30$; $A=\\sqrt{30\\times15\\times10\\times5}=\\sqrt{22500}=$ 150 cm². (Or directly $\\frac{1}{2}\\times15\\times20=150$ cm². ✓)

Common Mistakes and Exam Tips

  • Using full perimeter instead of semi-perimeter: $s = \\frac{a+b+c}{2}$, NOT $a+b+c$. Divide by 2 before substituting.
  • Arithmetic inside the root: compute the product $s(s-a)(s-b)(s-c)$ as a single number. Use prime factorisation to pull out perfect squares before taking the root — never root each factor separately (e.g. $\\sqrt{21}\\times\\sqrt{8}$ is harder than $\\sqrt{21\\times8}=\\sqrt{168}$).
  • Wrong units: area is always in square units. Sides in m give area in m², not m.
  • Quadrilateral — finding the diagonal: you must know (or compute) the diagonal to split the quadrilateral. If a right angle is present, use Pythagoras. Never assume the diagonal is given if it is not stated.
  • Equilateral formula misapplied: $\\frac{\\sqrt{3}}{4}a^{2}$ is valid only when all three sides are equal. Do not use it for isosceles or scalene triangles.
  • Cross-check with right-triangle shortcut: whenever the sides satisfy $a^{2}+b^{2}=c^{2}$, verify your Heron's answer with $A=\\frac{1}{2}\\times a\\times b$. Any discrepancy signals an arithmetic error.
Want personal coaching in Dwarka?
Book a free demo class
More Class 9 Mathematics chapters