Study Guide

Kinematics

CIE A-Level MathematicsΒ· 45 min read

1. Relationships Between Motion Quantitiesβ˜…β˜…β˜†β˜†β˜†β± 15 min

βœ“ Calculator OK

πŸ“˜ Definition

Variable Acceleration Kinematics

When acceleration is not constant, SUVAT formulas are invalid, so we use calculus to relate displacement, velocity and acceleration as functions of time .

Example:

Acceleration that changes with time, , requires calculus to solve.

Velocity is the first derivative of displacement with respect to time, and acceleration is the first derivative of velocity (second derivative of displacement):

v=dsdt,a=dvdt=d2sdt2v = \frac{ds}{dt}, \quad a = \frac{dv}{dt} = \frac{d^2s}{dt^2}

Working backwards, we integrate to get velocity from acceleration, and displacement from velocity, where and are constants of integration found from initial conditions:

v(t)=∫a(t)dt+C1,s(t)=∫v(t)dt+C2v(t) = \int a(t) dt + C_1, \quad s(t) = \int v(t) dt + C_2
πŸ“ Worked Example

A particle moves in a straight line with acceleration at time . Given that and at , find in terms of .

  1. 1

    Integrate acceleration to get velocity:

  2. 2
    v=∫(6tβˆ’2)dt=3t2βˆ’2t+Cv = \int (6t - 2) dt = 3t^2 - 2t + C
  3. 3

    Substitute to find :

  4. 4
    4=0βˆ’0+Cβ€…β€ŠβŸΉβ€…β€ŠC=44 = 0 - 0 + C \implies C = 4
  5. 5

    Integrate velocity to get displacement:

  6. 6
    s=∫(3t2βˆ’2t+4)dt=t3βˆ’t2+4t+Ds = \int (3t^2 - 2t + 4) dt = t^3 - t^2 + 4t + D
  7. 7

    Substitute to find :

  8. 8
    0=0βˆ’0+0+Dβ€…β€ŠβŸΉβ€…β€ŠD=00 = 0 - 0 + 0 + D \implies D = 0
  9. 9

    Final expression for displacement:

  10. 10
    s=t3βˆ’t2+4ts = t^3 - t^2 + 4t

2. Maxima and Minima of Motion Quantitiesβ˜…β˜…β˜…β˜†β˜†β± 20 min

βœ“ Calculator OK

We use differentiation to find maximum or minimum values of velocity or displacement, just like we do for any other function. A maximum or minimum occurs when the derivative of the quantity equals zero:

  • Maximum/minimum displacement occurs when

  • Maximum/minimum velocity occurs when

πŸ“ Worked Example

A particle's velocity is given by for . Find the values of where velocity is maximum or minimum, and state which is which.

  1. 1

    Differentiate to get acceleration:

  2. 2
    a=dvdt=3t2βˆ’12t+9a = \frac{dv}{dt} = 3t^2 - 12t + 9
  3. 3

    Set to find stationary points:

  4. 4
    3(t2βˆ’4t+3)=0β€…β€ŠβŸΉβ€…β€Š(tβˆ’1)(tβˆ’3)=0β€…β€ŠβŸΉβ€…β€Št=1,t=33(t^2 - 4t + 3) = 0 \implies (t-1)(t-3) = 0 \implies t = 1, t=3
  5. 5

    Find the second derivative of for the test:

  6. 6
    d2vdt2=6tβˆ’12\frac{d^2v}{dt^2} = 6t - 12
  7. 7

    Test at :

  8. 8
    6(1)βˆ’12=βˆ’6<0β€…β€ŠβŸΉβ€…β€ŠMaximum at t=16(1) - 12 = -6 < 0 \implies \text{Maximum at } t=1
  9. 9

    Test at :

  10. 10
    6(3)βˆ’12=6>0β€…β€ŠβŸΉβ€…β€ŠMinimum at t=36(3) - 12 = 6 > 0 \implies \text{Minimum at } t=3

3. Acceleration as a Function of Displacementβ˜…β˜…β˜…β˜…β˜†β± 25 min

βœ“ Calculator OK

πŸ“˜ Definition

Chain Rule Identity for Acceleration

a=vdvdsa = v \frac{dv}{ds}

When acceleration is given as a function of displacement , we use the chain rule to rewrite acceleration in an integrable form.

Separating variables and integrating both sides gives the relationship between and :

∫ads=∫vdv\int a ds = \int v dv
πŸ“ Worked Example

A particle starts from rest at , with acceleration . Find when . Assume the particle moves in the positive direction.

  1. 1

    Substitute into the identity :

  2. 2
    vdvds=2s+1v \frac{dv}{ds} = 2s + 1
  3. 3

    Separate variables and integrate with initial bounds:

  4. 4
    ∫0vvdv=∫0s(2s+1)ds\int_{0}^{v} v dv = \int_{0}^{s} (2s + 1) ds
  5. 5

    Evaluate both integrals:

  6. 6
    [12v2]0v=[s2+s]0sβ€…β€ŠβŸΉβ€…β€Š12v2=s2+s\left[ \frac{1}{2}v^2 \right]_0^v = \left[ s^2 + s \right]_0^s \implies \frac{1}{2}v^2 = s^2 + s
  7. 7

    Substitute :

  8. 8
    12v2=4+2=6β€…β€ŠβŸΉβ€…β€Šv2=12β€…β€ŠβŸΉβ€…β€Šv=23 msβˆ’1\frac{1}{2}v^2 = 4 + 2 = 6 \implies v^2 = 12 \implies v = 2\sqrt{3} \text{ ms}^{-1}

4. Common Pitfalls

Wrong move:

Using SUVAT formulas for problems with variable acceleration

Why:

SUVAT only works for constant acceleration, it will always give the wrong answer for non-constant acceleration

Correct move:

Always use calculus (differentiation/integration) if acceleration is not stated to be constant

Wrong move:

Forgetting to calculate the constant of integration

Why:

Most problems have non-zero initial conditions, so omitting the constant gives an incorrect final expression

Correct move:

Find the constant of integration immediately after integrating, using given initial conditions

Wrong move:

Using when acceleration is a function of

Why:

This results in a second-order differential equation that is difficult to solve at A-Level

Correct move:

Always use the chain rule identity when acceleration depends on displacement

Wrong move:

Skipping the test to confirm if a stationary point is maximum/minimum

Why:

Examiners require you to justify the nature of the turning point, so you will lose a mark for skipping the test

Correct move:

Always use the second derivative test to confirm whether a stationary point is a maximum or minimum

5. Quick Reference Cheatsheet

Relationship

Formula

Velocity from displacement

Acceleration from velocity

Velocity from acceleration

Displacement from velocity

as function of

Max/min of occurs at

Max/min of occurs at

When this came up on past exams

AI-estimated based on syllabus patterns β€” cross-check with official past papers for accuracy. Use only as revision-focus signals.

  • 2023 Β· 33

    Variable acceleration problem

  • 2022 Β· 31

    Max/min velocity problem

  • 2021 Β· 32

    a as function of s problem

What's Next

Kinematics is the foundation for all mechanics topics in CIE A-Level 9709, as it describes how objects move, which you will extend to connect to forces, energy and momentum. Mastery of calculus-based kinematics is essential for almost all applied mechanics questions on the exam, so practice integrating and differentiating motion functions until you are confident.