Welcome to Further Kinematics!

In your standard A Level Maths, you spent a lot of time with constant acceleration (the famous SUVAT equations). But in the real world, things aren't always so simple. A car speeding up, a skydiver falling through the air, or a boat slowing down in water all experience acceleration that changes.

In this chapter of Further Mechanics 2, we are going to learn how to use calculus to model a particle's movement when its acceleration depends on time or its own velocity. Don't worry if this seems tricky at first—once you learn the patterns for "separating the variables," it becomes much more manageable!


1. The Fundamentals: Linking \(x, v, \text{ and } a\)

Before we dive into the new stuff, let’s quickly recap the golden rule of kinematics. Think of these three as a ladder:

  • Displacement (\(x\) or \(s\))
  • Velocity (\(v\))
  • Acceleration (\(a\))

To go down the ladder (e.g., from displacement to velocity), you differentiate with respect to time (\(t\)).
To go up the ladder (e.g., from acceleration to velocity), you integrate with respect to time (\(t\)).

Key Equations:
\(v = \frac{dx}{dt}\)
\(a = \frac{dv}{dt} = \frac{d^2x}{dt^2}\)

Quick Review: If you see \(\frac{dv}{dt}\), just read it as "the rate at which velocity is changing," which is exactly what acceleration is!


2. Acceleration as a Function of Time \(a = f(t)\)

This is the most straightforward case. It happens when the force pushing an object changes as time goes on (like a rocket burning fuel and getting lighter).

If you are given acceleration in terms of \(t\), such as \(a = 3t^2 + 2\), and you want to find the velocity, you simply integrate.

How to solve it:

  1. Start with the definition: \(\frac{dv}{dt} = f(t)\)
  2. "Move" the \(dt\) to the other side: \(dv = f(t) dt\)
  3. Integrate both sides: \(\int dv = \int f(t) dt\)
  4. Don't forget the constant! Always add \(+ C\) after integrating.
  5. Use the initial conditions (e.g., "at \(t=0, v=2\)") to find the value of \(C\).

Example: A particle has acceleration \(a = 6t\). If it starts from rest (\(v=0\) when \(t=0\)), find \(v\).
\(\frac{dv}{dt} = 6t\)
\(v = \int 6t dt = 3t^2 + C\)
Since \(v=0\) when \(t=0\), then \(0 = 3(0)^2 + C\), so \(C = 0\).
Final answer: \(v = 3t^2\).

Key Takeaway: If acceleration depends on \(t\), just integrate with respect to \(t\) to find velocity, then integrate again to find displacement.


3. Acceleration as a Function of Velocity \(a = f(v)\)

This is where "Further" Kinematics really begins! This happens in the real world when resistance is involved. For example, the faster you ride a bike, the more air resistance (drag) pushes back against you. Here, acceleration depends on how fast you are already going.

Did you know? This is why cars have a "top speed." Eventually, the air resistance (which depends on velocity) creates a negative acceleration that perfectly cancels out the engine's force!

The Method: Separating Variables

When you have \(\frac{dv}{dt} = f(v)\), you can't just integrate \(f(v)\) with respect to \(t\) because the letters don't match. We have to separate the variables so that all the \(v\)'s are with \(dv\) and all the \(t\)'s are with \(dt\).

Step-by-Step Process:

  1. Write the equation: \(\frac{dv}{dt} = f(v)\)
  2. Rearrange to get \(dt\) alone: \(dt = \frac{1}{f(v)} dv\)
  3. Integrate both sides: \(\int 1 dt = \int \frac{1}{f(v)} dv\)
  4. This gives you: \(t = \int \frac{1}{f(v)} dv\)

Common Mistake: Students often try to integrate \(f(v)\) directly. Remember: if the acceleration is a function of \(v\), it must go in the denominator on the other side!

Analogy: Imagine you are trying to sort socks and t-shirts into two different drawers. You can't start folding until all the socks are in the "Socks Drawer" (\(dv\)) and all the t-shirts are in the "T-shirt Drawer" (\(dt\)).


4. Using Definite Integrals (The Pro Tip)

While adding \(+ C\) works perfectly fine, many students find it easier to use limits (definite integrals). This combines the integration and finding the constant into one step.

If a particle has velocity \(u\) at time \(t=0\), and you want to find velocity \(v\) at time \(t\):

\(\int_{0}^{t} 1 dt = \int_{u}^{v} \frac{1}{f(v)} dv\)

Why use this? It reduces the chance of forgetting to solve for \(C\) and keeps your work organized.


5. Required Calculus Skills

Since this is Further Mathematics, the integrations won't always be simple. To succeed in this chapter, make sure you are comfortable with these Pure Maths techniques:

  • Logarithmic Integration: Remember that \(\int \frac{1}{ax+b} dx = \frac{1}{a}\ln|ax+b|\). This appears constantly in resistance problems (e.g., \(a = 10 - 2v\)).
  • Partial Fractions: If your acceleration looks like a quadratic in terms of \(v\) (e.g., \(\frac{1}{v^2-4}\)), you might need to split it into partial fractions before integrating.
  • Substitution: Sometimes a sneaky substitution is needed to solve the integral on the velocity side.

Encouraging Phrase: Don't worry if the integration feels like the hardest part! The "Mechanics" part is just setting up the equation correctly. The rest is just practicing the calculus you've already learned in Pure Maths.


Summary Checklist

Quick Review Box:

  • If \(a = f(t)\), use \(\int dv = \int f(t) dt\).
  • If \(a = f(v)\), use \(\int dt = \int \frac{1}{f(v)} dv\).
  • Always look for initial conditions (like "at rest" or "initially") to find your constants.
  • Check your units! Acceleration is \(ms^{-2}\), velocity is \(ms^{-1}\), and displacement is \(m\).

Key Takeaway: The secret to Further Kinematics is identifying what acceleration depends on. Once you know if it's a function of time or velocity, the calculus path you need to take becomes clear!