Skip to content

Two dimensional motion with vectors

Motion in a plane has two independent components. A particle can move east while accelerating north, or have zero vertical velocity while still moving horizontally. Vector notation keeps these simultaneous changes together.

With fixed perpendicular unit vectors i\mathbf i and j\mathbf j, usually pointing right and upwards, write the position as

r=xi+yj.\mathbf r=x\mathbf i+y\mathbf j.

The functions x(t)x(t) and y(t)y(t) describe the same particle at the same time tt. Differentiate each component to obtain velocity and acceleration:

v=drdt=dxdti+dydtj\boxed{\mathbf v=\frac{\mathrm d\mathbf r}{\mathrm dt} =\frac{\mathrm dx}{\mathrm dt}\mathbf i+\frac{\mathrm dy}{\mathrm dt}\mathbf j}

and

a=dvdt=d2rdt2.\boxed{\mathbf a=\frac{\mathrm d\mathbf v}{\mathrm dt} =\frac{\mathrm d^2\mathbf r}{\mathrm dt^2}}.

You should be able to:

Relative to an origin OO, the position vector of a particle PP is

OP=r=xi+yj.\overrightarrow{OP}=\mathbf r=x\mathbf i+y\mathbf j.

If the particle moves from position r1\mathbf r_1 to position r2\mathbf r_2, its displacement is

Δr=r2r1.\boxed{\Delta\mathbf r=\mathbf r_2-\mathbf r_1}.

Subtract initial position from final position. The displacement is not generally the final position vector, and its magnitude is not necessarily the distance travelled.

Worked example 1: position, displacement and distance

Section titled “Worked example 1: position, displacement and distance”

A particle moves from AA, with position vector (2i3j) m(2\mathbf i-3\mathbf j)\ \mathrm m, to BB, with position vector (8i+5j) m(8\mathbf i+5\mathbf j)\ \mathrm m, along the straight line segment ABAB. Find its displacement and the distance travelled.

The displacement is

AB=(8i+5j)(2i3j)=6i+8j m.\begin{aligned} \overrightarrow{AB} &=(8\mathbf i+5\mathbf j)-(2\mathbf i-3\mathbf j)\\ &=6\mathbf i+8\mathbf j\ \mathrm m. \end{aligned}

Because the path is the straight segment from AA to BB, the distance travelled equals the magnitude of this displacement:

AB=62+82=10 m.|\overrightarrow{AB}|=\sqrt{6^2+8^2}=10\ \mathrm m.

Thus the displacement is (6i+8j) m\boxed{(6\mathbf i+8\mathbf j)\ \mathrm m} and the distance is 10 m\boxed{10\ \mathrm m}.

If the route from AA to BB had curved or doubled back, the displacement would be unchanged but the distance would exceed 1010 m.

A particle moves from position (4i+7j) m(-4\mathbf i+7\mathbf j)\ \mathrm m to (5i5j) m(5\mathbf i-5\mathbf j)\ \mathrm m. Find its displacement and the magnitude of its displacement.

Answer Δr=(5(4))i+(57)j=9i12j m.\Delta\mathbf r=(5-(-4))\mathbf i+(-5-7)\mathbf j =9\mathbf i-12\mathbf j\ \mathrm m.

Therefore

Δr=92+(12)2=15 m.|\Delta\mathbf r|=\sqrt{9^2+(-12)^2}=\boxed{15\ \mathrm m}.

From position to velocity and acceleration

Section titled “From position to velocity and acceleration”

Suppose

r(t)=x(t)i+y(t)j.\mathbf r(t)=x(t)\mathbf i+y(t)\mathbf j.

Since i\mathbf i and j\mathbf j are fixed, differentiate the scalar components separately:

v(t)=x(t)i+y(t)j,\mathbf v(t)=x'(t)\mathbf i+y'(t)\mathbf j, a(t)=x(t)i+y(t)j.\mathbf a(t)=x''(t)\mathbf i+y''(t)\mathbf j.

The component x(t)x'(t) is the rate at which the horizontal coordinate changes. It is not the speed unless y(t)=0y'(t)=0.

The speed is the magnitude of velocity:

v=vx2+vy2.\boxed{|\mathbf v|=\sqrt{v_x^2+v_y^2}}.

If velocity is nonzero, it points along the tangent to the path in the direction of motion.

Worked example 2: differentiate a position vector

