Heron's Formula

Class 9Heron's Formula

Heron's Formula provides a method to calculate the area of any triangle when the lengths of all three sides are known, without needing the height.


It is named after Heron of Alexandria, a Greek mathematician of the first century AD. In Class 9 Mathematics, this formula is introduced as a powerful alternative to the standard base-times-height method.


Heron's Formula works for all triangle types — scalene, isosceles, and equilateral. It is especially useful in real-world problems involving land measurement, construction, and design where only side lengths are available.

What is Heron's Formula?

Definition: Heron's Formula gives the area of a triangle using only the lengths of its three sides.


If a triangle has sides of length a, b, and c, the semi-perimeter is:

s = (a + b + c) / 2


The area of the triangle is:

Area = √[s(s − a)(s − b)(s − c)]


Where:

  • s = semi-perimeter (half the perimeter)
  • a, b, c = lengths of the three sides
  • Multiply s by (s − a), (s − b), (s − c), then take the square root of the product

Important:

  • The three sides must satisfy the triangle inequality — the sum of any two sides must be greater than the third.
  • If this condition is not met, the expression under the square root will be negative, and no valid triangle exists.
  • Heron's Formula can be extended to quadrilaterals by dividing them into two triangles using a diagonal.

Heron's Formula Formula

Key Formulas:


1. Semi-perimeter:

s = (a + b + c) / 2


