Skip to content
MathsGenie logo
Quick links
Open app

Course home

  1. A Level
  2. Maths OCR (MEI)
  3. Revision guides

1.13.4 Position vectors

What you'll learn

  • How a position vector describes the location of a point.
  • How to find the vector joining two points by subtracting position vectors.
  • How to calculate the distance between two points in two or three dimensions.
  • How to interpret and check your answers geometrically.

Prerequisites: vectors and components

A vector is a quantity with both magnitude and direction. The magnitude is the length or size of the vector.

In two dimensions, a vector can be written as a column vector:

(xy)\begin{pmatrix} x\\ y \end{pmatrix}(xy​)

The number xxx is the horizontal component and yyy is the vertical component. A positive horizontal component points right, while a positive vertical component points upwards.

In three dimensions, a vector has three components:

(xyz)\begin{pmatrix} x\\ y\\ z \end{pmatrix}​xyz​​

Vectors may also be written using the perpendicular unit vectors i\mathbf{i}i, j\mathbf{j}j and k\mathbf{k}k:

xi+yj+zkx\mathbf{i}+y\mathbf{j}+z\mathbf{k}xi+yj+zk

Here, i\mathbf{i}i points in the positive xxx-direction, j\mathbf{j}j in the positive yyy-direction and k\mathbf{k}k in the positive zzz-direction.

Adding and subtracting vectors

To add or subtract vectors, work with corresponding components.

For example:

(ab)−(cd)=(a−cb−d)\begin{pmatrix} a\\ b \end{pmatrix} - \begin{pmatrix} c\\ d \end{pmatrix} = \begin{pmatrix} a-c\\ b-d \end{pmatrix}(ab​)−(cd​)=(a−cb−d​)

The order matters when subtracting because changing the order reverses the direction of the resulting vector.

Example

Subtracting two vectors

Given

p=(7−2)andq=(34),\mathbf{p}= \begin{pmatrix} 7\\ -2 \end{pmatrix} \qquad\text{and}\qquad \mathbf{q}= \begin{pmatrix} 3\\ 4 \end{pmatrix},p=(7−2​)andq=(34​),

find p−q\mathbf{p}-\mathbf{q}p−q.

  1. Subtract the horizontal components: 7−3=47-3=47−3=4.
  2. Subtract the vertical components: −2−4=−6-2-4=-6−2−4=−6.
  3. Therefore,
p−q=(4−6).\mathbf{p}-\mathbf{q} = \begin{pmatrix} 4\\ -6 \end{pmatrix}.p−q=(4−6​).

What is a position vector?

Choose a fixed point called the origin, labelled OOO. The position vector of a point AAA is the vector that starts at OOO and ends at AAA.

Definition

Position vector

The position vector of AAA is OA→\overrightarrow{OA}OA. It describes the position of AAA relative to the origin OOO.

If AAA has coordinates (3,−2)(3,-2)(3,−2), then its position vector is

OA→=(3−2).\overrightarrow{OA} = \begin{pmatrix} 3\\ -2 \end{pmatrix}.OA=(3−2​).

This tells you to travel 3 units to the right and 2 units down from the origin to reach AAA.

A position vector is often represented by a lowercase bold letter. For example:

OA→=a.\overrightarrow{OA}=\mathbf{a}.OA=a.

Similarly, if OB→=b\overrightarrow{OB}=\mathbf{b}OB=b, then a\mathbf{a}a and b\mathbf{b}b give the positions of AAA and BBB.

Key Idea

The fixed starting point

A vector is a position vector only when its starting point is the origin. The vector AB→\overrightarrow{AB}AB describes a displacement from AAA to BBB, so it is not usually a position vector.

Finding the vector between two points

Suppose the position vectors of AAA and BBB are

OA→=aandOB→=b.\overrightarrow{OA}=\mathbf{a} \qquad\text{and}\qquad \overrightarrow{OB}=\mathbf{b}.OA=aandOB=b.

To travel from AAA to BBB, you can first travel from AAA back to OOO, then from OOO to BBB:

AB→=AO→+OB→.\overrightarrow{AB} = \overrightarrow{AO}+\overrightarrow{OB}.AB=AO+OB.