Section titled “Worked example 2: differentiate a position vector”

A particle has position vector

r(t)=(t2+2t)i+(12tt3)j m,t0.\mathbf r(t)=(t^2+2t)\mathbf i+(12t-t^3)\mathbf j\ \mathrm m, \qquad t\geq0.

Find its velocity, acceleration and speed at t=2t=2.

Differentiate componentwise:

v(t)=(2t+2)i+(123t2)j ms1.\mathbf v(t)=(2t+2)\mathbf i+(12-3t^2)\mathbf j\ \mathrm{m\,s^{-1}}.

Differentiate again:

a(t)=2i6tj ms2.\mathbf a(t)=2\mathbf i-6t\mathbf j\ \mathrm{m\,s^{-2}}.

At t=2t=2,

v(2)=6i+0j=6i ms1,\mathbf v(2)=6\mathbf i+0\mathbf j=6\mathbf i\ \mathrm{m\,s^{-1}}, a(2)=2i12j ms2.\mathbf a(2)=2\mathbf i-12\mathbf j\ \mathrm{m\,s^{-2}}.

Therefore the speed is

v(2)=62+02=6 ms1.|\mathbf v(2)|=\sqrt{6^2+0^2}=\boxed{6\ \mathrm{m\,s^{-1}}}.

At this instant the particle moves horizontally, but its acceleration is not horizontal. In particular, zero vertical velocity does not imply zero vertical acceleration.

The position of a particle is

r(t)=(3t21)i+(2t35t)j m.\mathbf r(t)=(3t^2-1)\mathbf i+(2t^3-5t)\mathbf j\ \mathrm m.

Find v\mathbf v, a\mathbf a and the speed at t=1t=1.

Answer v=6ti+(6t25)j,a=6i+12tj.\mathbf v=6t\mathbf i+(6t^2-5)\mathbf j, \qquad \mathbf a=6\mathbf i+12t\mathbf j.

At t=1t=1,

v(1)=6i+j,a(1)=6i+12j.\mathbf v(1)=6\mathbf i+\mathbf j, \qquad \mathbf a(1)=6\mathbf i+12\mathbf j.

Hence the speed is

37 ms1.\boxed{\sqrt{37}\ \mathrm{m\,s^{-1}}}.

For

v=vxi+vyj,\mathbf v=v_x\mathbf i+v_y\mathbf j,

the speed is vx2+vy2\sqrt{v_x^2+v_y^2}. To find direction, first use the signs of vxv_x and vyv_y to identify the quadrant. Then use a positive reference angle:

tanα=vyvx.\tan\alpha=\frac{|v_y|}{|v_x|}.

Do not trust tan1(vy/vx)\tan^{-1}(v_y/v_x) alone to describe the quadrant. If bearings are requested, remember that bearings are measured clockwise from north and written with three figures.

A particle has velocity

v=12i+5j ms1,\mathbf v=-12\mathbf i+5\mathbf j\ \mathrm{m\,s^{-1}},

where i\mathbf i points east and j\mathbf j points north. Find its speed and bearing.

Its speed is

v=(12)2+52=13 ms1.|\mathbf v|=\sqrt{(-12)^2+5^2}=13\ \mathrm{m\,s^{-1}}.

The particle moves west and north, so its direction is north of west. If α\alpha is the angle north of west,

tanα=512,\tan\alpha=\frac{5}{12},

giving α22.6\alpha\approx22.6^\circ.

West has bearing 270270^\circ. Moving 22.622.6^\circ towards north gives

270+22.6=292.6.270^\circ+22.6^\circ=292.6^\circ.

The speed is 13 ms1\boxed{13\ \mathrm{m\,s^{-1}}} on a bearing of 293\boxed{293^\circ} to the nearest degree.

The one dimensional SUVAT equations extend directly to vectors when the acceleration vector is constant:

v=u+at\boxed{\mathbf v=\mathbf u+\mathbf a t} r=r0+ut+12at2.\boxed{\mathbf r=\mathbf r_0+\mathbf u t+\frac12\mathbf a t^2}.

Equivalently, resolve into perpendicular directions:

vx=ux+axt,vy=uy+ayt,v_x=u_x+a_xt, \qquad v_y=u_y+a_yt, x=x0+uxt+12axt2,y=y0+uyt+12ayt2.x=x_0+u_xt+\frac12a_xt^2, \qquad y=y_0+u_yt+\frac12a_yt^2.

