Skip to content

Vector modelling: displacement, velocity and forces

Vector modelling turns a situation with several directions into one component calculation. The central principle is:

resultant vector=vector sum of the individual effects.\boxed{\text{resultant vector}=\text{vector sum of the individual effects}.}

The arithmetic is usually straightforward. The difficult work is deciding what each vector means, choosing positive directions, keeping units consistent and interpreting the answer in context.

You should be able to:

  • add vectors and multiply them by scalars;
  • find a vector’s magnitude and direction;
  • form a displacement using end minus start;
  • use position vectors in two and three dimensions;
  • distinguish vectors from scalars.

Review vector arithmetic, magnitude and direction and position vectors if necessary.

For almost every vector model, use the following sequence.

  1. Define axes and state their positive directions.
  2. Translate every directed quantity into components.
  3. Convert all quantities to compatible units.
  4. Combine vectors according to the situation.
  5. Find a magnitude or direction only if it answers the question.
  6. Interpret the result, including its units and any modelling assumptions.

For horizontal maps, a common convention is

i=one unit east,j=one unit north.\mathbf i=\text{one unit east},\qquad \mathbf j=\text{one unit north}.

Then 3i2j3\mathbf i-2\mathbf j means 33 units east and 22 units south.

Displacement records overall change in position. If a journey consists of displacements d1,d2,,dn\mathbf d_1,\mathbf d_2,\ldots,\mathbf d_n, its resultant displacement is

d=d1+d2++dn.\boxed{\mathbf d=\mathbf d_1+\mathbf d_2+\cdots+\mathbf d_n.}

Distance travelled is different:

distance=d1+d2++dn.\boxed{\text{distance}=|\mathbf d_1|+|\mathbf d_2|+\cdots+|\mathbf d_n|.}

In general, d1+d2d1+d2|\mathbf d_1+\mathbf d_2|\ne |\mathbf d_1|+|\mathbf d_2|. The left side is the straight line displacement from start to finish. The right side is the total length travelled.

East is the positive xx direction and north is the positive yy direction. A walker travels 66 km east and then 88 km north. Find the resultant displacement and the distance travelled.

The two displacements are

d1=(60),d2=(08).\mathbf d_1=\begin{pmatrix}6\\0\end{pmatrix}, \qquad \mathbf d_2=\begin{pmatrix}0\\8\end{pmatrix}.

Hence

d=d1+d2=(68) km.\mathbf d=\mathbf d_1+\mathbf d_2 =\begin{pmatrix}6\\8\end{pmatrix}\text{ km}.

Its magnitude is

d=62+82=10 km.|\mathbf d|=\sqrt{6^2+8^2}=10\text{ km}.

If θ\theta is measured north of east, then

tanθ=86,θ=53.1.\tan\theta=\frac86, \qquad \theta=53.1^\circ.

The resultant displacement is 10 km at 53.1 north of east\boxed{10\text{ km at }53.1^\circ\text{ north of east}}.

The distance travelled is

6+8=14 km.6+8=\boxed{14\text{ km}}.

Worked example 2: returning to a known point

Section titled “Worked example 2: returning to a known point”

A survey drone makes three displacements:

a=(412) m,b=(351) m,c=(204) m.\mathbf a=\begin{pmatrix}4\\-1\\2\end{pmatrix}\text{ m}, \quad \mathbf b=\begin{pmatrix}-3\\5\\1\end{pmatrix}\text{ m}, \quad \mathbf c=\begin{pmatrix}2\\0\\-4\end{pmatrix}\text{ m}.

Find the displacement r\mathbf r needed to return to its starting point.

For a closed journey, the total displacement is the zero vector:

a+b+c+r=0.\mathbf a+\mathbf b+\mathbf c+\mathbf r=\mathbf 0.

Therefore

r=(a+b+c)=(43+21+5+02+14)=(341) m.\begin{aligned} \mathbf r &=-(\mathbf a+\mathbf b+\mathbf c)\\ &=-\begin{pmatrix}4-3+2\\-1+5+0\\2+1-4\end{pmatrix}\\ &=\boxed{\begin{pmatrix}-3\\-4\\1\end{pmatrix}\text{ m}}. \end{aligned}

