IB Maths AA SL Topic 5 โ€” Calculus Paper 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

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
DISPLACEMENT s(t) VELOCITY v(t) ACCELERATION a(t) d/dt d/dt differentiate โ†’ โˆซ dt โˆซ dt โ† integrate (find + c)
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

  1. Identify what you have โ€” is it s(t), v(t), or a(t)?
  2. Identify what you need โ€” does the question want a derivative or an antiderivative?
  3. Differentiate or integrate as needed. Each integration gives a + c.
  4. Apply initial/boundary conditions to find each constant. “Initially” means t = 0.
  5. 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) โ€” differentiate v(t) = s'(t) = 3tยฒ โˆ’ 18t + 24 a(t) = v'(t) = 6t โˆ’ 18part (b) โ€” at rest means v = 0 3tยฒ โˆ’ 18t + 24 = 0 3(tยฒ โˆ’ 6t + 8) = 0 โ†’ 3(t โˆ’ 2)(t โˆ’ 4) = 0 at rest at t = 2 s and t = 4 spart (c) โ€” initial velocity v(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 โ†’ v v(t) = โˆซ(6t โˆ’ 4) dt = 3tยฒ โˆ’ 4t + c use v(0) = 5 โ†’ c = 5 v(t) = 3tยฒ โˆ’ 4t + 5part (b) โ€” integrate v โ†’ s s(t) = โˆซ(3tยฒ โˆ’ 4t + 5) dt = tยณ โˆ’ 2tยฒ + 5t + d use s(0) = 0 (at origin) โ†’ d = 0 s(t) = tยณ โˆ’ 2tยฒ + 5tpart (c) โ€” displacement at t = 3 s(3) = 27 โˆ’ 18 + 15 = 24 displacement at t = 3 is 24 m two 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 rest v(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/3 displacement = 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/3 distance = 4/3 + 4/3 + 20/3 = 28/3 distance travelled = 28/3 m on Paper 2, GDC: โˆซ(0 to 5) |tยฒ โˆ’ 4t + 3| dt โ†’ 28/3 directly!

๐Ÿ’ก Top tips

โš  Common mistakes

๐ŸŽ‰ 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.

Book Free Session โ†’