The same tt appears in both directions because these components describe one motion. The axes are mathematically independent, but the clock is shared.

Worked example 4: constant vector acceleration

Section titled “Worked example 4: constant vector acceleration”

At t=0t=0, a particle is at

r0=(3i2j) m\mathbf r_0=(3\mathbf i-2\mathbf j)\ \mathrm m

with velocity

u=(4i+7j) ms1.\mathbf u=(4\mathbf i+7\mathbf j)\ \mathrm{m\,s^{-1}}.

It has constant acceleration

a=(2i3j) ms2.\mathbf a=(2\mathbf i-3\mathbf j)\ \mathrm{m\,s^{-2}}.

Find its position and velocity after 44 seconds, and its speed then.

For velocity,

v=u+at=(4i+7j)+4(2i3j)=12i5j ms1.\begin{aligned} \mathbf v &=\mathbf u+\mathbf a t\\ &=(4\mathbf i+7\mathbf j)+4(2\mathbf i-3\mathbf j)\\ &=12\mathbf i-5\mathbf j\ \mathrm{m\,s^{-1}}. \end{aligned}

For position,

r=r0+ut+12at2=(3i2j)+4(4i+7j)+12(2i3j)(42)=35i+2j m.\begin{aligned} \mathbf r &=\mathbf r_0+\mathbf u t+\frac12\mathbf a t^2\\ &=(3\mathbf i-2\mathbf j)+4(4\mathbf i+7\mathbf j) +\frac12(2\mathbf i-3\mathbf j)(4^2)\\ &=35\mathbf i+2\mathbf j\ \mathrm m. \end{aligned}

The speed after 44 seconds is

v=122+(5)2=13 ms1.|\mathbf v|=\sqrt{12^2+(-5)^2}=\boxed{13\ \mathrm{m\,s^{-1}}}.

Thus r=35i+2j m\boxed{\mathbf r=35\mathbf i+2\mathbf j\ \mathrm m} and v=12i5j ms1\boxed{\mathbf v=12\mathbf i-5\mathbf j\ \mathrm{m\,s^{-1}}}.

A particle starts at the origin with velocity (6i2j) ms1(6\mathbf i-2\mathbf j)\ \mathrm{m\,s^{-1}} and constant acceleration (i+4j) ms2(-\mathbf i+4\mathbf j)\ \mathrm{m\,s^{-2}}. Find its position, velocity and speed after 33 seconds.

Answer r(3)=3(6i2j)+12(32)(i+4j)=272i+12j m.\begin{aligned} \mathbf r(3) &=3(6\mathbf i-2\mathbf j)+\frac12(3^2)(-\mathbf i+4\mathbf j)\\ &=\frac{27}{2}\mathbf i+12\mathbf j\ \mathrm m. \end{aligned}

Also,

v(3)=(6i2j)+3(i+4j)=3i+10j ms1.\mathbf v(3)=(6\mathbf i-2\mathbf j)+3(-\mathbf i+4\mathbf j) =3\mathbf i+10\mathbf j\ \mathrm{m\,s^{-1}}.

Therefore the speed is

109 ms1.\boxed{\sqrt{109}\ \mathrm{m\,s^{-1}}}.

Finding when a particle has a given direction

Section titled “Finding when a particle has a given direction”

A direction condition is a relationship between velocity components. For example:

  • motion parallel to i\mathbf i means vy=0v_y=0;
  • motion parallel to j\mathbf j means vx=0v_x=0;
  • motion at 4545^\circ above positive i\mathbf i means vy=vx>0v_y=v_x>0;
  • motion parallel to pi+qjp\mathbf i+q\mathbf j means v=λ(pi+qj)\mathbf v=\lambda(p\mathbf i+q\mathbf j) for some scalar λ\lambda.

The scalar λ\lambda matters. If λ<0\lambda<0, the velocity is parallel to the same line but points in the opposite sense.

Worked example 5: direction as a component condition

Section titled “Worked example 5: direction as a component condition”

A particle has velocity

v(t)=(102t)i+(1+3t)j ms1.\mathbf v(t)=(10-2t)\mathbf i+(1+3t)\mathbf j\ \mathrm{m\,s^{-1}}.

Find when it moves parallel to 2i+5j2\mathbf i+5\mathbf j, and state whether it moves in the same or opposite sense.

