Find a triangle's area when you know all three side lengths but no height.
The Mnemonic
Area Without Ever Needing a Height
The standard triangle area formula, Area = ยฝ ร base ร height, has an obvious limitation: you need to know the height, which isn't always given or easy to find. Heron's Formula solves this by finding a triangle's area using ONLY its three side lengths โ no height required at all.
The formula first requires computing the semi-perimeter, s = (a + b + c) / 2 โ literally half the triangle's perimeter. Then: Area = โ[s(sโa)(sโb)(sโc)].
All three sides known, but no height โ exactly the situation Heron's Formula solves
๐ก Memory Trick
"Find triangle area when you know all three sides but no height." Two steps: first find s (half the perimeter โ just add the three sides and divide by 2), then plug s and each side into the square root formula. The pattern inside the square root always subtracts one different side from s each time: s minus a, s minus b, s minus c.
Why It Works
Where This Formula Actually Comes From
Heron's Formula isn't a separate, unrelated rule โ it's derivable from the standard Area = ยฝbh formula combined with the Pythagorean Theorem. If you drop an altitude from one vertex, it splits the base into two pieces and creates two right triangles; applying the Pythagorean Theorem to both right triangles (sharing that same altitude) and solving algebraically for the height eventually produces exactly the semi-perimeter expression under the square root.
The derivation is fairly involved, which is exactly why the pre-simplified formula is so valuable โ it packages a genuinely complex piece of algebra into four simple substitutions.
Using It In A Proof
Applying the Formula Step by Step
Heron's Formula is entirely mechanical once you know the three sides โ there's no judgment call involved, just careful arithmetic in the right order.
1
Confirm the three sides form a valid triangle
Quickly check the Triangle Inequality Theorem (two shortest sides sum to more than the longest) before proceeding โ if the three lengths can't form a triangle, the formula will produce a negative number under the square root.
2
Calculate the semi-perimeter
s = (a + b + c) / 2.
3
Plug into the formula and simplify
Area = โ[s(sโa)(sโb)(sโc)] โ compute each subtraction first, multiply the four values together, then take the square root last.
Full Worked Example
Finding the Area of a 13-14-15 Triangle
Given: A triangle has sides 13, 14, and 15. Find: its area.
All three sides known, but no height โ exactly the situation Heron's Formula solves
1
Find the semi-perimeter
s = (13 + 14 + 15) / 2 = 42 / 2 = 21.
2
Compute each subtraction
s โ a = 21 โ 13 = 8. s โ b = 21 โ 14 = 7. s โ c = 21 โ 15 = 6.
This 13-14-15 triangle is a favorite exam example precisely because it produces a clean whole-number area (84) despite not being a right triangle or any other special shape.
๐ฏ Quick Worked Example
A triangle has sides 9, 10, and 11. Find its area using Heron's Formula.
1
Find s. s = (9 + 10 + 11) / 2 = 30 / 2 = 15.
2
Compute the three subtractions. 15โ9=6, 15โ10=5, 15โ11=4.
3
Multiply and take the square root. 15 ร 6 ร 5 ร 4 = 1800. Area = โ1800 โ 42.4.
๐ Exam Application
Heron's Formula is specifically tested when a problem deliberately withholds the height โ if a triangle problem gives you all three sides but no height and no right angle to exploit, that's the clearest possible signal to reach for Heron's Formula instead of trying to construct a height yourself.
โ ๏ธ Most Common Heron's Formula Mistakes
Trap 1 โ Forgetting to divide by 2 for the semi-perimeter: s is HALF the perimeter, not the full perimeter โ using the full perimeter in place of s produces a completely wrong area.
Trap 2 โ Taking the square root too early or in the wrong order: All four values (s, sโa, sโb, sโc) must be multiplied together FIRST, and the square root applied only to that final product โ taking a square root of any individual piece along the way gives an incorrect result.
โ Quick Self-Test
1) What does Heron's Formula let you find without needing a height? 2) What is the semi-perimeter, and how is it calculated? 3) A triangle has sides 5, 6, and 7 โ find s. 4) Using that same triangle, set up (but don't fully solve) the Heron's Formula expression. 5) Why is it worth checking the Triangle Inequality Theorem before applying Heron's Formula?