Skip to content
M
hscscience Ext 1 · Y12
0/100daily goal
0
0
0 due
0
L1 · 0 XP
KJ
Your weak spots
Insights load after your first practice round.
Module 6 · L3 of 20 ~35 min ⚡ +95 XP available

Position Vectors

A point on the plane is just a pair of coordinates — but a position vector turns that point into a direction and magnitude from the origin. Once you can read off $\vec{OP}$ from coordinates and compute $\vec{AB} = \vec{OB} - \vec{OA}$, every geometric problem in vectors becomes algebraic. That one formula unlocks the whole module.

Today's hook — Point $A$ is at $(3, -2)$ and point $B$ is at $(7, 4)$. Before reading any formula, how would you describe the journey from $A$ to $B$ as a vector? Jot your guess — you will check it after card 05.
0/5QUESTS
01
Recall — your gut answer first
+5 XP warm-up

Point $A$ is at $(3, -2)$ and point $B$ is at $(7, 4)$. Without using a formula — describe the journey from $A$ to $B$ as a vector. How far do you move horizontally? How far vertically?

auto-saved
02
The core idea
+5 XP to read

Every point in the plane can be described by a position vector — an arrow from the origin $O$ to the point. Converting coordinates to position vectors lets us use algebra to solve geometry problems.

If $P$ has coordinates $(x, y)$, its position vector is $\vec{OP} = \begin{pmatrix} x \\ y \end{pmatrix}$. To get from $A$ to $B$ we write:

$\vec{AB} = \vec{OB} - \vec{OA}$   (terminal minus initial)

x y O A B AB AB = OB − OA
$\vec{AB} = \vec{OB} - \vec{OA}$
Terminal minus initial
$\vec{AB}$ always equals the end position vector minus the start position vector: $\vec{OB} - \vec{OA}$. The arrow direction tells you which is which.
Coordinates and vectors
A point $P(x, y)$ and its position vector $\vec{OP} = \begin{pmatrix} x \\ y \end{pmatrix}$ carry identical information — they are two ways of saying the same thing.
Zero vector
The position vector of the origin is $\vec{OO} = \mathbf{0} = \begin{pmatrix} 0 \\ 0 \end{pmatrix}$. Every other position vector points away from $O$.
03
What you'll master
Know

Key facts

  • Position vector of $P(x,y)$ is $\vec{OP} = \begin{pmatrix} x \\ y \end{pmatrix}$
  • $\vec{AB} = \vec{OB} - \vec{OA}$ (terminal minus initial)
  • Coordinates and position vectors are interchangeable representations
Understand

Concepts

  • Why $\vec{AB} = \vec{OB} - \vec{OA}$ follows from the triangle law
  • The geometric meaning of a position vector as a displacement from the origin
  • How to use position vectors to find midpoints and divide line segments
Can do

Skills

  • Convert freely between coordinate pairs and column vector notation
  • Calculate $\vec{AB}$ given the coordinates of $A$ and $B$
  • Apply position vectors to find midpoints and equal vectors
04
Key terms
Position vectorThe vector $\vec{OP}$ from the origin $O$ to a point $P$. It encodes both the location and the direction/distance from $O$.
Column vectorA vector written as $\begin{pmatrix} x \\ y \end{pmatrix}$, listing horizontal then vertical components. Equivalent to the coordinate pair $(x,y)$.
Origin $O$The reference point $(0,0)$ from which all position vectors are measured. It has position vector $\mathbf{0}$.
Terminal pointThe endpoint (head) of a vector. For $\vec{AB}$, the terminal point is $B$.
Initial pointThe starting point (tail) of a vector. For $\vec{AB}$, the initial point is $A$.
$\vec{AB} = \vec{OB} - \vec{OA}$The key formula linking any directed segment to position vectors. Works in 2D and 3D.
05
Position vectors
core concept

A position vector describes the location of a point relative to a fixed origin $O$. If point $P$ has coordinates $(x, y)$, its position vector is:

$$\vec{OP} = \begin{pmatrix} x \\ y \end{pmatrix}$$

For two points $A(x_1, y_1)$ and $B(x_2, y_2)$, we can find the vector from $A$ to $B$ using:

$$\vec{AB} = \vec{OB} - \vec{OA} = \begin{pmatrix} x_2 - x_1 \\ y_2 - y_1 \end{pmatrix}$$

Why does this work? By the triangle law, travelling from $A$ to $O$ (which is $-\vec{OA}$) then from $O$ to $B$ (which is $\vec{OB}$) gives the same result as going directly from $A$ to $B$.

Back to the hook. $A(3,-2)$ and $B(7,4)$:   $\vec{AB} = \begin{pmatrix} 7-3 \\ 4-(-2) \end{pmatrix} = \begin{pmatrix} 4 \\ 6 \end{pmatrix}$. Move 4 right and 6 up. Did your estimate match?

A position vector describes the location of a point relative to a fixed origin $O$. If point $P$ has coordinates $(x, y)$, its position vector is:

Pause — copy the position vector definition: $\overrightarrow{OP}=\begin{pmatrix}a\\b\end{pmatrix}$ for $P(a,b)$, and note that all position vectors start from the origin into your book.

Quick check: Points $P(2, 5)$ and $Q(6, 1)$. Which column vector equals $\vec{PQ}$?

06
Midpoints and dividing line segments
core concept

We just saw that the position vector of point $P(a,b)$ from origin $O$ is $\overrightarrow{OP}=\begin{pmatrix}a\\b\end{pmatrix}$. That raises a question: if $M$ is the midpoint of segment $AB$, can you find $\overrightarrow{OM}$ without drawing a diagram, using position vectors directly? This card answers it → $\overrightarrow{OM}=\frac{1}{2}(\overrightarrow{OA}+\overrightarrow{OB})=\frac{1}{2}\begin{pmatrix}a_1+a_2\\b_1+b_2\end{pmatrix}$.

If $M$ is the midpoint of segment $AB$, then its position vector is the average of $\vec{OA}$ and $\vec{OB}$:

$$\vec{OM} = \frac{1}{2}(\vec{OA} + \vec{OB}) = \frac{1}{2}\begin{pmatrix} x_1 + x_2 \\ y_1 + y_2 \end{pmatrix}$$

This follows from $\vec{OM} = \vec{OA} + \dfrac{1}{2}\vec{AB}$. More generally, the point dividing $AB$ in the ratio $m:n$ has position vector:

$\vec{OP} = \dfrac{n\,\vec{OA} + m\,\vec{OB}}{m+n}$

Equal vectors. Two vectors are equal if and only if they have the same magnitude and the same direction. In column form, $\begin{pmatrix} a \\ b \end{pmatrix} = \begin{pmatrix} c \\ d \end{pmatrix}$ iff $a = c$ and $b = d$.

If $M$ is the midpoint of segment $AB$, then its position vector is the average of $\vec{OA}$ and $\vec{OB}$:

Pause — copy the midpoint formula: $\overrightarrow{OM}=\frac{1}{2}(\overrightarrow{OA}+\overrightarrow{OB})$, and the section formula $\overrightarrow{OP}=\frac{m\,\overrightarrow{OB}+n\,\overrightarrow{OA}}{m+n}$ for dividing $AB$ in ratio $m:n$ into your book.

Did you get this? True or false: the midpoint of $A(1, 3)$ and $B(5, 7)$ has position vector $\begin{pmatrix} 3 \\ 5 \end{pmatrix}$.

PROBLEM 1 · VECTOR FROM COORDINATES

Points $A$ and $B$ have coordinates $A(3, -2)$ and $B(7, 4)$. Find $\vec{AB}$.

1
Write position vectors: $\vec{OA} = \begin{pmatrix} 3 \\ -2 \end{pmatrix}$, $\vec{OB} = \begin{pmatrix} 7 \\ 4 \end{pmatrix}$
Read off the coordinates as column vectors. The origin is always the starting reference.
PROBLEM 2 · MIDPOINT

Find the position vector of the midpoint $M$ of $AB$ where $A(-1, 4)$ and $B(5, 2)$.

1
$\vec{OA} = \begin{pmatrix} -1 \\ 4 \end{pmatrix}$, $\vec{OB} = \begin{pmatrix} 5 \\ 2 \end{pmatrix}$
State the position vectors of both endpoints first.
PROBLEM 3 · FIND UNKNOWN POINT

The position vector of $A$ is $\begin{pmatrix} 2 \\ -3 \end{pmatrix}$ and $\vec{AB} = \begin{pmatrix} 5 \\ 7 \end{pmatrix}$. Find the coordinates of $B$.

1
Use $\vec{AB} = \vec{OB} - \vec{OA}$, so $\vec{OB} = \vec{OA} + \vec{AB}$
Rearrange the position vector formula to make $\vec{OB}$ the subject.

Fill the gap: If $A(1, 5)$ and $B(9, 3)$, then $\vec{AB} = \begin{pmatrix}$$\\$$\end{pmatrix}$.

Trap 01
Getting the subtraction order wrong
$\vec{AB} = \vec{OB} - \vec{OA}$, NOT $\vec{OA} - \vec{OB}$. The arrow goes to $B$ from $A$, so the terminal point ($B$) comes first in the subtraction. Writing it backwards gives the opposite vector $\vec{BA}$.
Trap 02
Confusing position vectors with displacements
$\vec{OP}$ is a position vector — it starts at $O$. A displacement vector like $\vec{AB}$ need not start at the origin. Both are represented the same way in column notation, so always check which type the question refers to.
Trap 03
Forgetting the negative sign
When subtracting column vectors, be careful with negatives. $\begin{pmatrix} 7 \\ 4 \end{pmatrix} - \begin{pmatrix} 3 \\ -2 \end{pmatrix} = \begin{pmatrix} 4 \\ 6 \end{pmatrix}$ because $4 - (-2) = 6$, not $4 - 2 = 2$. Always show the subtraction step explicitly.