A useful check is

(341)+(341)=0.\begin{pmatrix}3\\4\\-1\end{pmatrix} +\begin{pmatrix}-3\\-4\\1\end{pmatrix} =\mathbf 0.

Velocity is the rate of change of position and includes direction. For constant velocity v\mathbf v over time tt,

d=tv.\boxed{\mathbf d=t\mathbf v.}

If an object starts with position vector r0\mathbf r_0, then after time tt its position vector is

r(t)=r0+tv.\boxed{\mathbf r(t)=\mathbf r_0+t\mathbf v.}

This is the vector form of position equals initial position plus displacement.

The dimensions provide a check:

(s)(ms1)=m.(\mathrm{s})(\mathrm{m\,s^{-1}})=\mathrm m.

Worked example 3: position after a given time

Section titled “Worked example 3: position after a given time”

Relative to a harbour, a boat starts at

r0=(25) km\mathbf r_0=\begin{pmatrix}-2\\5\end{pmatrix}\text{ km}

and travels with constant velocity

v=(125) km h1.\mathbf v=\begin{pmatrix}12\\-5\end{pmatrix}\text{ km h}^{-1}.

Find its position after 2020 minutes and its speed.

First convert the time:

20 minutes=13 hour.20\text{ minutes}=\frac13\text{ hour}.

Its displacement is

tv=13(125)=(45/3) km.t\mathbf v =\frac13\begin{pmatrix}12\\-5\end{pmatrix} =\begin{pmatrix}4\\-5/3\end{pmatrix}\text{ km}.

Therefore

r(13)=(25)+(45/3)=(210/3) km.\begin{aligned} \mathbf r\left(\frac13\right) &=\begin{pmatrix}-2\\5\end{pmatrix} +\begin{pmatrix}4\\-5/3\end{pmatrix}\\ &=\boxed{\begin{pmatrix}2\\10/3\end{pmatrix}\text{ km}}. \end{aligned}

Speed is the magnitude of velocity:

v=122+(5)2=13 km h1.|\mathbf v|=\sqrt{12^2+(-5)^2}=\boxed{13\text{ km h}^{-1}}.

The negative velocity component means motion south. It does not make the speed negative.

Worked example 4: when does an object reach a line?

Section titled “Worked example 4: when does an object reach a line?”

A particle has position

r(t)=(34)+t(25),t0,\mathbf r(t)=\begin{pmatrix}3\\-4\end{pmatrix} +t\begin{pmatrix}2\\5\end{pmatrix}, \qquad t\geq 0,

where position is measured in metres and time in seconds. When does it cross the line y=11y=11, and where does this happen?

The yy component is

y=4+5t.y=-4+5t.

Set this equal to 1111:

4+5t=11t=3.-4+5t=11 \quad\Longrightarrow\quad t=3.

At t=3t=3,

x=3+2(3)=9.x=3+2(3)=9.

The particle crosses the line after 3 s\boxed{3\text{ s}} at (9,11)\boxed{(9,11)}.

When one motion occurs within another moving system, velocities add. If a person walks with velocity vP/T\mathbf v_{P/T} relative to a train, and the train has velocity vT/G\mathbf v_{T/G} relative to the ground, then

vP/G=vP/T+vT/G.\boxed{\mathbf v_{P/G}=\mathbf v_{P/T}+\mathbf v_{T/G}.}

The subscripts make the reference frame explicit. Reading P/TP/T as “person relative to train” helps prevent reversed subtraction.

An aircraft’s velocity relative to the air is 180i+240j180\mathbf i+240\mathbf j km h1^{-1}. The wind velocity is 40i20j40\mathbf i-20\mathbf j km h1^{-1}, relative to the ground. Find the aircraft’s ground velocity, ground speed and bearing.

Add the velocities:

