Maths Mutt HOME

Vectors and Forces

Refresher

In the following diagram, vector a has direction θ in the (x,y) plane and is shown with unit vectors i and j.

If a represents the position vector of the point A(\(a_x, a_y\)), then:
\(\mathbf{a} = a_x \mathbf{i} + a_y \mathbf{j}\)

vector diagram
\[ \mathbf{a} = \bigl(\lvert \mathbf{a} \rvert \cos\theta\bigr)\mathbf{i} + \bigl(\lvert \mathbf{a} \rvert \sin\theta\bigr)\mathbf{j} \] \[ \quad =\; \lvert \mathbf{a} \rvert\, \bigl(\cos\theta\,\mathbf{i} + \sin\theta\,\mathbf{j}\bigr) \]

Comparing coefficients of point A:

\[ \mathbf{a} = a_x\,\mathbf{i} + a_y\,\mathbf{j} \] \[ \Rightarrow\quad a_x = \lvert \mathbf{a} \rvert \cos\theta \qquad\text{and}\qquad a_y = \lvert \mathbf{a} \rvert \sin\theta \]

Further:

\[ \lvert \mathbf{a} \rvert = \sqrt{\,a_x^{2} + a_y^{2}\,} \] \[ \theta = \begin{cases} \cos^{-1}\!\left(\dfrac{a_x}{\lvert \mathbf{a} \rvert}\right) & \text{if } a_y \ge 0,\\[10pt] -\cos^{-1}\!\left(\dfrac{a_x}{\lvert \mathbf{a} \rvert}\right) & \text{if } a_y \lt 0. \end{cases} \]

For calculations with vertical and horizontal components, avoid confusion by always using the angle between the vector and the horizontal.

If P is a particle, the position vector of P at time t is given by:

\[ \mathbf{r}_P = x\,\mathbf{i} + y\,\mathbf{j} + z\,\mathbf{k} \]

The velocity vector of P is:

\[ \mathbf{V}_P = \frac{d\,\mathbf{r}_P}{dt} \] \[ = \frac{dx}{dt}\,\mathbf{i} + \frac{dy}{dt}\,\mathbf{j} + \frac{dz}{dt}\,\mathbf{k} \]

Otherwise written:

\[ \dot{\mathbf{r}}_{P} = \dot{x}\,\mathbf{i} + \dot{y}\,\mathbf{j} + \dot{z}\,\mathbf{k} \]

The acceleration of P at time t is:

\[ \mathbf{a}_P = \frac{d\,\mathbf{v}_P}{dt} \] \[ = \frac{d^{2}x}{dt^{2}}\,\mathbf{i} + \frac{d^{2}y}{dt^{2}}\,\mathbf{j} + \frac{d^{2}z}{dt^{2}}\,\mathbf{k} \]

Also written as:

\[ \ddot{\mathbf{r}}_{P} = \ddot{x}\,\mathbf{i} + \ddot{y}\,\mathbf{j} + \ddot{z}\,\mathbf{k} \]
Example

A particle moves in the x-y plane relative to a fixed point O.

The particle is initially located at the point -2i + 3j, where i and j  are unit vectors in the directions of the x- and y-axis respectively.

t seconds after the start of its motion, the velocity of the particle is given by v = 2sin ti +3cos5tj

Find expressions for the acceleration and position of the particle t seconds after the start of its motion.


Acceleration:

\[ \mathbf{v} = 2\sin t\,\mathbf{i} + 3\cos(5t)\,\mathbf{j} \] \[ \mathbf{a} = \frac{d\mathbf{v}}{dt} = 2\cos t\,\mathbf{i} - 15\sin(5t)\,\mathbf{j} \]

Displacement:

\[ \mathbf{v} = 2\sin t\,\mathbf{i} + 3\cos(5t)\,\mathbf{j} \] \[ \mathbf{r} = \int \mathbf{v}\,dt \] \[ = \int \bigl(2\sin t\,\mathbf{i} + 3\cos(5t)\,\mathbf{j}\bigr)\,dt \] \[ = -2\cos t\,\mathbf{i} + \frac{3}{5}\sin(5t)\,\mathbf{j} + \mathbf{c} \] \[ \text{when } t = 0 \] \[ \mathbf{r}_0 = -2\cos 0\,\mathbf{i} + \frac{3}{5}\sin 0\,\mathbf{j} + \mathbf{c} \] \[ -2\mathbf{i} + 3\mathbf{j} = -2\mathbf{i} + \mathbf{c} \] \[ \mathbf{c} = 3\mathbf{j} \] \[ \mathbf{r}(t) = -2\cos t\,\mathbf{i} + \frac{3}{5}\sin(5t)\,\mathbf{j} + 3\mathbf{j} \] \[ = -2\cos t\,\mathbf{i} + \Bigl(3 + \frac{3}{5}\sin(5t)\Bigr)\mathbf{j} \]
Example

