Dear Uncle Colin,

I’ve got three points: A, with a position vector of (2i+4j), B, with a position vector of (6i+8j) and C, with a position vector of (ki+25j), and they all lie on the same straight line.

I have to find k, 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 A and your direction vector as AB, an equation of your line would be mathbfr=(2bi+4bj)+lambda(4bi+4bj).

Now, you know that r=(ki+25j) lies on this line, so (ki+25j)=(2i+4j)+λ(4i+4j) for some values of k and λ.

We can split this out into two equations: in i, k=2+4λ; in j, 25=4+4λ.

The second equation gives λ=214, so k=23.

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 A, B and C as points in the Cartesian plane.

What’s the equation of the line through (2,4) and (6,8)? It’s y=x+2. So when y=25, like it does at point C, then x=23, which is your value of k.

Hope that helps!

-- Uncle Colin

* Edited 2016-09-28 to fix broken LaTeX. Thanks to @christianp and @dragondodo for pointing it out.