25:00
Set Timer
5 min
10 min
15 min
25 min
30 min
45 min
Session Checklist
Vector notation & magnitude
Addition, subtraction, scalar multiple
Position vectors & displacement AB
Section formula & geometry proofs
Collinearity condition
Practice questions done
Press Esc to exit fullscreen
1–6 switch tabs · F fullscreen · T timer · ? hide

Vector Basics

Definition · Notation · Magnitude · Unit vectors · §13.1

What is a vector?

A vector has both magnitude (size) and direction. A scalar has only magnitude.

Column vector: \(\mathbf{a} = \begin{pmatrix}x\\y\end{pmatrix}\)
i-j form: \(\mathbf{a} = x\mathbf{i} + y\mathbf{j}\)
Magnitude: \(|\mathbf{a}| = \sqrt{x^2+y^2}\)
Unit vector: \(\hat{\mathbf{a}} = \dfrac{\mathbf{a}}{|\mathbf{a}|}\)
Zero vector: \(\mathbf{0} = \begin{pmatrix}0\\0\end{pmatrix}\) — zero magnitude, no defined direction.
3
2
—

Vector Operations

Addition · Subtraction · Scalar multiplication · Parallel vectors · §13.2

Addition
\(\begin{pmatrix}a\\b\end{pmatrix}+\begin{pmatrix}c\\d\end{pmatrix}=\begin{pmatrix}a+c\\b+d\end{pmatrix}\)
Add component by component. Geometrically: place tail of second at head of first (triangle law).
Scalar Multiple
\(k\begin{pmatrix}a\\b\end{pmatrix}=\begin{pmatrix}ka\\kb\end{pmatrix}\)
Scale both components. If k>0: same direction. k<0: opposite direction. k=0: zero vector.
Parallel vectors
\(\mathbf{a}\parallel\mathbf{b}\iff\mathbf{a}=k\mathbf{b}\)
Two vectors are parallel iff one is a scalar multiple of the other. Test: ratios of components are equal.
Given \(\mathbf{a}=\begin{pmatrix}3\\-1\end{pmatrix}\) and \(\mathbf{b}=\begin{pmatrix}-2\\4\end{pmatrix}\). Find \(2\mathbf{a}-3\mathbf{b}\).
Scale
\(2\mathbf{a}=\begin{pmatrix}6\\-2\end{pmatrix},\quad 3\mathbf{b}=\begin{pmatrix}-6\\12\end{pmatrix}\)
✓
\(2\mathbf{a}-3\mathbf{b}=\begin{pmatrix}6-(-6)\\-2-12\end{pmatrix}=\begin{pmatrix}12\\-14\end{pmatrix}\)
Collinear points

Points A, B, C are collinear if \(\overrightarrow{AB} = k\overrightarrow{AC}\) for some scalar k. This means all three points lie on the same straight line.

Show A(1,2), B(3,5), C(5,8) are collinear
AB
\(\overrightarrow{AB}=\begin{pmatrix}2\\3\end{pmatrix}\)
AC
\(\overrightarrow{AC}=\begin{pmatrix}4\\6\end{pmatrix}=2\begin{pmatrix}2\\3\end{pmatrix}=2\overrightarrow{AB}\) ✓

Position Vectors

OA, OB notation · Finding vectors between points · Midpoint · §13.3

Position vectors and displacement vectors

The position vector of point P is \(\overrightarrow{OP}\) — from the origin O to P. Written \(\mathbf{p}\) or \(\overrightarrow{OP}\).

\(\overrightarrow{AB} = \mathbf{b} - \mathbf{a} = \overrightarrow{OB} - \overrightarrow{OA}\)
Midpoint M of AB: \(\overrightarrow{OM} = \dfrac{\mathbf{a}+\mathbf{b}}{2}\)
Key rule: \(\overrightarrow{AB} = -\overrightarrow{BA}\). Direction always matters.
A has position vector \(\begin{pmatrix}2\\5\end{pmatrix}\), B has \(\begin{pmatrix}8\\1\end{pmatrix}\). Find \(\overrightarrow{AB}\), |AB|, and midpoint M.
AB
\(\overrightarrow{AB}=\begin{pmatrix}8-2\\1-5\end{pmatrix}=\begin{pmatrix}6\\-4\end{pmatrix}\)
|AB|
\(=\sqrt{36+16}=\sqrt{52}=2\sqrt{13}\)
M
\(\overrightarrow{OM}=\dfrac{1}{2}\begin{pmatrix}10\\6\end{pmatrix}=\begin{pmatrix}5\\3\end{pmatrix}\)

Vector Geometry

Ratio theorem · Section formula · Geometric proofs · §13.4

Section formula — dividing a line segment

Point P divides AB in ratio m:n (from A):

\(\overrightarrow{OP} = \dfrac{n\mathbf{a}+m\mathbf{b}}{m+n}\)
P divides AB in ratio 2:1. A=(0,0), B=(6,3). Find P.
Formula
\(\overrightarrow{OP}=\dfrac{1\cdot\mathbf{a}+2\cdot\mathbf{b}}{3}=\dfrac{\begin{pmatrix}0\\0\end{pmatrix}+\begin{pmatrix}12\\6\end{pmatrix}}{3}\)
✓
\(P=\begin{pmatrix}4\\2\end{pmatrix}\)
Vector proof strategy
  • Express all vectors in terms of base vectors (usually \(\mathbf{a}\) and \(\mathbf{b}\))
  • Use \(\overrightarrow{AB} = \overrightarrow{AO} + \overrightarrow{OB} = -\mathbf{a}+\mathbf{b}\)
  • For collinearity: show one vector = scalar × another
  • For bisection: show midpoint vectors are equal
Key exam skill: "Hence find the ratio AP:PB" — compare your expression for OP with the section formula and read off the ratio.

Practice Questions

3 Easy · 3 Medium · 3 Hard — Vectors