A particle starts at \(-2\mathbf{i} + 3\mathbf{j}\) with velocity \(3\mathbf{i} + 4\mathbf{j}\) m/s and acceleration \(2\mathbf{i} + 4\mathbf{j}\) m/s².

Find its velocity, speed, and position after 5 seconds.


\[ \mathbf{a} = 2\,\mathbf{i} + 4\,\mathbf{j} \] \[ \mathbf{v} = \int \mathbf{a}\,dt \] \[ = 2t\,\mathbf{i} + 4t\,\mathbf{j} + \mathbf{c} \] \[ \text{when } t = 0 \] \[ 3\mathbf{i} + 4\mathbf{j} = 0\mathbf{i} + 0\mathbf{j} + \mathbf{c} \] \[ \mathbf{c} = 3\mathbf{i} + 4\mathbf{j} \] \[ \mathbf{v} = 2t\,\mathbf{i} + 4t\,\mathbf{j} + 3\mathbf{i} + 4\mathbf{j} \] \[ = (2t + 3)\,\mathbf{i} + (4t + 4)\,\mathbf{j} \]

When t = 5:

\( \mathbf{v} = 13\mathbf{i} + 24\mathbf{j} \) m/s

\[ \text{speed} = \lvert \mathbf{v} \rvert \] \[ = \sqrt{13^{2} + 24^{2}} \] \[ = \sqrt{745} \] \[ = 27.29\,\text{m/s} \]
\[ \mathbf{v} = (2t + 3)\,\mathbf{i} + (4t + 4)\,\mathbf{j} \] \[ \mathbf{r}(t) = \int \mathbf{v}\,dt \] \[ = \int \Bigl[(2t + 3)\,\mathbf{i} + (4t + 4)\,\mathbf{j}\Bigr]\,dt \] \[ = (t^{2} + 3t)\,\mathbf{i} + (2t^{2} + 4t)\,\mathbf{j} + \mathbf{c} \] \[ \text{when } t = 0 \] \[ -2\mathbf{i} + 3\mathbf{j} = 0\mathbf{i} + 0\mathbf{j} + \mathbf{c} \] \[ \mathbf{c} = -2\mathbf{i} + 3\mathbf{j} \] \[ \mathbf{r}(t) = (t^{2} + 3t)\,\mathbf{i} + (2t^{2} + 4t)\,\mathbf{j} - 2\mathbf{i} + 3\mathbf{j} \] \[ = (t^{2} + 3t - 2)\,\mathbf{i} + (2t^{2} + 4t + 3)\,\mathbf{j} \]

When t = 5:

\[ \mathbf{r}(t) = (t^{2} + 3t - 2)\,\mathbf{i} + (2t^{2} + 4t + 3)\,\mathbf{j} \] \[ \mathbf{r}(5) = (25 + 15 - 2)\,\mathbf{i} + (50 + 20 + 3)\,\mathbf{j} \] \[ \mathbf{r}(5) = 38\,\mathbf{i} + 73\,\mathbf{j} \]

\( \mathbf{r} = 38\mathbf{i} + 73\mathbf{j} \) m

Effects of Wind

Example

A ship travelling westward at 8 km/h is subjected to a wind blowing from the north at 60 km/h.

ship and wind diagram 1

What effect does the wind have on the ship?

ship and wind diagram 2

The ship is blown off course by 82.4°.

\[ \tan\theta = \frac{60}{8} \] \[ \theta = \tan^{-1}\!\left(\frac{60}{8}\right) \] \[ = 82.4^\circ \]

Principle of Two Forces

If an object is at rest and remains so, and is acted upon by just two forces, then:

a) The forces are equal in magnitude and opposite in direction.

b) Both forces act along the line joining their points of application.

Law of Statics

If an object acted upon by various forces is at rest and remains so, then the vector sum of all the forces acting upon it is equal to zero.

Example

A baby is suspended from two springs in static equilibrium. What is the mass M (kg) of the baby?

baby in springs diagram

Take the acceleration due to gravity as 9.81 m/s².

force diagram

Split into components:

\[ \mathbf{a} = 50\cos 130^\circ\,\mathbf{i} + 50\sin 130^\circ\,\mathbf{j} \] \[ \mathbf{c} = 50\cos 50^\circ\,\mathbf{i} + 50\sin 50^\circ\,\mathbf{j} \] \[ \mathbf{b} = -9.81M\,\mathbf{j} \]

Vertical components:

\[ a_y + b_y + c_y = 0 \] \[ 50\sin 130^\circ + 50\sin 50^\circ - 9.81M = 0 \] \[ \Rightarrow\; M = \frac{50\sin 130^\circ + 50\sin 50^\circ}{9.81} \] \[ \Rightarrow\; M = 7.81\,\text{Kg}\;\text{(2dp)} \]

Alternatively, using Lami’s Theorem:

Lami diagram
\[ \frac{A}{\sin\alpha} = \frac{B}{\sin\beta} = \frac{C}{\sin\gamma} \]
baby equilibrium solution
\[ \frac{A}{\sin\alpha} = \frac{B}{\sin\beta} = \frac{C}{\sin\gamma} \] \[ \frac{Mg}{\sin 80^\circ} = \frac{50}{\sin 140^\circ} \] \[ Mg = \frac{50}{\sin 140^\circ}\,\sin 80^\circ \] \[ Mg = 76.60444\;\text{N} \] \[ M = \frac{76.60444}{9.81} = 7.8088\;\text{Kg} \] \[ M = 7.81\;\text{Kg}\;(2dp) \]

Frame of Reference

A frame of reference is used to fix the origin of a coordinate system that can then be used to take measurements for calculations within that frame.

Example

Here, Alfie is sat stationary, watching Bert run at a constant speed after Paul, who is driving away at a constant speed.

frame of reference diagram 1

From Alfie's point of view, at any given time the coordinate of Bert is \(x_{BA}\) and the coordinate of Paul is \(x_{PA}\).

From Bert's point of view, at any given time the coordinate of Paul is \(x_{PB}\).

frame of reference diagram 2

So:

\(x_{PA} = x_{PB} + x_{BA}\)

frame of reference diagram 3

Relative position, velocity and acceleration

relative position diagram

The positions of two bodies, A and B, are shown from the origin O.

The instantaneous position of A is represented by the vector \(\mathbf{r}_a\), and that of B by \(\mathbf{r}_b\).

\[ \overrightarrow{BA} = \overrightarrow{BO} + \overrightarrow{OA} \] \[ \overrightarrow{BA} = -\mathbf{r}_b + \mathbf{r}_a \] \[ \overrightarrow{BA} = \mathbf{r}_a - \mathbf{r}_b \]

Relative Motion

When two frames of reference, A and B, are moving relative to each other at a constant velocity, the velocity of a particle P as measured by an observer in frame A is:

\[ \vec{v}_{PA} = \vec{v}_{PB} + \vec{v}_{BA} \]

Which can be written without vector arrows for motion in a single axis:

\(V_{PA} = V_{PB} + V_{BA}\)

Re‑arranging gives:

\[ \vec{v}_{BA} = \vec{v}_{PA} - \vec{v}_{PB} \]

Some texts use:

\(_B V_A = V_{PB} - V_{PA}\)

to show the velocity of B relative to A.

To find the acceleration of P as measured from A and B, the velocity vectors are differentiated with respect to time:

\[ \frac{d}{dt}\!\left( v_{PA} \right) = \frac{d}{dt}\!\left( v_{PB} \right) + \frac{d}{dt}\!\left( v_{BA} \right) \]

Since \(V_{BA}\) is constant, the last term is zero:

\(a_{PA} = a_{PB}\)

Observers on different frames of reference that move at constant velocity relative to each other will measure the same acceleration for a moving particle.

Example

Ship A is moving with speed 10 km/h due west and ship B is moving with speed 8 km/h due north. Find the magnitude and direction of the velocity of ship A relative to ship B.

relative motion diagram 1

The question wants the velocity of ship A relative to ship B:

\(_A V_B = V_{PA} - V_{PB}\)

\(_A V_B = V_A - V_B\)

\[ \vec{v}_{AB} = \vec{v}_{PA} - \vec{v}_{PB} \] \[ = \begin{pmatrix} -10 \\[4pt] 0 \end{pmatrix} - \begin{pmatrix} 0 \\[4pt] 8 \end{pmatrix} \] \[ = \begin{pmatrix} -10 \\[4pt] -8 \end{pmatrix} \]

The direction of B is reversed for the resulting velocity diagram.

relative motion diagram 2 relative motion diagram 3
\[ \left|\vec{v}_{AB}\right| = \sqrt{(-10)^{2} + (-8)^{2}} \] \[ = \sqrt{164} \] \[ = 12.806\;\text{km/h} \]
\[ \tan\theta = \frac{8}{10} \] \[ \theta = \tan^{-1}\!\left(\frac{8}{10}\right) \] \[ \theta = 38.659^\circ \]

The bearing of ship A from ship B is \(270^\circ - 38.7^\circ \approx 231^\circ\).

This can also be written as W39°S (39° south from west) or S51°W (51° west of south).

The magnitude of the velocity of ship A from ship B is 12.81 km/h.

Maths Mutt logo © Alexander Forrest