$a \;\xrightarrow{\text{integrate}}\; v \;\xrightarrow{\text{integrate}}\; s$
| Quantity | Meaning | Units |
|---|---|---|
| Displacement $s$ | Position relative to a starting point β can be negative | m |
| Velocity $v$ | Rate of change of displacement β has direction | m sβ»ΒΉ |
| Acceleration $a$ | Rate of change of velocity | m sβ»Β² |
A particle's displacement is $s = t^3 - 6t^2 + 9t$ metres at time $t$ seconds. Find $v$ and $a$, and the values at $t = 4$.
Maximum or minimum velocity? Set $a = 0$
Changes direction? Find where $v$ changes sign
For the particle in Worked Example 1, find when it is momentarily at rest, and describe its motion in the first $4$ seconds.
Find the minimum velocity of the same particle.
A particle has acceleration $a = 6t - 4$ m sβ»Β². At $t = 0$ it has velocity $5$ m sβ»ΒΉ and displacement $2$ m. Find $s$ in terms of $t$.
A particle has $v = t^2 - 4t$ m sβ»ΒΉ. Find (a) the change in displacement, and (b) the total distance travelled, over the first $6$ seconds.
$v^2 = u^2 + 2as$ · $s = \tfrac12(u+v)t$
$a$ contains $t$ → you must use calculus
A stone is dropped from rest down a well and hits the water after $2.5$ seconds. Taking $g = 9.8$ m sβ»Β², find the depth.
A train's acceleration is $a = 1.2 - 0.06t$ m sβ»Β². It starts from rest. Find its speed when the acceleration first reaches zero, and the distance travelled by then.
Differentiate
$s \to v \to a$.
Integrate
$a \to v \to s$, with a constant each time.
Constants
Come from the initial conditions.
At rest
Set $v = 0$.
Max velocity
Set $a = 0$.
Displacement change
$\displaystyle\int_{t_1}^{t_2} v\,\mathrm{d}t$.
Total distance
Split where $v = 0$; add the sizes.
Speed
The size of velocity β never negative.
Constant $a$
Use the suvat formulae.
Variable $a$
Calculus only β suvat is invalid.
A particle has $s = 4t^2 + 3t$ m. Find its velocity at $t = 2$.
βΆ Show solution
$v = 8t + 3$
At $t=2$: $v = 19$ m sβ»ΒΉ
A particle has $v = 3t^2 - 2t$ m sβ»ΒΉ. Find its acceleration at $t = 3$.
βΆ Show solution
$a = 6t - 2$
At $t=3$: $a = 16$ m sβ»Β²
A particle has $s = t^3 - 9t$ m. Find when it is momentarily at rest.
βΆ Show solution
$v = 3t^2 - 9 = 0$
$t^2 = 3$, so $t = \sqrt3 = 1.73$ s (3 s.f.), taking $t > 0$.
A particle has $a = 4$ m sβ»Β² and starts from rest. Find its velocity after $6$ s.
βΆ Show solution
Acceleration is constant, so use $v = u + at$:
$v = 0 + 4(6) = 24$ m sβ»ΒΉ
A particle has $a = 12t$ m sβ»Β² and velocity $2$ m sβ»ΒΉ at $t = 0$. Find $v$ in terms of $t$.
βΆ Show solution
$v = \displaystyle\int 12t \,\mathrm{d}t = 6t^2 + c$
At $t=0$, $v=2$, so $c = 2$.
$v = 6t^2 + 2$
A particle has $v = 2t + 1$ m sβ»ΒΉ. Find the distance travelled between $t = 1$ and $t = 4$.
βΆ Show solution
$v > 0$ throughout, so no splitting is needed.
$\displaystyle\int_1^4 (2t+1)\,\mathrm{d}t = \Big[t^2 + t\Big]_1^4$
$= (16+4) - (1+1) = 18$ m
A ball is thrown upwards at $14$ m sβ»ΒΉ. Taking $g = 9.8$ m sβ»Β², find the greatest height reached.
βΆ Show solution
Constant acceleration, so use $v^2 = u^2 + 2as$ with $v = 0$ at the top, $u = 14$, $a = -9.8$:
$0 = 196 - 19.6s$
$s = \dfrac{196}{19.6} = 10$ m
A particle has $v = t^2 - 6t + 8$ m sβ»ΒΉ. Find when it changes direction.
βΆ Show solution
$t^2 - 6t + 8 = (t-2)(t-4) = 0$, so $v = 0$ at $t = 2$ and $t = 4$.
At $t=0$: $v = 8 > 0$. At $t=3$: $v = 9-18+8 = -1 < 0$. At $t=5$: $v = 25-30+8 = 3 > 0$.
The velocity changes sign at both, so the particle changes direction at $t = 2$ s and $t = 4$ s.
A car's acceleration is $a = 3 - 0.5t$ m sβ»Β². It starts from rest. Find its maximum velocity.
βΆ Show solution
Velocity is greatest when $a = 0$: $3 = 0.5t$, so $t = 6$ s.
$v = \displaystyle\int (3 - 0.5t)\,\mathrm{d}t = 3t - 0.25t^2 + c$, and $v(0) = 0$ gives $c = 0$.
At $t = 6$: $v = 18 - 9 = 9$ m sβ»ΒΉ
Since $a$ becomes negative after $t=6$, this is a maximum.
A particle moves in a straight line with velocity $v = 3t^2 - 12t + 9$ m sβ»ΒΉ, starting from the origin at $t = 0$.
(a) Find the acceleration at $t = 1$. (b) Find when the particle is momentarily at rest. (c) Find its displacement at $t = 4$. (d) Find the total distance travelled in the first $4$ seconds, and explain why this exceeds the answer to (c).
βΆ Show solution
(a) $a = \dfrac{\mathrm{d}v}{\mathrm{d}t} = 6t - 12$
At $t=1$: $a = -6$ m sβ»Β² β the particle is decelerating.
(b) $3t^2 - 12t + 9 = 3(t-1)(t-3) = 0$
At rest at $t = 1$ s and $t = 3$ s.
(c) $s = \displaystyle\int_0^4 \left(3t^2-12t+9\right)\mathrm{d}t = \Big[t^3 - 6t^2 + 9t\Big]_0^4$
At $t=4$: $64 - 96 + 36 = 4$. At $t=0$: $0$.
Displacement $= 4$ m from the origin.
(d) The velocity changes sign at $t=1$ and $t=3$, so split the interval into three parts. Write $\mathrm{S}(t) = t^3 - 6t^2 + 9t$.
$\mathrm{S}(0) = 0$, $\mathrm{S}(1) = 1-6+9 = 4$, $\mathrm{S}(3) = 27-54+27 = 0$, $\mathrm{S}(4) = 4$
$0 \to 1$ s: displacement $+4$ m (forwards)
$1 \to 3$ s: displacement $0 - 4 = -4$ m (backwards)
$3 \to 4$ s: displacement $4 - 0 = +4$ m (forwards)
Total distance $= 4 + 4 + 4 = \mathbf{12}$ m
Why it exceeds (c): the particle went $4$ m forwards, came all the way back to the origin, then went $4$ m forwards again. Its net displacement is only $4$ m, but the odometer reading β the total path length β is $12$ m.
Displacement counts only where you ended up; distance counts every metre travelled, which is why the backwards leg must be added rather than subtracted.