Introduction to Simple Linear Kinematics

Welcome! In this chapter, we explore Simple Linear Kinematics. While "kinematics" sounds like a complicated word, it is simply the study of how things move. Whether it’s a car accelerating on a highway or a ball being thrown straight up, we can use Calculus to track its position, speed, and acceleration at any exact moment.

In your earlier math studies, you might have used simple formulas for speed (Distance \(\div\) Time). In Further Pure Mathematics, we take this a step further. Instead of looking at average speeds, we use differentiation and integration to look at instantaneous changes. Don't worry if this feels a bit abstract right now—it all follows a very logical "ladder" of steps!

1. The Three Key Variables

In linear kinematics (motion in a straight line), we focus on three main quantities that change over time (\(t\)):

  • Displacement (\(s\)): The distance of an object from a fixed origin in a specific direction. (Note: This can be negative!)
  • Velocity (\(v\)): The rate at which displacement changes. If velocity is positive, the object is moving away from the origin; if negative, it is moving back toward it.
  • Acceleration (\(a\)): The rate at which velocity changes.

Quick Tip: In these problems, time (\(t\)) is almost always our independent variable. Think of it as the "input" for our functions.

2. The Calculus Ladder: Moving "Down" with Differentiation

If you are given an equation for displacement (\(s\)) and you want to find velocity or acceleration, you climb down the ladder using differentiation.

Step 1: Displacement to Velocity

Velocity is the derivative of displacement with respect to time:

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

Step 2: Velocity to Acceleration

Acceleration is the derivative of velocity with respect to time:

\(a = \frac{dv}{dt}\)

This also means acceleration is the second derivative of displacement:

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

Example: If a particle moves such that \(s = t^3 + 2t^2\), then:
Velocity \(v = \frac{ds}{dt} = 3t^2 + 4t\)
Acceleration \(a = \frac{dv}{dt} = 6t + 4\)

3. The Calculus Ladder: Moving "Up" with Integration

What if you start with acceleration and want to find velocity or displacement? You climb up the ladder using integration. This is the reverse process.

Step 1: Acceleration to Velocity

\(v = \int a \, dt\)

Step 2: Velocity to Displacement

\(s = \int v \, dt\)

CRITICAL REMINDER: The Constant of Integration (\(+ C\))
Whenever you integrate to find velocity or displacement, you must include a constant (\(C\)). To find the value of \(C\), the question will usually give you "initial conditions," such as "at \(t = 0\), the velocity is \(5 \, m/s\)."

4. Decoding Exam Keywords

To solve kinematics problems, you need to "translate" English words into mathematical values. Here is a handy reference table:

"At the origin" \(\implies s = 0\)
"At rest" / "Stationary" \(\implies v = 0\)
"Initially" / "At the start" \(\implies t = 0\)
"Constant velocity" \(\implies a = 0\)
"Instantaneous rest" \(\implies\) The object has stopped for a split second (usually when changing direction), so \(v = 0\).

Did you know? If a particle is at its maximum or minimum displacement, its velocity must be zero. This is exactly the same as finding stationary points in general calculus!

5. Step-by-Step: Finding Displacement from Acceleration

Don't worry if this seems tricky at first; just follow these steps:

  1. Identify what you have: Usually an expression for \(a\) in terms of \(t\).
  2. Integrate \(a\) to find \(v\): Don't forget the \(+ C_1\).
  3. Use the given info to find \(C_1\): Plug in the values for \(t\) and \(v\).
  4. Integrate \(v\) to find \(s\): Add another constant, \(+ C_2\).
  5. Use the given info to find \(C_2\): Plug in the values for \(t\) and \(s\).

6. Common Mistakes to Avoid

  • Forgetting \(+ C\): This is the most common way to lose marks. Always check if you are integrating and if you have information to find the constant.
  • Confusing "Distance" and "Displacement": Displacement is how far you are from the start point (\(s\)). Total distance traveled is the total path length (which might require looking at where the particle turned around, i.e., where \(v = 0\)).
  • Power Rule Errors: Remember that when differentiating \(x^n\), you multiply by the power and subtract one. When integrating, you add one to the power and divide by the new power.

Key Takeaway Summary

Displacement (\(s\)) \(\xrightarrow{\text{Differentiate}}\) Velocity (\(v\)) \(\xrightarrow{\text{Differentiate}}\) Acceleration (\(a\))
Acceleration (\(a\)) \(\xrightarrow{\text{Integrate}}\) Velocity (\(v\)) \(\xrightarrow{\text{Integrate}}\) Displacement (\(s\))

Always keep your initial conditions (\(t = 0\)) in mind to solve for your constants of integration. You’ve got this!