Skip to content

Kinematics (Extended)

This document extends the core kinematics material with deeper derivations, multi-stage problems, Projectile motion in two dimensions, and the calculus approach to variable acceleration.


1. Equations of Motion (SUVAT) — Rigorous Derivation

Section titled “1. Equations of Motion (SUVAT) — Rigorous Derivation”

Starting from the definition of constant acceleration:

a=dvdta = \frac{dv}{dt}

Integrating with respect to tt:

0tadt=uvdv    at=vu    v=u+at\int_0^t a\,dt = \int_u^v dv \implies at = v - u \implies v = u + at

This is SUVAT equation 1. We now derive the remaining four.

Equation 2: s=ut+12at2s = ut + \tfrac{1}{2}at^2

Since v=dsdt=u+atv = \dfrac{ds}{dt} = u + atIntegrate:

0sds=0t(u+at)dt    s=ut+12at2\int_0^s ds = \int_0^t (u + at)\,dt \implies s = ut + \frac{1}{2}at^2

Equation 3: s=12(u+v)ts = \dfrac{1}{2}(u + v)t

Substitute v=u+atv = u + at into Equation 2:

s=ut+12(vu)t=12(2u+vu)t=12(u+v)ts = ut + \frac{1}{2}(v - u)t = \frac{1}{2}(2u + v - u)t = \frac{1}{2}(u + v)t

Equation 4: v2=u2+2asv^2 = u^2 + 2as

From v=u+atv = u + atSquare both sides:

v2=(u+at)2=u2+2uat+a2t2v^2 = (u + at)^2 = u^2 + 2uat + a^2t^2

Factor 2a2a from the last two terms:

v2=u2+2a ⁣(ut+12at2)=u2+2asv^2 = u^2 + 2a\!\left(ut + \frac{1}{2}at^2\right) = u^2 + 2as

Equation 5: s=vt12at2s = vt - \tfrac{1}{2}at^2

Substitute u=vatu = v - at into Equation 2:

s=(vat)t+12at2=vt12at2s = (v - at)t + \frac{1}{2}at^2 = vt - \frac{1}{2}at^2

The key skill is identifying which variable is unknown and which is not needed:

UnknownDo not use
displacement ssv2=u2+2asv^2 = u^2 + 2as
final velocity vvs=12(u+v)ts = \tfrac{1}{2}(u+v)t
time ttv2=u2+2asv^2 = u^2 + 2as
acceleration aas=12(u+v)ts = \tfrac{1}{2}(u+v)t
initial velocity uus=vt12at2s = vt - \tfrac{1}{2}at^2

Problem. A car accelerates uniformly from rest at 2  ms22\;\mathrm{m\,s^{-2}} for 6 seconds, then Decelerates uniformly at 3  ms23\;\mathrm{m\,s^{-2}} until it comes to rest. Find the total distance Travelled.

Stage 1: Acceleration.

v=u+at=0+2×6=12  ms1v = u + at = 0 + 2 \times 6 = 12\;\mathrm{m\,s^{-1}}

s1=ut+12at2=0+12(2)(36)=36  ms_1 = ut + \frac{1}{2}at^2 = 0 + \frac{1}{2}(2)(36) = 36\;\mathrm{m}

Stage 2: Deceleration. Now u=12u = 12, v=0v = 0, a=3a = -3.

t2=vua=0123=4  st_2 = \frac{v - u}{a} = \frac{0 - 12}{-3} = 4\;\mathrm{s}

s2=12(u+v)t2=12(12+0)(4)=24  ms_2 = \frac{1}{2}(u + v)t_2 = \frac{1}{2}(12 + 0)(4) = 24\;\mathrm{m}

stotal=36+24=60  ms_{\mathrm{total}} = 36 + 24 = 60\;\mathrm{m}


Near the Earth”s surface, all objects in free fall (neglecting air resistance) experience the same Acceleration gg. The standard value is:

g9.8  ms2(or 9.81  ms2 for greater precision)g \approx 9.8\;\mathrm{m\,s^{-2}} \quad (\mathrm{or}\ 9.81\;\mathrm{m\,s^{-2}}\ \mathrm{for\ greater\ precision})

