Worked examples — Collinearity of three points
This page drills Collinearity of three points until no case can surprise you. We first lay out every kind of collinearity problem on one table, then solve one example per cell. Before each solution you make a guess — that "Forecast" habit is where the intuition grows.
Two tools do all the work here. Let us name them in plain words before using them.
Why keep both? never divides, so it survives vertical lines and repeated points. is faster for a mental check when no denominator is zero. We'll show exactly where each one shines.
The scenario matrix
Every collinearity question is one of these cells. Each row is a case class you must be able to handle without hesitation.
| Cell | Case class | What makes it tricky | Example |
|---|---|---|---|
| C1 | All positive coords, generic | none — the "warm-up" | Ex 1 |
| C2 | Mixed signs / crosses quadrants | negative differences flip signs | Ex 2 |
| C3 | Non-collinear → find the area | , must report area | Ex 3 |
| C4 | Solve for an unknown coordinate | becomes a linear equation | Ex 4 |
| C5 | Vertical line (equal ) — slope trap | slope , must use | Ex 5 |
| C6 | Degenerate: two points coincide | is a "triangle" of 2 points collinear? | Ex 6 |
| C7 | Real-world word problem | translating words to coords | Ex 7 |
| C8 | Exam twist: collinear ⇒ ratio ( in both terms) / quadratic | two unknowns or two answers | Ex 8 |
Do all eight and you have touched every sign, every degenerate input, and the limiting vertical case.
Cell C1 — generic, all positive
Forecast: Each step across is right and up. Feels like a perfect 45° staircase — guess collinear.
- Write . Why this step? is our exact collinearity test; substituting is the whole job.
- Substitute: . Why this step? Plug the addresses straight in — "1 skips itself, takes 4 and 6", etc.
- Compute: . Why this step? A zero means zero area means one straight line.
Look at the figure: the three dots sit on one teal line, no bend at .
Verify: slope , slope . Equal ⇒ collinear. ✓
Cell C2 — mixed signs, crossing quadrants
Forecast: From to we go ; from to again . Same step ⇒ guess collinear. The point of this cell is to prove the negatives don't break .
- . Why this step? Same test — signs are handled automatically by subtraction.
- Substitute carefully: . Why this step? Watch the double-negatives; is where mistakes happen.
- Compute: . Why this step? The two cancel — geometry of a straight line, not luck.
Verify: slope ; slope . Equal ⇒ collinear. ✓
Cell C3 — not collinear, report the area
Forecast: climbs steeply (), climbs gently (). Direction changed ⇒ guess not collinear, small area.
- . Why this step? Substitute; the term vanishes, easing the arithmetic.
- Compute: . Why this step? , so a real triangle exists — the sign tells orientation, magnitude tells size.
- Area . Why this step? is twice the area; halving and dropping the sign gives the physical area.
Verify: slopes differ — , . Unequal ⇒ correctly not collinear; area square unit. ✓
Cell C4 — solve for an unknown coordinate
Forecast: jumps evenly . For a straight line must too: ⇒ midpoint value . Guess .
- Set : . Why this step? Collinearity is ; unknown makes it a linear equation to solve.
- Expand: . Why this step? Distribute so like terms in can be gathered.
- Collect: . Why this step? One equation, one unknown — pure algebra now.
Verify: slope , slope . Equal ⇒ correct. ✓
Cell C5 — vertical line, the slope trap
Forecast: Every is — a straight vertical wall. Guess collinear, and guess the slope method will misbehave.
- Try slope . Why this step? To feel the trap: dividing by zero is undefined — the slope method cannot even start.
- Use instead: . Why this step? never divides, so vertical lines are no obstacle at all.
- Compute: . Why this step? Zero ⇒ collinear, confirming the vertical wall with no division needed.
Verify: all three -coordinates equal () is itself the definition of a vertical line — every such trio is collinear. agrees. ✓
Cell C6 — degenerate: two points coincide
Forecast: and are literally the same dot. Two distinct points always sit on some line, and the third joins it. Guess collinear (degenerately).
- . Why this step? Substitute even though two points match — handles it gracefully.
- Compute: . Why this step? Zero, because you can't enclose area with only two genuinely different points.
Verify: Only and are distinct; any two points define a line, and the duplicate lies on it trivially. confirms — collinear (degenerate case). ✓
Cell C7 — real-world word problem
Forecast: is (slope ); is (slope ). Same ratio ⇒ guess straight (collinear).
- . Why this step? Translate the words: the posts are points; "straight fence" means collinear, i.e. .
- Compute: . Why this step? Zero ⇒ the three posts share one line — the fence is straight.
Verify (units + slope): metres cancel in the ratio; slope slope . Fence is straight. ✓
Cell C8 — exam twist: unknown gives a quadratic
Forecast: Here appears in an and a , so multiplying them may create a term — expect possibly two answers.
- : . Why this step? Same test; but sits in and , so the first term is — a square appears.
- Expand: . Why this step? Collect into standard quadratic form .
- Solve with the quadratic formula . Why this step? A quadratic can have two roots — two distinct lines through each admit an .
Verify: for : substitute back, . Since , we get . ✓ (Both roots check symmetrically.)
Recall Which tool for which cell?
Slope method fails on cells ::: C5 (vertical line) and C6 (repeated point) — any zero denominator. The one tool that solves every cell ::: the signed-area expression , because it never divides. A non-zero gives you ::: the actual triangle area, (cell C3). Why can C8 have two answers ::: the unknown appears in both an and a , producing a quadratic.
Connections
- Area of Triangle using Coordinates — where and the area come from.
- Slope of a Line — the quick mental check, and exactly when it breaks (C5, C6).
- Determinants — is a determinant in disguise.
- Vectors and Cross Product — equals the 2D cross product of and .
- Section Formula — locating a collinear midpoint like in Ex 4.
- Parametric Equations — every collinear trio satisfies .
- Linear Dependence — collinear direction vectors are linearly dependent.