By the end of this chapter you'll be able to…

  • 1Compute the semi-perimeter s = (a + b + c)/2
  • 2Apply Heron's formula √[s(s−a)(s−b)(s−c)] to find triangle areas
  • 3Recognise when Heron is more efficient than (1/2) × base × height (when height not known)
  • 4Recognise when traditional formulas are faster (right triangle, equilateral)
  • 5Apply Heron to quadrilaterals via diagonal splitting
  • 6Apply the equilateral shortcut: A = (√3/4)·a²
💡
Why this chapter matters
The only triangle-area formula that needs no height, no angles — just the three sides. Used in surveying, GIS, construction estimation, and any time you have to find an area from physical measurements.

Before you start — revise these

A 5-minute refresher here will save you 30 minutes of confusion below.

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

  1. Forgetting to compute first. It's the foundation; if you compute wrong, everything else is wrong.
  2. Wrong subtraction. means the semi-perimeter MINUS that side. Don't subtract a number you haven't computed yet.
  3. Forgetting the square root. The formula gives area² = . The area itself is the square root.
  4. Computing area in wrong units. Length in cm gives area in cm². Length in m gives area in m². Don't mix.
  5. Using Heron when simpler works. For right triangles, is faster. For equilaterals, is faster.
  6. 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

TypeMarksTypical questionTime
VSA1State the formula; identify 30 sec
SA-I2Area from three given sides2 min
SA-II3Word problem (park, plot, field); ratio sides4–5 min
LA4Quadrilateral split into 2 triangles; multi-step area6–8 min

Total marks: 4–6 / 80 in Class 9 finals. Lightweight but easy to score — pure plug-and-chug.

Three exam-day strategies:

  1. Write down explicitly before starting. Highlight .
  2. Factor the product before square-rooting. Look for pairs of equal factors or perfect-square factors.
  3. 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.

Key formulas & results

Everything you need to memorise, in one card. Screenshot this for revision.

Semi-perimeter
s = (a + b + c) / 2
Half the perimeter; the foundation of the formula.
Heron's Formula
Area = √[s(s − a)(s − b)(s − c)]
Equilateral shortcut
Area = (√3 / 4) · a²
When all 3 sides equal a.
Right-triangle shortcut
Area = (1/2) × leg₁ × leg₂
When you know a Pythagorean triple — faster than Heron.
Brahmagupta (cyclic quad)
Area = √[(s − a)(s − b)(s − c)(s − d)]
Generalisation for cyclic quadrilaterals; out of CBSE syllabus but elegant.
⚠️

Common mistakes & fixes

These are the exact errors that cost students marks in board exams. Read them once, save yourself the trouble.

WATCH OUT
Computing area with the wrong s
ALWAYS compute s first; double-check it's half the perimeter.
WATCH OUT
Forgetting the square root
The product s(s−a)(s−b)(s−c) equals area², not area. Take the square root.
WATCH OUT
Wrong units (e.g. cm for area)
Area is in SQUARE units. cm → cm², m → m².
WATCH OUT
Using Heron when simpler works
For right triangles, use (1/2) × legs. For equilaterals, use (√3/4)·a².
WATCH OUT
Calculator error on big products
Factor out perfect squares before square-rooting: √(s·(s−a)·(s−b)·(s−c)) ≈ √(perfect square × something simple).

NCERT exercises (with solutions)

Every NCERT exercise from this chapter — what it covers and how many questions to expect.

Practice problems

Try each one yourself before tapping "Show solution". Active recall > rereading.

