Heron's Formula is the habit of finding a triangle's area from its three side lengths. In contest math, that habit turns a crowded setup into a relation the student can test, bound, count, or compute. MathGrit teaches it as a recognizable signal, a deliberate move, and a final translation back to the original question.
$$A = \sqrt{s(s-a)(s-b)(s-c)}, \qquad s = \frac{a+b+c}{2}$$
Heron's formula gives a triangle's area from its three side lengths alone, with no angle or height needed.
Why It Works
1
Start from $A = \tfrac12 ab\sin C$, so $16A^2 = 4a^2 b^2 \sin^2 C = 4a^2 b^2(1 - \cos^2 C)$.
2
By the Law of Cosines, $\cos C = \dfrac{a^2 + b^2 - c^2}{2ab}$, so $4a^2 b^2 \cos^2 C = (a^2 + b^2 - c^2)^2$.
3
Then $16A^2 = (2ab)^2 - (a^2+b^2-c^2)^2$, a difference of squares that factors as $\bigl(2ab - (a^2+b^2-c^2)\bigr)\bigl(2ab + (a^2+b^2-c^2)\bigr) = \bigl(c^2 - (a-b)^2\bigr)\bigl((a+b)^2 - c^2\bigr)$.
4
Each factor splits again: this product equals $(a+b+c)(-a+b+c)(a-b+c)(a+b-c) = 2s\cdot 2(s-a)\cdot 2(s-b)\cdot 2(s-c)$. Dividing by $16$ gives $A^2 = s(s-a)(s-b)(s-c)$.
Worked Examples
Example 1
Find the area of a triangle with side lengths $13$, $14$, and $15$.
The inradius satisfies $A = rs$, so $r = \dfrac{A}{s} = \dfrac{36}{18} = 2$.
Answer:
Area $= 36$, inradius $r = 2$.
Olympiad / Challenge
Show that an isosceles triangle with two equal sides of length $a$ and base $b$ has area $\dfrac{b}{4}\sqrt{4a^2 - b^2}$, and confirm it agrees with the $5,5,6$ warm-up.
1
Semiperimeter $s = \dfrac{2a + b}{2} = a + \dfrac{b}{2}$. The three Heron factors are $s - a = \dfrac{b}{2}$, the other $s - a = \dfrac{b}{2}$, and $s - b = a - \dfrac{b}{2} = \dfrac{2a - b}{2}$.
2
So $A^2 = s(s-a)(s-a)(s-b) = \left(a + \dfrac{b}{2}\right)\left(\dfrac{b}{2}\right)^2\left(a - \dfrac{b}{2}\right)$.
3
Group the conjugate pair: $\left(a + \dfrac{b}{2}\right)\left(a - \dfrac{b}{2}\right) = a^2 - \dfrac{b^2}{4} = \dfrac{4a^2 - b^2}{4}$, so $A^2 = \dfrac{b^2}{4}\cdot\dfrac{4a^2 - b^2}{4} = \dfrac{b^2(4a^2 - b^2)}{16}$.
4
Take the square root: $A = \dfrac{b}{4}\sqrt{4a^2 - b^2}$. For $a = 5$, $b = 6$: $A = \dfrac{6}{4}\sqrt{100 - 36} = \dfrac{3}{2}\cdot 8 = 12$, matching the warm-up.
Answer:
$A = \dfrac{b}{4}\sqrt{4a^2 - b^2}$; for $5,5,6$ this is $12$.
Going Deeper
Generalization: the $16A^2 = 2a^2b^2 + 2b^2c^2 + 2c^2a^2 - a^4 - b^4 - c^4$ expansion of Heron is the 2D Cayley–Menger determinant — the same machinery gives the volume of a tetrahedron from its six edge lengths. Heron also pairs with $A = rs$ (inradius) and $A = \dfrac{abc}{4R}$ (circumradius) to extract $r$ and $R$ from the side lengths alone, as the contest example does for $r$.
Where it appears: Heron is the go-to whenever a triangle is given purely by its three sides and an area (or an inradius/circumradius) is wanted — extremely common on AMC/AIME. The factored form makes Heronian triangles (integer sides AND integer area, like $13,14,15$) a recurring theme.
Pitfall: Heron's formula silently assumes the three lengths actually FORM a triangle. If the triangle inequality fails, some factor $s - a$ goes negative and the product under the root is negative — a meaningless 'imaginary area' rather than an error message. Always confirm $a + b > c$ for the longest side $c$ before trusting the output.
Spot the Signal
Use it when all three sides are known but no height is given.
You can describe the hard part as finding a triangle's area from its three side lengths, but a direct attack starts producing clutter.
The problem rewards preserving structure instead of expanding, listing, or guessing too early.
Learn the Move
Start by computing the semiperimeter $s$ and then $\sqrt{s(s-a)(s-b)(s-c)}$.
Name the relation that makes Heron's Formula legal before doing computation.
Use the new relation to replace the messiest part of the problem with a cleaner one.
Translate the result back to the quantity the problem actually asks for.
Avoid These Traps
Forgetting to halve the perimeter, or arithmetic slips under the square root.
Applying Heron's Formula because it sounds relevant, without checking the trigger first.
Stopping after spotting the technique instead of finishing the calculation or proof.
MathGrit Coach Note
Three sides are enough — the semiperimeter unlocks the area.
Try it on:
Find a triangle's area from its three sides in a contest problem.