Kinematics with calculus: displacement, velocity and acceleration
In my decade of teaching IB Mathematics, few topics illustrate the power of calculus more directly than kinematics. It's the study of motion, and when we apply differentiation and integration, we gain tools to describe movement with precision. It moves beyond simple "distance = speed x time" scenarios, allowing us to analyze how things move when speed and direction are constantly changing. This topic is a cornerstone for IB AA (Analysis and Approaches) students at both SL and HL, with HL students diving into greater complexity, especially concerning total distance and advanced function types. For students pursuing engineering, physics, or any science-based field, a solid grasp of kinematics with calculus is indispensable. It's not just about memorizing formulas; it's about understanding how rates of change and accumulation describe the world around us.The Language of Motion: Displacement, Velocity, Acceleration
Before we apply calculus, we need to be clear about our terms. These are specific concepts in mathematics and physics, and they are not interchangeable. *Displacement ($s(t)$): This is the position of an object relative to a fixed origin, often at time $t$. It is a vector quantity, meaning it has both magnitude and direction. If an object moves from $x=0$ to $x=5$ and back to $x=0$, its final displacement is $0$. It represents the net change in position.
*Velocity ($v(t)$): This is the rate of change of displacement with respect to time. Like displacement, it is a vector quantity. A positive velocity means movement in the positive direction (e.g., right or up), while a negative velocity means movement in the negative direction (e.g., left or down). The magnitude of velocity is speed.
*Acceleration ($a(t)$): This is the rate of change of velocity with respect to time. It describes how the velocity is changing. An object can accelerate in the positive direction (speeding up in positive direction or slowing down in negative direction) or in the negative direction (slowing down in positive direction or speeding up in negative direction). It is also a vector quantity.
Understanding these definitions is the first step. In my classroom, I often see students conflate displacement with distance, or velocity with speed. Being precise here saves a lot of headaches later on, especially when tackling exam questions.Differentiation in Kinematics: Finding Instantaneous Rates
Calculus provides the mathematical link between these quantities. The core idea is that if you know the position function, you can find how fast it's changing (velocity), and how *that* is changing (acceleration) by differentiating. The relationships are as follows: * Velocity is the first derivative of displacement with respect to time: $$v(t) = \frac{ds}{dt}$$ * Acceleration is the first derivative of velocity with respect to time, which means it is also the second derivative of displacement with respect to time: $$a(t) = \frac{dv}{dt} = \frac{d^2s}{dt^2}$$ For instance, if a particle's displacement is given by $s(t) = 2t^3 - 9t^2 + 12t$, where $s$ is in meters and $t$ is in seconds: * Its velocity function would be: $$v(t) = \frac{d}{dt}(2t^3 - 9t^2 + 12t) = 6t^2 - 18t + 12$$ * Its acceleration function would be: $$a(t) = \frac{d}{dt}(6t^2 - 18t + 12) = 12t - 18$$ A common question in IB exams involves finding when a particle is "instantaneously at rest." This occurs when its velocity is zero, i.e., $v(t)=0$. Using our example, we would solve $6t^2 - 18t + 12 = 0$, which simplifies to $t^2 - 3t + 2 = 0$, giving $(t-1)(t-2)=0$. So, the particle is at rest at $t=1$ second and $t=2$ seconds. At these points, the particle changes direction.Integration in Kinematics: Reconstructing Motion
The reverse process is also incredibly powerful. If you know the acceleration of an object, you can integrate to find its velocity. Integrate again, and you get its displacement. This is where initial conditions become vital. * Velocity is the integral of acceleration with respect to time: $$v(t) = \int a(t) \,dt + C_1$$ * Displacement is the integral of velocity with respect to time: $$s(t) = \int v(t) \,dt + C_2$$ Each time you perform an indefinite integral, a constant of integration ($C$) appears. To find the specific motion of the particle, you need information about its state at a particular time. For example, "at $t=0$, the velocity is $5 \,m/s$" or "the particle starts at the origin." These are initial conditions that allow you to solve for $C_1$ and $C_2$. Let's say we have $a(t) = 12t - 18$ and we know that at $t=0$, $v(0) = 12 \,m/s$ and $s(0) = 0 \,m$. 1. Integrate $a(t)$ to find $v(t)$: $$v(t) = \int (12t - 18) \,dt = 6t^2 - 18t + C_1$$ Using $v(0) = 12$: $$12 = 6(0)^2 - 18(0) + C_1 \implies C_1 = 12$$ So, $v(t) = 6t^2 - 18t + 12$. (Notice this matches our earlier example's velocity function, as expected.) 2. Integrate $v(t)$ to find $s(t)$: $$s(t) = \int (6t^2 - 18t + 12) \,dt = 2t^3 - 9t^2 + 12t + C_2$$ Using $s(0) = 0$: $$0 = 2(0)^3 - 9(0)^2 + 12(0) + C_2 \implies C_2 = 0$$ So, $s(t) = 2t^3 - 9t^2 + 12t$. (Again, matching the original displacement function.) A crucial distinction for IB AA HL students is between **displacement** and **total distance travelled**. * **Displacement** over an interval $[t_1, t_2]$ is found using a definite integral of velocity: $$\text{Displacement} = \int_{t_1}^{t_2} v(t) \,dt$$ This measures the net change in position. If a particle goes forward $5m$ then backward $3m$, its displacement is $2m$. * **Total distance travelled** over an interval $[t_1, t_2]$ requires integrating the *speed* (magnitude of velocity). You must account for any changes in direction: $$\text{Total Distance} = \int_{t_1}^{t_2} |v(t)| \,dt$$ To calculate this, you first find all times $t$ in $[t_1, t_2]$ where $v(t)=0$. These are the turning points. Then, you split the integral into sub-intervals, taking the absolute value of the displacement over each sub-interval. For example, if $v(t)=0$ at $t_c$ where $t_1 < t_c < t_2$: $$\text{Total Distance} = \left| \int_{t_1}^{t_c} v(t) \,dt \right| + \left| \int_{t_c}^{t_2} v(t) \,dt \right|$$ This is a common source of errors in exams. My students often forget to check for turning points when asked for total distance. Your IB Calculator (CG-50) can help visualize $v(t)$ and compute definite integrals, but understanding the steps for total distance is key.Problem-Solving Strategies and Common Pitfalls
Successfully navigating kinematics problems involves a blend of conceptual understanding and careful execution. Here are some strategies I emphasize: 1. **Read the Question Carefully:** Identify what quantity you are given (displacement, velocity, or acceleration) and what you need to find. Note initial conditions and the specific time interval. 2. **Identify the Operation:** Are you moving from displacement to velocity (differentiate), or from acceleration to velocity (integrate)? Knowing this dictates your first step. 3. **Use Correct Notation:** Always use $s(t)$, $v(t)$, $a(t)$ and $\frac{ds}{dt}$, $\frac{dv}{dt}$, $\frac{d^2s}{dt^2}$. 4. **Don't Forget the Constant of Integration:** If you are integrating, $C$ is non-negotiable. Use initial conditions to find its value. This is one of the most common mistakes I see. 5. **Check for Turning Points for Total Distance:** This deserves repeating. If the question asks for total distance, you MUST find where $v(t)=0$ within the interval and split your integrals accordingly. 6. **Units:** Always include appropriate units in your final answers ($m$, $m/s$, $m/s^2$). This is an easy mark to lose. 7. **Visualize (if possible):** Sometimes sketching the graph of $v(t)$ can help you understand the motion and verify your turning points. This topic combines your calculus skills with practical application. It appears frequently on IB AA Paper 1 (SL and HL) and Paper 2 (HL, often with calculator use). If you're feeling shaky on any of these concepts, reviewing your calculus fundamentals is a good idea. Our IB Math Flashcards can be a quick way to reinforce key definitions and derivative/integral rules. Mastering kinematics with calculus is a significant step in your IB Maths journey. It solidifies your understanding of rates of change and accumulation, showing you how abstract mathematical concepts describe real-world phenomena. By practicing regularly, paying attention to detail, and understanding the core definitions, you will build confidence in tackling these problems. The key takeaway is that displacement, velocity, and acceleration are intrinsically linked through the operations of differentiation and integration. Each time you move up or down this chain, you're either finding a rate of change or reversing that process to find the original function. Focus on understanding *why* you are differentiating or integrating, not just *how*. This conceptual clarity will make complex problems much more manageable.Want to actually drill this?
Every IB Maths topic on this page has a full practice engine at ibmathrevision.com — with AI grading trained on real IB mark schemes.
Get access →