Introduction: Taking Calculus to the Next Level

Welcome to one of the most powerful chapters in Further Pure Mathematics 2! So far, you have dealt with first-order differential equations (where the highest derivative is \(\frac{dy}{dx}\)). Now, we are stepping up to second-order differential equations, which involve the second derivative, \(\frac{d^2y}{dx^2}\).

Why is this important? In the real world, these equations describe how things vibrate, oscillate, or swing. From the suspension in a car to the way buildings sway in the wind, second-order equations are the language of physics and engineering. Don't worry if it looks intimidating—once you learn the "recipe" for solving them, it becomes very logical!

Prerequisites: What you need in your toolkit

Before we dive in, make sure you are comfortable with: • Solving quadratic equations (including those with complex roots).
• Basic differentiation and integration from P3 and P4.
• The exponential function \(e^x\) and trigonometric functions \(\sin(x)\) and \(\cos(x)\). ---

1. The Structure of the Equation

In this unit, we focus on linear second-order differential equations with constant coefficients. They look like this:

\( a\frac{d^2y}{dx^2} + b\frac{dy}{dx} + cy = f(x) \)

Where \(a\), \(b\), and \(c\) are just regular numbers (real constants).

To solve these, we use a "divide and conquer" strategy. The General Solution is always made of two parts added together:

General Solution (GS) = Complementary Function (CF) + Particular Integral (PI)

Analogy: Think of the CF as the "natural" behavior of a system (like a guitar string vibrating on its own) and the PI as the "forced" behavior (like you constantly plucking the string at a specific rhythm). To know what the string is doing, you need to add both effects together! ---

2. Part One: The Complementary Function (CF)

To find the CF, we pretend the right-hand side of the equation is zero:

\( a\frac{d^2y}{dx^2} + b\frac{dy}{dx} + cy = 0 \)

We then create an Auxiliary Equation (AE) by replacing the derivatives with powers of \(m\):

\( am^2 + bm + c = 0 \)

This is just a quadratic equation! The roots of this quadratic determine the shape of your CF.

Case 1: Two Distinct Real Roots (\(m_1\) and \(m_2\))

If your AE gives two different normal numbers:

CF: \( y = Ae^{m_1x} + Be^{m_2x} \)

Case 2: One Repeated Real Root (\(m\))

If your AE gives the same number twice:

CF: \( y = (A + Bx)e^{mx} \)

Case 3: Complex Roots (\(m = \alpha \pm i\beta\))

If your quadratic formula gives you roots with an "i":

CF: \( y = e^{\alpha x}(A \cos \beta x + B \sin \beta x) \)

Quick Review: The CF always has two arbitrary constants, \(A\) and \(B\). These stay as letters unless you are given specific coordinates to plug in later! ---

3. Part Two: The Particular Integral (PI)

The PI deals with the \(f(x)\) part—the bit we ignored earlier. We "guess" a trial solution that looks like \(f(x)\).
Trial PI Selection Table:
• If \(f(x) = ke^{px}\), try \(y = \lambda e^{px}\)
• If \(f(x) = \text{polynomial (e.g., } 3x + 2)\), try \(y = Cx + D\)
• If \(f(x) = \text{quadratic (e.g., } x^2)\), try \(y = Cx^2 + Dx + E\)
• If \(f(x) = m \cos \omega x + n \sin \omega x\), try \(y = C \cos \omega x + D \sin \omega x\)
The "Duplicate" Rule (Very Important!)
If your trial PI is already part of your CF, it won't work. You must multiply your trial PI by \(x\). Example: If your CF is \(Ae^{2x} + Be^{3x}\) and \(f(x) = e^{2x}\), don't try \(y = \lambda e^{2x}\). Instead, try \(y = \lambda x e^{2x}\). Step-by-Step for PI: 1. Choose the trial form based on the table. 2. Differentiate it once to get \(\frac{dy}{dx}\). 3. Differentiate it again to get \(\frac{d^2y}{dx^2}\). 4. Substitute these into the original equation and solve for the unknown constants (\(\lambda, C, D\), etc.). ---

4. Putting it All Together

Once you have your CF and your PI, the General Solution is simply:

\( y = \text{CF} + \text{PI} \)

Boundary Conditions

Sometimes the question gives you values like "when \(x=0, y=1\) and \(\frac{dy}{dx}=2\)". Common Mistake: Don't solve for \(A\) and \(B\) using just the CF. You must find the full General Solution first, then plug in the values to find the Particular Solution. ---

5. Reducible Differential Equations

Sometimes, the exam will give you a scary-looking equation that isn't in the standard form. However, they will provide a substitution (like \(u = y^2\) or \(x = e^t\)).

How to handle substitutions: 1. Use the Chain Rule carefully to find expressions for \(\frac{dy}{dx}\) and \(\frac{d^2y}{dx^2}\) in terms of the new variable. 2. Substitute everything back into the original equation. 3. If done correctly, the equation will turn into a standard second-order equation that you already know how to solve! 4. Solve it for the new variable, then substitute back at the very end to get your answer in terms of \(y\) and \(x\). ---

Summary and Key Takeaways

The Recipe: Solve the Auxiliary Equation \(\rightarrow\) Find CF \(\rightarrow\) Pick trial PI \(\rightarrow\) Find PI constants \(\rightarrow\) Add CF + PI.
Roots matter: Distinct real, repeated real, or complex roots change the look of your CF.
Match the PI: The trial PI should "mimic" the right-hand side of the equation.
Don't forget \(x\): if your PI is a duplicate of the CF, multiply the PI by \(x\).

Did you know? The "Complex Roots" case describes Damped Harmonic Motion. The \(e^{\alpha x}\) part tells you how fast the vibrations die away (like a swinging pendulum slowing down), while the \(\cos\) and \(\sin\) parts tell you how fast it swings! Don't worry if this seems tricky at first. The more you practice the "Trial PI" substitutions, the more natural it will feel!