Did you get this? True or false: $\vec{BA} = \vec{OA} - \vec{OB}$ (note: the vector from $B$ to $A$, not from $A$ to $B$).

Work mode · how are you completing this lesson?
1

Write down the position vectors $\vec{OA}$ and $\vec{OB}$ for $A(4, -1)$ and $B(-2, 6)$, then calculate $\vec{AB}$.

2

Find the coordinates of the midpoint $M$ of $PQ$ where $P(-3, 5)$ and $Q(7, -1)$.

3

The position vector of $C$ is $\begin{pmatrix} -1 \\ 4 \end{pmatrix}$ and $\vec{CD} = \begin{pmatrix} 3 \\ -7 \end{pmatrix}$. Find the coordinates of $D$.

4

Given $A(2, 1)$, $B(6, 5)$, $C(4, 3)$: show that $C$ is the midpoint of $AB$ using position vectors.

5

Points $P$, $Q$, $R$ have position vectors $\mathbf{p}$, $\mathbf{q}$, $\mathbf{r}$. Show that $\vec{PQ} + \vec{QR} + \vec{RP} = \mathbf{0}$.

Odd one out: Three of these statements about position vectors are true. Which one is FALSE?

11
Revisit your thinking

Earlier you estimated the vector from $A(3,-2)$ to $B(7,4)$.

The exact answer is $\vec{AB} = \begin{pmatrix} 4 \\ 6 \end{pmatrix}$. The key is terminal minus initial: subtract $A$'s coordinates from $B$'s. Did your spatial reasoning give the right direction? The formula $\vec{AB} = \vec{OB} - \vec{OA}$ converts any geometry question about two points into a subtraction.

auto-saved
01
Multiple choice
+5 XP per correct · +25 XP all-correct

Pick your answer, then rate your confidence — that tells the system what to drill next. Each retry pulls a fresh mix from the bank.

02
Short answer
ApplyBand 32 marks

Q1. Points $A(-2, 3)$ and $B(4, -1)$ are given. Find $\vec{AB}$ as a column vector. (2 marks)

auto-saved
ApplyBand 42 marks

Q2. The position vector of $P$ is $\begin{pmatrix} 1 \\ -4 \end{pmatrix}$ and $\vec{PQ} = \begin{pmatrix} -3 \\ 6 \end{pmatrix}$. Find the coordinates of $Q$. (2 marks)

auto-saved
AnalyseBand 53 marks

Q3. $ABCD$ is a parallelogram with $A(1, 2)$, $B(5, 4)$, $C(7, 8)$. Find the coordinates of $D$ using position vectors. (3 marks)

auto-saved
Comprehensive answers (click to reveal)

Activity answers: 1. $\vec{AB} = \begin{pmatrix} -6 \\ 7 \end{pmatrix}$  ·  2. $M = (2, 2)$  ·  3. $D = (2, -3)$  ·  4. $\frac{1}{2}\begin{pmatrix} 8 \\ 6 \end{pmatrix} = \begin{pmatrix} 4 \\ 3 \end{pmatrix} = \vec{OC}$  ·  5. $(\mathbf{q}-\mathbf{p})+(\mathbf{r}-\mathbf{q})+(\mathbf{p}-\mathbf{r}) = \mathbf{0}$ ✓

Q1 (2 marks): $\vec{OA} = \begin{pmatrix} -2 \\ 3 \end{pmatrix}$, $\vec{OB} = \begin{pmatrix} 4 \\ -1 \end{pmatrix}$ [1].   $\vec{AB} = \begin{pmatrix} 6 \\ -4 \end{pmatrix}$ [1].

Q2 (2 marks): $\vec{OQ} = \vec{OP} + \vec{PQ} = \begin{pmatrix} 1 \\ -4 \end{pmatrix} + \begin{pmatrix} -3 \\ 6 \end{pmatrix} = \begin{pmatrix} -2 \\ 2 \end{pmatrix}$ [1].   $Q(-2, 2)$ [1].

Q3 (3 marks): In a parallelogram $\vec{AB} = \vec{DC}$ [1].   $\vec{AB} = \begin{pmatrix} 4 \\ 2 \end{pmatrix}$ [1].   $\vec{OD} = \vec{OC} - \vec{AB} = \begin{pmatrix} 7 \\ 8 \end{pmatrix} - \begin{pmatrix} 4 \\ 2 \end{pmatrix} = \begin{pmatrix} 3 \\ 6 \end{pmatrix}$, so $D(3,6)$ [1].

01
Boss battle · The Vector Navigator
earn bronze · silver · gold

Five timed questions. Beat the boss to bank a tier — gold (90% + speed), silver (75%), or bronze (50%). Replays welcome.

⚔ Enter the arena
02
Science Jump · platform challenge

Climb platforms by answering position vector questions. Lighter alternative to the boss.

Mark lesson as complete

Tick when you've finished the practice and review.

🎓
Want help with Position Vectors?

Work through this topic 1-on-1 with an experienced HSC tutor.

Book a free session →