Math Lab
Home/Class XI/Ch 11/Collinearity of three points in 3D

Collinearity of three points in 3D

Three points A,B,CA, B, C in space are collinear if they lie on a common straight line. In 2D we tested this by checking equal slopes. In 3D we have three coordinates, so the test involves ratios of differences in each.

Tests for collinearity

Test 1: Distance test. A,B,CA, B, C are collinear iff one of the three distances equals the sum of the other two: AC=AB+BC(if B lies between A and C).|AC| = |AB| + |BC| \quad \text{(if } B \text{ lies between } A \text{ and } C\text{).}

This is reliable but requires computing three square roots.

Test 2: Section-ratio test. A,B,CA, B, C are collinear iff there exists λ\lambda such that B=λA+(1λ)C, i.e., B divides AC in ratio (1λ):λ.B = \lambda A + (1 - \lambda) C, \text{ i.e., } B \text{ divides } AC \text{ in ratio } (1 - \lambda) : \lambda.

Equivalently, AB\overrightarrow{AB} and AC\overrightarrow{AC} are parallel , proportional in all three coordinates.

Test 3: Direction-ratio test (cleanest). Compute xBxAxCxA=yByAyCyA=zBzAzCzA.\frac{x_B - x_A}{x_C - x_A} = \frac{y_B - y_A}{y_C - y_A} = \frac{z_B - z_A}{z_C - z_A}.

If all three ratios are equal (with the same value λ\lambda), then B=A+λ(CA)B = A + \lambda(C - A), which is the equation of BB on segment ACAC. So A,B,CA, B, C are collinear.

(If any denominator is zero, the corresponding numerator must also be zero , equivalent to A,B,CA, B, C all sharing that coordinate.)

Parametric line preview

Although Class XII handles lines in space rigorously, here is a preview. A line through A(x1,y1,z1)A(x_1, y_1, z_1) in the direction (α,β,γ)(\alpha, \beta, \gamma) has parametric equations x=x1+αt,y=y1+βt,z=z1+γt,x = x_1 + \alpha t, \quad y = y_1 + \beta t, \quad z = z_1 + \gamma t, for tRt \in \mathbb{R}. Eliminating tt: xx1α=yy1β=zz1γ.\frac{x - x_1}{\alpha} = \frac{y - y_1}{\beta} = \frac{z - z_1}{\gamma}.

Three points A,B,CA, B, C are collinear iff there is a single common value of tt that produces BB and CC from AA , i.e., the direction-ratio test.

Worked examples

Example 1. Are (1,2,3),(2,4,5),(3,6,7)(1, 2, 3), (2, 4, 5), (3, 6, 7) collinear?

Differences from first: BA=(1,2,2)B - A = (1, 2, 2), CA=(2,4,4)=2(BA)C - A = (2, 4, 4) = 2(B - A). Yes, collinear. CC is at parameter t=2t = 2 if BB is at t=1t = 1.

Example 2. Are (0,0,0),(1,1,1),(2,1,2)(0, 0, 0), (1, 1, 1), (2, 1, 2) collinear?

BA=(1,1,1)B - A = (1, 1, 1), CA=(2,1,2)C - A = (2, 1, 2). Ratios: 2/1=2,1/1=1,2/1=22/1 = 2, 1/1 = 1, 2/1 = 2. Not all equal. Not collinear.

Example 3. Find kk such that (1,1,2),(3,4,2),(k,6,6)(1, -1, 2), (3, 4, -2), (k, 6, -6) are collinear.

BA=(2,5,4)B - A = (2, 5, -4). CA=(k1,7,8)C - A = (k - 1, 7, -8). Ratios: (k1)/2,7/5,8/(4)=2(k-1)/2, 7/5, -8/(-4) = 2. Need all equal: 7/527/5 \ne 2. So no kk works? Let me re-examine. For collinearity we need 7/5=27/5 = 2, which is false. So the second and third coordinates are not in the right ratio , these three points cannot be collinear for any kk.

