📐

Heron's Formula — Study Notes

Comprehensive theory, key formulas, diagrams, and memory aids for Heron's Formula.

Text Size:

Heron's Formula

Calculating the area of a triangle is straightforward if you know its base and its corresponding height (altitude). We use the well-known formula: $Area = \frac{1}{2} \times \text{base} \times \text{height}$. But what if you only know the lengths of the three sides of a triangle and finding the height is difficult or impossible?

Over 2000 years ago, a Greek mathematician named Heron of Alexandria derived a brilliant formula that calculates the area of a triangle using only the lengths of its three sides.

1. Introduction to Heron's Formula

Heron's formula is a cornerstone of geometry, particularly useful in surveying and land measurement where finding the perpendicular height of a large field is impractical, but measuring the borders (sides) is easy.

Let the lengths of the three sides of a triangle be $a, b,$ and $c$. First, we calculate the semi-perimeter of the triangle. The perimeter is the total length of the boundary ($a + b + c$). The semi-perimeter, denoted by $s$, is exactly half of the perimeter.

$$s = \frac{a + b + c}{2}$$

Heron's Formula states that the area of the triangle is given by:

$$\text{Area} = \sqrt{s(s-a)(s-b)(s-c)}$$

Why does it work?

The proof of Heron's formula involves applying the Pythagorean theorem and algebraic manipulation to express the height of the triangle in terms of its sides $a, b,$ and $c$, and then substituting that height back into the standard $\frac{1}{2} \times \text{base} \times \text{height}$ formula.

2. Applying Heron's Formula

Let's see how this works with a practical example.

Example 1: Find the area of a triangle whose sides are $13 \text{ cm}, 14 \text{ cm},$ and $15 \text{ cm}$. Solution: Here, $a = 13$, $b = 14$, and $c = 15$. First, find the semi-perimeter ($s$): $$s = \frac{13 + 14 + 15}{2} = \frac{42}{2} = 21 \text{ cm}$$

Now, apply Heron's Formula: $$\text{Area} = \sqrt{s(s-a)(s-b)(s-c)}$$ $$\text{Area} = \sqrt{21 \times (21-13) \times (21-14) \times (21-15)}$$ $$\text{Area} = \sqrt{21 \times 8 \times 7 \times 6}$$

To make the square root calculation easier, factorize the numbers into primes: $21 = 3 \times 7$ $8 = 2 \times 2 \times 2$ $7 = 7$ $6 = 2 \times 3$

So, $\text{Area} = \sqrt{(3 \times 7) \times (2 \times 2 \times 2) \times 7 \times (2 \times 3)}$ Group the pairs: $\text{Area} = \sqrt{(2 \times 2) \times (2 \times 2) \times (3 \times 3) \times (7 \times 7)}$ Take one number out for every pair: $\text{Area} = 2 \times 2 \times 3 \times 7 = 84 \text{ cm}^2$

The area of the triangle is $84 \text{ cm}^2$.

3. Special Cases: Equilateral and Isosceles Triangles

While Heron's formula works for any triangle, applying it to equilateral and isosceles triangles can yield shorter, derived formulas.

Equilateral Triangle

In an equilateral triangle, all three sides are equal. Let $a = b = c = x$. Then $s = \frac{x+x+x}{2} = \frac{3x}{2}$. Using Heron's Formula: $$\text{Area} = \sqrt{\frac{3x}{2} \left(\frac{3x}{2} - x\right) \left(\frac{3x}{2} - x\right) \left(\frac{3x}{2} - x\right)}$$ $$\text{Area} = \sqrt{\frac{3x}{2} \left(\frac{x}{2}\right) \left(\frac{x}{2}\right) \left(\frac{x}{2}\right)}$$ $$\text{Area} = \sqrt{\frac{3x^4}{16}}$$ $$\text{Area} = \frac{\sqrt{3}}{4} x^2$$

So, the area of an equilateral triangle with side $a$ is $\frac{\sqrt{3}}{4}a^2$.

Isosceles Triangle

For an isosceles triangle with equal sides $a$ and base $b$, the formula simplifies to: $\text{Area} = \frac{b}{4} \sqrt{4a^2 - b^2}$ (This is often easier to derive on the spot by drawing a perpendicular from the vertex to bisect the base and using Pythagoras theorem to find the height).

4. Application of Heron's Formula in Finding Areas of Quadrilaterals

Heron's formula is not just for triangles. It is a powerful tool for calculating the area of irregular quadrilaterals (and polygons) where standard formulas (like those for rectangles or trapeziums) do not apply.

Method: 1. Draw a diagonal across the quadrilateral to divide it into two triangles. 2. Use Heron's formula to calculate the area of the first triangle. 3. Use Heron's formula (or standard formulas if applicable) to calculate the area of the second triangle. 4. Add the areas of the two triangles together to get the total area of the quadrilateral.

Example Application: A park is in the shape of a quadrilateral $ABCD$ with $\angle C = 90^\circ$, $AB = 9 \text{ m}, BC = 12 \text{ m}, CD = 5 \text{ m}$, and $AD = 8 \text{ m}$. How much area does it occupy? * First, join $BD$. Since $\triangle BCD$ is a right-angled triangle, we can use Pythagoras to find $BD$: $BD = \sqrt{12^2 + 5^2} = 13 \text{ m}$. * Area of $\triangle BCD = \frac{1}{2} \times 12 \times 5 = 30 \text{ m}^2$. * For $\triangle ABD$, we have sides $9 \text{ m}, 8 \text{ m},$ and $13 \text{ m}$. We use Heron's formula. * $s = (9+8+13)/2 = 15 \text{ m}$. * Area of $\triangle ABD = \sqrt{15(15-9)(15-8)(15-13)} = \sqrt{15 \times 6 \times 7 \times 2} = \sqrt{1260} \approx 35.5 \text{ m}^2$. * Total Area = $30 + 35.5 = 65.5 \text{ m}^2$.

Summary

Heron's formula ($\sqrt{s(s-a)(s-b)(s-c)}$) liberates us from needing the height of a triangle to find its area. By mastering this formula, you can calculate the area of any plot of land, triangle, or quadrilateral, provided you can measure its boundary lengths.

Test Your Knowledge on Heron's Formula →