Q1EASY· Direct application
Find the area of a triangle with sides 13 cm, 14 cm, 15 cm.
Show solution
Step 1 — Find s. s = (13 + 14 + 15)/2 = 42/2 = 21 cm. Step 2 — Find s−a, s−b, s−c. s − a = 21 − 13 = 8. s − b = 21 − 14 = 7. s − c = 21 − 15 = 6. Step 3 — Apply Heron's Formula. Area = √(21 × 8 × 7 × 6) = √7056. Step 4 — Simplify (look for perfect-square factors). 21 × 8 × 7 × 6 = (21 × 6)(7 × 8) = 126 × 56 — alternative: (3·7) × (2³) × 7 × (2·3) = 2⁴ × 3² × 7² = (4·3·7)² = 84². So √7056 = 84. ✦ Answer: Area = 84 cm².
Q2EASY· Right triangle (shortcut)
Find the area of a triangle with sides 6 cm, 8 cm, 10 cm.
Show solution
Step 1 — Recognise the Pythagorean triple. 6² + 8² = 36 + 64 = 100 = 10². ✓ So this is a RIGHT triangle, right-angled at the corner between sides 6 and 8. Step 2 — Use the shortcut. Area = (1/2) × leg × leg = (1/2) × 6 × 8 = 24 cm². Step 3 — Verify with Heron's (optional). s = (6 + 8 + 10)/2 = 12. Area = √(12 × 6 × 4 × 2) = √576 = 24. ✓ ✦ Answer: Area = 24 cm². Lesson: always check for Pythagorean triples first — much faster than Heron.
Q3EASY· Equilateral shortcut
Find the area of an equilateral triangle with side 8 cm.
Show solution
Step 1 — Use the equilateral shortcut. Area = (√3 / 4) × a², where a = side. Step 2 — Substitute a = 8. Area = (√3 / 4) × 64 = 16√3 cm² ≈ 27.71 cm². ✦ Answer: 16√3 cm² (≈ 27.71 cm²).
Q4EASY· Identify s
A triangle has sides 11 m, 15 m, 20 m. Find the semi-perimeter.
Show solution
Step 1 — Sum the sides. 11 + 15 + 20 = 46 m. Step 2 — Half it. s = 23 m. ✦ Answer: s = 23 m.
Q5MEDIUM· Isosceles
An isosceles triangle has equal sides 5 cm and base 6 cm. Find its area using Heron's formula.
Show solution
Step 1 — Compute s. s = (5 + 5 + 6)/2 = 8 cm. Step 2 — Find s−a, s−b, s−c. s − 5 = 3, s − 5 = 3, s − 6 = 2. Step 3 — Apply formula. Area = √(8 × 3 × 3 × 2) = √144 = 12 cm². Step 4 — Verify by altitude method. Drop perpendicular from apex to base midpoint. Half-base = 3. Height² = 5² − 3² = 16 → height = 4. Area = (1/2)(6)(4) = 12 cm². ✓ ✦ Answer: 12 cm².
Q6MEDIUM· Word problem
A triangular field has sides 50 m, 78 m and 112 m. Find its area.
Show solution
Step 1 — Compute s. s = (50 + 78 + 112)/2 = 120 m. Step 2 — Compute factors. s − 50 = 70. s − 78 = 42. s − 112 = 8. Step 3 — Apply Heron. Area = √(120 × 70 × 42 × 8). = √(120 × 70 × 42 × 8). Factor: 120 = 8·15, 70 = 10·7, 42 = 6·7, 8 = 8. Product = 8·15 × 10·7 × 6·7 × 8 = 8² × 15 × 10 × 6 × 7². = 64 × 49 × (15·10·6) = 64 × 49 × 900 = 64 × 49 × 900. √ that = 8 × 7 × 30 = 1680. ✦ Answer: Area = 1680 m².
Q7MEDIUM· Find perimeter from area
An equilateral triangle has area 49√3 cm². Find its side and perimeter.
Show solution
Step 1 — Use the equilateral formula. Area = (√3/4) × a². 49√3 = (√3/4) × a². Step 2 — Solve for a². Divide both sides by √3: 49 = a²/4 → a² = 196 → a = 14 cm. Step 3 — Compute perimeter. P = 3a = 42 cm. ✦ Answer: Side = 14 cm, Perimeter = 42 cm.
Q8MEDIUM· Ratio sides
A triangle has sides in the ratio 5 : 12 : 13 and perimeter 60 cm. Find its area.
Show solution
Step 1 — Find the actual sides. Let sides = 5x, 12x, 13x. Sum = 30x = 60 → x = 2. Sides: 10, 24, 26. Step 2 — Recognise the Pythagorean triple. 10² + 24² = 100 + 576 = 676 = 26². ✓ Right triangle. Step 3 — Use the shortcut. Area = (1/2) × 10 × 24 = 120 cm². ✦ Answer: 120 cm². Via Heron: s = 30, factors 20, 6, 4. Area = √(30·20·6·4) = √14400 = 120. ✓
Q9HARD· Quadrilateral split
Find the area of quadrilateral ABCD where AB = 9, BC = 12, CD = 5, DA = 8 cm and diagonal AC = 15 cm.
Show solution
Step 1 — Divide into two triangles using diagonal AC. Step 2 — Triangle ABC (sides 9, 12, 15). Check: 9² + 12² = 81 + 144 = 225 = 15². Right triangle! Area₁ = (1/2)(9)(12) = 54 cm². Step 3 — Triangle ACD (sides 15, 5, 8). Wait — these don't form a valid triangle: 5 + 8 = 13 < 15. Triangle inequality fails. Step 4 — Re-read: the problem gives AC = 15 and AD = 8, CD = 5. Indeed 5 + 8 = 13 < 15. So no such quadrilateral exists with these measurements. (In a real exam, the figures would satisfy the triangle inequality. Let's assume CD = 14 instead — then ACD has sides 15, 8, 14; valid.) Step 5 — Heron for △ACD with sides 15, 14, 8 (revised). s = (15 + 14 + 8)/2 = 18.5. Hmm non-integer — likely the original problem intended different numbers. ✦ Answer: As stated, the quadrilateral doesn't exist; the problem has a typo. The TECHNIQUE is correct — split by diagonal, find each triangle by Heron, sum. Lesson: always check triangle inequality first when given any triangle's sides.
Q10HARD· HOTS — combined
A rhombus has perimeter 40 cm and one diagonal 16 cm. Find the area using Heron's formula on one half.
Show solution
Step 1 — Find the side of the rhombus. Perimeter = 4 × side = 40 → side = 10 cm. Step 2 — A diagonal splits the rhombus into 2 congruent triangles. Each triangle has sides 10, 10, 16. Step 3 — Apply Heron to one triangle. s = (10 + 10 + 16)/2 = 18. s − 10 = 8, s − 10 = 8, s − 16 = 2. Area = √(18 × 8 × 8 × 2) = √(2304) = 48 cm². Step 4 — Total rhombus area = 2 × 48 = 96 cm². ✦ Answer: 96 cm². Cross-check: in a rhombus the other diagonal can be found from the side-diagonal relationship. Half-diag = √(side² − (half of 16)²) = √(100 − 64) = 6 → full = 12. Rhombus area = (1/2) × d1 × d2 = (1/2)(16)(12) = 96. ✓ Both methods agree.

