Quick answerHeron's formula finds the area of any triangle using only its three side lengths, without needing to know the height.
Heron's formula (also called Hero's formula) lets us find the area of any triangle when we know the lengths of its three sides — even if we do not know its height. This is very useful for scalene triangles, where drawing a perpendicular height is not always easy or possible with the given data.
For a triangle with sides a, b and c, we first find the semi-perimeter (half the perimeter):
s = (a + b + c) / 2
Then the area of the triangle is given by:
Area = √[s(s − a)(s − b)(s − c)]
Worked Example: Find the area of a triangle whose sides are 13 cm, 14 cm and 15 cm.
Here a = 13 cm, b = 14 cm, c = 15 cm.
s = (13 + 14 + 15) / 2 = 42 / 2 = 21 cm
s − a = 21 − 13 = 8, s − b = 21 − 14 = 7, s − c = 21 − 15 = 6
Area = √(21 × 8 × 7 × 6) = √7056 = 84 cm2
So the area of the triangle is 84 cm², found without ever drawing or measuring its height.
Semi-perimeters = (a + b + c) / 2a, b, c are the three sides of the triangle
Heron's FormulaArea = √[s(s − a)(s − b)(s − c)]square units · Uses only the three side lengths; no height needed
Remember
Heron's formula finds the area of a triangle using only its three side lengths.
The semi-perimeter s is half the sum of all three sides: s = (a + b + c) / 2.
It works for every type of triangle — scalene, isosceles and equilateral.
No angle or height measurement is required, only the three sides.
Finding the Area of a Triangle Using Heron's Formula
Quick answerHeron's formula applies to scalene, isosceles and equilateral triangles alike, and matches the usual area formulas as a special case.
Heron's formula is especially powerful for scalene triangles, where no two sides are equal and finding the height directly can be difficult. It also works perfectly for isosceles and equilateral triangles, giving results that agree with their usual shortcut formulas.
Worked Example 1: A triangle has sides 5 cm, 12 cm and 13 cm. Find its area.
s = (5 + 12 + 13) / 2 = 30 / 2 = 15 cm
s − a = 15 − 5 = 10, s − b = 15 − 12 = 3, s − c = 15 − 13 = 2
Area = √(15 × 10 × 3 × 2) = √900 = 30 cm2
(Since 5² + 12² = 13², this is actually a right triangle, and 30 cm² also equals (1/2) × 5 × 12 — Heron's formula agrees with the usual right-triangle formula.)
Worked Example 2 (Equilateral triangle): Using Heron's formula on an equilateral triangle of side a, we get s = 3a/2, and each bracket (s − a) = a/2. So:
Area = √[(3a/2)(a/2)(a/2)(a/2)] = √(3a4/16) = (√3/4) × a2
This gives the standard shortcut formula for the area of any equilateral triangle, derived directly from Heron's formula.
Heron's FormulaArea = √[s(s − a)(s − b)(s − c)]
Area of Equilateral TriangleArea = (√3/4) × a²square units · Derived from Heron's formula when a = b = c
Remember
Heron's formula gives the same answer as (1/2) × base × height when height is known — both are correct, but Heron's formula needs no height.
For a right triangle, Heron's formula gives the same area as (1/2) × leg1 × leg2.
The formula Area = (√3/4) a² for an equilateral triangle comes directly from Heron's formula.
Always check the triangle inequality (sum of two sides > third side) before calculating.
Finding the Height of a Triangle Using Heron's Formula
Quick answerOnce the area is known from Heron's formula, the height on any chosen side can be found using Area = (1/2) × base × height.
Once we know a triangle's area from Heron's formula, we can use the ordinary formula Area = (1/2) × base × height to work backwards and find the height (altitude) corresponding to any chosen side — this is one of the most useful applications of Heron's formula.
Worked Example: A triangle has sides 13 cm, 14 cm and 15 cm. Find the height corresponding to the side of length 14 cm.
From the earlier calculation, the area of this triangle is 84 cm2 (using s = 21 cm).
Taking the side of 14 cm as the base:
Area = (1/2) × base × height
84 = (1/2) × 14 × height
height = (84 × 2) / 14 = 168 / 14 = 12 cm
So the altitude drawn to the 14 cm side is 12 cm. Notice how Heron's formula let us find this height without ever measuring it directly — we only needed the three side lengths.
This method is used whenever a problem asks for an altitude, or when the height of a triangular plot of land, wall, or signboard needs to be calculated from its side measurements alone.
Base–Height Area FormulaArea = (1/2) × base × height
Height from Areaheight = (2 × Area) / baseArea is first found using Heron's formula
Remember
Any side of a triangle can be treated as the base; the height changes depending on which side is chosen.
height = (2 × Area) / base, where Area comes from Heron's formula.
The same triangle has three different possible heights, one for each side taken as base.
This technique avoids the need for direct height measurement in real-life fields and structures.
Area of a Quadrilateral by Splitting into Triangles
Quick answerA quadrilateral can be split by one diagonal into two triangles; adding their Heron's-formula areas gives the total area.
A general quadrilateral does not have a simple area formula like a rectangle or square. However, if we draw one diagonal, it splits the quadrilateral into two triangles. We can then apply Heron's formula to each triangle separately and add the two areas.
Area of quadrilateral ABCD = Area of ΔABC + Area of ΔACD (where AC is the diagonal)
Worked Example: A quadrilateral field ABCD has AB = 9 m, BC = 40 m, CD = 28 m and DA = 15 m, with diagonal AC = 41 m. Find its area.
Triangle ABC (sides 9 m, 40 m, 41 m):
s1 = (9 + 40 + 41) / 2 = 90 / 2 = 45 m
Area = √(45 × 36 × 5 × 4) = √32400 = 180 m2
Triangle ACD (sides 41 m, 28 m, 15 m):
s2 = (41 + 28 + 15) / 2 = 84 / 2 = 42 m
Area = √(42 × 1 × 14 × 27) = √15876 = 126 m2
Total area of quadrilateral ABCD = 180 + 126 = 306 m²
This split-by-diagonal method works for any quadrilateral — rectangles, parks, agricultural fields or irregular plots — as long as the lengths of all four sides and one diagonal are known.
Area of Quadrilateral by Diagonal SplitArea(ABCD) = Area(ΔABC) + Area(ΔACD)AC is the diagonal joining the two triangles
Triangle Inequality Checksum of any two sides > third sideMust hold true for both triangles formed
Remember
Any quadrilateral can be split into two triangles by drawing one diagonal.
Apply Heron's formula separately to each triangle, then add the two areas.
You need all four sides and at least one diagonal length to use this method.
This approach works for irregular fields, plots and playgrounds, not just regular shapes.
Area of a Rhombus and Real-Life Applications
Quick answerA rhombus splits into two congruent triangles along a diagonal; Heron's formula on one triangle, doubled, gives the rhombus area.
A rhombus is a special quadrilateral with all four sides equal. Any one diagonal splits it into two congruent triangles (congruent by SSS, since all four sides are equal). Its two diagonals also bisect each other at right angles. Heron's formula can be applied to one of these triangles, and the result doubled to get the full area.
Worked Example: A rhombus PQRS has each side 10 cm, and one diagonal PR = 12 cm. Find its area.
The diagonal PR splits the rhombus into two congruent triangles, each with sides 10 cm, 10 cm and 12 cm.
s = (10 + 10 + 12) / 2 = 32 / 2 = 16 cm
Area of one triangle = √(16 × 6 × 6 × 4) = √2304 = 48 cm2
Area of rhombus = 2 × 48 = 96 cm²
This matches the usual diagonal formula for a rhombus: Area = (1/2) × d1 × d2. Here, since the diagonals bisect each other at right angles, half of the second diagonal = √(102 − 62) = √64 = 8 cm, so the full second diagonal = 16 cm, and Area = (1/2) × 12 × 16 = 96 cm2 — the same answer.
Heron's formula is widely used in real life: surveyors calculate the area of irregular triangular and quadrilateral plots of land, and it appears in problems involving triangular parks, signboards, sails and tiled floor designs, wherever only side lengths are easy to measure.
Area of Rhombus (diagonals)Area = (1/2) × d₁ × d₂
Rhombus Diagonal–Side Relation(d₁/2)² + (d₂/2)² = side²Follows from the Pythagoras theorem since diagonals bisect at 90°
Remember
A rhombus's diagonal splits it into two congruent triangles, each solvable with Heron's formula.
Doubling the area of one triangle gives the full rhombus area.
This result always matches the diagonal formula: Area = (1/2) × d1 × d2.
Heron's formula has real-world use in surveying irregular land plots, park design and construction.
The formula sheet
Every formula in this chapter, in one place — screenshot it before your exam.
s = (a + b + c) / 2
Semi-perimeter
Area = √[s(s − a)(s − b)(s − c)]
Heron's Formulasquare units
Area = √[s(s − a)(s − b)(s − c)]
Heron's Formula
Area = (√3/4) × a²
Area of Equilateral Trianglesquare units
Area = (1/2) × base × height
Base–Height Area Formula
height = (2 × Area) / base
Height from Area
Area(ABCD) = Area(ΔABC) + Area(ΔACD)
Area of Quadrilateral by Diagonal Split
sum of any two sides > third side
Triangle Inequality Check
Area = (1/2) × d₁ × d₂
Area of Rhombus (diagonals)
(d₁/2)² + (d₂/2)² = side²
Rhombus Diagonal–Side Relation
Test yourself
Tap an answer to check it instantly — you'll see why it's right, and what to revise if it isn't.
0 correct · 0/12 answered
Q1Semi-perimetereasy
What is the semi-perimeter 's' of a triangle with sides a, b and c?
The semi-perimeter is half the perimeter of the triangle: s = (a + b + c) / 2.
Q2Heron's Formula Statementeasy
Heron's formula for the area of a triangle with sides a, b, c and semi-perimeter s is:
Heron's formula states Area = √[s(s − a)(s − b)(s − c)], where s is the semi-perimeter.
Q3Direct Applicationmedium
Using Heron's formula, find the area of a triangle with sides 13 cm, 14 cm and 15 cm.
s = 21 cm; Area = √(21 × 8 × 7 × 6) = √7056 = 84 cm².
Q4Equilateral Trianglemedium
Heron's formula, when applied to an equilateral triangle of side 'a', simplifies to which formula?
Substituting a = b = c into Heron's formula gives Area = (√3/4)a², the standard equilateral triangle area formula.
Q5Direct Applicationmedium
A triangle has sides 5 cm, 12 cm and 13 cm. Using Heron's formula, its area is:
s = 15 cm; Area = √(15 × 10 × 3 × 2) = √900 = 30 cm².
Q6Semi-perimetereasy
If the sides of a triangle are 9 cm, 10 cm and 11 cm, its semi-perimeter is:
s = (9 + 10 + 11) / 2 = 30 / 2 = 15 cm.
Q7Validity of Sideshard
While applying Heron's formula, if the expression s(s − a)(s − b)(s − c) works out negative for given side lengths, this means:
A negative value under the square root means the sides violate the triangle inequality, so no such triangle exists.
Q8Ratio-Based Sidesmedium
The sides of a triangle are in the ratio 3:4:5 and its perimeter is 144 cm. Its area is:
Sides become 36, 48, 60 cm; s = 72 cm; Area = √(72 × 36 × 24 × 12) = √746496 = 864 cm².
Q9Rhombushard
A rhombus has each side 10 cm and one diagonal 12 cm. Its area is:
One triangle (10, 10, 12) has area 48 cm² by Heron's formula; doubling gives rhombus area = 96 cm².
Q10Area of Quadrilateralseasy
To find the area of a general quadrilateral using Heron's formula, the usual method is to:
A diagonal splits the quadrilateral into two triangles; Heron's formula is applied to each and the areas are added.
Q11Real-Life Applicationmedium
A triangular field has sides 24 m, 32 m and 40 m. Using Heron's formula, the cost of ploughing it at Rs 10 per m² is:
s = 48 m; Area = √(48 × 24 × 16 × 8) = √147456 = 384 m²; cost = 384 × 10 = Rs 3840.
Q12Equilateral Triangleeasy
If all three sides of a triangle are equal to 'a', its semi-perimeter s equals:
Perimeter = a + a + a = 3a, so semi-perimeter s = 3a/2.
NCERT solutions & previous-year questions
Step-by-step model answers — tap a question to reveal the full solution.
NCERT questions 6
1Find the area of a triangle whose sides are 13 cm, 14 cm and 15 cm, using Heron's formula.Direct Application of Heron's Formula
Here a = 13 cm, b = 14 cm, c = 15 cm.
Semi-perimeter, s = (13 + 14 + 15) / 2 = 42 / 2 = 21 cm
s − a = 21 − 13 = 8 cm, s − b = 21 − 14 = 7 cm, s − c = 21 − 15 = 6 cm
4A quadrilateral park ABCD has AB = 9 m, BC = 40 m, CD = 28 m and DA = 15 m, with angle ABC = 90°. Find the area of the park.Area of Quadrilaterals
Since angle ABC = 90°, triangle ABC is right-angled at B, so its hypotenuse AC can be found using the Pythagoras theorem.
AC² = AB² + BC² = 9² + 40² = 81 + 1600 = 1681, so AC = 41 m.
Area of ΔABC = (1/2) × AB × BC = (1/2) × 9 × 40 = 180 m²
Area of ΔACD (sides AC = 41 m, CD = 28 m, DA = 15 m):
s = (41 + 28 + 15) / 2 = 84 / 2 = 42 m
Area = √(42 × 1 × 14 × 27) = √15876 = 126 m²
Total area of park ABCD = 180 + 126 = 306 m²
5The sides of a triangle are 9 cm, 10 cm and 11 cm. Find its area, and also find the length of the altitude drawn to the side of length 11 cm.Application: Finding Height
Taking the 11 cm side as base: Area = (1/2) × base × height
30√2 = (1/2) × 11 × height, so height = (60√2) / 11 ≈ 7.71 cm
6The perimeter of a rhombus-shaped field is 32 m and one of its diagonals is 10 m. Find the area of the field.Rhombus
Perimeter = 32 m, so each side = 32 / 4 = 8 m.
The given diagonal (10 m) splits the rhombus into two congruent triangles, each with sides 8 m, 8 m and 10 m.
s = (8 + 8 + 10) / 2 = 26 / 2 = 13 m
s − 8 = 5 m (twice), s − 10 = 3 m
Area of one triangle = √(13 × 5 × 5 × 3) = √975 = 5√39 m²
Area of rhombus = 2 × 5√39 = 10√39 m² ≈ 62.45 m² (using √39 ≈ 6.245)
Previous-year board questions 4
Q1Using Heron's formula, find the area of a triangle whose sides are 18 cm, 24 cm and 30 cm. CBSE 20202 marks
s = (18 + 24 + 30) / 2 = 72 / 2 = 36 cm
s − 18 = 18, s − 24 = 12, s − 30 = 6
Area = √(36 × 18 × 12 × 6) = √46656
Area = 216 cm²
Q2A triangular park has sides 24 m, 32 m and 40 m. Find the area of the park using Heron's formula. Also find the cost of fencing the park at Rs 20 per metre. CBSE 20194 marks
s = (24 + 32 + 40) / 2 = 96 / 2 = 48 m
s − 24 = 24, s − 32 = 16, s − 40 = 8
Area = √(48 × 24 × 16 × 8) = √147456 = 384 m²
Perimeter = 24 + 32 + 40 = 96 m
Cost of fencing = 96 × Rs 20 = Rs 1920
Q3The sides of a triangle are in the ratio 3:5:7 and its perimeter is 300 cm. Find its area. (Use √3 ≈ 1.732) CBSE 20223 marks