Revision notes for Edexcel AS Level Maths Variable Acceleration. Open each subtopic for explanations, worked examples, and summaries of Functions of Time, Using Differentiation, Maxima and Minima Problems, Using Integration, and Constant Acceleration Formulae. Written against the Edexcel AS Level Maths (8MA0) specification, so the content matches what's examinable rather than general Maths background.
Variable Acceleration
What you'll learn
How displacement, velocity and acceleration are linked using calculus.
How to use initial conditions to find constants of integration.
How to find when a particle is instantaneously at rest or changes direction.
How to calculate total distance travelled, including when velocity becomes negative.
Why this topic needs calculus
In constant acceleration questions, you used SUVAT. In variable acceleration, acceleration is not fixed; it changes with time. That means the SUVAT formulae usually do not apply.
Instead, you use differentiation and integration.
Definition
Variable acceleration
A particle has variable acceleration when its acceleration is given as a function of time, such as a=4t−8a = 4t - 8a=4t−8, rather than as one constant value.
The big idea is:
v=dsdt,a=dvdtv = \frac{ds}{dt}, \qquad a = \frac{dv}{dt}v=dtds,a=dtdv
So:
Differentiate displacement to get velocity.
Differentiate velocity to get acceleration.
Integrate acceleration to get velocity.
Integrate velocity to get displacement.
Key Idea
The calculus chain
If you move from displacement to velocity to acceleration, you differentiate. If you move backwards from acceleration to velocity to displacement, you integrate and include a constant.
From acceleration to velocity
If you are given acceleration as a function of time, use
a=dvdta = \frac{dv}{dt}a=dtdv
So to find velocity, integrate acceleration:
v=∫a dtv = \int a \, dtv=∫adt
Because integration introduces a constant, you then use information like “initially the velocity is 6 m s^-1” to find that constant.
Example
Finding velocity from acceleration
A particle moves in a straight line. Its acceleration at time ttt seconds is a=6t−12a = 6t - 12a=6t−12. Initially, its velocity is 9 m s^-1. Find vvv in terms of ttt.
Start from the relationship between acceleration and velocity:
a=dvdta = \frac{dv}{dt}a=dtdv
Integrate a=6t−12a = 6t - 12a=6t−12 with respect to ttt:
v=∫(6t−12) dtv = \int (6t - 12)\,dtv=∫(6t−12)dt
Carry out the integration, remembering the constant:
v=3t2−12t+Cv = 3t^2 - 12t + Cv=3t2−12t+C
Use the initial condition. Initially means t=0t = 0t=0, and the velocity is 9:
When you integrate, always include +C+C+C. Many mechanics marks come from using the given initial condition correctly.
From velocity to displacement
Definition
Displacement
Displacement is the signed position of a particle from a fixed point, such as the origin OOO. It can be positive, negative or zero depending on direction.
Since velocity is the rate of change of displacement,
v=dsdtv = \frac{ds}{dt}v=dtds
So to find displacement, integrate velocity:
s=∫v dts = \int v \, dts=∫vdt
Again, you must use a given displacement value to find the constant.
Example
Finding displacement from velocity
A particle has velocity v=5t−3v = 5t - 3v=5t−3 m s^-1. When t=4t = 4t=4, its displacement from OOO is 52 m. Find an expression for sss, then find its displacement when t=8t = 8t=8.
Use v=dsdtv = \frac{ds}{dt}v=dtds, so integrate velocity:
Velocity has units m s^-1, acceleration has units m s^-2, and displacement has units m. If your answer is a distance or displacement, it should end in metres.
Instantaneously at rest
Definition
Instantaneously at rest
A particle is instantaneously at rest when its velocity is zero at that instant. This means solve v=0v = 0v=0.
This does not necessarily mean the particle stops forever. It may turn around immediately afterwards.
Example
Distance between two rest positions
A particle has acceleration a=6t−12a = 6t - 12a=6t−12 m s^-2. Initially its velocity is 9 m s^-1. Find the distance between the two positions where the particle is instantaneously at rest.
From the earlier result for this acceleration and initial velocity:
v=3t2−12t+9v = 3t^2 - 12t + 9v=3t2−12t+9
Set v=0v = 0v=0 to find the rest times:
3t2−12t+9=03t^2 - 12t + 9 = 03t2−12t+9=0
Factorise:
3(t2−4t+3)=03(t^2 - 4t + 3) = 03(t2−4t+3)=0
So the particle is at rest when:
t=1ort=3t = 1 \quad \text{or} \quad t = 3t=1ort=3
To find the displacement between these times, integrate velocity from t=1t = 1t=1 to t=3t = 3t=3:
8. The displacement is -4 m, so the distance between the two positions is 4 m.
Common Mistake
Distance is not always displacement
A negative displacement means the movement was in the negative direction. Distance is never negative, so take the magnitude when the question asks for a distance between two positions.
Total distance travelled
Definition
Distance travelled
Total distance travelled is the total length of the path followed. It ignores direction, so it cannot be negative.
On a velocity-time graph:
Displacement is the signed area under the graph.
Distance travelled is the total area, treating areas below the axis as positive.
To calculate total distance, split the motion at any time where v=0v = 0v=0 and add the absolute changes in displacement.
Example
Total distance when the particle changes direction
A particle has velocity v=12−2t2v = 12 - 2t^2v=12−2t2 m s^-1 for t≥0t \ge 0t≥0. Find the total distance travelled in the first 4 seconds.
First find when the particle changes direction by solving v=0v = 0v=0:
12−2t2=012 - 2t^2 = 012−2t2=0
Rearrange:
t2=6t^2 = 6t2=6
So the change of direction occurs at:
t=6t = \sqrt{6}t=6
Find the displacement function by integrating velocity:
When total distance is involved, write the key times in order: start time, any times where v=0v = 0v=0, and the end time. Then add the distances over each interval.
Differentiating displacement
Sometimes you are given displacement directly. Then you differentiate once for velocity and twice for acceleration.
Example
Using displacement to find velocity and acceleration
A particle travels along a line with displacement x=t3−12t2+45tx = t^3 - 12t^2 + 45tx=t3−12t2+45t metres from a fixed point OOO. Find its initial velocity and the time when its acceleration is zero.
A piecewise function uses different formulae on different intervals. For example, one formula may apply for 0≤t≤30 \le t \le 30≤t≤3, and another for t>3t > 3t>3.
For piecewise motion, be very careful about which formula applies. At the joining time, the final velocity from the first interval becomes the starting velocity for the next interval.
Example
Piecewise acceleration
A particle starts from rest. Its acceleration is given by
a={3t−t2,0≤t≤3,18t2,t>3.a =
\begin{cases}
3t - t^2, & 0 \le t \le 3,\\
\frac{18}{t^2}, & t > 3.
\end{cases}a={3t−t2,t218,0≤t≤3,t>3.
Find its speed when t=6t = 6t=6.
For 0≤t≤30 \le t \le 30≤t≤3, integrate acceleration to get velocity. Since the particle starts from rest, v=0v = 0v=0 when t=0t = 0t=0: