📐
📊
✖️
← Back to Dashboard
Font Size:

1. Introduction

We already know how to find the area of a triangle when the base and the corresponding height are known, using the formula area = (1/2) x base x height. But what happens when we know only the three sides of a triangle and not its height? For example, a triangular park with sides of lengths 40 m, 50 m and 60 m has no obvious height given. To find its area, we need a different method.

Around 2000 years ago, the Greek mathematician Heron (also spelled Hero) of Alexandria discovered a beautiful formula that gives the area of any triangle when only the lengths of its three sides are known. The formula is named after him as Heron's formula. It is especially useful for scalene triangles and for other figures that can be divided into triangles with known sides, such as quadrilaterals and various plots of land. In this chapter we will learn Heron's formula, its applications and how to use it in practical problems.

2. Heron's Formula

Let a, b and c be the lengths of the three sides of a triangle. First we compute the semi-perimeter s, which is half the perimeter:

s = (a + b + c)/2

Then the area of the triangle is given by: Area = sqrt (s(s - a)(s - b)(s - c))

This is Heron's formula. It works for every triangle, whether scalene, isosceles or equilateral.

Example: Find the area of a triangle with sides 3 cm, 4 cm and 5 cm. Here a = 3, b = 4, c = 5. Semi-perimeter s = (3 + 4 + 5)/2 = 6. Area = sqrt (6(6 - 3)(6 - 4)(6 - 5)) = sqrt (6 x 3 x 2 x 1) = sqrt 36 = 6 square cm.

Note that 3-4-5 is a right triangle, and its area by the base-height formula is (1/2) x 3 x 4 = 6 square cm, confirming that Heron's formula gives the correct result.

3. Using Heron's Formula for a Scalene Triangle

The greatest strength of Heron's formula is that it works without knowing the height. Consider a triangle with sides 12 cm, 16 cm and 20 cm.

So the area is 96 square cm. Notice that we never needed the height of the triangle. This is why Heron's formula is so valuable for real-world measurements, where height is often hard to measure but sides are easy to measure.

Special Case: Equilateral Triangle

For an equilateral triangle with side a, the semi-perimeter is s = 3a/2. Substituting in Heron's formula gives: Area = sqrt (s(s - a)^3) = sqrt ((3a/2)(a/2)(a/2)(a/2)) = (a^2/4) sqrt 3. So the area of an equilateral triangle of side a is (sqrt 3/4) a^2.

4. Finding the Area of Quadrilaterals Using Heron's Formula

Many quadrilateral figures cannot be measured with a single formula. However, we can divide a quadrilateral into two triangles by drawing a diagonal, and if the lengths of all sides and the diagonal are known, we can find the area of each triangle with Heron's formula and add them.

Example: Area of a Quadrilateral Plot

Suppose a park has the shape of a quadrilateral ABCD with AB = 9 m, BC = 40 m, CD = 28 m, DA = 15 m and diagonal BD = 41 m. We divide the park into triangles ABD and BCD.

For triangle ABD, sides are 9, 15 and 41. But notice 9 + 15 = 24 < 41, so this triangle does not exist! We must check the triangle inequality for each triangle before applying Heron's formula. In a correct problem, each triangle will satisfy the inequality, and we compute: - Area of triangle ABD = sqrt (s1(s1 - AB)(s1 - AD)(s1 - BD)). - Area of triangle BCD = sqrt (s2(s2 - BC)(s2 - CD)(s2 - BD)). - Total area of the park = area of ABD + area of BCD.

This method, called triangulation, is used by surveyors and mapmakers to find the area of irregular land.

5. Applications of Heron's Formula

Heron's formula has many practical applications: - Finding the area of triangular plots of land when the three sides are measured. - Finding the area of quadrilaterals and other polygons by dividing them into triangles. - Finding the area of a triangular garden, park or roof when only sides are known. - Computing the cost of covering or painting a triangular surface, by multiplying the area by the cost per unit area.

In every such problem, the steps are the same: identify the triangles, compute the semi-perimeter of each, apply Heron's formula, and add or compare the areas as required.

Quick Revision Tables

Table 1: Heron's Formula at a Glance

Quantity Formula
Semi-perimeter s = (a + b + c)/2
Area of triangle sqrt (s(s-a)(s-b)(s-c))
Area of equilateral triangle of side a (sqrt 3/4) a^2
Perimeter a + b + c

Table 2: Application Steps

Step Action
Step 1 Identify the triangle and note a, b, c
Step 2 Compute s = (a + b + c)/2
Step 3 Apply Heron's formula
Step 4 For quadrilaterals, divide into triangles by a diagonal
Step 5 Add areas if required, or multiply by cost per unit area

Mind Map

graph TD A["Heron's Formula"] --> B["Semi-perimeter s = (a+b+c)/2"] A --> C["Area = sqrt(s(s-a)(s-b)(s-c))"] C --> D["Works for all triangles"] C --> E["No height needed"] A --> F["Special cases"] F --> G["Equilateral: (sqrt 3/4) a^2"] A --> H["Applications"] H --> I["Quadrilaterals via triangulation"] H --> J["Land and park areas"] H --> K["Cost calculations"]

