13.2 Position and Unit Vectors


2026 📋 Syllabus Objectives

By the end of these notes, you should be able to:

  • ✅ Understand what a position vector is and how to use it
  • ✅ Find the vector between two points using their position vectors
  • ✅ Understand what a unit vector is
  • ✅ Find the unit vector in the direction of any given vector

Part 1: Position Vectors

What is a Position Vector?

A position vector tells you where a point is located relative to a fixed starting point called the origin, O.

Think of it like giving directions from the centre of a town (the origin) to your house (the point). The position vector is the "journey" from O to that point.

  • The position vector of point PP from origin OO is written as OP\vec{OP}, and is often just called p (a bold lowercase letter).
  • The position vector of point AA from origin OO is written as OA\vec{OA}, or simply a.
  • The position vector of point BB from origin OO is written as OB\vec{OB}, or simply b.

In short: The position vector of a point is always measured from the origin O.


Finding the Vector Between Two Points

Now imagine you know where point AA is (its position vector a) and where point BB is (its position vector b). How do you find the vector that goes directly from A to B?

You use this key formula:

AB=OBOA\vec{AB} = \vec{OB} - \vec{OA}

Or using bold letter shorthand:

AB=ba\vec{AB} = \mathbf{b} - \mathbf{a}

Why does this work? Think of it as a two-step journey:

  • First, go backwards from AA to the origin OO — that is a-\mathbf{a}
  • Then, go forwards from OO to BB — that is +b+\mathbf{b}
  • Combined: AB=ba\vec{AB} = \mathbf{b} - \mathbf{a}

Finding the Position Vector of a Point on a Line Segment

Sometimes a question tells you that a point RR lies somewhere between two known points PP and QQ on a line. You need to find where RR is (its position vector from OO).

The method: Use the chain rule for vectors:

OR=OP+PR\vec{OR} = \vec{OP} + \vec{PR}

This means: start at O, go to P, then go from P to R.


📝 Worked Example 1

Relative to an origin OO, the position vector of PP is 4i+5j4\mathbf{i} + 5\mathbf{j} and the position vector of QQ is 10i3j10\mathbf{i} - 3\mathbf{j}.

a) Find PQ\vec{PQ}.

b) The point RR lies on PQPQ such that PR=14PQ\vec{PR} = \frac{1}{4}\vec{PQ}. Find the position vector of RR.

Part a — Finding PQ\vec{PQ}:

Use the formula PQ=OQOP\vec{PQ} = \vec{OQ} - \vec{OP}:

PQ=(10i3j)(4i+5j)\vec{PQ} = (10\mathbf{i} - 3\mathbf{j}) - (4\mathbf{i} + 5\mathbf{j})

Subtract the i\mathbf{i} components: 104=610 - 4 = 6

Subtract the j\mathbf{j} components: 35=8-3 - 5 = -8

PQ=6i8j\boxed{\vec{PQ} = 6\mathbf{i} - 8\mathbf{j}}

Part b — Finding the position vector of RR:

Step 1: Find PR\vec{PR} — we're told RR is 14\frac{1}{4} of the way from PP to QQ:

PR=14PQ=14(6i8j)=1.5i2j\vec{PR} = \frac{1}{4}\vec{PQ} = \frac{1}{4}(6\mathbf{i} - 8\mathbf{j}) = 1.5\mathbf{i} - 2\mathbf{j}

Step 2: Find the position vector of RR from OO:

OR=OP+PR=(4i+5j)+(1.5i2j)\vec{OR} = \vec{OP} + \vec{PR} = (4\mathbf{i} + 5\mathbf{j}) + (1.5\mathbf{i} - 2\mathbf{j})

OR=5.5i+3j\boxed{\vec{OR} = 5.5\mathbf{i} + 3\mathbf{j}}

Sign in to view full notes