A scalar has size only.
| Vector quantities | Scalar quantities |
|---|---|
| Displacement (5 km north) | Distance (5 km) |
| Velocity (30 m/s east) | Speed (30 m/s) |
| Force (10 N downwards) | Mass (10 kg) |
So $\begin{pmatrix} -3 \\ 5 \end{pmatrix}$ means $3$ left and $5$ up.
| Notation | Meaning |
|---|---|
| $\overrightarrow{AB}$ | The vector from point $A$ to point $B$ — note the arrow direction |
| $\mathbf{a}$ (bold) | A named vector, in print |
| $\underline{a}$ (underlined) | The same thing, written by hand — always underline |
| $|\mathbf{a}|$ or $|\overrightarrow{AB}|$ | The magnitude (length) of the vector |
| $-\mathbf{a}$ | The same length but the opposite direction |
$\overrightarrow{PQ} = \begin{pmatrix} 5 \\ -2 \end{pmatrix}$. Write down $\overrightarrow{QP}$.
$A = (2,\ 7)$ and $B = (9,\ 3)$. Find $\overrightarrow{AB}$ and $\overrightarrow{BA}$.
A translation slides every point of a shape by the same vector. It is the transformation that vectors were made for.
Translate the triangle with vertices $(1,\ 2)$, $(4,\ 2)$ and $(1,\ 6)$ by $\begin{pmatrix} -2 \\ 3 \end{pmatrix}$.
The image is the same size and shape — a translation preserves everything except position.
A shape is translated so that the vertex at $(5,\ 1)$ moves to $(-2,\ 8)$. Find the translation vector.
Shape $B$ is the image of shape $A$ after a translation of $\begin{pmatrix} 4 \\ -6 \end{pmatrix}$. Describe the translation that maps $B$ back onto $A$.
The magnitude is always positive, whatever the signs of $x$ and $y$ — squaring removes them.
Find the magnitude of $\mathbf{a} = \begin{pmatrix} 5 \\ 12 \end{pmatrix}$ and of $\mathbf{b} = \begin{pmatrix} -3 \\ 4 \end{pmatrix}$.
Note that $(-3)^2 = 9$, not $-9$.
$P = (1,\ 4)$ and $Q = (7,\ 12)$. Find the distance $PQ$.
Finding a distance is exactly the same as finding a magnitude.
Two vectors are parallel if one is a multiple of the other.
Are $\begin{pmatrix} 3 \\ 2 \end{pmatrix}$ and $\begin{pmatrix} 9 \\ 6 \end{pmatrix}$ parallel?
Yes, they are parallel, and the second is three times as long.
$ABCD$ is a parallelogram. Explain why $\overrightarrow{AB} = \overrightarrow{DC}$.
Note that $\overrightarrow{AB} = -\overrightarrow{CD}$, because $C \to D$ points the opposite way.
Vector vs scalar
A vector has size and direction; a scalar has size only.
Column vector
$\begin{pmatrix} x \\ y \end{pmatrix}$: $x$ across, $y$ up. Left and down are negative.
Notation
$\overrightarrow{AB}$, bold $\mathbf{a}$, or underlined $\underline{a}$ by hand.
Reversing
$\overrightarrow{BA} = -\overrightarrow{AB}$ — change both signs.
Between points
$\overrightarrow{AB} = $ finish $-$ start.
Translation
Image $=$ object $+$ vector.
Magnitude
$\sqrt{x^2 + y^2}$ — always positive.
Parallel
One vector is a scalar multiple of the other.
Equal
Same magnitude and direction; position is irrelevant.
Describe in words the movement given by (a) $\begin{pmatrix} 4 \\ -3 \end{pmatrix}$, (b) $\begin{pmatrix} -6 \\ 0 \end{pmatrix}$.
▶ Show solution
(a) $4$ units right and $3$ units down.
(b) $6$ units left, with no vertical movement.
$A = (3,\ 1)$ and $B = (8,\ 9)$. Find $\overrightarrow{AB}$ and $\overrightarrow{BA}$.
▶ Show solution
$\overrightarrow{AB} = \begin{pmatrix} 8-3 \\ 9-1 \end{pmatrix} = \begin{pmatrix} 5 \\ 8 \end{pmatrix}$
$\overrightarrow{BA} = \begin{pmatrix} -5 \\ -8 \end{pmatrix}$
Translate the point $(6,\ -2)$ by the vector $\begin{pmatrix} -9 \\ 5 \end{pmatrix}$.
▶ Show solution
$x$: $6 + (-9) = -3$
$y$: $-2 + 5 = 3$
Image $= (-3,\ 3)$
Find the magnitude of (a) $\begin{pmatrix} 8 \\ 15 \end{pmatrix}$, (b) $\begin{pmatrix} -7 \\ -24 \end{pmatrix}$.
▶ Show solution
(a) $\sqrt{64 + 225} = \sqrt{289} = 17$
(b) $\sqrt{49 + 576} = \sqrt{625} = 25$
(Both are Pythagorean triples: $8,15,17$ and $7,24,25$.)
A shape is translated so that $(2,\ 5)$ maps to $(11,\ -1)$. Find the translation vector, and the vector that maps the image back.
▶ Show solution
Forward: $\begin{pmatrix} 11-2 \\ -1-5 \end{pmatrix} = \begin{pmatrix} 9 \\ -6 \end{pmatrix}$
Back: $\begin{pmatrix} -9 \\ 6 \end{pmatrix}$
Which of these vectors are parallel to $\begin{pmatrix} 2 \\ -5 \end{pmatrix}$?
$\begin{pmatrix} 4 \\ -10 \end{pmatrix}$, $\begin{pmatrix} -6 \\ 15 \end{pmatrix}$, $\begin{pmatrix} 4 \\ -5 \end{pmatrix}$
▶ Show solution
$\begin{pmatrix} 4 \\ -10 \end{pmatrix} = 2\begin{pmatrix} 2 \\ -5 \end{pmatrix}$ ✓ parallel
$\begin{pmatrix} -6 \\ 15 \end{pmatrix} = -3\begin{pmatrix} 2 \\ -5 \end{pmatrix}$ ✓ parallel (pointing the opposite way)
$\begin{pmatrix} 4 \\ -5 \end{pmatrix}$: the $x$ doubled but the $y$ did not ✗ not parallel
$P = (-4,\ 6)$ and $Q = (8,\ 1)$. Find the exact distance $PQ$.
▶ Show solution
$\overrightarrow{PQ} = \begin{pmatrix} 12 \\ -5 \end{pmatrix}$
$|PQ| = \sqrt{144 + 25} = \sqrt{169} = 13$
$\overrightarrow{AB} = \begin{pmatrix} 3 \\ 7 \end{pmatrix}$ and $A = (2,\ -1)$. Find the coordinates of $B$.
▶ Show solution
$B = A + \overrightarrow{AB}$
$x$: $2 + 3 = 5$; $y$: $-1 + 7 = 6$
$B = (5,\ 6)$
$ABCD$ is a parallelogram with $A = (1,\ 2)$, $B = (5,\ 3)$ and $D = (2,\ 7)$.
(a) Find $\overrightarrow{AB}$. (b) Use the fact that $\overrightarrow{DC} = \overrightarrow{AB}$ to find $C$. (c) Find the length $AB$, to 2 d.p.
▶ Show solution
(a) $\overrightarrow{AB} = \begin{pmatrix} 5-1 \\ 3-2 \end{pmatrix} = \begin{pmatrix} 4 \\ 1 \end{pmatrix}$
(b) $C = D + \overrightarrow{DC} = (2 + 4,\ 7 + 1) = (6,\ 8)$
(c) $|AB| = \sqrt{16 + 1} = \sqrt{17} = 4.12$
A boat's journey is described by two successive translations: $\begin{pmatrix} 8 \\ 6 \end{pmatrix}$ km, then $\begin{pmatrix} -3 \\ 9 \end{pmatrix}$ km.
(a) Find the single vector describing the whole journey. (b) Find the direct distance from start to finish, to 2 d.p. (c) Find the total distance actually travelled, to 2 d.p. (d) Explain why your answers to (b) and (c) differ.
▶ Show solution
(a) Add the components: $\begin{pmatrix} 8 + (-3) \\ 6 + 9 \end{pmatrix} = \begin{pmatrix} 5 \\ 15 \end{pmatrix}$
(b) $\sqrt{25 + 225} = \sqrt{250} = 15.81$ km
(c) First leg: $\sqrt{64 + 36} = \sqrt{100} = 10$ km
Second leg: $\sqrt{9 + 81} = \sqrt{90} = 9.4868$ km
Total travelled $= 10 + 9.4868 = 19.49$ km
(d) The displacement (b) is the straight-line vector from start to finish, while the distance travelled (c) follows the actual path. Because the boat changed direction, the path is longer than the straight line.