Adjust: (1,1,2),(3,4,0),(k,9,2)(1, -1, 2), (3, 4, 0), (k, 9, -2). BA=(2,5,2)B - A = (2, 5, -2). CA=(k1,10,4)=2(BA)k1=4k=5C - A = (k - 1, 10, -4) = 2(B - A) \Rightarrow k - 1 = 4 \Rightarrow k = 5.

Example 4. Show that the points A(2,1,1),B(1,3,5),C(3,4,4)A(2, -1, 1), B(1, -3, -5), C(3, -4, -4) form a right triangle, not a collinear triple.

AB2=1+4+36=41AB^2 = 1 + 4 + 36 = 41. AC2=1+9+25=35AC^2 = 1 + 9 + 25 = 35. BC2=4+1+1=6BC^2 = 4 + 1 + 1 = 6. AC2+BC2=41=AB2AC^2 + BC^2 = 41 = AB^2. Right angle at CC.

Example 5. Find a point on the zz-axis collinear with (1,0,0)(1, 0, 0) and (2,0,4)(2, 0, 4).

A point on the zz-axis is (0,0,t)(0, 0, t). For collinearity, (0,0,t)(0, 0, t) should lie on the line through (1,0,0)(1, 0, 0) and (2,0,4)(2, 0, 4). Direction: (1,0,4)(1, 0, 4). Parametrise: (1+s,0,4s)(1 + s, 0, 4 s). Setting equal to (0,0,t)(0, 0, t): s=1,t=4s = -1, t = -4. So (0,0,4)(0, 0, -4).

Try it yourself

  1. Are (1,1,1),(2,3,5),(3,5,9)(1, 1, 1), (2, 3, 5), (3, 5, 9) collinear?
  2. Are (0,0,0),(1,2,3),(2,4,6)(0, 0, 0), (1, 2, 3), (2, 4, 6) collinear?
  3. Find λ\lambda so that (2,3,4),(3,1,8),(λ,5,12)(2, -3, 4), (3, 1, 8), (\lambda, 5, 12) are collinear.
  4. Find μ\mu so that (μ,2,3),(3,4,5),(4,5,6)(\mu, 2, 3), (3, 4, 5), (4, 5, 6) are collinear.
  5. Show that (0,7,10),(1,6,6),(4,9,6)(0, 7, 10), (-1, 6, 6), (-4, 9, 6) form a right-angled isosceles triangle.
  6. Find direction ratios of the line through (1,2,3)(1, 2, 3) and (4,6,9)(4, 6, 9).
  7. Find the point on the xx-axis collinear with (1,2,3)(1, 2, 3) and (2,4,6)(2, 4, 6).
  8. Three collinear points have xx-coordinates 1,3,51, 3, 5. If the first two have all coordinates (1,1,1)(1, 1, 1) and (3,5,7)(3, 5, 7), find the third point.
  9. Are (1,2,0),(3,1,1),(5,0,2)(1, 2, 0), (3, 1, -1), (5, 0, -2) collinear?
  10. The points A(1,2,3),B(5,6,7),C(9,10,11)A(1, 2, 3), B(5, 6, 7), C(9, 10, 11) , collinear?
  11. Find the point on the line through (1,0,0)(1, 0, 0) and (0,1,1)(0, 1, 1) at t=2t = 2.
  12. Find the equation (x1)/(?)=(y0)/(?)=(z0)/(?)(x - 1)/(?) = (y - 0)/(?) = (z - 0)/(?) of the line through (1,0,0)(1, 0, 0) with direction (2,3,4)(2, 3, 4).

Pitfalls / Tricks

  • Equal ratios in all three coordinates are required for 3D collinearity (in 2D it was two ratios).
  • If a denominator is zero, the corresponding numerator must be zero too.
  • Three collinear points lie on a single line , try to imagine this in 3D before computing.
  • Insight. The direction-ratio test is essentially saying: "the vector from AA to CC is a scalar multiple of the vector from AA to BB." This is the vector form you will meet in Class XII.

Practice quiz

Quick check on this topic.

Quiz
Quick check : Collinearity in 3D
6 questions · pick the best answer
Q1

Q2

Q3

Q4

Q5

Q6