2.3.11 · D3Coordinate Geometry

Worked examples — Area of triangle using coordinate formula

1,971 words9 min readBack to topic

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": is 3 steps left, is 3 steps down.
  • "Square units" is the unit of area — how many tiles fit inside.

The scenario matrix

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 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

Case 1 — the plain triangle


Case 2 — negative coordinates


Case 3 — right triangle on the axes

Figure — Area of triangle using coordinate formula

Case 4 — collinear (the triangle that isn't)

Figure — Area of triangle using coordinate formula

Case 5 — orientation: clockwise vs counter-clockwise

Figure — Area of triangle using coordinate formula

Case 6 — solve backwards for a missing coordinate


Case 7 — real-world word problem


Case 8 — exam twist: area of a quadrilateral

Figure — Area of triangle using coordinate formula

Recall Quick self-test on the cases

A triangle gives area 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 vanish in Example 6? ::: Its base was horizontal (), so 's height above it — and thus the area — is fixed no matter where 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).