Parallel vectors have proportional components, so

102t2=1+3t5.\frac{10-2t}{2}=\frac{1+3t}{5}.

Cross multiply:

5(102t)=2(1+3t).5(10-2t)=2(1+3t).

Hence

5010t=2+6t,t=3.50-10t=2+6t, \qquad t=3.

At t=3t=3,

v=4i+10j=2(2i+5j).\mathbf v=4\mathbf i+10\mathbf j=2(2\mathbf i+5\mathbf j).

The multiplier is positive, so the particle moves in the same sense. This occurs at t=3 s\boxed{t=3\ \mathrm s}.

Recovering position from velocity or acceleration

Section titled “Recovering position from velocity or acceleration”

Integrate each component separately. Every integration introduces constants, determined from initial conditions.

If

v(t)=vx(t)i+vy(t)j,\mathbf v(t)=v_x(t)\mathbf i+v_y(t)\mathbf j,

then

r(t)=(vx(t)dt)i+(vy(t)dt)j.\mathbf r(t)=\left(\int v_x(t)\,\mathrm dt\right)\mathbf i +\left(\int v_y(t)\,\mathrm dt\right)\mathbf j.

It is often cleanest to use a constant vector c=C1i+C2j\mathbf c=C_1\mathbf i+C_2\mathbf j.

Worked example 6: integrate and use an initial position

Section titled “Worked example 6: integrate and use an initial position”

A particle has velocity

v(t)=3t2i+(42t)j ms1.\mathbf v(t)=3t^2\mathbf i+(4-2t)\mathbf j\ \mathrm{m\,s^{-1}}.

At t=0t=0, its position is 2i3j2\mathbf i-3\mathbf j m. Find its position at time tt, then find when it next crosses the horizontal line y=0y=0.

Integrate:

r(t)=(t3+C1)i+(4tt2+C2)j.\mathbf r(t)=(t^3+C_1)\mathbf i+(4t-t^2+C_2)\mathbf j.

Use r(0)=2i3j\mathbf r(0)=2\mathbf i-3\mathbf j:

C1=2,C2=3.C_1=2, \qquad C_2=-3.

Therefore

r(t)=(t3+2)i+(4tt23)j m.\boxed{\mathbf r(t)=(t^3+2)\mathbf i+(4t-t^2-3)\mathbf j\ \mathrm m}.

On y=0y=0,

4tt23=0,4t-t^2-3=0,

so

t24t+3=0(t1)(t3)=0.t^2-4t+3=0 \quad\Longrightarrow\quad (t-1)(t-3)=0.

The particle crosses the line at t=1t=1 and t=3t=3. The first crossing after t=0t=0 is t=1t=1, and it crosses again at t=3t=3.

The vector equation

r(t)=x(t)i+y(t)j\mathbf r(t)=x(t)\mathbf i+y(t)\mathbf j

is a parametric description of the path. To find a Cartesian equation, eliminate tt between x=x(t)x=x(t) and y=y(t)y=y(t).

A particle moves according to

r(t)=2ti+(t2+1)j.\mathbf r(t)=2t\mathbf i+(t^2+1)\mathbf j.

Find the equation of its path and the velocity when it passes through (4,5)(4,5).

From the horizontal component,

x=2tt=x2.x=2t \quad\Longrightarrow\quad t=\frac{x}{2}.

Substitute into y=t2+1y=t^2+1:

y=x24+1.\boxed{y=\frac{x^2}{4}+1}.

Differentiate the position:

v=2i+2tj.\mathbf v=2\mathbf i+2t\mathbf j.

At (4,5)(4,5), x=2tx=2t gives t=2t=2. Therefore

v=2i+4j.\boxed{\mathbf v=2\mathbf i+4\mathbf j}.

The gradient of the path there is

dydx=dy/dtdx/dt=42=2,\frac{\mathrm dy}{\mathrm dx}=\frac{\mathrm dy/\mathrm dt}{\mathrm dx/\mathrm dt} =\frac{4}{2}=2,

which agrees with the direction ratio vy/vx=4/2v_y/v_x=4/2.

A particle has position

r(t)=(t+1)i+(t22t)j.\mathbf r(t)=(t+1)\mathbf i+(t^2-2t)\mathbf j.

Find a Cartesian equation of its path and its velocity when x=4x=4.

Answer

Since x=t+1x=t+1, t=x1t=x-1. Therefore

