Variable Acceleration
x

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:

A flow diagram showing how displacement, velocity and acceleration are connected by differentiation and integration.

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.

Diagram showing displacement, velocity and acceleration linked by differentiation and integration

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.

  1. Start from the relationship between acceleration and velocity:

    a=dvdta = \frac{dv}{dt}a=dtdv​
  2. Integrate a=6t−12a = 6t - 12a=6t−12 with respect to ttt:

    v=∫(6t−12) dtv = \int (6t - 12)\,dtv=∫(6t−12)dt
  3. Carry out the integration, remembering the constant:

    v=3t2−12t+Cv = 3t^2 - 12t + Cv=3t2−12t+C
  4. Use the initial condition. Initially means t=0t = 0t=0, and the velocity is 9:

    9=3(0)2−12(0)+C9 = 3(0)^2 - 12(0) + C9=3(0)2−12(0)+C
  5. Hence C=9C = 9C=9, so the velocity is:

    v=3t2−12t+9v = 3t^2 - 12t + 9v=3t2−12t+9
Common Mistake

Forgetting the constant

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.

A number-line model of displacement showing positions to the left of the origin as negative and positions to the right as positive.

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.

  1. Use v=dsdtv = \frac{ds}{dt}v=dtds​, so integrate velocity:

    s=∫(5t−3) dts = \int (5t - 3)\,dts=∫(5t−3)dt
  2. Integrate term by term:

    s=52t2−3t+Cs = \frac{5}{2}t^2 - 3t + Cs=25​t2−3t+C
  3. Use the condition s=52s = 52s=52 when t=4t = 4t=4:

    52=52(4)2−3(4)+C52 = \frac{5}{2}(4)^2 - 3(4) + C52=25​(4)2−3(4)+C
  4. Simplify to find CCC:

    52=40−12+C52 = 40 - 12 + C52=40−12+C
  5. So C=24C = 24C=24, giving:

    s=52t2−3t+24s = \frac{5}{2}t^2 - 3t + 24s=25​t2−3t+24
  6. Substitute t=8t = 8t=8:

    s=52(8)2−3(8)+24=160s = \frac{5}{2}(8)^2 - 3(8) + 24 = 160s=25​(8)2−3(8)+24=160
Tip

Check your units

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.

A velocity-time graph illustrating that a particle can be instantaneously at rest when v = 0 and then change direction.

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.

  1. From the earlier result for this acceleration and initial velocity:

    v=3t2−12t+9v = 3t^2 - 12t + 9v=3t2−12t+9
  2. Set v=0v = 0v=0 to find the rest times:

    3t2−12t+9=03t^2 - 12t + 9 = 03t2−12t+9=0
  3. Factorise:

    3(t2−4t+3)=03(t^2 - 4t + 3) = 03(t2−4t+3)=0
  4. So the particle is at rest when:

    t=1ort=3t = 1 \quad \text{or} \quad t = 3t=1ort=3
  5. To find the displacement between these times, integrate velocity from t=1t = 1t=1 to t=3t = 3t=3:

The signed area under the velocity-time graph between the two rest times gives the displacement between the two positions.

$$
\int_1^3 (3t^2 - 12t + 9)\,dt
$$

6. Find an antiderivative:

$$
\int (3t^2 - 12t + 9)\,dt = t^3 - 6t^2 + 9t
$$

7. Evaluate between the limits:

$$
\left[t^3 - 6t^2 + 9t\right]_1^3 = 0 - 4 = -4
$$

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:

A velocity-time graph shows displacement as signed area and total distance as the sum of positive areas.

  • Displacement is the signed area under the graph.
  • Distance travelled is the total area, treating areas below the axis as positive.

Velocity-time graph showing positive and negative areas and the change of direction where v equals zero

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.

