This page is a workout . The parent note built the formula and proved it. Here we throw every kind of triangle at it — friendly ones, ugly ones, broken ones — so that no exam question can surprise you.
Everything below uses the single tool from the parent:
Before any numbers, a reminder of what the symbols mean, from zero:
A vertex is just a corner point, written as a pair (across, up) — how far right and how far up from the origin.
A negative coordinate means "the other way": x = − 3 is 3 steps left , y = − 3 is 3 steps down .
"Square units " is the unit of area — how many 1 × 1 tiles fit inside.
Every triangle an exam can hand you falls into one of these boxes. The right column names the worked example that kills that box.
#
Case class
What's tricky about it
Example
1
All-positive, generic triangle
Baseline — just plug in
Ex 1
2
Mixed / negative coordinates
Sign bookkeeping in the products
Ex 2
3
Right triangle on the axes
Should match 2 1 bh
Ex 3
4
Degenerate — collinear points
Formula gives 0
Ex 4
5
Clockwise vs counter-clockwise order
Inside goes negative; ∣ ⋅ ∣ rescues it
Ex 5
6
Solve backwards for an unknown coordinate
Set Area = target, solve for the letter
Ex 6
7
Real-world word problem (a field / plot)
Translate words → points, carry units
Ex 7
8
Exam twist — quadrilateral by splitting
Two triangles, add the areas
Ex 8
Worked example Example 1 · all-positive vertices
(matrix cell 1)
Given: A ( 1 , 2 ) , B ( 4 , 6 ) , C ( 5 , 1 ) . Find the area.
Forecast: eyeball it — the points span about 4 across and 5 up, so a triangle should be under half of 4 × 5 = 20 . Guess "around 9–10". Write your guess down.
Step 1. Label the slots: x 1 = 1 , y 1 = 2 ; x 2 = 4 , y 2 = 6 ; x 3 = 5 , y 3 = 1 .
Why this step? The formula only works if each number sits in the correct box; a mislabel poisons everything after.
Step 2. Build each x i × ( other two y ’s ) :
x 1 ( y 2 − y 3 ) = 1 ( 6 − 1 ) = 5 , x 2 ( y 3 − y 1 ) = 4 ( 1 − 2 ) = − 4 , x 3 ( y 1 − y 2 ) = 5 ( 2 − 6 ) = − 20
Why this step? This is the cyclic pattern in action — do all three separately so a sign error is easy to spot.
Step 3. Sum and halve with bars:
Area = 2 1 ∣5 − 4 − 20∣ = 2 1 ∣ − 19∣ = 2 19 = 9.5
Why this step? The bars convert the "backwards-order" minus into a clean positive area.
Verify: 9.5 sits right inside our forecast of 9 –10 . ✓
Worked example Example 2 · mixed signs
(matrix cell 2)
Given: A ( − 3 , 2 ) , B ( 5 , 4 ) , C ( 1 , − 3 ) . Find the area.
Forecast: the spread is about 8 across and 7 up, so a triangle could be a good chunk of that. Guess "around 25".
Step 1. Watch the subtractions of negatives: y 2 − y 3 = 4 − ( − 3 ) = 7 .
Why this step? "Minus a negative" is the single biggest slip here — writing it out stops it.
Step 2. Three products:
( − 3 ) ( 7 ) = − 21 , 5 ( ( − 3 ) − 2 ) = 5 ( − 5 ) = − 25 , 1 ( 2 − 4 ) = − 2
Why this step? Keeping each product on its own line means the minus signs can't hide.
Step 3.
Area = 2 1 ∣ − 21 − 25 − 2∣ = 2 1 ∣ − 48∣ = 24
Why this step? All three happened to be negative — the bars make it positive.
Verify: 24 matches the forecast of "around 25". ✓ And 24 > 0 , as any real triangle must be.
Worked example Example 3 · legs on the axes
(matrix cell 3)
Given: O ( 0 , 0 ) , P ( 5 , 0 ) , Q ( 0 , 12 ) . Find the area, then check against 2 1 bh .
Forecast: the two legs (see figure) are length 5 and 12 at a right angle. Base-times-height-over-two gives 2 1 ⋅ 5 ⋅ 12 . Guess before computing: 30.
Step 1. Plug in with two zeros:
0 ( 0 − 12 ) + 5 ( 12 − 0 ) + 0 ( 0 − 0 )
Why this step? Origin points make two of the three terms vanish — a nice sanity check that the pattern collapses correctly.
Step 2.
= 2 1 ∣0 + 60 + 0∣ = 30
Why this step? Only the middle term survives; halving 60 gives the answer.
Verify: In the figure the horizontal mint leg is the base b = 5 , the vertical coral leg is the height h = 12 . Classic 2 1 bh = 2 1 ( 5 ) ( 12 ) = 30 . ✓ The coordinate formula reproduces the school-geometry answer exactly.
Worked example Example 4 · degenerate / zero area
(matrix cell 4)
Given: A ( 1 , 2 ) , B ( 2 , 4 ) , C ( 3 , 6 ) . Find the area.
Forecast: each step right adds exactly 2 up — every point obeys "up = 2 × across". If they all sit on one straight line, there's no interior. Guess: 0.
Step 1.
1 ( 4 − 6 ) + 2 ( 6 − 2 ) + 3 ( 2 − 4 ) = − 2 + 8 − 6
Why this step? We compute honestly; we don't assume the answer.
Step 2.
Area = 2 1 ∣ − 2 + 8 − 6 ∣ = 2 1 ∣0∣ = 0
Why this step? The terms cancel perfectly — that cancellation IS the signature of collinearity.
Verify: See the figure — all three dots lie on one straight lavender line, so the "triangle" has flattened to a segment. A zero from this formula is exactly the Colinearity Test . ✓
Worked example Example 5 · same triangle, reversed order
(matrix cell 5)
Given: the triangle P ( 0 , 0 ) , Q ( 4 , 0 ) , R ( 0 , 3 ) . Compute the signed value (no bars yet) once listed counter-clockwise P → Q → R , and once clockwise P → R → Q .
Forecast: it's a right triangle, legs 4 and 3, so ∣ Area ∣ = 2 1 ( 4 ) ( 3 ) = 6 . Guess that the two orderings give + 6 and − 6 .
Step 1 — counter-clockwise P , Q , R : signed = 2 1 [ 0 ( 0 − 3 ) + 4 ( 3 − 0 ) + 0 ( 0 − 0 ) ] = 2 1 ( 12 ) = + 6 .
Why this step? Dropping the bars keeps the sign so we can see orientation. Walking anticlockwise gives + .
Step 2 — clockwise P , R , Q : signed = 2 1 [ 0 ( 3 − 0 ) + 0 ( 0 − 0 ) + 4 ( 0 − 3 ) ] = 2 1 ( − 12 ) = − 6 .
Why this step? Same three points, order flipped — the sign flips too. The green (CCW) and coral (CW) arrows in the figure show the two walking directions.
Step 3. Take absolute value in both: ∣ + 6 ∣ = ∣ − 6 ∣ = 6 .
Why this step? Area is a size, not a direction — this is why the parent formula wears the bars.
Verify: both give 6 , equal to 2 1 ⋅ 4 ⋅ 3 = 6 . ✓ The sign is orientation information , discarded for area (kept in the Vector Cross Product and Determinants ).
Worked example Example 6 · unknown vertex from a target area
(matrix cell 6)
Given: A ( 1 , 1 ) , B ( 5 , 1 ) , C ( k , 4 ) , and the area is required to be 6 square units. Find all values of k .
Forecast: base A B is horizontal, length 4, and C is 3 units above that line — so height is 3 and area is 2 1 ( 4 ) ( 3 ) = 6 for any k ? Guess: k is free... let's test that suspicion.
Step 1. Set up the formula with k inside:
Area = 2 1 1 ( 1 − 4 ) + 5 ( 4 − 1 ) + k ( 1 − 1 )
Why this step? Keep k symbolic so we can solve, not just evaluate.
Step 2. Simplify — the k term dies:
= 2 1 ∣ − 3 + 15 + 0 ∣ = 2 1 ( 12 ) = 6
Why this step? Because B and A share the same y = 1 , the coefficient of k is ( y 1 − y 2 ) = 0 . So k drops out.
Step 3. Conclusion: the area is 6 for every real k .
Why this step? C slides along the horizontal line y = 4 ; its height above base A B stays 3 , so area never changes.
Verify: try k = 0 : 2 1 ∣1 ( − 3 ) + 5 ( 3 ) + 0∣ = 2 1 ∣12∣ = 6 . Try k = 100 : 2 1 ∣ − 3 + 15 + 100 ( 0 ) ∣ = 6 . ✓ Both hit the target — the forecast was right.
Worked example Example 7 · a triangular plot of land
(matrix cell 7)
Given: A park's triangular flower bed has survey corners at A ( 2 , 3 ) , B ( 8 , 3 ) , C ( 6 , 9 ) , measured in metres . Fertiliser covers 4 m 2 per bag. How many whole bags are needed?
Forecast: the plot looks maybe 6 m wide and 6 m tall, so area is a good fraction of 18 . Guess "around 18 m², so about 5 bags".
Step 1. Area in square metres:
Area = 2 1 ∣2 ( 3 − 9 ) + 8 ( 9 − 3 ) + 6 ( 3 − 3 ) ∣
Why this step? Coordinates are in metres, so the formula returns square metres directly — units come for free.
Step 2.
= 2 1 ∣2 ( − 6 ) + 8 ( 6 ) + 6 ( 0 ) ∣ = 2 1 ∣ − 12 + 48 + 0∣ = 2 1 ( 36 ) = 18 m 2
Why this step? Straight arithmetic once the substitution is clean.
Step 3. Bags = 4 18 = 4.5 , and you can't buy half a bag ⇒ round up to 5 bags.
Why this step? Real quantities are discrete; under-buying leaves bare soil, so we ceil.
Verify: base A B = 8 − 2 = 6 m, height = 9 − 3 = 6 m, 2 1 ( 6 ) ( 6 ) = 18 m 2 . ✓ Matches, units are m², answer = 5 bags.
Worked example Example 8 · split a quadrilateral into two triangles
(matrix cell 8)
Given: quadrilateral P ( 0 , 0 ) , Q ( 6 , 0 ) , R ( 7 , 4 ) , S ( 2 , 5 ) taken in order. Find its area.
Forecast: it's a slanted four-sided patch, spread about 7 across and 5 up. Guess "somewhere near 30".
Step 1. Draw the diagonal P R , splitting the shape into △ P QR and △ P R S (see the dashed butter diagonal in the figure).
Why this step? The coordinate formula only knows triangles; any polygon is just triangles glued along a diagonal.
Step 2 — △ P QR with P ( 0 , 0 ) , Q ( 6 , 0 ) , R ( 7 , 4 ) :
2 1 ∣0 ( 0 − 4 ) + 6 ( 4 − 0 ) + 7 ( 0 − 0 ) ∣ = 2 1 ∣24∣ = 12
Why this step? One triangle, one plug-in; nothing new.
Step 3 — △ P R S with P ( 0 , 0 ) , R ( 7 , 4 ) , S ( 2 , 5 ) :
2 1 ∣0 ( 4 − 5 ) + 7 ( 5 − 0 ) + 2 ( 0 − 4 ) ∣ = 2 1 ∣35 − 8∣ = 2 27 = 13.5
Why this step? Reuse the same diagonal P R so the two pieces exactly tile the quadrilateral with no overlap.
Step 4. Add: 12 + 13.5 = 25.5 square units.
Why this step? Areas of non-overlapping pieces simply add.
Verify: the Shoelace Theorem on all four points in order gives
2 1 ∣ ( 0 ⋅ 0 − 6 ⋅ 0 ) + ( 6 ⋅ 4 − 7 ⋅ 0 ) + ( 7 ⋅ 5 − 2 ⋅ 4 ) + ( 2 ⋅ 0 − 0 ⋅ 5 ) ∣ = 2 1 ∣0 + 24 + 27 + 0∣ = 2 1 ( 51 ) = 25.5. ✓
Same 25.5 , close to the forecast of "near 30". ✓
Recall Quick self-test on the cases
A triangle gives area 0 from the formula — what does that mean? ::: The three points are collinear; no triangle exists (matrix cell 4).
Listing vertices clockwise instead of counter-clockwise changes what? ::: Only the sign of the un-barred value; the area (after ∣ ⋅ ∣ ) is unchanged (cell 5).
Why did the unknown k vanish in Example 6? ::: Its base was horizontal (y 1 = y 2 ), so C 's height above it — and thus the area — is fixed no matter where C slides.
How do you get the area of a 4-sided polygon with this triangle tool? ::: Split it along a diagonal into two triangles and add their areas (cell 8).
Mnemonic The workout mantra
"Label, cycle, bar." Label the six slots, cycle each x against the other two y 's, then bar the sum and halve. Every example above is that same three-beat rhythm.