Study Vault
All PostsFlashcardsResourcesAI ChatBlog
  1. Home
  2. /↳All Posts
  3. /↳Add Math
  4. /↳Kinematics
Study VaultStudy Vault

Free, comprehensive study notes for CSEC students.

matthewlloydw@gmail.com

Navigate

  • Home
  • All Posts
  • Flashcards
  • Resources
  • AI Chat

Sciences

  • Biology
  • Chemistry
  • Physics
  • Additional Mathematics
  • Mathematics
  • Information Technology

Humanities

  • English Language
  • English Literature
  • Spanish
  • Economics
  • Principles of Business
  • Principles of Accounting

Community

  • Contributors
  • Changelog
  • Suggest a Feature
  • My Suggestions
  • Bookmarks

© 2026 Matthew Williams. Made with other contributors for all.

Additional Mathematics

Kinematics

PDF
Matthew Williams
|May 16, 2026|11 min read
CalculusDifferentiationIntegrationKinematicsPaper 02Section 3SUVAT

Displacement, velocity, and acceleration, equations of motion under constant acceleration (SUVAT), calculus verification of the SUVAT equations, velocity-time graphs, stationary particles, direction of motion, and integration to recover motion quantities.

Kinematics is the study of how objects move, without asking why they move. At CSEC Additional Mathematics level the central idea is that displacement, velocity, and acceleration are not three separate things but one quantity viewed at different levels: each is obtained from the previous one by differentiation, and each is recovered from the next one by integration.

The Three Kinematic Quantities

A particle moves along a straight line. Its position is measured from a fixed reference point O, and the measurement is called displacement, usually written xxx or sss.

  • Displacement can be positive (one side of O) or negative (the other side). It is a vector.
  • Velocity vvv is the rate at which displacement changes: v=dxdtv = \dfrac{dx}{dt}v=dtdx​.
  • Acceleration aaa is the rate at which velocity changes: a=dvdta = \dfrac{dv}{dt}a=dtdv​.

Because velocity is itself already a derivative of displacement, acceleration can also be written as the second derivative:

a=d2xdt2a = \frac{d^2x}{dt^2}a=dt2d2x​

The formula sheet uses the dot notation x˙=v\dot{x} = vx˙=v and x¨=a\ddot{x} = ax¨=a, where each dot represents one differentiation with respect to time.

Remember

The direction of each quantity matters. A negative velocity means the particle is moving in the opposite direction to the chosen positive direction. A negative acceleration means velocity is decreasing (not necessarily that the particle is slowing down: if the particle is already moving in the negative direction, negative acceleration speeds it up).

Equations of Motion Under Constant Acceleration

When acceleration is constant throughout the motion, five quantities describe it: initial velocity uuu, final velocity vvv, displacement sss, acceleration aaa, and time ttt. The four equations of motion (commonly called SUVAT) relate these in pairs:

EquationQuantity not involved
v=u+atv = u + atv=u+atsss
s=ut+12at2s = ut + \dfrac{1}{2}at^2s=ut+21​at2vvv
v2=u2+2asv^2 = u^2 + 2asv2=u2+2asttt
s=12(u+v)ts = \dfrac{1}{2}(u + v)ts=21​(u+v)taaa

Choosing the right equation: list the three quantities you know and identify the one you want. The fourth column shows which quantity each equation omits, so choose the equation that does not involve the quantity that is neither given nor needed.

Exam Tip

The SUVAT equations are only valid when acceleration is constant throughout the motion. If the question gives displacement or velocity as a polynomial in ttt, acceleration is variable and you must use calculus.

Example

A particle starts from rest and accelerates uniformly at 333 m/s² along a straight line. Find its velocity after 555 s and the distance covered.

Known: u=0u = 0u=0, a=3a = 3a=3, t=5t = 5t=5.

For vvv: use v=u+at=0+3(5)=15v = u + at = 0 + 3(5) = 15v=u+at=0+3(5)=15 m/s.

For sss: use s=ut+12at2=0+12(3)(25)=37.5s = ut + \dfrac{1}{2}at^2 = 0 + \dfrac{1}{2}(3)(25) = 37.5s=ut+21​at2=0+21​(3)(25)=37.5 m.

Deriving the Equations Using Calculus

The SUVAT equations are not independent formulas; they are what you get when you integrate constant acceleration. Starting from a=a = a= constant:

Integrate aaa with respect to ttt:

v=∫a dt=at+Cv = \int a\,dt = at + Cv=∫adt=at+C

At t=0t = 0t=0, v=uv = uv=u, so C=uC = uC=u. This gives v=u+atv = u + atv=u+at.

Integrate vvv with respect to ttt:

s=∫(u+at) dt=ut+12at2+Ks = \int (u + at)\,dt = ut + \frac{1}{2}at^2 + Ks=∫(u+at)dt=ut+21​at2+K