vground=vaircraft/air+vair/ground=(180240)+(4020)=(220220) km h1.\begin{aligned} \mathbf v_{\text{ground}} &=\mathbf v_{\text{aircraft/air}}+\mathbf v_{\text{air/ground}}\\ &=\begin{pmatrix}180\\240\end{pmatrix} +\begin{pmatrix}40\\-20\end{pmatrix}\\ &=\boxed{\begin{pmatrix}220\\220\end{pmatrix}\text{ km h}^{-1}}. \end{aligned}

Thus the ground speed is

2202+2202=2202311 km h1.\sqrt{220^2+220^2}=220\sqrt2\approx\boxed{311\text{ km h}^{-1}}.

The east and north components are equal and positive, so the direction is north east. Bearings are measured clockwise from north, giving a bearing of 045\boxed{045^\circ}.

Worked example 6: choosing a heading to cancel drift

Section titled “Worked example 6: choosing a heading to cancel drift”

A river flows east at 3 m s13\text{ m s}^{-1}. A boat moves at 5 m s15\text{ m s}^{-1} relative to the water. It must travel due north relative to the bank. Find the boat’s required velocity relative to the water and its resulting speed relative to the bank.

Take east and north as positive component directions. Let the boat’s velocity relative to the water be

vB/W=(xy).\mathbf v_{B/W}=\begin{pmatrix}x\\y\end{pmatrix}.

The water’s velocity relative to the bank is

vW/G=(30).\mathbf v_{W/G}=\begin{pmatrix}3\\0\end{pmatrix}.

For the resultant to be due north, its east component must be zero:

x+3=0,x=3.x+3=0, \qquad x=-3.

The boat’s speed relative to the water is 55, so

(3)2+y2=52.(-3)^2+y^2=5^2.

Since the boat must head north, y>0y>0:

y=4.y=4.

Therefore

vB/W=(34) m s1.\boxed{\mathbf v_{B/W}=\begin{pmatrix}-3\\4\end{pmatrix}\text{ m s}^{-1}}.

Its velocity relative to the bank is

(34)+(30)=(04) m s1,\begin{pmatrix}-3\\4\end{pmatrix} +\begin{pmatrix}3\\0\end{pmatrix} =\begin{pmatrix}0\\4\end{pmatrix}\text{ m s}^{-1},

so its speed relative to the bank is 4 m s1\boxed{4\text{ m s}^{-1}}.

The boat points partly west even though its actual path is north. Heading and track are not the same when there is wind or current.

To describe how AA appears to move to an observer travelling with BB, subtract BB‘s velocity:

vA/B=vAvB.\boxed{\mathbf v_{A/B}=\mathbf v_A-\mathbf v_B.}

This is the velocity version of end minus start. If vA/B=0\mathbf v_{A/B}=\mathbf 0, the objects have no relative motion, even if both are moving relative to the ground.

Worked example 7: relative motion of two vehicles

Section titled “Worked example 7: relative motion of two vehicles”

Vehicle AA has velocity

vA=(186) m s1,\mathbf v_A=\begin{pmatrix}18\\6\end{pmatrix}\text{ m s}^{-1},

and vehicle BB has velocity

vB=(122) m s1.\mathbf v_B=\begin{pmatrix}12\\-2\end{pmatrix}\text{ m s}^{-1}.

Find the velocity and speed of AA relative to BB.

vA/B=vAvB=(186)(122)=(68) m s1.\begin{aligned} \mathbf v_{A/B} &=\mathbf v_A-\mathbf v_B\\ &=\begin{pmatrix}18\\6\end{pmatrix} -\begin{pmatrix}12\\-2\end{pmatrix}\\ &=\boxed{\begin{pmatrix}6\\8\end{pmatrix}\text{ m s}^{-1}}. \end{aligned}

The relative speed is

vA/B=62+82=10 m s1.|\mathbf v_{A/B}|=\sqrt{6^2+8^2}=\boxed{10\text{ m s}^{-1}}.

Notice that vB/A=(6,8)T\mathbf v_{B/A}=(-6,-8)^T. Reversing the observer reverses the relative velocity, but not the relative speed.

Forces are vectors. If several forces act on a particle, their resultant is

