Find a triangle's area using two sides and the angle between them — no height, no third side needed.
The Mnemonic
A Third Way to Find Triangle Area
There's now a third tool for finding a triangle's area, alongside ½bh and Heron's Formula: Area = ½ab·sin(C), where a and b are two sides of the triangle and C is the included angle — the angle directly between those two specific sides.
This formula is especially useful exactly when the standard ½bh formula can't be used directly — when you don't have a height, but you DO have two sides and the angle between them.
Two sides (a, b) with the included angle C between them — no height needed
💡 Memory Trick
"Find triangle area using two sides and the included angle." Area = ½ × (side) × (side) × sin(included angle). The word INCLUDED is the key — the angle has to sit between the exact two sides you're using, same as the included angle requirement back in SAS from Congruence Shortcuts.
Why It Works
Deriving It From ½bh
This formula isn't a separate idea from ½bh — it's ½bh with the height replaced by a trig expression. Picture triangle with sides a and b and included angle C: if you treat side b as the base, the height is the perpendicular distance from the opposite vertex down to that base.
That height can be expressed using the angle C and side a: height = a·sin(C), directly from the definition of sine (opposite/hypotenuse, where a acts as the hypotenuse of the right triangle formed by the height). Substituting this into Area = ½ × base × height gives Area = ½ × b × (a·sin C) = ½ab·sin(C) — the exact formula, derived rather than memorized from nothing.
Using It In A Proof
Choosing Between This and Heron's Formula
Both this formula and Heron's Formula find area without a height, but they need different given information — recognizing which one fits saves setup time.
1
Check what's actually given
Two sides AND the included angle between them → use the trigonometric formula. All three sides, no angle → use Heron's Formula instead.
2
Confirm the angle is truly included
The angle must sit directly between the two sides you're using — an angle at a different vertex won't work in this formula without extra steps.
3
Plug in directly
Area = ½ab·sin(C) — no rearranging needed once the correct a, b, and C are identified.
Full Worked Example
Finding Area From Two Sides and an Angle
Given: A triangle has sides of 8 and 11, with an included angle of 50°. Find: its area.
1
Confirm the setup
Two sides (8, 11) and the angle between them (50°) — this matches the trigonometric formula exactly.
2
Plug into the formula
Area = ½ × 8 × 11 × sin(50°).
3
Calculate
Area = ½ × 88 × sin(50°) ≈ 44 × 0.766 ≈ 33.7.
Compare: to solve this same triangle with Heron's Formula, you'd first need the Law of Cosines to find the third side — the trigonometric formula gets there in one direct step instead.
🎯 Quick Worked Example
A triangle has two sides of length 6 and 6, with an included angle of 90°. Find its area, and verify against the standard formula.
1
Apply the trig formula. Area = ½ × 6 × 6 × sin(90°) = ½ × 36 × 1 = 18.
2
Verify with ½bh. Since the included angle is 90°, the two sides ARE literally the base and height. Area = ½ × 6 × 6 = 18. ✓
3
Note the connection. When the included angle is exactly 90°, sin(90°) = 1, and the trig formula collapses into the plain ½bh formula — confirming the derivation from earlier in this lesson.
📌 Exam Application
This formula is the fast path whenever a problem gives exactly two sides and their included angle — recognizing that setup instantly (rather than trying to find a height or the third side first) saves significant time, especially on problems that don't otherwise involve a right angle.
⚠️ Most Common Trigonometric Area Formula Mistakes
Trap 1 — Using a non-included angle: The angle must sit directly between the two sides being multiplied — plugging in an angle from a different vertex produces a meaningless result, since the formula's derivation specifically relies on that angle being included.
Trap 2 — Forgetting sine mode/degrees setting: A calculator set to radians instead of degrees (or vice versa) will produce a completely different, wrong sine value — always confirm your calculator mode matches the units given in the problem.
✓ Quick Self-Test
1) State the trigonometric area formula. 2) What does "included angle" mean in this context? 3) A triangle has sides 10 and 14 with an included angle of 60° — find its area. 4) How does this formula relate back to Area = ½bh? 5) When the included angle is 90°, what does the formula simplify to, and why?