Measuring displacement from the starting position (s=0s = 0s=0 at t=0t = 0t=0) gives K=0K = 0K=0, so s=ut+12at2s = ut + \frac{1}{2}at^2s=ut+21​at2.

The other two equations follow algebraically by eliminating ttt or aaa. This connection between calculus and the equations of motion is what the syllabus calls "calculus verification of kinematics equations."

Finding Velocity and Acceleration by Differentiation

If displacement is given as a function of time, differentiate once to get velocity, and again to get acceleration.

v=dxdta=dvdt=d2xdt2v = \frac{dx}{dt} \qquad a = \frac{dv}{dt} = \frac{d^2x}{dt^2}v=dtdx​a=dtdv​=dt2d2x​

Example

A particle moves along a straight line so that its displacement from a fixed point O is

x=t3−9t2+24t(t≥0)x = t^3 - 9t^2 + 24t \quad (t \geq 0)x=t3−9t2+24t(t≥0)

where xxx is in metres and ttt in seconds.

Find the velocity and acceleration, and determine when the particle is momentarily at rest.

Step 1: Velocity

v=dxdt=3t2−18t+24=3(t2−6t+8)=3(t−2)(t−4)v = \frac{dx}{dt} = 3t^2 - 18t + 24 = 3(t^2 - 6t + 8) = 3(t-2)(t-4)v=dtdx​=3t2−18t+24=3(t2−6t+8)=3(t−2)(t−4)

Step 2: Acceleration

a=dvdt=6t−18a = \frac{dv}{dt} = 6t - 18a=dtdv​=6t−18

Step 3: Momentarily at rest means v=0v = 0v=0

3(t−2)(t−4)=03(t-2)(t-4) = 03(t−2)(t−4)=0

so t=2t = 2t=2 or t=4t = 4t=4.

At t=2t = 2t=2: a=12−18=−6a = 12 - 18 = -6a=12−18=−6 m/s² (particle is decelerating as it pauses).

At t=4t = 4t=4: a=24−18=6a = 24 - 18 = 6a=24−18=6 m/s² (particle is accelerating away in the opposite direction).

Stationary Particles and Direction of Motion

A particle is momentarily at rest whenever v=0v = 0v=0. To find those moments, form the velocity function and solve v=0v = 0v=0.

A particle changes direction when v=0v = 0v=0 and the sign of vvv actually switches. Setting v=0v = 0v=0 identifies candidate moments; checking the sign of vvv just before and just after confirms whether a reversal really occurs.

Exam Tip

In a typical Paper 02 question you may be asked separately: "when is the particle at rest" and "when does the particle change direction." These are not always the same thing. If vvv touches zero but returns to the same sign, the particle pauses without reversing. Check the sign change.

Speed is the magnitude of velocity: speed=∣v∣\text{speed} = |v|speed=∣v∣. Speed is always non-negative, whereas velocity can be negative. When a question asks for speed, give ∣v∣|v|∣v∣, not vvv.

Initial Conditions: Reading Displacement at t=0t = 0t=0

Many questions state the initial displacement of the particle. Substituting t=0t = 0t=0 into the displacement function recovers this directly. A particle "at the origin" at t=0t = 0t=0 means x=0x = 0x=0 when t=0t = 0t=0; a particle starting "8 m from O" means x=8x = 8x=8 when t=0t = 0t=0.

This matters most in integration problems, where the constant of integration must be pinned down by an initial condition.

Recovering Velocity and Displacement by Integration

When the question gives acceleration and asks for velocity, or gives velocity and asks for displacement, integrate.

v=∫a dt+C1x=∫v dt+C2v = \int a \, dt + C_1 \qquad x = \int v \, dt + C_2v=∫adt+C1​x=∫vdt+C2​

Each integration produces a constant. To find the constant, substitute the known value of the quantity at a specific time (usually t=0t = 0t=0).

Common initial condition phrases:

PhraseWhat it means mathematically
"starts from rest"v=0v = 0v=0 when t=0t = 0t=0
"passes through O at t=0t = 0t=0"x=0x = 0x=0 when t=0t = 0t=0
"initially at rest at O"both v=0v = 0v=0 and x=0x = 0x=0 when t=0t = 0t=0
"starts from a point 5 m from O"x=5x = 5x=5 when t=0t = 0t=0
Example

A particle moves in a straight line. Its acceleration at time ttt seconds is a=6t−4a = 6t - 4a=6t−4. Initially the particle is at rest at a point 3 m from O.

Find the velocity and displacement in terms of ttt.

Step 1: Integrate acceleration to find velocity

v=∫(6t−4) dt=3t2−4t+C1v = \int (6t - 4)\,dt = 3t^2 - 4t + C_1v=∫(6t−4)dt=3t2−4t+C1​

"At rest" when t=0t = 0t=0 means v=0v = 0v=0: substituting gives 0=0−0+C10 = 0 - 0 + C_10=0−0+C1​, so C1=0C_1 = 0C1​=0.

