Column vectors, adding and subtracting, multiplying by a number, the length of a vector, the vector between two points, parallel vectors, and finding unknown numbers in a vector equation.
A vector has a size and a direction. On a grid it is written as a column vector: the top number is the step across (right is positive) and the bottom number the step up (up is positive). So (43) means 4 right and 3 up, and (−25) means 2 left and 5 up.
A column vectorTop: steps across. Bottom: steps upAdding vectorsHead to tail: add the tops, add the bottoms
To add vectors, add the tops and add the bottoms. On a grid, draw the second starting where the first ends. To multiply by a number, multiply both parts. −a is a turned round, so a−b=a+(−b).
Try it
Column vectorsSet a and b, then pick an operation
(3, 1)a(1, 3)b(4, 4)a + b√32 ≈ 5.66|a + b|
Draw b starting where a ends (head to tail). The sum goes from the start of a to the end of b: add the tops and add the bottoms, (3, 1) + (1, 3) = (4, 4). Its length is √(x² + y²) = √32 ≈ 5.66.
Try each operation. In “k a”, a negative k turns the arrow round.
The length of a vector
The length (or magnitude) of (xy) comes from Pythagoras:
(xy)=x2+y2
MagnitudeThe arrow is the hypotenuse: length √(x² + y²)
Position vectors and the vector between two points
The position vector of a point A is OA, the vector from the origin to A: for A(1,3) it is (13). The vector from A to B is “end minus start”:
AB=OB−OA
Going backwards reverses the signs: BA=−AB. To get from one point to another you can go by any route: AC=AB+BC.
From A to BAB = OB − OA: end minus start
Parallel vectors
Two vectors are parallel when one is a number times the other. A negative number means they point in opposite directions.
Parallel vectors2a is twice as long as a; −a points the other way
Unknowns in a vector equation
A vector equation is two equations at once, one for the tops and one for the bottoms. Solve them together.
If x=(−24) and y=(−31), find, correct to 1 decimal place, ∣x+y∣.
(b)
P(6,4), Q(−2,−2) and R(4,−6) are the vertices of triangle PQR. (i) Determine the coordinates of M and S, the midpoints of PQ and PR respectively. (ii) Find QR and MS. (iii) State the relationship between QR and MS. (iv) Find the equation of MS.
Show the answer
(i) M(2,1), S(5,−1); (ii) QR=(6−4), MS=(3−2); (iii) QR=2MS; (iv) 2x+3y=7
Worked solution (try it first)
(a)
Add the vectors component by component: x+y=(−2+(−3)4+1)
=(−55).
Its length is ∣x+y∣=(−5)2+52
=50
≈7.1.
(b)(i)
Midpoints average the coordinates: M=(26+(−2),24+(−2))
=(2,1) and S=(26+4,24+(−6))
=(5,−1).
(ii)
A vector from one point to another is "end minus start": QR=(4−(−2)−6−(−2))