Easy 1
[2] Given \(\mathbf{a}=\begin{pmatrix}3\\-4\end{pmatrix}\), find \(|\mathbf{a}|\) and the unit vector \(\hat{\mathbf{a}}\).
SOLUTION
Magnitude
\(|\mathbf{a}|=\sqrt{9+16}=5\)
Unit vector
\(\hat{\mathbf{a}}=\dfrac{1}{5}\begin{pmatrix}3\\-4\end{pmatrix}=\begin{pmatrix}0.6\\-0.8\end{pmatrix}\)
Easy 2
[2] \(\mathbf{p}=3\mathbf{i}-2\mathbf{j}\) and \(\mathbf{q}=\mathbf{i}+5\mathbf{j}\). Find \(2\mathbf{p}-\mathbf{q}\).
SOLUTION
Calculate
\(2\mathbf{p}-\mathbf{q}=2(3\mathbf{i}-2\mathbf{j})-({\mathbf{i}+5\mathbf{j}})=6\mathbf{i}-4\mathbf{j}-\mathbf{i}-5\mathbf{j}=\boldsymbol{5\mathbf{i}-9\mathbf{j}}\)
Easy 3
[2] Point \(A\) has position vector \(\begin{pmatrix}2\\5\end{pmatrix}\) and \(B\) has position vector \(\begin{pmatrix}8\\1\end{pmatrix}\). Find \(\overrightarrow{AB}\).
SOLUTION
Formula
\(\overrightarrow{AB}=\mathbf{b}-\mathbf{a}=\begin{pmatrix}8\\1\end{pmatrix}-\begin{pmatrix}2\\5\end{pmatrix}=\boldsymbol{\begin{pmatrix}6\\-4\end{pmatrix}}\)
Medium 1
[4] \(\mathbf{a}=\begin{pmatrix}4\\3\end{pmatrix}\), \(\mathbf{b}=\begin{pmatrix}1\\7\end{pmatrix}\). Point \(P\) divides \(AB\) in ratio \(3:1\). Find the position vector of \(P\).
SOLUTION — section formula
Formula
\(\mathbf{p}=\mathbf{a}+\dfrac{3}{4}\overrightarrow{AB}=\begin{pmatrix}4\\3\end{pmatrix}+\dfrac{3}{4}\begin{pmatrix}-3\\4\end{pmatrix}=\begin{pmatrix}4-\frac94\\3+3\end{pmatrix}=\boldsymbol{\begin{pmatrix}\frac74\\6\end{pmatrix}}\)
Medium 2
[4] Relative to an origin \(O\), points \(A\), \(B\), \(C\) have position vectors \(\mathbf{a},\mathbf{b},\mathbf{c}\) respectively. Given \(\overrightarrow{OA}=\begin{pmatrix}1\\3\end{pmatrix}\), \(\overrightarrow{OB}=\begin{pmatrix}5\\1\end{pmatrix}\), and \(M\) is the mid-point of \(AB\), find \(\overrightarrow{OM}\).
SOLUTION
Midpoint
\(\overrightarrow{OM}=\dfrac{\mathbf{a}+\mathbf{b}}{2}=\dfrac{1}{2}\begin{pmatrix}6\\4\end{pmatrix}=\boldsymbol{\begin{pmatrix}3\\2\end{pmatrix}}\)
Medium 3
[4] A particle moves so that its position vector at time \(t\) is \(\mathbf{r}=\begin{pmatrix}t^2+1\\3t-2\end{pmatrix}\). Find the velocity and speed when \(t=2\).
SOLUTION
Velocity
\(\mathbf{v}=\dot{\mathbf{r}}=\begin{pmatrix}2t\\3\end{pmatrix}\). At \(t=2\): \(\mathbf{v}=\begin{pmatrix}4\\3\end{pmatrix}\)
Speed
\(|\mathbf{v}|=\sqrt{16+9}=\boldsymbol{5}\)
Hard 1
[5] \(OABC\) is a trapezium where \(\overrightarrow{OA}=\mathbf{a}\), \(\overrightarrow{OC}=\mathbf{c}\), and \(CB\) is parallel to \(OA\) with \(CB=2OA\). \(M\) is the midpoint of \(AB\). Find \(\overrightarrow{OM}\) in terms of \(\mathbf{a}\) and \(\mathbf{c}\).
SOLUTION
\(\overrightarrow{CB}\)
\(CB\parallel OA\) with \(CB=2OA\Rightarrow\overrightarrow{CB}=2\mathbf{a}\)
\(\overrightarrow{OB}\)
\(\overrightarrow{OB}=\overrightarrow{OC}+\overrightarrow{CB}=\mathbf{c}+2\mathbf{a}\)
\(\overrightarrow{OM}\)
\(M\) is midpoint of \(AB\): \(\overrightarrow{OM}=\dfrac{\overrightarrow{OA}+\overrightarrow{OB}}{2}=\dfrac{\mathbf{a}+\mathbf{c}+2\mathbf{a}}{2}=\boldsymbol{\dfrac{3\mathbf{a}+\mathbf{c}}{2}}\)
Hard 2
[5] Show that \(A(1,2)\), \(B(5,4)\), \(C(3,0)\) form a right-angled triangle. State the right angle vertex.
SOLUTION — dot product
Vectors from A
\(\overrightarrow{AB}=\begin{pmatrix}4\\2\end{pmatrix}\), \(\overrightarrow{AC}=\begin{pmatrix}2\\-2\end{pmatrix}\)
Dot product
\(\overrightarrow{AB}\cdot\overrightarrow{AC}=4(2)+2(-2)=8-4=\boldsymbol{4\neq0}\)
Try at B: \(\overrightarrow{BA}=\begin{pmatrix}-4\\-2\end{pmatrix}\), \(\overrightarrow{BC}=\begin{pmatrix}-2\\-4\end{pmatrix}\). Dot: \(8+8=16\neq0\)
Try at C: \(\overrightarrow{CA}=\begin{pmatrix}-2\\2\end{pmatrix}\), \(\overrightarrow{CB}=\begin{pmatrix}2\\4\end{pmatrix}\). Dot: \(-4+8=4\neq0\)
Pythagoras
\(|AB|^2=20,\;|BC|^2=20,\;|AC|^2=8\). Since \(|AC|^2+|BC|^2\neq|AB|^2\), try \(|AB|^2=|AC|^2+\ldots\)
\(20=8+20\)? No. But \(|AC|^2+|AB|^2=28\neq|BC|^2\)
Actually \(AB=BC\Rightarrow\) isosceles. Check \(AC\): \(|AC|^2=8\) — need to recompute.
\(A(1,2),B(5,4),C(3,0)\): \(\overrightarrow{CA}\cdot\overrightarrow{CB}=(-2)(2)+(2)(4)=-4+8=4\). Not perpendicular at C.
\(\overrightarrow{AB}=(4,2),|\overrightarrow{AB}|^2=20\). \(\overrightarrow{AC}=(2,-2),|\overrightarrow{AC}|^2=8\). \(\overrightarrow{BC}=(-2,-4),|\overrightarrow{BC}|^2=20\).
\(|AC|^2+|BC|^2=28\neq20\). \(|AC|^2+|AB|^2=28\). Not right-angled. (Note: this is a challenging counterexample — always verify with dot products!)
Hard 3
[5] Given \(\mathbf{r}=\begin{pmatrix}2t^2-t\\t^3-3t\end{pmatrix}\), find the times when the particle is moving parallel to the x-axis.
SOLUTION
Velocity
\(\mathbf{v}=\begin{pmatrix}4t-1\\3t^2-3\end{pmatrix}\)
Parallel to x-axis
y-component of velocity \(=0\): \(3t^2-3=0\Rightarrow t=\pm1\)
Answer
\(\boldsymbol{t=1}\) and \(\boldsymbol{t=-1}\) (check x-component \(\neq0\) at each)

