← // further maths

// further maths

Non-Constant Acceleration

How to analyse motion when acceleration varies with time

created April 12, 2026 updated May 31, 2026 1 min read

For motion in a straight line, define:

  • x(t)x(t): displacement
  • v(t)v(t): velocity
  • a(t)a(t): acceleration

Fundamental relationships

Velocity is the rate of change of displacement:

v=dxdtv = \frac{dx}{dt}

Acceleration is the rate of change of velocity (which is the second derivative of displacement with respect to time):

a=dvdt=d2xdt2a = \frac{dv}{dt} = \frac{d^2x}{dt^2}

Reversing these formulae

Since to get acceleration we differentiate velocity, to get velocity we can integrate acceleration.

v(t)=a(t)dt+Cv(t) = \int a(t)\,dt + C

The same principle applies to displacement and velocity

x(t)=v(t)dt+Cx(t) = \int v(t)\,dt + C