Question

How to Find x When Three Points Are Collinear in Vector Form

Original question: The position vectors of $A$, $B$ and $C$ are $2j$, $4i + 10j$ and $xi + 14j$ respectively. Find $x$ if $A$, $B$ and $C$ are collinear.

Expert Verified Solution

thumb_up100%(1 rated)

Key concept: When three points lie on one straight line, their position vectors must satisfy a proportional relationship. That gives a clean way to solve for the unknown coordinate.

Step by step

Let

A=(0,2),B=(4,10),C=(x,14).A=(0,2),\quad B=(4,10),\quad C=(x,14).

For collinearity, the direction vectors must be parallel.

Step 1: Find AB\overrightarrow{AB} and BC\overrightarrow{BC}

AB=(40,102)=(4,8)\overrightarrow{AB}=(4-0,\,10-2)=(4,8)

BC=(x4,1410)=(x4,4)\overrightarrow{BC}=(x-4,\,14-10)=(x-4,4)

Step 2: Set the ratios equal

For parallel vectors,

4x4=84\frac{4}{x-4}=\frac{8}{4}

4x4=2\frac{4}{x-4}=2

Step 3: Solve

4=2(x4)4=2(x-4)

4=2x84=2x-8

2x=122x=12

x=6x=6

So the required value is

6\boxed{6}

Pitfall alert

A common mistake is to compare the position vectors directly and forget that collinearity is about the vectors between points, not just the coordinates themselves. Also watch the sign when forming AB\overrightarrow{AB} and BC\overrightarrow{BC}.

Try different conditions

If the middle point changed, the same idea still works: form two direction vectors from any two pairs of points, then check whether one is a scalar multiple of the other. If the unknown were in a different coordinate, the final algebra would change, but the collinearity test stays the same.

Further reading

collinear points, position vector, parallel vectors

FAQ

How do you test whether three points are collinear using vectors?

Form two direction vectors, such as AB and BC. If one is a scalar multiple of the other, then the three points are collinear.

What value of x makes A, B, and C collinear?

Using AB = (4, 8) and BC = (x - 4, 4), parallel vectors give 4/(x - 4) = 8/4, so x = 6.

chat