Ask Uncle Colin: A Vector Line
Dear Uncle Colin,
I’ve got three points:
, with a position vector of , , with a position vector of and , with a position vector of , and they all lie on the same straight line. I have to find
, and I don’t know where to start! -- Points In Collinear Kerfuffle
Hello, PICK!
A good place to start would be to think about what a straight line is, as far as vector geometry goes: you can think of it all of the points ‘in the same direction’ from a given point – or as any multiple of a specific direction vector added to a reference point.
In this case, if you took your reference point as
Now, you know that
We can split this out into two equations: in
The second equation gives
This is the vector way of looking at it, PICK. There is a possibly simpler way, which is to look at the position vectors of
What’s the equation of the line through (2,4) and (6,8)? It’s
Hope that helps!
-- Uncle Colin
* Edited 2016-09-28 to fix broken LaTeX. Thanks to @christianp and @dragondodo for pointing it out.