Since AO→=−OA→=−a\overrightarrow{AO}=-\overrightarrow{OA}=-\mathbf{a}AO=−OA=−a, this gives

AB→=−a+b=b−a.\overrightarrow{AB} = -\mathbf{a}+\mathbf{b} = \mathbf{b}-\mathbf{a}.AB=−a+b=b−a.

Position vectors from the origin and the vector from A to B

Key Idea

End minus start

To find a vector from one point to another, subtract the position vector of the starting point from the position vector of the ending point:

AB→=b−a.\overrightarrow{AB}=\mathbf{b}-\mathbf{a}.AB=b−a.
Example

Finding a vector between two points

Points AAA and BBB have position vectors

a=(2−1)andb=(83).\mathbf{a}= \begin{pmatrix} 2\\ -1 \end{pmatrix} \qquad\text{and}\qquad \mathbf{b}= \begin{pmatrix} 8\\ 3 \end{pmatrix}.a=(2−1​)andb=(83​).

Find AB→\overrightarrow{AB}AB and BA→\overrightarrow{BA}BA.

  1. For AB→\overrightarrow{AB}AB, use end minus start:
AB→=b−a=(83)−(2−1)=(64).\overrightarrow{AB} = \mathbf{b}-\mathbf{a} = \begin{pmatrix} 8\\ 3 \end{pmatrix} - \begin{pmatrix} 2\\ -1 \end{pmatrix} = \begin{pmatrix} 6\\ 4 \end{pmatrix}.AB=b−a=(83​)−(2−1​)=(64​).
  1. Reverse the subtraction to find BA→\overrightarrow{BA}BA:
BA→=a−b=(−6−4).\overrightarrow{BA} = \mathbf{a}-\mathbf{b} = \begin{pmatrix} -6\\ -4 \end{pmatrix}.BA=a−b=(−6−4​).
  1. The answers satisfy BA→=−AB→\overrightarrow{BA}=-\overrightarrow{AB}BA=−AB, as expected because they have equal lengths but opposite directions.
Common Mistake

Subtracting in the wrong order

For AB→\overrightarrow{AB}AB, calculate b−a\mathbf{b}-\mathbf{a}b−a, not a−b\mathbf{a}-\mathbf{b}a−b. The arrow tells you that AAA is the start and BBB is the end.

Magnitude of a vector

The magnitude of a vector is its length. The magnitude of v\mathbf{v}v is written as ∣v∣\lvert\mathbf{v}\rvert∣v∣.

For a two-dimensional vector

v=(xy),\mathbf{v}= \begin{pmatrix} x\\ y \end{pmatrix},v=(xy​),

Pythagoras' theorem gives

∣v∣=x2+y2.\lvert\mathbf{v}\rvert=\sqrt{x^2+y^2}.∣v∣=x2+y2​.

In three dimensions, if

v=(xyz),\mathbf{v}= \begin{pmatrix} x\\ y\\ z \end{pmatrix},v=​xyz​​,

then

∣v∣=x2+y2+z2.\lvert\mathbf{v}\rvert=\sqrt{x^2+y^2+z^2}.∣v∣=x2+y2+z2​.
Example

Finding the magnitude of a vector

Find the magnitude of

v=(−512).\mathbf{v}= \begin{pmatrix} -5\\ 12 \end{pmatrix}.v=(−512​).
  1. Square each component and add:
(−5)2+122=25+144=169.(-5)^2+12^2=25+144=169.(−5)2+122=25+144=169.
  1. Take the positive square root because a length cannot be negative:
∣v∣=169=13.\lvert\mathbf{v}\rvert=\sqrt{169}=13.∣v∣=169​=13.
Common Mistake

Losing negative components

A negative component becomes positive when squared. Write brackets, such as (−5)2(-5)^2(−5)2, to avoid incorrectly treating it as −52-5^2−52.

Distance between two points

The distance from AAA to BBB is the magnitude of the vector AB→\overrightarrow{AB}AB.

If the points have position vectors a\mathbf{a}a and b\mathbf{b}b, then

AB=∣AB→∣=∣b−a∣.AB=\lvert\overrightarrow{AB}\rvert =\lvert\mathbf{b}-\mathbf{a}\rvert.AB=∣AB∣=∣b−a∣.

