13.4 Velocity Vectors


2026 📋 Syllabus Objectives

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

  • Compose velocities — add two or more velocity vectors together to find a single resultant velocity.
  • Resolve velocities — split a single velocity into its horizontal and vertical components.
  • Use a velocity vector to find position — work out where a moving object is at any given time.
  • Solve problems in context — including situations where two particles collide.

Part 1: What is Velocity?

Velocity is a vector quantity — this means it has both a size (how fast something is moving) and a direction (which way it is moving).

Speed is just the size (magnitude) of the velocity. Speed tells you how fast something is moving, but not which direction. Speed is a scalar — it has size only, no direction.

Simple example: A car moving at 60 km/h to the north has a speed of 60 km/h and a velocity of 60 km/h north.

We write velocity vectors using i and j notation:

  • i = the unit vector pointing in the positive x-direction (to the right / east)
  • j = the unit vector pointing in the positive y-direction (upward / north)

So a velocity like v = 4i − 2j ms⁻¹ means the object moves 4 units per second to the right and 2 units per second downward.


Part 2: Finding Speed from a Velocity Vector

Since velocity is a vector, its magnitude (size) gives you the speed.

speed=v=x2+y2\text{speed} = |\mathbf{v}| = \sqrt{x^2 + y^2}

Where v = xi + yj.

Worked Example: If v = (4i − 2j) ms⁻¹, find the speed.

speed=(4)2+(2)2=16+4=20=25 ms1\text{speed} = \sqrt{(4)^2 + (-2)^2} = \sqrt{16 + 4} = \sqrt{20} = 2\sqrt{5} \text{ ms}^{-1}

Part 3: Finding Velocity from Displacement and Time

If you know how far an object has travelled (its displacement vector) and how long it took, you can find the velocity:

v=displacementtime taken\mathbf{v} = \frac{\text{displacement}}{\text{time taken}}

This works because the object is moving at constant velocity — meaning it does not speed up or slow down and it keeps moving in the same direction.

Worked Example: An object travels from point A to point B. The displacement is AB = (32i − 24j) m and the journey takes 4 seconds. Find:

  • (a) the velocity
  • (b) the speed

Solution:

(a) velocity = displacement ÷ time v=32i24j4=(8i6j) ms1\mathbf{v} = \frac{32\mathbf{i} - 24\mathbf{j}}{4} = (8\mathbf{i} - 6\mathbf{j}) \text{ ms}^{-1}

(b) speed = |v|

speed=(8)2+(6)2=64+36=100=10 ms1\text{speed} = \sqrt{(8)^2 + (-6)^2} = \sqrt{64 + 36} = \sqrt{100} = 10 \text{ ms}^{-1}

Sign in to view full notes