3.1.22 · D5Advanced Trigonometry
Question bank — Heron's formula (derivation using trig)
This deep dive is the reasoning companion to Heron's formula (derivation using trig). Nothing here is arithmetic-heavy — it is about why the machinery works and when it breaks.
True or false — justify
TF1. Heron's formula needs at least one angle of the triangle to be known.
False — it uses only the three side lengths ; the entire point of the derivation is to chase the angle out via Law of Cosines.
TF2. Because area is always positive, the product is positive for any three positive numbers.
False — it is positive only when actually form a triangle; if the Triangle Inequality fails, some factor goes negative and the product can be negative.
TF3. If you replace the semi-perimeter by the full perimeter , you just need to divide the answer by some constant.
False — there is no single constant fix; the four factors each carry their own factor of , so the perimeter version has no clean closed form. You must use .
TF4. Heron's formula and describe two different quantities.
False — they are the same area; Heron's is literally derived from after eliminating the angle. See Area of a triangle = ½ab sin C.
TF5. Scaling every side by a factor multiplies the Heron area by .
False — area scales by . Each of scales by , so the product under the root scales by , and .
TF6. If the three "sides" satisfy exactly, Heron's formula still gives a positive area.
False — then , the product is , so the area is exactly : the "triangle" is a flat, degenerate line segment.
TF7. Heron's formula only works for right triangles.
False — it works for every triangle (acute, right, obtuse). The right-triangle example is just a convenient check because is easy to verify.
TF8. Two triangles with the same three side lengths must have the same Heron area.
True — three sides fix a triangle up to congruence (SSS), so the area is completely determined; that determinism is the whole reason a side-only formula can exist.
Spot the error
SE1. "Since , we get , so Area ."
Error: . You may only take , and the derivation squares the area precisely to avoid this square root.
SE2. "We can drop the triangle inequality check because the square root will just warn us."
Error: for impossible sides the quantity under the root is negative, giving a non-real number — not a warning but a nonsense answer. Check (and the other two) first.
SE3. ", and , which does not factor further."
Error: the numerator is a difference of squares: . Missing that factorisation is exactly what stalls the derivation.
SE4. ", so for an obtuse angle the formula fails because is negative."
Error: nothing fails. A negative (obtuse ) is perfectly allowed; is still valid, and the algebra carries the sign correctly.
SE5. "In Step 5 the on top cancels only one of the denominators, leaving a stray ."
Error: there are two factors of downstairs and upstairs, so — both cancel cleanly, leaving the in the denominator.
SE6. "Heron gives Area, so Area."
Error: you dropped the square root. It is , i.e. , not the product over .
SE7. "For the equilateral triangle, , since all sides are equal."
Error: but . Subtracting one side still removes an ; equality of sides does not make .
Why questions
WHY1. Why does area being a function of the sides alone even make sense, before we prove any formula?
Because SSS fixes a triangle up to congruence — the three sticks can't flex — so every measurable quantity, area included, is already determined by .
WHY2. Why do we square the area during the derivation instead of working with the area directly?
Squaring turns into , which the identity converts to pure ; without squaring we'd be stuck with a square-rooted sine.
WHY3. Why is the Law of Cosines the right tool to eliminate the angle, rather than the Law of Sines?
Law of Cosines gives directly in terms of all three sides ; the Law of Sines would reintroduce another angle or the circumradius, not remove angles.
WHY4. Why does the factor signal the triangle inequality?
The inequality says , i.e. ; that same quantity equals under the root, so a valid triangle is exactly what keeps the root's factors positive.
WHY5. Why does the denominator become and not, say, ?
Each of the four side factors is twice an term, contributing when we switch to ; that is precisely what the semi-perimeter absorbs to leave the clean product .
WHY6. Why doesn't Heron's formula need to know which vertex is the angle ?
The final expression is fully symmetric in ; the choice of included angle in Step 1 was arbitrary and washes out, so the answer can't depend on it.
WHY7. Why does reappear when we later study the incircle radius ?
Because Area , so — the same semi-perimeter that builds the area also scales the incircle. See Semi-perimeter and Incircle (r = Area/s).
WHY8. Why can integer sides give an integer area (a Heronian triangle) even though a square root is involved?
When happens to be a perfect square, the root is an integer; such lucky side-sets are exactly the Heronian Triangles.
Edge cases
EC1. What does Heron's formula return for ?
, so and Area — the degenerate "triangle" is a flat segment where the two unit sticks lie along the base.
EC2. What happens for ?
, giving ; the product under the root goes negative, correctly signalling no real triangle exists (fails ).
EC3. As one vertex angle shrinks toward (the triangle gets very thin), what does the Heron area approach?
It approaches : the triangle flattens, one factor tends to , and the area smoothly vanishes rather than jumping.
EC4. Does Heron's formula distinguish between an acute and an obtuse triangle with the same three sides?
No — but there's nothing to distinguish: three fixed sides give exactly one triangle shape, whose angles (acute or obtuse) are already determined, and its single area is what Heron returns.
EC5. If all three sides are equal to , why is it valid that ?
With , subtracting any one side removes the same length, so all three difference terms coincide at ; symmetry of equal sides forces symmetric factors.
EC6. For a valid triangle can ever exceed itself?
No — always, since ; and it also stays positive by the triangle inequality, so every sits strictly between and .
Active recall
Recall One-line litmus test for "is this a real triangle?"
Check that the largest side is less than the sum of the other two; equivalently, that all of are strictly positive. Equal-to means degenerate (area ); greater-than means impossible.
Recall The three traps that catch most people
(1) Using perimeter instead of semi-perimeter. (2) Writing instead of . (3) Forgetting to check the triangle inequality and trusting a negative-under-root answer.
Connections
- Heron's formula (derivation using trig) — the parent derivation these traps probe.
- Law of Cosines — why the angle can be eliminated at all.
- Area of a triangle = ½ab sin C — the starting formula behind TF4.
- Triangle Inequality — the gate for every edge case here.
- Difference of Squares Factoring — the move SE3 tests.
- Semi-perimeter and Incircle (r = Area/s) — where returns (WHY7).
- Heronian Triangles — integer-area edge case (WHY8).