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.
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.
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.
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.
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.
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.
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.
| 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 |
| 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 |
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.
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.