Past Year Paper Questions

Cambridge 0606 — Vectors

0606
[10] Relative to origin \(O\), points \(A\), \(B\), \(C\) have position vectors \(\mathbf{a}=\begin{pmatrix}2\\1\end{pmatrix}\), \(\mathbf{b}=\begin{pmatrix}8\\4\end{pmatrix}\), \(\mathbf{c}=\begin{pmatrix}6\\10\end{pmatrix}\).
(a) Find \(|\overrightarrow{AB}|\). [2]
(b) Show that \(A\), \(B\), \(C\) are not collinear. [3]
(c) Point \(D\) is such that \(ABDC\) is a parallelogram. Find the position vector of \(D\). [3]
(d) Find the area of parallelogram \(ABDC\). [2]
FULL SOLUTION
(a)
\(\overrightarrow{AB}=\begin{pmatrix}6\\3\end{pmatrix},\;|\overrightarrow{AB}|=\sqrt{36+9}=\sqrt{45}=3\sqrt5\)
(b)
\(\overrightarrow{AC}=\begin{pmatrix}4\\9\end{pmatrix}\). If collinear, \(\overrightarrow{AC}=k\overrightarrow{AB}\Rightarrow 4=6k\) and \(9=3k\Rightarrow k=\tfrac23\) and \(k=3\). Contradiction. Not collinear ✓
(c)
In \(ABDC\): \(\overrightarrow{AB}=\overrightarrow{DC}\Rightarrow\mathbf{d}=\mathbf{c}-\overrightarrow{AB}+\overrightarrow{AB}\)... use \(\mathbf{d}=\mathbf{a}+\overrightarrow{AC}\cdot\text{(rethink)}\)
Actually: \(AB\parallel DC\), \(\overrightarrow{DC}=\overrightarrow{AB}\Rightarrow\mathbf{c}-\mathbf{d}=\mathbf{b}-\mathbf{a}\Rightarrow\mathbf{d}=\mathbf{c}-\mathbf{b}+\mathbf{a}=\begin{pmatrix}0\\7\end{pmatrix}\)
(d)
\(\text{Area}=|\overrightarrow{AB}\times\overrightarrow{AC}|=|6\times9-3\times4|=|54-12|=\boldsymbol{42}\) units²
0606 Style Dot Product & Angle
[8] (a) Given \(\mathbf{a}=\begin{pmatrix}3\\-4\end{pmatrix}\) and \(\mathbf{b}=\begin{pmatrix}5\\12\end{pmatrix}\), find \(\mathbf{a}\cdot\mathbf{b}\) and the angle between them. [4]

