40 min readNo calculatorNeeds: pythagoras, coordinate geometry
By the end of this topic you should be able to
Add, subtract and scale vectors
Find the magnitude of a vector
Find a unit vector in a given direction
Find the vector joining two points from their position vectors
Use the scalar product to test whether two vectors are perpendicular
Test whether vectors are parallel and whether points are collinear
Writing a vector
A vector has both size and direction. Two notations appear on this syllabus and they mean exactly
the same thing:
a=3i+4janda=(34)
Here i is one unit to the right and j is one unit up. Use whichever form the
question uses.
Magnitude
The magnitude — the length — comes from Pythagoras on the two components:
Adding, subtracting and scaling
Work component by component. Add the i parts, add the j parts, and keep them
apart:
(2i+j)+(3i−4j)=5i−3j
Multiplying by a scalar multiplies both components:
3(2i−j)=6i−3j.
Position vectors and the vector joining two points
The position vector of a point A is OA, the vector from the origin to A.
So the point A(1,2) has position vector i+2j.
Destination minus start. Going from A(1,2) to B(5,5) gives
AB=(5−1)i+(5−2)j=4i+3j.
Unit vectors
A unit vector has magnitude 1. To find the unit vector in the direction of a, divide
a by its own magnitude:
For 6i−8j the magnitude is 36+64=10, so the unit vector is
0.6i−0.8j. Check it: 0.36+0.64=1.
Parallel vectors and collinear points
So 2i−3j and −4i+6j are parallel, because the second is
−2 times the first. Both components must scale by the same factor — doubling one and leaving
the other is not a scalar multiple.
Three points are collinear if they lie on one straight line. To prove it, show that two vectors
between them are parallel and that they share a point:
For A(1,2), B(4,8), C(6,12): AB=3i+6j and
BC=2i+4j=32AB. Parallel, and both
pass through B, so A, B and C are collinear.
The scalar product
Multiply matching components and add. The result is a number, not a vector — which is why it is
called the scalar product.
Its most-used consequence:
So 2i+3j and 6i−4j are perpendicular, since
12−12=0.