Follow Us
Select Medium / माध्यम चुनें:
Eng (English) Hindi (हिन्दी)
CBSE • Class 9 • Mathematics • Ch 10
Estimated Time: 45 Mins
Study Progress: In Progress

Heron's Formula

In Class 9 Mathematics, Chapter 10 "Heron's Formula" delivers Heron of Alexandria's elegant formula for calculating the area of any triangle when only the lengths of its three sides are known, eliminating the need to calculate perpendicular altitudes.

📐 Have You Ever Wondered?

How do land surveyors measure the exact square-meter area of an uneven triangular farming plot without climbing tall trees to drop plumb-line altitudes?

The elementary formula for triangle area is $\frac{1}{2} \times \text{base} \times \text{height}$. But on an actual rugged plot of land, finding the exact perpendicular height is nearly impossible without surveying lasers!

In 60 CE, Greek engineer Heron of Alexandria discovered a brilliant formula requiring only the tape-measured lengths of the three sides ($a, b, c$). In this chapter, you will master Heron's Formula.

Why This Chapter Matters

In Class 9 Mathematics, Chapter 10 "Heron's Formula" delivers Heron of Alexandria's elegant formula for calculating the area of any triangle when only the lengths of its three sides are known, eliminating the need to calculate perpendicular altitudes.

Before You Begin (Prerequisites)

  • Perimeter of a triangle ($P = a + b + c$).
  • Standard triangle area formula: $\frac{1}{2} \times b \times h$.
  • Square roots and simplifying surds.

What You Will Learn (Core Objectives)

  • Define Semi-Perimeter: $s = \frac{a + b + c}{2}$.
  • State and apply Heron's Formula: $\text{Area} = \sqrt{s(s-a)(s-b)(s-c)}$.
  • Calculate the area of scalene, isosceles, and right-angled triangles using Heron's formula.
  • Derive the area of an equilateral triangle of side $a$: $\text{Area} = \frac{\sqrt{3}}{4}a^2$.
  • Calculate heights (altitudes) corresponding to given bases using computed areas.

Chapter Roadmap & Progression

1 1. Semi-Perimeter & Heron's Master...

Complete Concept Guide (100% Curriculum Coverage)

1. Semi-Perimeter & Heron's Master Formula

1. The Formula

For a triangle with side lengths $a, b, c$:

Step 1: Compute the Semi-Perimeter ($s$): $$\mathbf{s = \frac{a + b + c}{2}}$$

Step 2: Apply Heron's Formula: $$\mathbf{\text{Area} = \sqrt{s(s - a)(s - b)(s - c)}}$$

2. Concrete Worked Example

Problem: Find the area of a triangular plot whose sides are $13\text{ m}, 14\text{ m},$ and $15\text{ m}$.

Step 1: $s = \frac{13 + 14 + 15}{2} = \frac{42}{2} = 21\text{ m}$.

Step 2: $s - a = 21 - 13 = 8\text{ m}$; $s - b = 21 - 14 = 7\text{ m}$; $s - c = 21 - 15 = 6\text{ m}$.

Step 3: $\text{Area} = \sqrt{21 \times 8 \times 7 \times 6} = \sqrt{(3 \times 7) \times (2 \times 4) \times 7 \times (2 \times 3)}$.

Pairing factors: $\sqrt{3^2 \times 7^2 \times 4^2} = 3 \times 7 \times 4 = 84\text{ m}^2$.

Heron's Formula Geometric Decomposition Model

Heron's Formula: Triangle Area from Sides Only Area = sqrt( s (s - a) (s - b) (s - c) ) where s = (a + b + c) / 2 A B C c = 13 m b = 15 m a = 14 m Semi-Perimeter: s = 42 / 2 = 21 m Area = sqrt( 21 x 8 x 7 x 6 ) = 84 sq.m

Chapter Summary & 10 Key Takeaways

Takeaway 1
Heron's Formula: $\text{Area} = \sqrt{s(s-a)(s-b)(s-c)}$ computes area using only three side lengths.
Takeaway 2
Semi-Perimeter: $s = \frac{a+b+c}{2}$, exactly half the total boundary perimeter.
Takeaway 3
Equilateral Area: Area of equilateral triangle of side $a$ is $\frac{\sqrt{3}}{4}a^2$.
Takeaway 4
Altitude Computation: Once area is known, height on any base is $h = \frac{2 \times \text{Area}}{\text{base}}$.
Takeaway 5
Factor Pairing: Prime factorizing the product under the square root saves immense computational time.

Check Your Understanding (Diagnostic Practice Questions)

Diagnostic questions testing core conceptual clarity. Answers are hidden initially — solve each problem first, then click to reveal the step-by-step verified solution.

1
Find the area of a triangle, two sides of which are 8 cm and 11 cm and the perimeter is 32 cm.
Reveal Answer & Explanation
Answer: Third side $c = 32 - (8 + 11) = 32 - 19 = 13\text{ cm}$. $s = 32/2 = 16\text{ cm}$. Area $= \sqrt{16(16-8)(16-11)(16-13)} = \sqrt{16 \times 8 \times 5 \times 3} = \sqrt{16 \times 4 \times 2 \times 15} = 4 \times 2 \sqrt{30} = 8\sqrt{30}\text{ cm}^2$.
8√30 cm².
2
Find the area of an equilateral triangle of side 10 cm using Heron's formula.
Reveal Answer & Explanation
Answer: Sides $a = b = c = 10$. $s = 30/2 = 15$. Area $= \sqrt{15(15-10)^3} = \sqrt{15 \times 125} = \sqrt{1875} = 25\sqrt{3}\text{ cm}^2$. Or using $\frac{\sqrt{3}}{4}a^2 = \frac{\sqrt{3}}{4}(100) = 25\sqrt{3}\text{ cm}^2$.
25√3 cm².
3
The sides of a triangular field are in the ratio $3 : 5 : 7$ and its perimeter is 300 m. Find its area.
Reveal Answer & Explanation
Answer: Let sides be $3x, 5x, 7x$. $3x+5x+7x = 300 \implies 15x = 300 \implies x = 20$. Sides are $60\text{ m}, 100\text{ m}, 140\text{ m}$. $s = 150\text{ m}$. Area $= \sqrt{150(90)(50)(10)} = 1500\sqrt{3}\text{ m}^2$.
1500√3 m².
4
Find the longest altitude of a triangle whose sides are 13 cm, 14 cm, and 15 cm.
Reveal Answer & Explanation
Answer: Area $= 84\text{ cm}^2$. Longest altitude corresponds to the shortest base ($13\text{ cm}$): $h = \frac{2 \times \text{Area}}{\text{base}} = \frac{2 \times 84}{13} = \frac{168}{13} \approx 12.92\text{ cm}$.
168/13 cm (on the 13 cm base).
5
Can a triangle have sides 4 cm, 5 cm, and 10 cm? Why or why not?
Reveal Answer & Explanation
Answer: No. By triangle inequality, the sum of any two sides must be strictly greater than the third side: $4 + 5 = 9 < 10$. Hence, such a triangle cannot exist.
No; 4 + 5 < 10 violates triangle inequality.
Finished Studying This Chapter?
READY TO PRACTICE?

Timed CBT Practice Tests (Exam Simulator)

Put your concepts to the test with official curriculum-aligned Foundation and Advanced practice tests. Get instant accuracy scores, time metrics, and step-by-step verified explanations.