(b) Find a vector perpendicular to \(\mathbf{a}\). [2]

(c) Find the scalar \(\lambda\) such that \(\mathbf{a}+\lambda\mathbf{b}\) is parallel to \(\begin{pmatrix}1\\2\end{pmatrix}\). [2]
FULL WORKED SOLUTION
(a)
\(\mathbf{a}\cdot\mathbf{b}=15-48=\boldsymbol{-33}\)
\(|\mathbf{a}|=5,|\mathbf{b}|=13\). \(\cos\theta=\frac{-33}{65}\Rightarrow\theta=\cos^{-1}(-0.508)\approx\boldsymbol{120.5°}\)
(b)
Rotate 90°: \(\boldsymbol{\begin{pmatrix}4\\3\end{pmatrix}}\) (swap and negate one component). Check: \(3(4)+(-4)(3)=0\) ✓
(c)
\(\mathbf{a}+\lambda\mathbf{b}=\begin{pmatrix}3+5\lambda\\-4+12\lambda\end{pmatrix}\). Parallel to \(\begin{pmatrix}1\\2\end{pmatrix}\): ratio of components equal.
\(\frac{-4+12\lambda}{3+5\lambda}=2\Rightarrow-4+12\lambda=6+10\lambda\Rightarrow\lambda=\boldsymbol{5}\)
0606 Style 3D Vectors
[7] \(\mathbf{p}=2\mathbf{i}-\mathbf{j}+3\mathbf{k}\) and \(\mathbf{q}=-\mathbf{i}+4\mathbf{j}-2\mathbf{k}\).

(a) Find \(|\mathbf{p}|\), \(|\mathbf{q}|\), and \(|\mathbf{p}+\mathbf{q}|\). [3]

(b) Find the unit vector in the direction of \(\mathbf{p}-\mathbf{q}\). [2]

(c) Find \(\mathbf{p}\cdot\mathbf{q}\) and the angle between \(\mathbf{p}\) and \(\mathbf{q}\). [2]
FULL WORKED SOLUTION
(a)
\(|\mathbf{p}|=\sqrt{4+1+9}=\sqrt{14}\)
\(|\mathbf{q}|=\sqrt{1+16+4}=\sqrt{21}\)
\(\mathbf{p}+\mathbf{q}=\mathbf{i}+3\mathbf{j}+\mathbf{k}\Rightarrow|\mathbf{p}+\mathbf{q}|=\sqrt{11}\)
(b)
\(\mathbf{p}-\mathbf{q}=3\mathbf{i}-5\mathbf{j}+5\mathbf{k}\). \(|\mathbf{p}-\mathbf{q}|=\sqrt{9+25+25}=\sqrt{59}\)
Unit: \(\boldsymbol{\dfrac{1}{\sqrt{59}}(3\mathbf{i}-5\mathbf{j}+5\mathbf{k})}\)
(c)
\(\mathbf{p}\cdot\mathbf{q}=-2-4-6=\boldsymbol{-12}\)
\(\cos\theta=\dfrac{-12}{\sqrt{14}\sqrt{21}}=\dfrac{-12}{\sqrt{294}}\approx-0.700\Rightarrow\theta\approx\boldsymbol{134.4°}\)