Important Diagrams (SVG)

Diagram 1: Heron's Formula on a Scalene Triangle

Heron's Formula for a Scalene Triangle a = 12 b = 16 c = 20 height not given we do not need it s = (12 + 16 + 20)/2 = 24 Area = sqrt(24 x 12 x 8 x 4) = sqrt(9216) = 96 sq cm Golden Rule: With Heron's formula, the area of a triangle is found from its three sides alone, without measuring any height.

Diagram 2: Area of a Quadrilateral by Triangulation

Finding a Quadrilateral's Area Using Heron's Formula A B C D Triangle ABD Triangle BCD diagonal BD Area of quadrilateral = Area of triangle ABD + Area of triangle BCD Each triangle's area is computed by Heron's formula using its three known sides. Golden Rule: Divide any polygon into triangles with a diagonal and add the Heron areas of all triangles to get the total area.

Common Mistakes

  1. Students often forget to divide the perimeter by 2 when computing the semi-perimeter s, and use s = a + b + c, giving a wrong result.
  2. A common error is writing Area = s(s - a)(s - b)(s - c) without the square root. The square root is essential.
  3. Students sometimes compute s - a, s - b, s - c incorrectly by subtracting from the wrong value, or they forget the parentheses.
  4. When solving for a side from the area, students forget to square both sides to remove the square root.
  5. Students apply Heron's formula to triangles that do not exist because they ignore the triangle inequality; always verify that a + b > c before computing.
  6. For quadrilaterals, students use one Heron's formula over all four sides, which is wrong; the quadrilateral must be split into triangles first.
  7. Students forget the special formula for an equilateral triangle and instead do a long Heron computation, wasting time and risking errors.
  8. In application problems, students forget to multiply the area by the cost per unit area to find the total cost.

6. Solved Example Approach

Consider the problem of finding the area of a triangular park whose sides measure 40 m, 50 m, and 60 m. There is no height given, so we must use Heron's formula. First we compute the semi-perimeter: s = (40 + 50 + 60)/2 = 150/2 = 75. Then we find each of the differences: s - a = 75 - 40 = 35, s - b = 75 - 50 = 25, and s - c = 75 - 60 = 15. The area is the square root of 75 x 35 x 25 x 15. We multiply step by step: 75 x 35 = 2,625, and 25 x 15 = 375, so the product is 2,625 x 375 = 984,375. The square root of 984,375 is approximately 992.16, so the area of the park is about 992.16 square metres. Writing out every subtraction separately is the safest way to avoid arithmetic errors, and it also earns full method marks in an examination.

A second kind of problem combines Heron's formula with a cost calculation. Suppose a triangular garden has sides 13 m, 14 m, and 15 m, and grass is to be planted at a cost of 50 rupees per square metre. Here s = (13 + 14 + 15)/2 = 21, and the differences are 8, 7, and 6. The area is the square root of 21 x 8 x 7 x 6 = 7,056, and the square root of 7,056 is 84, so the garden covers 84 square metres. The total cost is 84 x 50 = 4,200 rupees. This example shows the complete chain of reasoning: find the semi-perimeter, apply Heron's formula, and then multiply the area by the cost per unit area to obtain the total cost.

When the figure is a quadrilateral, the approach is to draw a diagonal and treat the shape as two triangles. We compute the semi-perimeter of each triangle separately, apply Heron's formula to each, and finally add the two areas to obtain the total area of the quadrilateral. This method, called triangulation, is exactly what surveyors use when measuring irregular plots of land, and it demonstrates how a single formula can be extended to much more complex shapes. In every such problem it is wise to check the triangle inequality for each triangle first, because Heron's formula gives a meaningful answer only for triangles that actually exist.

Exam Tips

  1. Always write the semi-perimeter formula s = (a + b + c)/2 clearly before applying Heron's formula, as it earns marks.
  2. Show every subtraction s - a, s - b, s - c step by step to avoid arithmetic slips.
  3. For an equilateral triangle, directly use Area = (sqrt 3/4) x side^2 to save time.
  4. When the area of a quadrilateral is required, mention that you are dividing it into two triangles by a diagonal and compute each area separately.
  5. Always state the unit of area (square cm, square m, etc.) in the final answer.
  6. If the question asks for the cost, compute the area first, then multiply by the cost per square unit.
  7. Practise problems where you must first check whether the given sides can form a triangle, since this reasoning appears in higher-level questions.

Conclusion

In this chapter we learnt Heron's formula, which gives the area of any triangle from its three sides alone: Area = sqrt (s(s - a)(s - b)(s - c)), where s = (a + b + c)/2 is the semi-perimeter. We applied it to scalene triangles, derived the special case for equilateral triangles, and used the method of triangulation to find the area of quadrilaterals by dividing them into triangles. We also saw the practical uses of the formula in measuring land, parks and other irregular figures, and in computing costs. Heron's formula is an excellent example of how a beautiful mathematical result can solve real-world measurement problems, and it will be used again in higher classes in trigonometry and coordinate geometry.