5. Calculus

Kinematics Toolkit

Kinematics Toolkit: Describing Motion with Calculus ๐Ÿš—๐Ÿ“ˆ

Introduction

students, in this lesson you will learn how calculus helps us describe motion in a precise way. Kinematics is the branch of mechanics that studies motion without focusing on the forces causing it. In IB Mathematics: Analysis and Approaches HL, the kinematics toolkit is a powerful set of ideas and formulas that connect position, velocity, acceleration, and displacement. These ideas appear in physics, sports science, engineering, and even video game animation ๐ŸŽฎ

Learning objectives

  • Explain the main ideas and terminology behind kinematics.
  • Apply IB Mathematics: Analysis and Approaches HL reasoning to motion problems.
  • Connect kinematics to limits, differentiation, and integration.
  • Summarize how kinematics fits within calculus.
  • Use examples to interpret motion in real situations.

By the end of this lesson, students, you should be able to move confidently between position, velocity, and acceleration using calculus. You will also see how graphs and formulas help us understand whether an object is speeding up, slowing down, moving forward, or moving backward.

1. The three key quantities: position, velocity, and acceleration

Kinematics usually starts with position. If an object moves along a straight line, its position at time $t$ can be written as $s(t)$ or $x(t)$. This function tells us where the object is at each time.

The first derivative of position is velocity:

$$v(t)=\frac{ds}{dt}$$

Velocity tells us how fast position changes. It includes direction, so a positive velocity and a negative velocity mean motion in opposite directions.

The second derivative of position is acceleration:

$$a(t)=\frac{dv}{dt}=\frac{d^2s}{dt^2}$$

Acceleration tells us how quickly velocity changes. If acceleration is positive, velocity is increasing; if it is negative, velocity is decreasing.

These three quantities are linked like this:

  • position $\to$ velocity by differentiation
  • velocity $\to$ acceleration by differentiation
  • acceleration $\to$ velocity by integration
  • velocity $\to$ position by integration

For example, if a carโ€™s position is given by

$$s(t)=t^2-4t+1,$$

then its velocity is

$$v(t)=\frac{ds}{dt}=2t-4,$$

and its acceleration is

$$a(t)=\frac{dv}{dt}=2.$$

This means the car has constant acceleration. At $t=2$, the velocity is

$$v(2)=2(2)-4=0,$$

so the car is momentarily at rest. That does not mean it has stopped forever; it only means its instantaneous velocity is zero at that moment.

2. Displacement, distance, and speed

These terms are often confused, so students, it is important to separate them clearly.

Displacement is the change in position:

$$\text{displacement}=s(b)-s(a)$$

for a time interval $[a,b]$.

Distance is the total length of the path traveled. In one-dimensional motion, distance is found by adding the absolute values of motion in each direction. Unlike displacement, distance is never negative.

Speed is the magnitude of velocity:

$$\text{speed}=|v(t)|$$

If velocity is positive, the object moves in the positive direction. If velocity is negative, it moves in the negative direction. But speed is always non-negative.

Suppose a particle has velocity

$$v(t)=t-3$$

for $0\le t\le 5$.

To find when the particle changes direction, solve

$$t-3=0,$$

which gives $t=3$.

  • On $0\le t<3$, $v(t)<0$, so the particle moves backward.
  • On $3<t\le 5$, $v(t)>0$, so the particle moves forward.

To find total distance traveled, you must account for both parts of the motion. This is where absolute values matter.

3. Graphs and motion interpretation

Graphs are one of the most useful tools in kinematics ๐Ÿ“Š

A position-time graph shows how position changes over time. The slope of this graph is velocity. If the graph is steep, the object is moving quickly. If the graph is flat, the velocity is near zero.

A velocity-time graph shows how velocity changes over time. The slope gives acceleration. The area under the graph gives displacement:

$$\text{displacement}=\int_a^b v(t)\,dt$$

If the graph is above the time axis, the integral is positive. If it is below the time axis, the integral is negative.

An acceleration-time graph shows how acceleration changes over time. The area under this graph gives change in velocity:

$$\Delta v=\int_a^b a(t)\,dt$$

Example: If $v(t)=4- t$ on $0\le t\le 4$, then the displacement from $t=0$ to $t=4$ is

$$\int_0^4 (4-t)\,dt = \left[4t-\frac{t^2}{2}\right]_0^4 = 16-8=8.$$

So the displacement is $8$ units. If the velocity was always positive, then the distance traveled would also be $8$ units. But if velocity changes sign, distance and displacement are different.

4. Using derivatives to analyze motion

Derivatives do more than give velocity and acceleration. They also help identify turning points and change in motion.

If $v(t)=\frac{ds}{dt}$, then points where $v(t)=0$ are critical moments for the position function. These may be local maxima, local minima, or stationary points.

If $a(t)=\frac{dv}{dt}$ is positive, velocity is increasing. If $a(t)$ and $v(t)$ have the same sign, the object is speeding up. If they have opposite signs, the object is slowing down.

This is a very important IB idea.

For example, if $v(t)>0$ and $a(t)>0$, then the object is moving forward and speeding up. If $v(t)>0$ but $a(t)<0$, then it is still moving forward but slowing down.

Consider

$$s(t)=t^3-6t^2+9t.$$

Then

$$v(t)=\frac{ds}{dt}=3t^2-12t+9=3(t-1)(t-3),$$

and

$$a(t)=\frac{dv}{dt}=6t-12=6(t-2).$$

The particle is at rest when

$$3(t-1)(t-3)=0,$$

so $t=1$ or $t=3$.

To understand motion, check the signs of $v(t)$ and $a(t)$ in each interval. This helps you decide whether the particle is accelerating, decelerating, or changing direction.

5. Integration and recovering position from velocity

Integration is the reverse process of differentiation. If velocity is known, position can be found by integrating:

$$s(t)=\int v(t)\,dt + C$$

where $C$ is a constant.

If velocity is given as a rate of change, then the definite integral gives the net change in position:

$$s(b)-s(a)=\int_a^b v(t)\,dt$$

This is extremely useful in motion problems.

Suppose

$$v(t)=2t+1$$

and $s(0)=3$.

Then

$$s(t)=\int (2t+1)\,dt=t^2+t+C.$$

Use the initial condition $s(0)=3$:

$$0^2+0+C=3,$$

so $C=3$. Therefore,

$$s(t)=t^2+t+3.$$

Initial conditions are common in kinematics because they tell you where an object starts or how fast it is moving at a chosen time.

6. Solving common kinematics problems

Many IB kinematics problems ask you to find when a particle stops, changes direction, or reaches a maximum or minimum position.

Stopping and changing direction

A particle stops when

$$v(t)=0.$$

If the velocity changes sign at that time, the particle changes direction.

Maximum and minimum position

A maximum or minimum position often occurs when

$$v(t)=0$$

and the sign of $v(t)$ changes. You can also use the second derivative test on $s(t)$:

  • if $a(t)<0$ at a stationary point, the position may be a local maximum
  • if $a(t)>0$ at a stationary point, the position may be a local minimum

Speeding up and slowing down

An object speeds up when velocity and acceleration have the same sign:

$$v(t)a(t)>0.$$

It slows down when

$$v(t)a(t)<0.$$

This sign test is a strong tool in exam questions because it gives quick and accurate motion analysis.

Example

If

$$v(t)=(t-2)(t+1),$$

then $v(t)=0$ at $t=2$ and $t=-1$. If the time interval is $t\ge 0$, only $t=2$ matters. To interpret the motion, examine the sign of $v(t)$ and the acceleration $a(t)=\frac{dv}{dt}$ on each interval.

7. Why kinematics belongs in calculus

Kinematics is a natural application of calculus because calculus studies change. Motion is one of the clearest examples of change in the real world.

Calculus helps us:

  • measure instantaneous velocity with $\frac{ds}{dt}$
  • measure instantaneous acceleration with $\frac{dv}{dt}$
  • recover position using $\int v(t)\,dt$
  • interpret graph behavior using slopes and areas
  • analyze turning points, direction changes, and motion intervals

In IB Mathematics: Analysis and Approaches HL, kinematics is not just about memorizing formulas. It is about understanding relationships between quantities and using algebra, graphs, derivatives, and integrals together. This topic also connects to later calculus ideas such as differential equations and series approximations, because many real systems involve changing rates over time.

Conclusion

students, the kinematics toolkit gives you a complete language for motion. Position tells where something is, velocity tells how position changes, and acceleration tells how velocity changes. Differentiation moves you from position to velocity to acceleration, while integration moves you in the opposite direction. Graphs help you see motion clearly, and sign analysis helps you interpret what the object is doing at each moment.

This topic is important because it shows how calculus models real-world change. Whether you are studying a rolling ball, a moving train, or a rocket launch, the same core ideas apply. Mastering kinematics will strengthen your understanding of calculus and prepare you for more advanced applications in IB Mathematics: Analysis and Approaches HL ๐Ÿš€

Study Notes

  • Position is described by a function such as $s(t)$ or $x(t)$.
  • Velocity is the derivative of position: $v(t)=\frac{ds}{dt}$.
  • Acceleration is the derivative of velocity: $a(t)=\frac{dv}{dt}=\frac{d^2s}{dt^2}$.
  • Displacement is $s(b)-s(a)$, while distance is the total path length.
  • Speed is $|v(t)|$ and is always non-negative.
  • A particle stops when $v(t)=0$.
  • A change in direction happens when $v(t)$ changes sign.
  • The area under a velocity-time graph gives displacement: $\int_a^b v(t)\,dt$.
  • The area under an acceleration-time graph gives change in velocity: $\int_a^b a(t)\,dt$.
  • An object speeds up when $v(t)a(t)>0$ and slows down when $v(t)a(t)<0$.
  • Integration can recover position from velocity: $s(t)=\int v(t)\,dt + C$.
  • Initial conditions are used to find the constant $C$.
  • Kinematics is a major real-world application of calculus in IB Mathematics: Analysis and Approaches HL.

Practice Quiz

5 questions to test your understanding