R=F.\boxed{\mathbf R=\sum \mathbf F.}

If R=0\mathbf R=\mathbf 0, the forces are balanced. This means zero acceleration, not necessarily zero velocity.

Worked example 8: resultant of three forces

Section titled “Worked example 8: resultant of three forces”

Three coplanar forces act on a particle:

F1=(72) N,F2=(45) N,F3=(19) N.\mathbf F_1=\begin{pmatrix}7\\2\end{pmatrix}\text{ N}, \quad \mathbf F_2=\begin{pmatrix}-4\\5\end{pmatrix}\text{ N}, \quad \mathbf F_3=\begin{pmatrix}1\\-9\end{pmatrix}\text{ N}.

Their resultant is

R=(74+12+59)=(42) N.\mathbf R =\begin{pmatrix}7-4+1\\2+5-9\end{pmatrix} =\boxed{\begin{pmatrix}4\\-2\end{pmatrix}\text{ N}}.

Its magnitude is

R=42+(2)2=25 N.|\mathbf R|=\sqrt{4^2+(-2)^2}=\boxed{2\sqrt5\text{ N}}.

It acts at an angle

tan1(24)=26.6\tan^{-1}\left(\frac24\right)=26.6^\circ

south of east.

Two forces 3i4j3\mathbf i-4\mathbf j N and 8i+j-8\mathbf i+\mathbf j N act on a particle. Find the single additional force E\mathbf E that would produce equilibrium.

For equilibrium,

F1+F2+E=0.\mathbf F_1+\mathbf F_2+\mathbf E=\mathbf 0.

The existing resultant is

F1+F2=(38)i+(4+1)j=5i3j.\mathbf F_1+\mathbf F_2 =(3-8)\mathbf i+(-4+1)\mathbf j =-5\mathbf i-3\mathbf j.

Therefore

E=5i+3j N.\boxed{\mathbf E=5\mathbf i+3\mathbf j\text{ N}}.

This force is called the equilibrant. It has the same magnitude as the existing resultant but the opposite direction.

For force diagrams, resolving angled forces and applying Newton’s laws, continue to forces and free body diagrams and resolving forces.

A vector calculation may be exact for the model while only approximating reality. Common assumptions include:

  • velocity is constant over the stated time interval;
  • wind or current is uniform and constant;
  • the map is treated as a flat plane;
  • an object is represented by a particle, so its size and rotation are ignored;
  • listed forces are the only significant forces;
  • measurements and initial positions are exact.

An assumption matters because it justifies an equation. For example, d=tv\mathbf d=t\mathbf v requires constant velocity. If velocity changes, multiplying one instantaneous velocity by the whole time does not generally give displacement.

A cyclist’s displacement over 3030 seconds is predicted using a constant measured velocity

v=(62) m s1.\mathbf v=\begin{pmatrix}6\\2\end{pmatrix}\text{ m s}^{-1}.

The model gives

d=30v=(18060) m.\mathbf d=30\mathbf v =\begin{pmatrix}180\\60\end{pmatrix}\text{ m}.

State two reasons why the actual displacement might differ.

Possible answers include:

  1. The cyclist may accelerate, brake or turn, so velocity is not constant.
  2. The measured velocity may contain error.
  3. Wind, gradient or traffic may alter the motion.

Saying only “the model is unrealistic” is too vague. Identify an assumption and explain how reality may violate it.

Speeds have no direction. Two velocities of magnitude 55 need not combine to give speed 1010. For example,

(50)+(50)=0.\begin{pmatrix}5\\0\end{pmatrix} +\begin{pmatrix}-5\\0\end{pmatrix} =\mathbf 0.

If r0\mathbf r_0 is not zero, then tvt\mathbf v is displacement, not final position. Use

r(t)=r0+tv.\mathbf r(t)=\mathbf r_0+t\mathbf v.

A velocity in km h1^{-1} must be multiplied by time in hours. Convert minutes or seconds before multiplying.

In general,

a+ba+b.|\mathbf a+\mathbf b|\ne |\mathbf a|+|\mathbf b|.