v=3t2−4tv = 3t^2 - 4tv=3t2−4t

Step 2: Integrate velocity to find displacement

x=∫(3t2−4t) dt=t3−2t2+C2x = \int (3t^2 - 4t)\,dt = t^3 - 2t^2 + C_2x=∫(3t2−4t)dt=t3−2t2+C2​

"3 m from O" when t=0t = 0t=0 means x=3x = 3x=3: substituting gives 3=0−0+C23 = 0 - 0 + C_23=0−0+C2​, so C2=3C_2 = 3C2​=3.

x=t3−2t2+3x = t^3 - 2t^2 + 3x=t3−2t2+3

Velocity-Time Graphs

A velocity-time graph plots vvv against ttt. Two features are tested directly.

Gradient: the gradient at any point equals the acceleration at that instant (a=dv/dta = dv/dta=dv/dt). For a straight-line segment (constant acceleration), the gradient is Δv/Δt\Delta v / \Delta tΔv/Δt. A horizontal segment means zero acceleration; a downward slope means negative acceleration (deceleration in the positive direction).

Area: the area between the graph and the time axis equals displacement in that interval. For a straight-line segment from uuu to vvv over time ttt, the region is a trapezium:

s=12(u+v)ts = \frac{1}{2}(u + v)ts=21​(u+v)t

which is exactly the fourth SUVAT equation. For a curved graph (variable acceleration), the displacement must be found by integration: s=∫v dts = \displaystyle\int v\,dts=∫vdt.

The diagram above illustrates the standard relationships between displacement, velocity, and acceleration as functions of time.

Exam Tip

When a vvv-ttt graph question asks for acceleration, read the gradient of the relevant segment: a=Δv/Δta = \Delta v / \Delta ta=Δv/Δt. When it asks for displacement or distance, calculate the area (taking regions below the axis as negative displacement but positive distance).

Interpreting Motion Physically

Before manipulating equations, sketch the motion mentally or on paper:

  • Where does the particle start? (Substitute t=0t = 0t=0.)
  • Does it move left or right initially? (Find the sign of vvv just after t=0t = 0t=0.)
  • Where does it pause? (Solve v=0v = 0v=0.)
  • Does it reverse there? (Check the sign of vvv on both sides of the root.)
  • What is its position at those moments? (Substitute the ttt values back into xxx.)

This physical reading of the answer is what examiners look for under the "Reasoning" profile mark.

Exam-Style Worked Example

Example

A particle moves in a straight line so that its displacement, xxx metres, from a fixed point O at time ttt seconds is given by

x=2t3−15t2+24tx = 2t^3 - 15t^2 + 24tx=2t3−15t2+24t

(a) Find the velocity and acceleration of the particle in terms of ttt.

(b) Find the values of ttt when the particle is at instantaneous rest and determine its displacement at those moments.

(c) Find the velocity of the particle when its acceleration is zero.

Part (a):

v=dxdt=6t2−30t+24a=dvdt=12t−30v = \frac{dx}{dt} = 6t^2 - 30t + 24 \qquad a = \frac{dv}{dt} = 12t - 30v=dtdx​=6t2−30t+24a=dtdv​=12t−30

Part (b): Particle at rest means v=0v = 0v=0

6t2−30t+24=06t^2 - 30t + 24 = 06t2−30t+24=0

Divide by 6:

t2−5t+4=0  ⟹  (t−1)(t−4)=0t^2 - 5t + 4 = 0 \implies (t-1)(t-4) = 0t2−5t+4=0⟹(t−1)(t−4)=0

so t=1t = 1t=1 or t=4t = 4t=4.

Displacement at t=1t = 1t=1: x=2−15+24=11x = 2 - 15 + 24 = 11x=2−15+24=11 m.

Displacement at t=4t = 4t=4: x=2(64)−15(16)+24(4)=128−240+96=−16x = 2(64) - 15(16) + 24(4) = 128 - 240 + 96 = -16x=2(64)−15(16)+24(4)=128−240+96=−16 m.

The particle is momentarily at rest at x=11x = 11x=11 m (when t=1t = 1t=1) and at x=−16x = -16x=−16 m (when t=4t = 4t=4).

Part (c): Acceleration zero means a=0a = 0a=0

12t−30=0  ⟹  t=2.512t - 30 = 0 \implies t = 2.512t−30=0⟹t=2.5

Velocity at t=2.5t = 2.5t=2.5:

v=6(6.25)−30(2.5)+24=37.5−75+24=−13.5v = 6(6.25) - 30(2.5) + 24 = 37.5 - 75 + 24 = -13.5v=6(6.25)−30(2.5)+24=37.5−75+24=−13.5

The velocity is −13.5-13.5−13.5 m/s. The negative sign means the particle is moving in the negative direction at that instant.

Previous in syllabus order
Integration
Next in syllabus order
Statistics and Probability