Notice that AB→\overrightarrow{AB}AB is a vector, but ABABAB is a distance and therefore a non-negative scalar.

Example

Calculating a distance in two dimensions

Points AAA and BBB have position vectors

a=(−25)andb=(4−3).\mathbf{a}= \begin{pmatrix} -2\\ 5 \end{pmatrix} \qquad\text{and}\qquad \mathbf{b}= \begin{pmatrix} 4\\ -3 \end{pmatrix}.a=(−25​)andb=(4−3​).

Find the exact distance ABABAB.

  1. Find the displacement from AAA to BBB:
AB→=b−a=(4−(−2)−3−5)=(6−8).\overrightarrow{AB} = \mathbf{b}-\mathbf{a} = \begin{pmatrix} 4-(-2)\\ -3-5 \end{pmatrix} = \begin{pmatrix} 6\\ -8 \end{pmatrix}.AB=b−a=(4−(−2)−3−5​)=(6−8​).
  1. Find its magnitude:
AB=62+(−8)2=36+64.AB = \sqrt{6^2+(-8)^2} = \sqrt{36+64}.AB=62+(−8)2​=36+64​.
  1. Simplify the exact value:
AB=100=10.AB=\sqrt{100}=10.AB=100​=10.
Tip

A useful check

Distance does not depend on direction: ∣AB→∣=∣BA→∣\lvert\overrightarrow{AB}\rvert=\lvert\overrightarrow{BA}\rvert∣AB∣=∣BA∣. Reversing the vector changes every sign but not its magnitude.

Position vectors in three dimensions

The same method works in three dimensions. First subtract the position vectors, then use all three components when finding the magnitude.

Example

Calculating a distance in three dimensions

Points PPP and QQQ have position vectors

p=(1−24)andq=(51−2).\mathbf{p}= \begin{pmatrix} 1\\ -2\\ 4 \end{pmatrix} \qquad\text{and}\qquad \mathbf{q}= \begin{pmatrix} 5\\ 1\\ -2 \end{pmatrix}.p=​1−24​​andq=​51−2​​.

Find the exact distance PQPQPQ.

  1. Calculate the displacement from PPP to QQQ:
PQ→=q−p=(5−11−(−2)−2−4)=(43−6).\overrightarrow{PQ} = \mathbf{q}-\mathbf{p} = \begin{pmatrix} 5-1\\ 1-(-2)\\ -2-4 \end{pmatrix} = \begin{pmatrix} 4\\ 3\\ -6 \end{pmatrix}.PQ​=q−p=​5−11−(−2)−2−4​​=​43−6​​.
  1. Apply the three-dimensional magnitude formula:
PQ=42+32+(−6)2=16+9+36.PQ = \sqrt{4^2+3^2+(-6)^2} = \sqrt{16+9+36}.PQ=42+32+(−6)2​=16+9+36​.
  1. Hence,
PQ=61.PQ=\sqrt{61}.PQ=61​.

Since 61 has no square factors greater than 1, this is already in exact form.

Exam technique

In the exam

  1. Label the position vectors clearly, then use end minus start to form the required displacement vector.
  2. When finding a distance, square every component, add the results and take the positive square root.
  3. Keep distances exact unless a decimal is requested, and check that reversing the direction would leave your distance unchanged.
Self review

Check yourself

  • If OA→=a\overrightarrow{OA}=\mathbf{a}OA=a and OB→=b\overrightarrow{OB}=\mathbf{b}OB=b, what is BA→\overrightarrow{BA}BA?
  • How would you find the distance between points with position vectors (23)\begin{pmatrix}2\\3\end{pmatrix}(23​) and (−48)\begin{pmatrix}-4\\8\end{pmatrix}(−48​)?
  • Which extra term is needed in the magnitude formula when you move from two dimensions to three dimensions?

How was this guide?

Teach Genie

Review 1.11.4 Position vectors by teaching Genie

Teach it back in your own words, spot gaps, and remember it better.

Start teaching
Genie and Baby Genie

1.11.4 Position vectors Revision Guide

  1. A Level
  2. /Maths
  3. /1.11.4 Position vectors