The direction of gg is always downward. The sign convention must be established at the start Of every problem.

Convention A (upward positive): Displacement upward is positive, so a=ga = -g.

Convention B (downward positive): Displacement downward is positive, so a=+ga = +g.

Both conventions are valid, but you must be consistent throughout a single problem.

Problem. A ball is thrown vertically upward at 15  ms115\;\mathrm{m\,s^{-1}} from a height of 2  m2\;\mathrm{m} above the ground. Taking g=9.8  ms2g = 9.8\;\mathrm{m\,s^{-2}} and upward as positive, find The speed with which it hits the ground.

At the highest point, v=0v = 0:

tmax=vua=0159.8=159.81.531  st_{\mathrm{max}} = \frac{v - u}{a} = \frac{0 - 15}{-9.8} = \frac{15}{9.8} \approx 1.531\;\mathrm{s}

Maximum height above the throw point:

sup=v2u22a=02252(9.8)=22519.611.48  ms_{\mathrm{up}} = \frac{v^2 - u^2}{2a} = \frac{0 - 225}{2(-9.8)} = \frac{225}{19.6} \approx 11.48\;\mathrm{m}

Total height above ground: 11.48+2=13.48  m11.48 + 2 = 13.48\;\mathrm{m}.

On the way down: u=0u = 0, a=9.8a = -9.8 (still upward positive), s=13.48  ms = -13.48\;\mathrm{m}.

v2=0+2(9.8)(13.48)=264.21v^2 = 0 + 2(-9.8)(-13.48) = 264.21

v=264.2116.26  ms1v = -\sqrt{264.21} \approx -16.26\;\mathrm{m\,s^{-1}}

The negative sign confirms downward motion. Speed =16.3  ms1= 16.3\;\mathrm{m\,s^{-1}} (3 s.f.).


3.1 Resolving into horizontal and vertical components

Section titled “3.1 Resolving into horizontal and vertical components”

For a projectile launched with speed uu at angle θ\theta above the horizontal:

ux=ucosθ,uy=usinθu_x = u\cos\theta, \qquad u_y = u\sin\theta

The key principle is that horizontal and vertical motion are independent:

  • Horizontal: constant velocity (no acceleration, neglecting air resistance).
  • Vertical: uniform acceleration gg downward.

Taking the launch point as the origin, with upward as positive:

x = u\cos\theta \cdot t \tag{horizontal}

y = u\sin\theta \cdot t - \frac{1}{2}gt^2 \tag{vertical}

Eliminating tt from the parametric equations:

t=xucosθt = \frac{x}{u\cos\theta}

y=usinθxucosθ12g ⁣(xucosθ) ⁣2y = u\sin\theta \cdot \frac{x}{u\cos\theta} - \frac{1}{2}g\!\left(\frac{x}{u\cos\theta}\right)^{\!2}

y=xtanθgx22u2cos2θ\boxed{y = x\tan\theta - \frac{gx^2}{2u^2\cos^2\theta}}

This is the equation of a parabola, confirming that the trajectory of a projectile (under Constant gravity with no air resistance) is parabolic.

Time of flight (landing at the same height): Setting y=0y = 0:

t=2usinθgt = \frac{2u\sin\theta}{g}

Maximum height:

H=u2sin2θ2gH = \frac{u^2\sin^2\theta}{2g}

Range:

R=u2sin2θgR = \frac{u^2\sin 2\theta}{g}

Maximum range occurs when sin2θ=1\sin 2\theta = 1I.e. θ=45\theta = 45^\circGiving Rmax=u2gR_{\max} = \dfrac{u^2}{g}.

3.5 Proof that complementary angles give the same range

Section titled “3.5 Proof that complementary angles give the same range”

If θ1+θ2=90\theta_1 + \theta_2 = 90^\circThen sin2θ1=sin(1802θ2)=sin2θ2\sin 2\theta_1 = \sin(180^\circ - 2\theta_2) = \sin 2\theta_2.