2. Area of triangle (Heron's Formula):

Area = √[s(s − a)(s − b)(s − c)]


3. For an equilateral triangle with side a:

  • s = 3a / 2
  • Area = (√3 / 4) × a²

4. For an isosceles triangle with equal sides a and base b:

  • s = (2a + b) / 2 = a + b/2
  • Area = (b / 4) × √(4a² − b²)

5. Area of a quadrilateral using Heron's Formula:

  • Divide the quadrilateral into two triangles using a diagonal.
  • Find the area of each triangle using Heron's Formula.
  • Add the two areas together.

Derivation and Proof

Derivation of Heron's Formula from the standard area formula using algebraic manipulation:


Step 1: Start with the standard area formula

  • For a triangle with base b and height h: Area = (1/2) × b × h

Step 2: Express height using the Pythagorean theorem

  • Consider a triangle with sides a, b, and c.
  • Drop a perpendicular of length h from the vertex opposite side b.
  • This divides side b into two parts: d and (b − d).

From the two right triangles:

  • a² = h² + d², so h² = a² − d²
  • c² = h² + (b − d)²

Step 3: Find d in terms of a, b, and c

  1. Substitute h² = a² − d² into c² = h² + (b − d)²
  2. c² = a² − d² + b² − 2bd + d²
  3. c² = a² + b² − 2bd
  4. d = (a² + b² − c²) / (2b)

Step 4: Find h²

  • h² = a² − d² = a² − [(a² + b² − c²) / (2b)]²

Step 5: Simplify using difference of squares

  • h² = [a − (a² + b² − c²)/(2b)] × [a + (a² + b² − c²)/(2b)]
  • First factor numerator: c² − (a − b)² = (c − a + b)(c + a − b)
  • Second factor numerator: (a + b)² − c² = (a + b − c)(a + b + c)

Step 6: Introduce the semi-perimeter

Let s = (a + b + c) / 2. Then:

  • a + b + c = 2s
  • b + c − a = 2(s − a)
  • a + c − b = 2(s − b)
  • a + b − c = 2(s − c)

Substituting:

  • h² = [16 × s(s − a)(s − b)(s − c)] / (4b²)
  • h = [4 × √(s(s − a)(s − b)(s − c))] / (2b)

Step 7: Calculate the area

  1. Area = (1/2) × b × h
  2. Area = (1/2) × b × [4 × √(s(s − a)(s − b)(s − c))] / (2b)
  3. Area = √[s(s − a)(s − b)(s − c)]

This completes the derivation of Heron's Formula.

Types and Properties

Heron's Formula applies to all types of triangles:


1. Scalene Triangle

  • All three sides have different lengths.
  • Heron's Formula is most useful here since finding the height requires extra construction.
  • Plug the three different side lengths directly into the formula.

2. Isosceles Triangle

  • Two sides are equal (length a) with base b.
  • s = (2a + b) / 2
  • The formula simplifies to: Area = (b/4) × √(4a² − b²)

3. Equilateral Triangle

  • All three sides equal to a.
  • s = 3a/2, and s − a = a/2 for all three sides.
  • Area simplifies to: (√3/4) × a²

4. Right Triangle

  • With legs p and q and hypotenuse r, the area is simply (1/2) × p × q.
  • Heron's Formula gives the same answer but the standard formula is simpler.

5. Application to Quadrilaterals

  • Any quadrilateral can be split into two triangles by drawing a diagonal.
  • Apply Heron's Formula to each triangle separately.
  • Total area = sum of the two triangular areas.

Solved Examples

Example 1: Example 1: Area of a scalene triangle

Problem: Find the area of a triangle with sides 7 cm, 8 cm, and 9 cm.


Solution:

Given:

  • a = 7 cm, b = 8 cm, c = 9 cm

Using Heron's Formula:

  1. s = (7 + 8 + 9) / 2 = 24 / 2 = 12 cm
  2. s − a = 12 − 7 = 5
  3. s − b = 12 − 8 = 4
  4. s − c = 12 − 9 = 3
  5. Area = √(12 × 5 × 4 × 3) = √720 = √(144 × 5) = 12√5
  6. Area = 12 × 2.236 = 26.83 sq cm (approx.)

Answer: The area is 12√5 ≈ 26.83 sq cm.

Example 2: Example 2: Area of an equilateral triangle

Problem: Find the area of an equilateral triangle with side 10 cm using Heron's Formula.


Solution:

Given:

  • a = b = c = 10 cm

Using Heron's Formula:

  1. s = (10 + 10 + 10) / 2 = 15 cm
  2. s − a = s − b = s − c = 15 − 10 = 5
  3. Area = √(15 × 5 × 5 × 5) = √1875 = √(625 × 3) = 25√3
  4. Area = 25 × 1.732 = 43.30 sq cm (approx.)

Answer: The area is 25√3 ≈ 43.30 sq cm.

Example 3: Example 3: Area of an isosceles triangle

Problem: Find the area of an isosceles triangle with equal sides of 13 cm each and a base of 10 cm.


Solution:

Given:

  • a = 13 cm, b = 13 cm, c = 10 cm

Using Heron's Formula:

  1. s = (13 + 13 + 10) / 2 = 36 / 2 = 18 cm
  2. s − a = 18 − 13 = 5
  3. s − b = 18 − 13 = 5
  4. s − c = 18 − 10 = 8
  5. Area = √(18 × 5 × 5 × 8) = √3600 = 60 sq cm

Answer: The area is 60 sq cm.

Example 4: Example 4: Area of a right triangle verified by Heron's Formula

Problem: A right triangle has sides 5 cm, 12 cm, and 13 cm. Verify the area using both the standard formula and Heron's Formula.


Solution:

Method 1 (Standard formula):

  • Area = (1/2) × 5 × 12 = 30 sq cm

Method 2 (Heron's Formula):

  1. s = (5 + 12 + 13) / 2 = 30 / 2 = 15
  2. s − a = 15 − 5 = 10
  3. s − b = 15 − 12 = 3
  4. s − c = 15 − 13 = 2
  5. Area = √(15 × 10 × 3 × 2) = √900 = 30 sq cm

Answer: Both methods give 30 sq cm, verifying Heron's Formula.

Example 5: Example 5: Finding the area of a quadrilateral

Problem: A quadrilateral ABCD has sides AB = 3 cm, BC = 4 cm, CD = 4 cm, DA = 5 cm, and diagonal AC = 5 cm. Find the area.


Solution:

The diagonal AC divides the quadrilateral into two triangles: ABC and ACD.


Triangle ABC (sides 3, 4, 5):

  1. s₁ = (3 + 4 + 5) / 2 = 6
  2. Area₁ = √(6 × 3 × 2 × 1) = √36 = 6 sq cm

Triangle ACD (sides 5, 4, 5):

  1. s₂ = (5 + 4 + 5) / 2 = 7
  2. Area₂ = √(7 × 2 × 3 × 2) = √84 = 2√21 ≈ 9.17 sq cm

Total area = 6 + 9.17 = 15.17 sq cm (approx.)

Answer: The area of quadrilateral ABCD is approximately 15.17 sq cm.

Example 6: Example 6: Land measurement problem

Problem: A triangular park has sides 40 m, 24 m, and 32 m. Find the area and the cost of planting grass at Rs 5 per sq m.


Solution:

Given:

  • a = 40 m, b = 24 m, c = 32 m
  • Cost of planting = Rs 5 per sq m

Using Heron's Formula:

  1. s = (40 + 24 + 32) / 2 = 96 / 2 = 48 m
  2. s − a = 48 − 40 = 8
  3. s − b = 48 − 24 = 24
  4. s − c = 48 − 32 = 16
  5. Area = √(48 × 8 × 24 × 16) = √147456 = 384 sq m
  6. Cost = 384 × 5 = Rs 1,920

Answer: Area = 384 sq m; Cost of planting grass = Rs 1,920.

Example 7: Example 7: Finding the area of a triangle with large numbers

Problem: Find the area of a triangle with sides 150 cm, 120 cm, and 200 cm.


Solution:

Given:

  • a = 150 cm, b = 120 cm, c = 200 cm

Using Heron's Formula:

  1. s = (150 + 120 + 200) / 2 = 470 / 2 = 235 cm
  2. s − a = 235 − 150 = 85
  3. s − b = 235 − 120 = 115
  4. s − c = 235 − 200 = 35
  5. Area = √(235 × 85 × 115 × 35) = √80,399,375 ≈ 8,966.57 sq cm

Answer: The area is approximately 8,966.57 sq cm.

Example 8: Example 8: Perimeter and area combined problem

Problem: The perimeter of a triangular plot is 420 m and its sides are in the ratio 6 : 7 : 8. Find the area.


Solution:

Given:

  • Perimeter = 420 m
  • Sides in ratio 6 : 7 : 8

Finding the sides:

  1. Let the sides be 6x, 7x, and 8x.
  2. 6x + 7x + 8x = 420 ⇒ 21x = 420 ⇒ x = 20
  3. Sides: 120 m, 140 m, 160 m

Using Heron's Formula:

  1. s = 420 / 2 = 210 m
  2. s − a = 210 − 120 = 90
  3. s − b = 210 − 140 = 70
  4. s − c = 210 − 160 = 50
  5. Area = √(210 × 90 × 70 × 50) = √66,150,000 = 100√6615 ≈ 8,134.38 sq m

Answer: The area is approximately 8,134.38 sq m.

Example 9: Example 9: Finding the height using Heron's Formula

Problem: A triangle has sides 26 cm, 28 cm, and 30 cm. Find the area using Heron's Formula, then determine the height corresponding to the longest side.


Solution:

Given:

  • a = 26 cm, b = 28 cm, c = 30 cm

Finding the area:

  1. s = (26 + 28 + 30) / 2 = 84 / 2 = 42 cm
  2. s − a = 16, s − b = 14, s − c = 12
  3. Area = √(42 × 16 × 14 × 12) = √112,896 = 336 sq cm

Finding the height:

  1. Using Area = (1/2) × base × height, with base = 30 cm:
  2. 336 = (1/2) × 30 × h
  3. 336 = 15h
  4. h = 336 / 15 = 22.4 cm

Answer: Area = 336 sq cm; height corresponding to the longest side = 22.4 cm.

Example 10: Example 10: Area of a rhombus using Heron's Formula

Problem: A rhombus has a side of 10 cm and one diagonal of 12 cm. Find its area using Heron's Formula.


Solution:

Given:

  • Side = 10 cm, diagonal = 12 cm
  • A diagonal divides the rhombus into two congruent triangles, each with sides 10, 10, and 12 cm.

For one triangle:

  1. s = (10 + 10 + 12) / 2 = 32 / 2 = 16 cm
  2. s − a = 6, s − b = 6, s − c = 4
  3. Area = √(16 × 6 × 6 × 4) = √2304 = 48 sq cm

Area of rhombus:

  • Area = 2 × 48 = 96 sq cm

Answer: The area of the rhombus is 96 sq cm.

Real-World Applications

Applications of Heron's Formula:


  • Land Surveying and Agriculture: Surveyors measure side lengths of irregularly shaped land plots and use Heron's Formula for area calculation. Essential for property valuation, crop planning, and land registration.
  • Construction and Architecture: Builders calculate the area of triangular sections of roofs, walls, and floor plans to estimate material requirements for tiling, painting, and flooring.
  • Navigation and Geography: Triangulation methods in navigation use triangle properties to determine positions. Heron's Formula helps calculate the area of triangular regions on maps.
  • Computer Graphics: In 3D modelling and game design, complex surfaces are broken into millions of small triangles. Heron's Formula computes the area of each triangle for texture mapping and lighting.
  • Fencing and Landscaping: Calculates the material needed to cover triangular gardens and the fencing required without measuring heights.
  • Physics and Engineering: Force diagrams and structural analysis involve triangular elements. Area calculation is essential for stress analysis and load distribution.

Key Points to Remember

  • Heron's Formula calculates the area of a triangle using only the three side lengths, without needing the height.
  • The semi-perimeter s = (a + b + c) / 2 must be calculated first.
  • Area = √[s(s − a)(s − b)(s − c)], where a, b, c are the three sides.
  • The formula works for all types of triangles: scalene, isosceles, equilateral, and right-angled.
  • The three sides must satisfy the triangle inequality for the formula to give a valid result.
  • If the expression under the square root is negative, the given sides do not form a valid triangle.
  • For quadrilaterals, divide the shape into two triangles using a diagonal and apply Heron's Formula to each.
  • Heron's Formula gives the same result as (1/2) × base × height — it is an alternative, not a replacement.
  • The formula is attributed to Heron of Alexandria (10–70 AD), though some historians credit Archimedes.
  • Widely used in land surveying, construction, and computer graphics where measuring heights is impractical.

Practice Problems

  1. Find the area of a triangle with sides 13 cm, 14 cm, and 15 cm using Heron's Formula.
  2. A triangular field has sides 50 m, 78 m, and 112 m. Find the area of the field.
  3. The sides of a triangle are in the ratio 3 : 5 : 7 and its perimeter is 300 cm. Find the area using Heron's Formula.
  4. Find the area of an isosceles triangle with equal sides of 20 cm each and a base of 24 cm.
  5. A parallelogram has sides 12 cm and 8 cm. One of its diagonals is 10 cm. Find the area of the parallelogram using Heron's Formula.
  6. The perimeter of a triangular garden is 54 m and its sides are 12 m, 18 m, and 24 m. Find the cost of fencing it at Rs 12 per metre and the cost of laying grass at Rs 8 per square metre.
  7. A triangle has sides 6 cm, 8 cm, and 10 cm. Find its area using Heron's Formula and verify using the standard formula for a right triangle.
  8. An advertisement board is in the shape of a triangle with sides 10 m, 12 m, and 14 m. Find the cost of painting it on both sides at the rate of Rs 3 per square metre.

Frequently Asked Questions

Q1. What is Heron's Formula in maths?

Heron's Formula calculates the area of a triangle when the lengths of all three sides are known. If the sides are a, b, and c, first calculate the semi-perimeter s = (a + b + c)/2. Then Area = √[s(s − a)(s − b)(s − c)]. No height is needed.

Q2. Who discovered Heron's Formula?

Heron's Formula is named after Heron of Alexandria (approximately 10–70 AD), who provided the first known proof in his work Metrica. Some historians believe the formula was known to Archimedes about 200 years earlier.

Q3. What is the semi-perimeter in Heron's Formula?

The semi-perimeter (s) is half the perimeter of the triangle: s = (a + b + c) / 2. It is an intermediate value calculated before applying Heron's Formula.

Q4. Can Heron's Formula be used for all types of triangles?

Yes. Heron's Formula works for scalene, isosceles, equilateral, and right-angled triangles. The only requirement is that the three side lengths must satisfy the triangle inequality.

Q5. How do you find the area of a quadrilateral using Heron's Formula?

Divide the quadrilateral into two triangles by drawing a diagonal. Apply Heron's Formula to each triangle separately and add the two areas. You need all four sides and at least one diagonal.

Q6. What happens when the value inside the square root in Heron's Formula is negative?

A negative value inside the square root means the given side lengths do not form a valid triangle. The triangle inequality is violated — for example, sides 1, 2, and 10 cannot form a triangle because 1 + 2 < 10.

Q7. What is the difference between Heron's Formula and the basic area formula?

The basic formula (Area = 1/2 &times; base &times; height) requires the base and perpendicular height. Heron's Formula requires only the three side lengths. Both give the same result, but Heron's Formula is more convenient when the height is unknown.

Q8. Is Heron's Formula in the CBSE Class 9 syllabus?

Yes. Heron's Formula is part of the CBSE Class 9 Mathematics syllabus under Chapter 12. Students learn the formula, the concept of semi-perimeter, and applications to triangles and quadrilaterals.

Q9. How do you find the height of a triangle using Heron's Formula?

First, find the area using Heron's Formula. Then use Area = (1/2) &times; base &times; height. Rearranging: height = (2 &times; Area) / base. Choose any side as the base.

Q10. Can Heron's Formula be applied to find the area of an equilateral triangle?

Yes. For an equilateral triangle with side a: s = 3a/2, and each factor (s &minus; a) = a/2. Substituting into Heron's Formula gives Area = (a&sup2; &times; &radic;3) / 4, which matches the standard equilateral triangle formula.

We are also listed in