For total distance, split the motion at the turning time where velocity is zero.

  1. First find when the particle changes direction by solving v=0v = 0v=0:

    12−2t2=012 - 2t^2 = 012−2t2=0
  2. Rearrange:

    t2=6t^2 = 6t2=6
  3. So the change of direction occurs at:

    t=6t = \sqrt{6}t=6​
  4. Find the displacement function by integrating velocity:

    s=∫(12−2t2) dt=12t−23t3+Cs = \int (12 - 2t^2)\,dt = 12t - \frac{2}{3}t^3 + Cs=∫(12−2t2)dt=12t−32​t3+C
  5. For distance travelled from t=0t = 0t=0 to t=4t = 4t=4, calculate positions at the key times. Taking s(0)=0s(0) = 0s(0)=0:

    s(t)=12t−23t3s(t) = 12t - \frac{2}{3}t^3s(t)=12t−32​t3
  6. At the turning time:

    s(6)=126−23(6)3=86s(\sqrt{6}) = 12\sqrt{6} - \frac{2}{3}(\sqrt{6})^3 = 8\sqrt{6}s(6​)=126​−32​(6​)3=86​
  7. At t=4t = 4t=4:

    s(4)=12(4)−23(4)3=163s(4) = 12(4) - \frac{2}{3}(4)^3 = \frac{16}{3}s(4)=12(4)−32​(4)3=316​
  8. Add the two distances: from 000 to 6\sqrt{6}6​, then from 6\sqrt{6}6​ back to 444:

    86+(86−163)8\sqrt{6} + \left(8\sqrt{6} - \frac{16}{3}\right)86​+(86​−316​)
  9. Therefore the total distance is:

    166−163≈33.916\sqrt{6} - \frac{16}{3} \approx 33.9166​−316​≈33.9
Tip

Use a mini timeline

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.

Starting from displacement, one differentiation gives velocity and a second differentiation gives 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.

  1. Differentiate displacement to get velocity:

    v=dxdtv = \frac{dx}{dt}v=dtdx​
  2. Differentiate x=t3−12t2+45tx = t^3 - 12t^2 + 45tx=t3−12t2+45t:

    v=3t2−24t+45v = 3t^2 - 24t + 45v=3t2−24t+45
  3. Initial velocity means the velocity when t=0t = 0t=0:

    v(0)=45v(0) = 45v(0)=45
  4. Differentiate velocity to get acceleration:

    a=dvdt=6t−24a = \frac{dv}{dt} = 6t - 24a=dtdv​=6t−24
  5. Set acceleration equal to zero:

    6t−24=06t - 24 = 06t−24=0
  6. Solve:

    t=4t = 4t=4

Piecewise acceleration or velocity

Definition

Piecewise function

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.

A piecewise motion timeline makes clear which acceleration formula applies on each interval and how the velocity carries over at the join.

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.

  1. 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:

    v=∫(3t−t2) dt=32t2−13t3v = \int (3t - t^2)\,dt = \frac{3}{2}t^2 - \frac{1}{3}t^3v=∫(3t−t2)dt=23​t2−31​t3
  2. Find the velocity at t=3t = 3t=3:

    v(3)=32(3)2−13(3)3=92v(3) = \frac{3}{2}(3)^2 - \frac{1}{3}(3)^3 = \frac{9}{2}v(3)=23​(3)2−31​(3)3=29​
  3. For t>3t > 3t>3, use a definite integral from 3 to 6 and add it to the velocity at 3:

    v(6)=92+∫3618t2 dtv(6) = \frac{9}{2} + \int_3^6 \frac{18}{t^2}\,dtv(6)=29​+∫36​t218​dt
  4. Integrate:

    ∫18t2 dt=∫18t−2 dt=−18t−1\int \frac{18}{t^2}\,dt = \int 18t^{-2}\,dt = -18t^{-1}∫t218​dt=∫18t−2dt=−18t−1
  5. Evaluate from 3 to 6:

    [−18t]36=−3−(−6)=3\left[-\frac{18}{t}\right]_3^6 = -3 - (-6) = 3[−t18​]36​=−3−(−6)=3
  6. Therefore:

    v(6)=92+3=152v(6) = \frac{9}{2} + 3 = \frac{15}{2}v(6)=29​+3=215​
Common Mistake

Do not mix intervals

If a formula is only valid for t>3t > 3t>3, you cannot use it to calculate what happened before t=3t = 3t=3. Work interval by interval.

Exam technique

In the exam

  1. Decide what you have been given: displacement, velocity or acceleration.

  2. Move along the chain using differentiation or integration, and include constants when integrating.

  3. For total distance, split at every time where v=0v = 0v=0 and add positive distances, not signed displacements.

Self review

Check yourself

  • If you are given a(t)a(t)a(t) and an initial velocity, what operation finds v(t)v(t)v(t)?
  • What equation do you solve to find when a particle is instantaneously at rest?
  • Why might the total distance travelled be different from the final displacement?

Recap questions

Test yourself with 5 quick questions on this guide. Answer them all correctly to complete it.

You've reached the end

Test yourself on this topic, or move on to the next guide.

Practice questionsTake a quick quiz on this topicFlashcardsSelf-test with active recall

How was this guide?

Variable Acceleration Revision Guide

  1. AS Level
  2. /Maths
  3. /Variable Acceleration