Add components first, then find the resultant magnitude.

Using tan1(y/x)\tan^{-1}(y/x) without checking the quadrant

Section titled “Using tan⁡−1(y/x)\tan^{-1}(y/x)tan−1(y/x) without checking the quadrant”

The ratio y/xy/x does not uniquely identify a direction. Inspect the signs of both components, sketch the vector, then state the angle clearly as a bearing or relative to an axis.

  1. A walker travels with displacements (52)\begin{pmatrix}5\\-2\end{pmatrix} km and (17)\begin{pmatrix}-1\\7\end{pmatrix} km. Find the resultant displacement and its magnitude.

  2. A particle starts at (43)\begin{pmatrix}4\\-3\end{pmatrix} m and moves with constant velocity (25)\begin{pmatrix}-2\\5\end{pmatrix} m s1^{-1}. Find its position after 66 seconds.

  3. A plane has air velocity (100160)\begin{pmatrix}100\\160\end{pmatrix} km h1^{-1} and the wind velocity is (2030)\begin{pmatrix}-20\\30\end{pmatrix} km h1^{-1}. Find its ground velocity and ground speed.

  4. Objects AA and BB have velocities 4i+7j4\mathbf i+7\mathbf j and 2i+3j-2\mathbf i+3\mathbf j m s1^{-1}. Find the velocity of AA relative to BB.

  5. Forces (61)\begin{pmatrix}6\\-1\end{pmatrix} N and (24)\begin{pmatrix}-2\\4\end{pmatrix} N act on a particle. Find the equilibrant.

  6. Explain why the equation d=tv\mathbf d=t\mathbf v may fail for a car travelling through a town.

  1. The resultant is

    (52)+(17)=(45) km,\begin{pmatrix}5\\-2\end{pmatrix} +\begin{pmatrix}-1\\7\end{pmatrix} =\begin{pmatrix}4\\5\end{pmatrix}\text{ km},

    with magnitude 42+52=41 km\sqrt{4^2+5^2}=\boxed{\sqrt{41}\text{ km}}.

r(6)=(43)+6(25)=(827) m.\mathbf r(6)=\begin{pmatrix}4\\-3\end{pmatrix} +6\begin{pmatrix}-2\\5\end{pmatrix} =\boxed{\begin{pmatrix}-8\\27\end{pmatrix}\text{ m}}.
  1. The ground velocity is

    (100160)+(2030)=(80190) km h1.\begin{pmatrix}100\\160\end{pmatrix} +\begin{pmatrix}-20\\30\end{pmatrix} =\boxed{\begin{pmatrix}80\\190\end{pmatrix}\text{ km h}^{-1}}.

    Its speed is 802+1902=10425 km h1\sqrt{80^2+190^2}=\boxed{10\sqrt{425}\text{ km h}^{-1}}, approximately 206 km h1206\text{ km h}^{-1}.

vA/B=(4i+7j)(2i+3j)=6i+4j m s1.\mathbf v_{A/B}=(4\mathbf i+7\mathbf j)-(-2\mathbf i+3\mathbf j) =\boxed{6\mathbf i+4\mathbf j\text{ m s}^{-1}}.
  1. The existing resultant is (43)\begin{pmatrix}4\\3\end{pmatrix} N, so the equilibrant is (43) N\boxed{\begin{pmatrix}-4\\-3\end{pmatrix}\text{ N}}.

  2. The car’s velocity changes when it accelerates, brakes or turns. A single constant velocity therefore may not represent the whole time interval.

Before finishing a vector modelling problem, ask:

  • Have I defined the component directions?
  • Are all units compatible?
  • Did I add vectors before taking the magnitude?
  • Have I distinguished position, displacement, distance, velocity and speed?
  • Does my angle lie in the correct quadrant?
  • Have I answered with a quantity, units and contextual meaning?
  • If asked to assess the model, have I linked a limitation to an assumption?

Continue to two dimensional motion for vector kinematics with changing velocity, and resolving forces for forces given by angles rather than components. To strengthen the wider modelling process, study mathematical modelling and interpreting context.