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
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
For collinearity, the direction vectors must be parallel.
Step 1: Find and
Step 2: Set the ratios equal
For parallel vectors,
Step 3: Solve
So the required value is
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 and .
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.