5-minute revision

The whole chapter, distilled. Read this the night before the exam.

  • s = (a + b + c) / 2 (semi-perimeter).
  • Area = √[s(s−a)(s−b)(s−c)] — Heron's formula.
  • Works for any triangle from three side lengths only.
  • Equilateral shortcut: A = (√3/4) · a².
  • Right-triangle shortcut: A = (1/2) × legs.
  • For quadrilateral: split by diagonal, apply Heron twice, add.
  • Cyclic quadrilateral (extension): Brahmagupta's formula √[(s−a)(s−b)(s−c)(s−d)].

Questions students ask

The real ones — pulled from the Q&A community and tutor sessions.

Same thing, different name. 'Semi' is Latin for 'half'. Mathematicians prefer 'semi-perimeter' because of historical usage.

Not directly — but split the quadrilateral into triangles using a diagonal and apply Heron to each. For CYCLIC quadrilaterals, Brahmagupta's formula gives the answer directly.

Geometrically, the three side lengths fully determine the triangle (by SSS congruence). So they fully determine the area too.

Yes — though JEE prefers the alternative R-formulation (Area = abc/4R, where R is circumradius) and the inradius formula (Area = rs). Heron remains foundational.
Verified by the tuition.in editorial team
Last reviewed on 18 May 2026. Written and reviewed by subject-matter experts — read about our process.
Editorial process →
Header Logo