This is the drill page for the area formula . We will hit every kind of situation this one formula can face — friendly angles, obtuse angles, the sneaky ambiguous case, degenerate flat triangles, a real-world word problem, and an exam twist. First we map the territory, then we walk every cell of the map with a full solution.
Before we start, one reminder of the tool, stated in plain words so nothing is assumed:
Every problem this formula can pose falls into one of these cells . Our worked examples below are each tagged with the cell they cover, so together they leave no gap.
Cell
What varies
Why it needs its own example
A. Acute included angle
0 ∘ < C < 9 0 ∘
The plain, direct plug-in.
B. Right angle
C = 9 0 ∘
sin 9 0 ∘ = 1 ; formula must reduce to 2 1 ab .
C. Obtuse included angle
9 0 ∘ < C < 18 0 ∘
Foot of the height lands outside the base — does the sign survive?
D. Solve for the angle (ambiguous)
given Area, find C
sin C = sin ( 18 0 ∘ − C ) → two answers.
E. Solve for a side
given Area, find a
Treat formula as an equation, rearrange.
F. Degenerate / limiting
C → 0 ∘ or C → 18 0 ∘
Triangle flattens; area → 0 . Sanity boundary.
G. Real-world word problem
units, "included angle" hidden in prose
Reader must extract a , b , C before computing.
H. Exam twist (equilateral / find side then area, or cross-product link)
combine with another idea
Tests whether you see the formula inside a bigger problem.
Worked example Example 1 (Cell A)
A triangle has sides a = 9 and b = 12 with the included angle C = 4 0 ∘ . Find the area.
Forecast: The angle is fairly gentle (less than 4 5 ∘ ), so sin C is smallish (around 0.64 ). Guess: the area is a fair bit less than the full "2 1 ⋅ 9 ⋅ 12 = 54 " you'd get if it were a right angle. Somewhere in the 30s?
Step 1. Confirm C is the included angle. The two sides are a = 9 , b = 12 ; the given angle is C , whose letter is neither a nor b . ✔
Why this step? The formula only works when the angle sits between the two sides. Checking first stops the most common mistake.
Step 2. Compute sin 4 0 ∘ ≈ 0.6428 .
Why this step? sin C is the "across-ness" factor that turns the slanted side into a height.
Step 3. Substitute:
Area = 2 1 ( 9 ) ( 12 ) ( 0.6428 ) = 54 × 0.6428 ≈ 34.71.
Why this step? Straight application — half of base times the height b sin C .
Verify: If C were 9 0 ∘ we'd get exactly 54 . Since 4 0 ∘ < 9 0 ∘ , the area should be less than 54 , and 34.71 < 54 . ✔ Units: sides in the same length unit → area in that unit squared.
Worked example Example 2 (Cell B)
a = 5 , b = 7 , and the included angle is C = 9 0 ∘ . Find the area.
Forecast: With a right angle between the two sides, they are the base and height. So it should just be 2 1 × 5 × 7 . Guess 17.5 .
Step 1. sin 9 0 ∘ = 1 .
Why this step? At 9 0 ∘ the side b stands straight up off the base — its entire length is height, no leaning wasted. Look at the figure: the height (violet) coincides exactly with side b .
Step 2. Substitute:
Area = 2 1 ( 5 ) ( 7 ) ( 1 ) = 17.5.
Why this step? This is the moment the fancy formula collapses back into the humble 2 1 × base × height .
Verify: Legs 5 and 7 form an ordinary right triangle; base × height ÷ 2 = 5 ⋅ 7 ÷ 2 = 17.5 . ✔ The two methods agree — exactly what we want the right-angle case to prove.
Intuition Why B is the anchor
Every other cell is measured against this one. Whatever your angle, 2 1 ab is the maximum possible area for those two side lengths, achieved only at 9 0 ∘ . Lean the sides more open or more closed and you always get less.
Worked example Example 3 (Cell C)
a = 5 , b = 7 , C = 13 0 ∘ . Find the area.
Forecast: 13 0 ∘ is 5 0 ∘ past the right angle. Since sin is symmetric about 9 0 ∘ , sin 13 0 ∘ = sin 5 0 ∘ , so the area should equal the area you'd get with C = 5 0 ∘ . Guess: a bit less than the 17.5 maximum.
Step 1. Note that the perpendicular height dropped from vertex A lands outside the base line (see the figure — the dashed base is extended, and the violet height meets it beyond vertex C ).
Why this step? This is the scary part of obtuse triangles. We must confirm the formula still holds even though the picture looks different.
Step 2. In that external right triangle the height is h = b sin ( 18 0 ∘ − C ) , but because sin ( 18 0 ∘ − C ) = sin C (sine is positive and mirror-symmetric across 9 0 ∘ — see Unit Circle and Sine ), we simply get h = b sin C again.
Why this step? It proves the sign never flips: for any 0 < C < 18 0 ∘ , sin C > 0 , so the formula is unchanged.
Step 3. sin 13 0 ∘ ≈ 0.7660 , so
Area = 2 1 ( 5 ) ( 7 ) ( 0.7660 ) = 17.5 × 0.7660 ≈ 13.41.
Verify: sin 13 0 ∘ should equal sin 5 0 ∘ ≈ 0.7660 . ✔ And 13.41 < 17.5 (the right-angle max), as required. ✔
Worked example Example 4 (Cell D)
A triangle has a = 6 , b = 10 , and area = 15 . Find the included angle C .
Forecast: We're running the formula backwards . Careful: sin gives the same value for an acute angle and its obtuse partner, so expect two possible triangles.
Step 1. Write the formula as an equation:
15 = 2 1 ( 6 ) ( 10 ) sin C = 30 sin C .
Why this step? The known area becomes a constraint on the unknown sin C .
Step 2. Solve for sin C :
sin C = 30 15 = 0.5.
Why this step? Isolate the sine so we can un-do it.
Step 3. Ask "which angle has this sine?" The calculator gives arcsin ( 0.5 ) = 3 0 ∘ . But look at the figure: the two violet sides can open to 3 0 ∘ or swing past vertical to 15 0 ∘ and still cast the same height. So
C = 3 0 ∘ or C = 18 0 ∘ − 3 0 ∘ = 15 0 ∘ .
Why this step? sin θ = sin ( 18 0 ∘ − θ ) — this is the ambiguous case. Reporting only 3 0 ∘ throws away a real triangle.
Verify: Both must give area 15 .
30 sin 3 0 ∘ = 30 ( 0.5 ) = 15 ✔ and 30 sin 15 0 ∘ = 30 ( 0.5 ) = 15 ✔. Both angles are valid unless a picture or extra fact rules one out.
Common mistake The trap in Cell D
The calculator's arcsin only ever returns the acute (or a single) value. You must add the 18 0 ∘ − C partner by hand and then decide, from context, which survive.
Worked example Example 5 (Cell E)
Area = 48 , side b = 16 , included angle C = 3 0 ∘ . Find side a .
Forecast: sin 3 0 ∘ = 0.5 , so the effective height is 16 × 0.5 = 8 . Area = 2 1 a × 8 = 4 a . For area 48 we'd need a = 12 .
Step 1. Substitute the knowns:
48 = 2 1 a ( 16 ) sin 3 0 ∘ .
Why this step? One unknown (a ) among numbers — an equation to rearrange.
Step 2. Simplify the constants: 2 1 ( 16 ) ( 0.5 ) = 4 , so 48 = 4 a .
Why this step? Collapse everything that is known into a single coefficient of a .
Step 3. Divide: a = 48/4 = 12 .
Verify: Plug back: 2 1 ( 12 ) ( 16 ) sin 3 0 ∘ = 2 1 ( 12 ) ( 16 ) ( 0.5 ) = 96 × 0.5 = 48 ✔.
Worked example Example 6 (Cell F)
a = 8 , b = 5 . What is the area as the included angle C shrinks toward 0 ∘ , and what if C = 18 0 ∘ ?
Forecast: If the two sides fold flat onto each other, there's no triangle left — zero area both ways.
Step 1. As C → 0 ∘ : the sides point the same way, the triangle squashes into a line segment (top-left of figure). sin 0 ∘ = 0 , so
Area = 2 1 ( 8 ) ( 5 ) ( 0 ) = 0.
Why this step? sin of 0 kills the "across-ness" — nothing rises off the base.
Step 2. As C → 18 0 ∘ : the sides point in opposite directions along one line (bottom of figure). sin 18 0 ∘ = 0 , so again
Area = 2 1 ( 8 ) ( 5 ) ( 0 ) = 0.
Why this step? A straight line has no interior area, from either extreme.
Step 3. The maximum in between is at C = 9 0 ∘ : Area = 2 1 ( 8 ) ( 5 ) ( 1 ) = 20 .
Why this step? Confirms area rises from 0 , peaks at the right angle, and falls back to 0 — a smooth sin hump.
Verify: sin 0 ∘ = 0 , sin 18 0 ∘ = 0 , sin 9 0 ∘ = 1 . Areas 0 , 0 , 20 respectively. ✔ The formula's whole "life story" over 0 ∘ to 18 0 ∘ is one arch of the sine curve scaled by 2 1 ab = 20 .
Worked example Example 7 (Cell G)
A triangular garden plot has two fences of lengths 18 m and 24 m meeting at a corner where they make an angle of 6 5 ∘ . How much ground does the plot cover?
Forecast: The two fences are the two sides; the corner angle is the included angle. This is a pure Cell-A computation dressed in words. Expect a few hundred square metres.
Step 1. Extract the maths: a = 18 m , b = 24 m , C = 6 5 ∘ .
Why this step? The hard part of word problems is spotting that "the corner where they meet" is the included angle — exactly the sandwiched angle the formula demands.
Step 2. sin 6 5 ∘ ≈ 0.9063 .
Why this step? Convert the lean of the fences into a height factor.
Step 3. Substitute with units:
Area = 2 1 ( 18 ) ( 24 ) ( 0.9063 ) = 216 × 0.9063 ≈ 195.76 m 2 .
Verify: Max possible for these fences (at 9 0 ∘ ) is 2 1 ( 18 ) ( 24 ) = 216 m 2 . Our 6 5 ∘ answer 195.76 is just under that. ✔ Units: metre × metre = square metres — correct for area.
Worked example Example 8 (Cell H)
An equilateral triangle has side length 10 . Find its area — using only the included-angle formula.
Forecast: Every angle in an equilateral triangle is 6 0 ∘ , and every side is 10 . So a = b = 10 , C = 6 0 ∘ . Guess around 43 .
Step 1. Identify a = 10 , b = 10 , C = 6 0 ∘ .
Why this step? "Equilateral" quietly hands you two equal sides and the 6 0 ∘ between them — the exam wants you to remember every angle is 6 0 ∘ .
Step 2. sin 6 0 ∘ = 2 3 ≈ 0.8660 .
Step 3. Substitute:
Area = 2 1 ( 10 ) ( 10 ) 2 3 = 50 ⋅ 2 3 = 25 3 ≈ 43.30.
Verify: The classic equilateral formula is 4 3 s 2 = 4 3 ( 100 ) = 25 3 ≈ 43.30 . ✔ The two methods agree exactly.
Worked example Example 9 (Cell H — vector twin)
Two vectors from the origin, u of length 6 and v of length 9 , have 5 0 ∘ between them. Find the area of the triangle they span.
Forecast: This is the Cross Product identity ∣ u × v ∣ = ∣ u ∣∣ v ∣ sin θ , which gives the parallelogram area; the triangle is half of it — landing us right back on 2 1 ab sin C .
Step 1. Recognise a = ∣ u ∣ = 6 , b = ∣ v ∣ = 9 , C = θ = 5 0 ∘ .
Why this step? Vectors from one point behave exactly like two sides meeting at that point — the angle between them is the included angle.
Step 2. sin 5 0 ∘ ≈ 0.7660 , so triangle area
= 2 1 ( 6 ) ( 9 ) ( 0.7660 ) = 27 × 0.7660 ≈ 20.68.
Verify: Parallelogram area = ∣ u ∣∣ v ∣ sin θ = 54 × 0.7660 ≈ 41.36 ; half of that is 20.68 . ✔ The vector world and the trig world give the same number.
Recall Quick self-test on the matrix
Which cell has two valid answers, and why? ::: Cell D (solve for angle) — because sin C = sin ( 18 0 ∘ − C ) gives an acute and an obtuse solution.
What is the largest area two fixed sides can enclose, and at what angle? ::: 2 1 ab , achieved at C = 9 0 ∘ .
As C → 0 ∘ or C → 18 0 ∘ , what is the area? ::: 0 — the triangle collapses to a line.
In a word problem, what must you identify before using the formula? ::: The two sides and the angle between them (the included angle).
Area of triangle = ½ab·sin C — the parent formula these examples drill.
Sine Rule — pairs with Cell D when you must find remaining angles/sides.
Cosine Rule — finds a missing third side before area if only two sides given without the angle.
Heron's Formula — the go-to when you know all three sides instead.
Right-Angled Trigonometry (SOHCAHTOA) — source of h = b sin C used in every cell.
Cross Product — Example 9's vector twin.
Unit Circle and Sine — why sin C > 0 for obtuse C (Cell C) and why Cell D is ambiguous.