y=(x1)22(x1)=x24x+3.y=(x-1)^2-2(x-1)=\boxed{x^2-4x+3}.

Also,

v=i+(2t2)j.\mathbf v=\mathbf i+(2t-2)\mathbf j.

When x=4x=4, t=3t=3, so

v=i+4j.\boxed{\mathbf v=\mathbf i+4\mathbf j}.

Two particles meet only if they have the same position at the same time. Solve

rA(t)=rB(t),\mathbf r_A(t)=\mathbf r_B(t),

which means solving both component equations for one common value of tt.

Their paths can cross geometrically without the particles colliding. A shared point reached at different times is not a meeting.

Particles AA and BB have positions

rA=(1+2t)i+(7t)j,\mathbf r_A=(1+2t)\mathbf i+(7-t)\mathbf j, rB=(10t)i+(1+t)j,\mathbf r_B=(10-t)\mathbf i+(1+t)\mathbf j,

where tt is measured in seconds. Determine whether they meet.

Equal i\mathbf i components require

1+2t=10t,1+2t=10-t,

so 3t=93t=9 and t=3t=3.

Check the j\mathbf j components at this same time:

73=4,1+3=4.7-3=4, \qquad 1+3=4.

Both components agree. Therefore the particles meet after 3 s\boxed{3\ \mathrm s} at

7i+4j.\boxed{7\mathbf i+4\mathbf j}.

If the second component equation had produced a different time, the particles would not meet.

The xx and yy equations use one shared time. They are two views of the same motion, not two particles or two clocks.

For v=3i+4j\mathbf v=3\mathbf i+4\mathbf j, neither component is the speed. The speed is v=5|\mathbf v|=5.

A particle can move north while accelerating east. Acceleration follows the change in velocity, not necessarily the current velocity.

Position depends on the chosen origin. Displacement over an interval is final position minus initial position.

Losing direction when using squared equations

Section titled “Losing direction when using squared equations”

An equation involving vx2v_x^2 or vy2v_y^2 gives a magnitude. Use the context or another equation to determine the sign of the component.

Intersecting paths show only that both particles can occupy the same point. A collision also requires equal times.

A particle has acceleration

a=2i4j ms2.\mathbf a=2\mathbf i-4\mathbf j\ \mathrm{m\,s^{-2}}.

At t=0t=0, its velocity is 2i+8j ms1-2\mathbf i+8\mathbf j\ \mathrm{m\,s^{-1}} and its position is 3i+j3\mathbf i+\mathbf j m.

  1. Find v(t)\mathbf v(t) and r(t)\mathbf r(t).
  2. Find when the particle moves horizontally.
  3. Find its position and speed then.
Answer

Integrating acceleration, or using constant acceleration equations,

v(t)=(2+2t)i+(84t)j.\mathbf v(t)=(-2+2t)\mathbf i+(8-4t)\mathbf j.

Then

r(t)=(32t+t2)i+(1+8t2t2)j.\mathbf r(t)=(3-2t+t^2)\mathbf i+(1+8t-2t^2)\mathbf j.

Horizontal motion requires the vertical velocity component to be zero:

84t=0t=2 s.8-4t=0 \quad\Longrightarrow\quad t=2\ \mathrm s.

At this time,

r(2)=3i+9j m,\mathbf r(2)=3\mathbf i+9\mathbf j\ \mathrm m,

and

v(2)=2i ms1.\mathbf v(2)=2\mathbf i\ \mathrm{m\,s^{-1}}.

Therefore the speed is 2 ms1\boxed{2\ \mathrm{m\,s^{-1}}} and the position is 3i+9j m\boxed{3\mathbf i+9\mathbf j\ \mathrm m}.

Before accepting a solution, check that you have:

  1. defined the directions of i\mathbf i and j\mathbf j if they are not given;
  2. used one common time in both components;
  3. subtracted positions in the correct order for displacement;
  4. differentiated or integrated every component;
  5. used v|\mathbf v|, not one component, for speed;
  6. checked the quadrant before stating a direction;
  7. included units and interpreted negative components;
  8. checked both coordinates when deciding whether particles meet.

Apply this component method to projectile motion, where horizontal acceleration is zero and vertical acceleration is g-g. Then connect forces to acceleration in dynamics in a plane. For motion given by more general vector functions, consolidate calculus in kinematics.