IB Maths AA SLTopic 5 โ CalculusPaper 1 & 2~9 min read
Calculus for Kinematics
Now the calculus comes in. The three quantities โ displacement, velocity, acceleration โ are linked by differentiation in one direction and integration in the other. If you’ve got s(t), differentiating gives velocity then acceleration. If you’ve got a(t), integrating gives velocity then displacement (with a constant to find from initial conditions). It’s a chain โ and once you see it, every kinematics calculus problem looks the same.
๐ What you need to know
Differentiate to go down the chain: s(t) โ v(t) โ a(t).
Integrate to go up the chain: a(t) โ v(t) โ s(t) โ and find the +c using initial or boundary conditions.
Acceleration is also the second derivative of displacement: a = dยฒs/dtยฒ.
Definite integral of v = displacement (signed). Definite integral of |v| = distance travelled.
“Initially” โ t = 0. Use this to determine the constant of integration.
On Paper 2, your GDC handles the integrals (and the modulus) directly.
The s โ v โ a chain
The whole topic boils down to this picture: differentiation goes one way, integration goes the other.
Differentiation and integration link the three quantities
The three core relationships
v(t) = s‘(t) ยท a(t) = v‘(t) = s”(t)
โ in formula booklet
Notice that acceleration is also the second derivative of displacement. So if you start with s(t), you can hop straight to a(t) by differentiating twice.
Going down the chain โ differentiation
If you’re given s(t), velocity and acceleration are one and two derivatives away. No constants to worry about โ differentiation just gives you a direct answer.
๐
Common follow-ups
“At what time is the particle at rest?” โ solve v(t) = 0. “What’s the initial velocity?” โ calculate v(0). “When is the acceleration zero?” โ solve a(t) = 0.
Going up the chain โ integration
If you’re given a(t), integrate to get v(t), then again to get s(t). But each integration introduces a constant of integration that you must determine.
Integration relationships
v(t) = โซa(t) dt ยท s(t) = โซv(t) dt
The constant comes from an initial or boundary condition the question gives you โ like “the particle is initially at rest” (meaning v(0) = 0) or “the particle starts at the origin” (meaning s(0) = 0).
๐ง
“Each integration adds a +c to find”
Going from a to v to s means two integrations and two constants to determine. The question always gives you the conditions you need โ read carefully for “initially”, “at rest”, “at the origin”, etc.
Definite integrals: displacement vs distance
For a moving particle between time tโ and tโ:
Displacement vs Distance โ same v(t), different integrals
Displacement
s = โซtโtโv(t) dt
signed area โ below counts as negative
Distance
d = โซtโtโ |v(t)| dt
absolute area โ modulus flips negatives up
๐
If the velocity never changes sign
If v(t) stays positive (or stays negative) on the whole interval, displacement and distance have the same magnitude. They only differ when the particle reverses direction.
Step-by-step method
Calculus for kinematics recipe
Identify what you have โ is it s(t), v(t), or a(t)?
Identify what you need โ does the question want a derivative or an antiderivative?
Differentiate or integrate as needed. Each integration gives a + c.
Apply initial/boundary conditions to find each constant. “Initially” means t = 0.
Answer the actual question โ “at rest” โ solve v = 0; “displacement at t = 5″ โ evaluate s(5); “distance from 0 to 5” โ integrate |v|.
Worked examples
WE 1
Going down the chain โ differentiation
A particle moves along a straight line with displacement (in metres) given by s(t) = tยณ โ 9tยฒ + 24t โ 18, where t is in seconds.
(a) Find v(t) and a(t). (b) Find the times when the particle is at rest. (c) Find the initial velocity.
part (a) โ differentiatev(t) = s'(t) = 3tยฒ โ 18t + 24a(t) = v'(t) = 6t โ 18part (b) โ at rest means v = 03tยฒ โ 18t + 24 = 03(tยฒ โ 6t + 8) = 0 โ 3(t โ 2)(t โ 4) = 0at rest at t = 2 s and t = 4 spart (c) โ initial velocityv(0) = 24 m sโปยนinitial velocity = 24 m sโปยน“initially” always means t = 0 โ just plug it in!
WE 2
Going up the chain โ integration with conditions
A particle moves with acceleration a(t) = 6t โ 4 m sโปยฒ. Initially the particle is at the origin moving with velocity 5 m sโปยน.
(a) Find v(t). (b) Find s(t). (c) Find the displacement at t = 3 s.
part (a) โ integrate a โ vv(t) = โซ(6t โ 4) dt = 3tยฒ โ 4t + cuse v(0) = 5 โ c = 5v(t) = 3tยฒ โ 4t + 5part (b) โ integrate v โ ss(t) = โซ(3tยฒ โ 4t + 5) dt = tยณ โ 2tยฒ + 5t + duse s(0) = 0 (at origin) โ d = 0s(t) = tยณ โ 2tยฒ + 5tpart (c) โ displacement at t = 3s(3) = 27 โ 18 + 15 = 24displacement at t = 3 is 24 mtwo integrations โ two constants. Read carefully for two conditions!
WE 3
Definite integrals โ displacement vs distance
A particle moves along a straight line with velocity v(t) = tยฒ โ 4t + 3 m sโปยน for 0 โค t โค 5.
(a) Find the times when the particle is at rest. (b) Find the displacement during the first 5 seconds. (c) Find the distance travelled in the first 5 seconds.
part (a) โ at restv(t) = tยฒ โ 4t + 3 = (t โ 1)(t โ 3)v = 0 at t = 1 and t = 3part (b) โ displacement (signed integral)s = โซ(0 to 5) (tยฒ โ 4t + 3) dt= [tยณ/3 โ 2tยฒ + 3t] from 0 to 5= (125/3 โ 50 + 15) โ 0 = 125/3 โ 35 = 20/3displacement = 20/3 mpart (c) โ distance (use modulus)v > 0 on (0, 1) and (3, 5); v < 0 on (1, 3)โซ(0 to 1) v dt = 4/3โซ(1 to 3) v dt = โ4/3 (take |ยท| โ 4/3)โซ(3 to 5) v dt = 20/3distance = 4/3 + 4/3 + 20/3 = 28/3distance travelled = 28/3 mon Paper 2, GDC: โซ(0 to 5) |tยฒ โ 4t + 3| dt โ 28/3 directly!
๐ก Top tips
Identify the chain direction first. Differentiation goes s โ v โ a; integration reverses it.
Read for initial conditions. “Initially” means t = 0; “at the origin” means s = 0; “at rest” means v = 0.
One integration = one constant. Going from a to s needs two conditions.
Displacement uses signed integral; distance uses |v|. They’re only different when v changes sign.
Sketch the v-t graph to see when the particle reverses โ your GDC plots it instantly.
GDC modulus shortcut for distance: โซ|v(t)|dt in one calculation.
โ Common mistakes
Forgetting the constant of integration. Without the +c, you can’t find v(t) or s(t) uniquely.
Using only one condition when two integrations were needed.
Treating displacement and distance the same when the particle reverses direction.
Sign errors when integrating velocity that goes negative โ split the integral at the roots of v = 0.
Confusing “at rest” with “stationary point” of position โ they’re the same thing only if you’re at a turning point of s(t).
Ignoring the GDC on Paper 2 โ for messy integrals, it’s faster and a built-in check.
๐ You’ve finished the entire Kinematics series! You can now move freely between displacement, velocity and acceleration using calculus, find when a particle is at rest or reverses direction, and compute both signed displacement and total distance travelled. Combined with optimisation and the integration toolkit, you’ve got the complete calculus-modelling kit for AA SL.
Need help with Calculus for Kinematics?
Get 1-on-1 help from an IB examiner who knows exactly what Paper 1 & 2 are looking for.