Vectors & transformations · Lesson 1 of 2

Vectors

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.

15 minYou should already know: Coordinate geometry
  1. 1
  2. 2

Column vectors

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)\begin{pmatrix} 4 \\ 3 \end{pmatrix} means 4 right and 3 up, and (−25)\begin{pmatrix} -2 \\ 5 \end{pmatrix} means 2 left and 5 up.

4 right3 upa
A column vectorTop: steps across. Bottom: steps up
aba + b
Adding 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-\mathbf a is a\mathbf a turned round, so a−b=a+(−b)\mathbf a - \mathbf b = \mathbf a + (-\mathbf b).

Try it

Column vectorsSet a and b, then pick an operation
−8−6−4−22468−8−6−4−22468xy
(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 kk turns the arrow round.

The length of a vector

The length (or magnitude) of (xy)\begin{pmatrix} x \\ y \end{pmatrix} comes from Pythagoras:

∣(xy)∣=x2+y2\left|\begin{pmatrix} x \\ y \end{pmatrix}\right| = \sqrt{x^2 + y^2}
xy√(x² + y²)
MagnitudeThe arrow is the hypotenuse: length √(x² + y²)

Position vectors and the vector between two points

The position vector of a point AA is OA→\overrightarrow{OA}, the vector from the origin to AA: for A(1,3)A(1, 3) it is (13)\begin{pmatrix} 1 \\ 3 \end{pmatrix}. The vector from AA to BB is “end minus start”:

AB→=OB→−OA→\overrightarrow{AB} = \overrightarrow{OB} - \overrightarrow{OA}

Going backwards reverses the signs: BA→=−AB→\overrightarrow{BA} = -\overrightarrow{AB}. To get from one point to another you can go by any route: AC→=AB→+BC→\overrightarrow{AC} = \overrightarrow{AB} + \overrightarrow{BC}.

ABOAB
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.

a2a−a
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.

Worked example · WAEC 2017

WAEC 2017 · Paper 2 · Q13 (b)

In △ABC\triangle ABC, AB→=(−46)\overrightarrow{AB} = \begin{pmatrix} -4 \\ 6 \end{pmatrix} and AC→=(3−8)\overrightarrow{AC} = \begin{pmatrix} 3 \\ -8 \end{pmatrix}. If PP is the midpoint of AB‾\overline{AB}, express CP→\overrightarrow{CP} as a column vector.

  1. Halfway along AB

    AP→=12AB→=12(−46)=(−23)\overrightarrow{AP} = \frac12\overrightarrow{AB} = \frac12\begin{pmatrix} -4 \\ 6 \end{pmatrix} = \begin{pmatrix} -2 \\ 3 \end{pmatrix}.

    Think first. P is the midpoint of AB. What is AP?

  2. A route from C to P

    CP→=CA→+AP→\overrightarrow{CP} = \overrightarrow{CA} + \overrightarrow{AP}, and CA→=−AC→=(−38)\overrightarrow{CA} = -\overrightarrow{AC} = \begin{pmatrix} -3 \\ 8 \end{pmatrix}.

    Think first. Go from C to A, then A to P.

  3. Add

    CP→=(−3+(−2)8+3)=(−511)\overrightarrow{CP} = \begin{pmatrix} -3 + (-2) \\ 8 + 3 \end{pmatrix} = \begin{pmatrix} -5 \\ 11 \end{pmatrix}.

    Think first. Add the tops and the bottoms.

Worked example · WAEC 2018

WAEC 2018 · Paper 2 · Q13 (a, b)

The points R(3,−6)R(3, -6), S(6,−2)S(6, -2) and T(p,q)T(p, q) are on the xyxy-plane. If 13OR→+OS→+OT→=RS→\frac13\overrightarrow{OR} + \overrightarrow{OS} + \overrightarrow{OT} = \overrightarrow{RS}, find the coordinates of TT.

If 2(3m)+n(12)=(84)2\begin{pmatrix} 3 \\ m \end{pmatrix} + n\begin{pmatrix} 1 \\ 2 \end{pmatrix} = \begin{pmatrix} 8 \\ 4 \end{pmatrix}, find the values of mm and nn.

  1. (a) Each vector

    13OR→=(1−2)\frac13\overrightarrow{OR} = \begin{pmatrix} 1 \\ -2 \end{pmatrix}, OS→=(6−2)\overrightarrow{OS} = \begin{pmatrix} 6 \\ -2 \end{pmatrix} and RS→=OS→−OR→=(34)\overrightarrow{RS} = \overrightarrow{OS} - \overrightarrow{OR} = \begin{pmatrix} 3 \\ 4 \end{pmatrix}.

    Think first. Write OR, OS and RS as column vectors.

  2. Match tops and bottoms

    p=−4p = -4 and q=8q = 8, so TT is (−4,8)(-4, 8).

    Think first. 1 + 6 + p = 3 and −2 − 2 + q = 4.

  3. (b) Two equations

    n=2n = 2, then 2m+4=42m + 4 = 4, so m=0m = 0.

    Think first. Tops: 6 + n = 8. Bottoms: 2m + 2n = 4.

Your turn

WAEC 2014 · Paper 2 · Q13

  1. (a)

    If x=(−24)\mathbf x = \begin{pmatrix} -2 \\ 4 \end{pmatrix} and y=(−31)\mathbf y = \begin{pmatrix} -3 \\ 1 \end{pmatrix}, find, correct to 1 decimal place, ∣x+y∣|\mathbf x + \mathbf y|.

  2. (b)

    P(6,4)P(6, 4), Q(−2,−2)Q(-2, -2) and R(4,−6)R(4, -6) are the vertices of triangle PQRPQR. (i) Determine the coordinates of MM and SS, the midpoints of PQ‾\overline{PQ} and PR‾\overline{PR} respectively. (ii) Find QR→\overrightarrow{QR} and MS→\overrightarrow{MS}. (iii) State the relationship between QR→\overrightarrow{QR} and MS→\overrightarrow{MS}. (iv) Find the equation of MS‾\overline{MS}.

    Show the answer

    (i) M(2,1)M(2, 1), S(5,−1)S(5, -1); (ii) QR→=(6−4)\overrightarrow{QR} = \begin{pmatrix} 6 \\ -4 \end{pmatrix}, MS→=(3−2)\overrightarrow{MS} = \begin{pmatrix} 3 \\ -2 \end{pmatrix}; (iii) QR→=2MS→\overrightarrow{QR} = 2\overrightarrow{MS}; (iv) 2x+3y=72x + 3y = 7

Worked solution (try it first)

(a)

  1. Add the vectors component by component: x+y=(−2+(−3)4+1)\mathbf x + \mathbf y = \begin{pmatrix} -2 + (-3) \\ 4 + 1 \end{pmatrix}
    =(−55)= \begin{pmatrix} -5 \\ 5 \end{pmatrix}.
  2. Its length is ∣x+y∣=(−5)2+52|\mathbf x + \mathbf y| = \sqrt{(-5)^2 + 5^2}
    =50= \sqrt{50}
    ≈7.1\approx 7.1.

(b)(i)

  1. Midpoints average the coordinates: M=(6+(−2)2,4+(−2)2)M = \left(\frac{6 + (-2)}{2}, \frac{4 + (-2)}{2}\right)
    =(2,1)= (2, 1) and S=(6+42,4+(−6)2)S = \left(\frac{6 + 4}{2}, \frac{4 + (-6)}{2}\right)
    =(5,−1)= (5, -1).

(ii)

  1. A vector from one point to another is "end minus start": QR→=(4−(−2)−6−(−2))\overrightarrow{QR} = \begin{pmatrix} 4 - (-2) \\ -6 - (-2) \end{pmatrix}
    =(6−4)= \begin{pmatrix} 6 \\ -4 \end{pmatrix} and MS→=(5−2−1−1)\overrightarrow{MS} = \begin{pmatrix} 5 - 2 \\ -1 - 1 \end{pmatrix}
    =(3−2)= \begin{pmatrix} 3 \\ -2 \end{pmatrix}.

(iii)

  1. QR→=2MS→\overrightarrow{QR} = 2\overrightarrow{MS}: QRQR is parallel to MSMS and twice as long.

(iv)

  1. Gradient of MS=−1−15−2=−23MS = \frac{-1 - 1}{5 - 2} = -\frac23.
  2. Through M(2,1)M(2, 1): y−1=−23(x−2)y - 1 = -\frac23(x - 2).
  3. Multiply by 3: 3y−3=−2x+43y - 3 = -2x + 4, so 2x+3y=72x + 3y = 7.

Report a problem with this question

More past questions like this