What if you could find the area of any triangle just by measuring its three sides — no height, no angles needed? That magic shortcut is Heron’s Formula!
Triangle area (basic)
Area = ½ × base × height.
Semi-perimeter
s = (a + b + c) ÷ 2, half of the perimeter.
Heron’s Formula
Area = √[ s(s−a)(s−b)(s−c) ].
Why it rocks
Works when you know all 3 sides but NO height.
1. Recalling the area of a triangle
In earlier classes you learned that the area of a triangle is Area = ½ × base × height. This is wonderful when you actually know the height (also called the altitude). For example, a right-angled triangle hands you the height for free, because the two sides making the right angle are perpendicular to each other — one is the base, the other is the height. Similarly, for an equilateral triangle of side a, the height can be found and the area comes out to (√3 ÷ 4) × a². But here is the problem: in many real triangles — the scalene ones — you only know the three side lengths and have no easy way to measure the height. Dropping a perpendicular and calculating its length can be slow and messy. We need a smarter tool.
2. Who was Heron?
The formula is named after Heron of Alexandria (also spelled Hero), a Greek mathematician and engineer who lived around 10–70 CE. He wrote a famous book called Metrica, and in it he gave a brilliant method to compute the area of a triangle using only its three sides. This is why we call it Heron’s Formula. It is especially powerful for the scalene triangle, where all three sides are different and there is no obvious height to use.
3. The semi-perimeter s
Before applying the formula, we compute a helper quantity called the semi-perimeter, written as s. The word “semi” means half, and the perimeter is the total distance around the triangle (the sum of the three sides). So if the sides are a, b and c, then:
s = (a + b + c) ÷ 2
For instance, if a triangle has sides 8 cm, 11 cm and 13 cm, the perimeter is 8 + 11 + 13 = 32 cm, and the semi-perimeter is s = 32 ÷ 2 = 16 cm. Always find s first; everything else depends on it.
4. Heron’s Formula itself
Once you have s, the area of the triangle is given by:
Area = √[ s × (s − a) × (s − b) × (s − c) ]
Notice how neat this is: you subtract each side from s, multiply those three results together with s, and take the square root. The unit of the answer is always square units (cm², m², etc.) because area is two-dimensional. A handy check: each of (s − a), (s − b) and (s − c) must be positive. If any comes out zero or negative, the three lengths cannot actually form a triangle.
5. Why it is so useful
The greatest strength of Heron’s Formula is that it never asks for the height or any angle. Give it three sides and it returns the area. This makes it perfect for surveying land, for finding the area of a triangular park or field, and for any scalene triangle. It also lets us find the area of more complicated shapes: a quadrilateral can be split by a diagonal into two triangles, and we apply Heron’s Formula to each triangle and add the two areas together. The same trick works for any polygon — chop it into triangles and sum their areas.
6. Applying it to quadrilaterals and fields
Suppose a four-sided park has a diagonal that divides it into triangle 1 and triangle 2. If you know enough sides (and the diagonal) to apply Heron’s Formula to each triangle, then Total area = Area of triangle 1 + Area of triangle 2. This is exactly how surveyors estimate the area of irregular plots of land. Many exam questions are dressed up as “a triangular flower bed”, “a triangular signboard”, or “a field shaped like a quadrilateral” — underneath, they are all just Heron’s Formula problems.
7. Tips for clean working
To avoid arithmetic slips, do not multiply everything blindly. Instead, look for ways to group factors into perfect squares under the root. For example, √(16 × 9 × 4) is far easier as √16 × √9 × √4 = 4 × 3 × 2 = 24. Prime-factorise large numbers under the root and pair them up. Keep your units consistent throughout, and always write “square cm” or “square m” in the final answer.
- Semi-perimeter: s = (a + b + c) ÷ 2
- Heron’s Formula: Area = √[ s(s−a)(s−b)(s−c) ]
- Basic area: Area = ½ × base × height
- Equilateral triangle (side a): Area = (√3 ÷ 4) × a²
- Quadrilateral area = sum of the two triangles formed by a diagonal.
- Answer unit is always square units (cm², m²).
- Each of (s−a), (s−b), (s−c) must be positive.
Find the area of a triangle whose sides are 8 cm, 11 cm and 13 cm.
- Let a = 8, b = 11, c = 13. Perimeter = 8 + 11 + 13 = 32 cm.
- Semi-perimeter s = 32 ÷ 2 = 16 cm.
- Find: s − a = 16 − 8 = 8; s − b = 16 − 11 = 5; s − c = 16 − 13 = 3.
- Area = √[ s(s−a)(s−b)(s−c) ] = √[ 16 × 8 × 5 × 3 ].
- = √(16 × 120) = √1920 = √(64 × 30) = 8√30 cm².
- Since √30 ≈ 5.477, Area ≈ 8 × 5.477 = 43.8 cm².
The sides of a triangular plot are in the ratio 3 : 5 : 7 and its perimeter is 300 m. Find its area.
- Let the sides be 3x, 5x and 7x. Then 3x + 5x + 7x = 15x = perimeter = 300 m.
- So x = 300 ÷ 15 = 20. Sides are a = 60 m, b = 100 m, c = 140 m.
- Semi-perimeter s = 300 ÷ 2 = 150 m.
- s − a = 150 − 60 = 90; s − b = 150 − 100 = 50; s − c = 150 − 140 = 10.
- Area = √[ 150 × 90 × 50 × 10 ] = √6750000.
- √6750000 = √(2250000 × 3) = 1500√3 m² (since √2250000 = 1500).
- √3 ≈ 1.732, so Area ≈ 1500 × 1.732 = 2598 m².
Remember the chant: “Sum, halve, subtract each, root the product.” Add the sides, halve to get s, subtract each side from s, multiply s with the three differences, then take the square root. Picture s as the “boss” that each side reports to by being subtracted from it.
The most common mistake is using the full perimeter instead of the semi-perimeter s in the formula. Always divide by 2 first! The second big slip is forgetting the square-unit in the answer (write cm², not cm). Also, never round √3 or √30 too early — keep the surd form until the last step.
Q1. Find the area of an equilateral triangle of side 10 cm using Heron’s Formula.
Answer: Here a = b = c = 10 cm. Semi-perimeter s = (10 + 10 + 10) ÷ 2 = 30 ÷ 2 = 15 cm. Then s − a = s − b = s − c = 15 − 10 = 5 cm. Area = √[ 15 × 5 × 5 × 5 ] = √1875 = √(625 × 3) = 25√3 cm². Numerically, 25 × 1.732 = 43.3 cm². (This matches the equilateral formula (√3 ÷ 4) × 10² = 25√3 cm².)
Q2. The sides of a triangle are 13 cm, 14 cm and 15 cm. Find its area.
Answer: Let a = 13, b = 14, c = 15. Perimeter = 13 + 14 + 15 = 42 cm, so s = 42 ÷ 2 = 21 cm. Now s − a = 21 − 13 = 8; s − b = 21 − 14 = 7; s − c = 21 − 15 = 6. Area = √[ 21 × 8 × 7 × 6 ] = √7056 = 84 cm² (since 84 × 84 = 7056). So the area is exactly 84 cm².
Q3. An isosceles triangle has a perimeter of 30 cm and each of its equal sides is 12 cm. Find its area.
Answer: The two equal sides are 12 cm each, so they total 24 cm. The third side = 30 − 24 = 6 cm. So a = 12, b = 12, c = 6. Semi-perimeter s = 30 ÷ 2 = 15 cm. Then s − a = 15 − 12 = 3; s − b = 15 − 12 = 3; s − c = 15 − 6 = 9. Area = √[ 15 × 3 × 3 × 9 ] = √1215 = √(81 × 15) = 9√15 cm². Numerically, √15 ≈ 3.873, so Area ≈ 9 × 3.873 = 34.86 cm².
Q4. A triangular signboard has sides 122 m, 22 m and 120 m. Find the cost of painting it at ₹5 per m².
Answer: Let a = 122, b = 22, c = 120. Perimeter = 122 + 22 + 120 = 264 m, so s = 264 ÷ 2 = 132 m. Then s − a = 132 − 122 = 10; s − b = 132 − 22 = 110; s − c = 132 − 120 = 12. Area = √[ 132 × 10 × 110 × 12 ] = √1742400 = 1320 m² (since 1320 × 1320 = 1742400). Cost = area × rate = 1320 × ₹5 = ₹6600. So painting the signboard costs ₹6600.
- ✅ Heron’s Formula finds a triangle’s area from its three sides alone.
- ✅ First compute s = (a + b + c) ÷ 2, the semi-perimeter.
- ✅ Area = √[ s(s−a)(s−b)(s−c) ], answer in square units.
- ✅ No height or angle is ever required — ideal for scalene triangles.
- ✅ For quadrilaterals, split by a diagonal and add the two triangle areas.
Book a free demo class