Therefore R(θ1)=R(θ2)R(\theta_1) = R(\theta_2).

Problem. A cricketer hits a ball at 25  ms125\;\mathrm{m\,s^{-1}} at 3535^\circ above the horizontal From a height of 1.5  m1.5\;\mathrm{m}. Taking g=9.8  ms2g = 9.8\;\mathrm{m\,s^{-2}}Find the horizontal distance Travelled before the ball hits the ground.

ux=25cos3520.48  ms1u_x = 25\cos 35^\circ \approx 20.48\;\mathrm{m\,s^{-1}}

uy=25sin3514.34  ms1u_y = 25\sin 35^\circ \approx 14.34\;\mathrm{m\,s^{-1}}

When the ball hits the ground, y=1.5  my = -1.5\;\mathrm{m}:

1.5=14.34t4.9t2-1.5 = 14.34t - 4.9t^2

4.9t214.34t1.5=04.9t^2 - 14.34t - 1.5 = 0

t=14.34±14.342+4(4.9)(1.5)2(4.9)=14.34±205.64+29.49.8t = \frac{14.34 \pm \sqrt{14.34^2 + 4(4.9)(1.5)}}{2(4.9)} = \frac{14.34 \pm \sqrt{205.64 + 29.4}}{9.8}

t=14.34+15.389.83.025  s(taking the positive root)t = \frac{14.34 + 15.38}{9.8} \approx 3.025\;\mathrm{s} \quad (\mathrm{taking\ the\ positive\ root})

x=20.48×3.02561.95  mx = 20.48 \times 3.025 \approx 61.95\;\mathrm{m}

The ball travels approximately 62.0  m62.0\;\mathrm{m} horizontally.


4. Two-Dimensional Motion with Non-Perpendicular Components

Section titled “4. Two-Dimensional Motion with Non-Perpendicular Components”

Sometimes it is convenient to resolve velocity or acceleration along non-horizontal/vertical Directions, such as parallel and perpendicular to an inclined plane.

For an inclined plane at angle α\alpha to the horizontal:

  • Parallel to the plane: a=gsinαa_{\parallel} = g\sin\alpha (down the plane)
  • Perpendicular to the plane: a=gcosαa_{\perp} = g\cos\alpha (into the plane)

4.2 Worked example: projectile on an inclined plane

Section titled “4.2 Worked example: projectile on an inclined plane”

Problem. A particle is projected up a plane inclined at 3030^\circ to the horizontal with Speed 20  ms120\;\mathrm{m\,s^{-1}} at an angle of 5050^\circ to the horizontal. Taking g=9.8  ms1g = 9.8\;\mathrm{m\,s^{-1}} Find the distance travelled up the plane before the particle lands on it.

Resolve parallel and perpendicular to the plane. The angle of projection relative to the plane is 5030=2050^\circ - 30^\circ = 20^\circ.

Parallel to plane: u=20cos2018.79  ms1u_{\parallel} = 20\cos 20^\circ \approx 18.79\;\mathrm{m\,s^{-1}}

a=gsin30=4.9  ms2a_{\parallel} = -g\sin 30^\circ = -4.9\;\mathrm{m\,s^{-2}}

Perpendicular to plane: u=20sin206.84  ms1u_{\perp} = 20\sin 20^\circ \approx 6.84\;\mathrm{m\,s^{-1}}

a=gcos30=8.49  ms2a_{\perp} = -g\cos 30^\circ = -8.49\;\mathrm{m\,s^{-2}}

Time of flight: the particle lands when its perpendicular displacement returns to zero.

s=ut+12at2=0s_{\perp} = u_{\perp}t + \tfrac{1}{2}a_{\perp}t^2 = 0

t ⁣(6.844.245t)=0    t=6.844.2451.611  st\!\left(6.84 - 4.245t\right) = 0 \implies t = \frac{6.84}{4.245} \approx 1.611\;\mathrm{s}

Distance up the plane:

s=18.79(1.611)+12(4.9)(1.611)2=30.276.3623.9  ms_{\parallel} = 18.79(1.611) + \tfrac{1}{2}(-4.9)(1.611)^2 = 30.27 - 6.36 \approx 23.9\;\mathrm{m}


5.1 Using calculus for non-constant acceleration

Section titled “5.1 Using calculus for non-constant acceleration”

When acceleration is not constant, the SUVAT equations do not apply. Instead, we use the calculus Relationships:

v=dsdt,a=dvdt=d2sdt2=vdvdsv = \frac{ds}{dt}, \qquad a = \frac{dv}{dt} = \frac{d^2s}{dt^2} = v\frac{dv}{ds}

s=vdt,v=adts = \int v\,dt, \qquad v = \int a\,dt

The chain rule form a=vdvdsa = v\,\dfrac{dv}{ds} is particularly useful when acceleration is given as a Function of displacement rather than time.

5.2 Derivation of a=vdvdsa = v\,\dfrac{dv}{ds}

Section titled “5.2 Derivation of a=v dvdsa = v\,\dfrac{dv}{ds}a=vdsdv​”

By the chain rule:

a=dvdt=dvdsdsdt=dvdsva = \frac{dv}{dt} = \frac{dv}{ds} \cdot \frac{ds}{dt} = \frac{dv}{ds} \cdot v

This allows us to solve problems where a=f(s)a = f(s) by separating variables:

vdv=ads    vdv=ads    12v2=ads+Cv\,dv = a\,ds \implies \int v\,dv = \int a\,ds \implies \frac{1}{2}v^2 = \int a\,ds + C

Problem. A particle moves in a straight line with acceleration a=6t2t2  ms2a = 6t - 2t^2\;\mathrm{m\,s^{-2}}. At t=0t = 0, v=3  ms1v = 3\;\mathrm{m\,s^{-1}} and s=0s = 0. Find the distance travelled in the first 44 seconds.

v=(6t2t2)dt=3t223t3+Cv = \int (6t - 2t^2)\,dt = 3t^2 - \frac{2}{3}t^3 + C

When t=0t = 0, v=3v = 3: C=3C = 3.

v=3t223t3+3v = 3t^2 - \frac{2}{3}t^3 + 3

Check if the particle changes direction (i.e. v=0v = 0):

3t223t3+3=0    9t22t3+9=03t^2 - \frac{2}{3}t^3 + 3 = 0 \implies 9t^2 - 2t^3 + 9 = 0

By inspection or numerical methods, v>0v \gt 0 for all t0t \geq 0 (since 9t2+9>2t39t^2 + 9 \gt 2t^3 for 0t40 \leq t \leq 4).

s=04 ⁣(3t223t3+3)dt=[t316t4+3t]04s = \int_0^4 \!\left(3t^2 - \frac{2}{3}t^3 + 3\right)dt = \left[t^3 - \frac{1}{6}t^4 + 3t\right]_0^4

s=642566+12=6442.67+12=33.33  ms = 64 - \frac{256}{6} + 12 = 64 - 42.67 + 12 = 33.33\;\mathrm{m}

Problem. A particle moves with acceleration a=0.1v2  ms2a = -0.1v^2\;\mathrm{m\,s^{-2}}. Initially v=10  ms1v = 10\;\mathrm{m\,s^{-1}}. Find an expression for vv in terms of tt.

Since a=dvdta = \dfrac{dv}{dt}:

dvdt=0.1v2\frac{dv}{dt} = -0.1v^2

Separating variables:

1v2dv=0.1dt\int \frac{1}{v^2}\,dv = \int -0.1\,dt

1v=0.1t+C-\frac{1}{v} = -0.1t + C

When t=0t = 0, v=10v = 10: 110=C-\dfrac{1}{10} = C.

1v=0.1t110-\frac{1}{v} = -0.1t - \frac{1}{10}

1v=0.1t+0.1=0.1(t+1)\frac{1}{v} = 0.1t + 0.1 = 0.1(t + 1)

v=10t+1  ms1v = \frac{10}{t + 1}\;\mathrm{m\,s^{-1}}