How to Master Further Maths Second Order Differential Equations
When preparing for Edexcel A-Level Further Maths, strategic revision requires understanding exactly where the marks are concentrated. While candidates often spread their revision time evenly across the syllabus, the mathematical reality of the exams tells a different story. If you want to secure the highest grades, mastering further maths second order differential equations is mathematically the most valuable investment of your time.
Why Further Maths Second Order Differential Equations Dominate the Exam
To understand the importance of this topic, we conducted an analysis of 216 exam-style questions modelled across all published Edexcel Further Maths papers. We ranked all 18 subtopics in the specification by the proportion of total marks available.
Second Order Differential Equations is the single highest-weighted subtopic, accounting for 10.2% of all available marks. To put that into perspective, it outranks Advanced Applications in further mechanics (8.3%), Series (7.3%), Integration Techniques (7.2%), and Determinants & Inverses (7.2%). Most notably, it carries more than double the mark share of Methods of Proof (3.2%), despite students routinely dedicating equal revision time to both.
The high mark weighting exists because these questions inherently test multiple mathematical disciplines at once: calculus, advanced algebra, manipulating exponents and trigonometric functions, and solving quadratics or complex numbers. A single 12-mark exam question on this topic is an endurance test of mathematical accuracy.
The Anatomy of the Equation: CF and PI
In Edexcel Further Maths, you are primarily dealing with linear, constant-coefficient, non-homogeneous second order differential equations. They take the general form:
\[ a\frac{d^2y}{dx^2} + b\frac{dy}{dx} + cy = f(x) \]Where \(a\), \(b\), and \(c\) are constants, and \(f(x)\) is a function of \(x\). The general solution to this equation is always constructed from two distinct parts: the Complementary Function (CF) and the Particular Integral (PI).
The solution takes the form \(y = y_{CF} + y_{PI}\).
- Complementary Function: This is the general solution to the homogeneous version of the equation, where \(f(x) = 0\). It always contains two arbitrary constants (usually \(A\) and \(B\)), which is a strict requirement for the general solution of any second order differential equation.
- Particular Integral: This is any specific solution that satisfies the full non-homogeneous equation. It contains no arbitrary constants.
Finding the Complementary Function (and Evaluating the Roots)
To find the Complementary Function, you set the right-hand side to zero and form the auxiliary equation. By substituting a trial solution of \(y = e^{mx}\), the differential equation transforms into a simple quadratic:
\[ am^2 + bm + c = 0 \]Solving this quadratic yields the values for \(m\). Depending on the discriminant (\(b^2 - 4ac\)), there are three distinct cases you must memorize:
- Real and distinct roots (\(m_1\) and \(m_2\)):
The CF is \(y_{CF} = A e^{m_1 x} + B e^{m_2 x}\). - Real and repeated roots (\(m_1 = m_2 = m\)):
The CF is \(y_{CF} = (A + Bx)e^{mx}\). - Complex conjugate roots (\(m = p \pm qi\)):
The CF is \(y_{CF} = e^{px}(A \cos(qx) + B \sin(qx))\).
Where marks are lost: The most frequent mathematical slip here is a sign error when solving the quadratic equation, particularly when moving terms across the equals sign or simplifying the quadratic formula. Because the CF dictates the form of your final answer, an early sign error in the auxiliary equation will cause you to lose subsequent accuracy marks for the final solution, even if your methodology is otherwise flawless. Always double-check your roots.
The Particular Integral and the "Clash" Trap
The standard method for finding the Particular Integral is to observe the function \(f(x)\) on the right-hand side and use a general trial form of the same "family" of functions.
- If \(f(x) = k e^{\alpha x}\), the trial PI is \(y = \lambda e^{\alpha x}\).
- If \(f(x)\) is a polynomial of degree \(n\), the trial PI is a general polynomial of degree \(n\).
- If \(f(x) = \sin(kx)\) or \(\cos(kx)\), the trial PI is \(y = \lambda \cos(kx) + \mu \sin(kx)\).
The structural trap that costs marks: If your standard trial PI contains a term that is already present in your Complementary Function, the standard trial will fail. Because the CF is explicitly defined as the set of functions that make the left-hand side equal zero, substituting a clashing trial PI into the equation will simply result in \(0 = f(x)\), making it impossible to solve for the coefficients.
When this happens, you must multiply your trial PI by \(x\). If that new form *still* clashes with the CF (which happens in cases of repeated roots), you must multiply by \(x^2\).
Worked Example: The Double Clash
Let’s walk through a concrete example that demonstrates this trap. We need to find the general solution to:
Working with a specialist tutor can transform your results. Our expert tutors personalise every session around your gaps and goals.
Book a Free Intro MeetingStep 1: The Complementary Function
First, we solve the homogeneous equation \(\frac{d^2y}{dx^2} - 4\frac{dy}{dx} + 4y = 0\).
The auxiliary equation is:
\[ m^2 - 4m + 4 = 0 \] \[ (m - 2)^2 = 0 \]This gives a repeated real root of \(m = 2\).
Therefore, the Complementary Function is:
\[ y_{CF} = (A + Bx)e^{2x} \]Step 2: The Particular Integral
Looking at the right-hand side, \(f(x) = 3e^{2x}\). Normally, our trial PI would be \(y = \lambda e^{2x}\).
However, notice that \(e^{2x}\) is already present in the CF (the \(A e^{2x}\) term). If we try \(y = \lambda e^{2x}\), substituting it into the left side will result in zero.
The rule is to multiply the trial by \(x\). Our new trial PI is \(y = \lambda x e^{2x}\).
But wait, \(x e^{2x}\) is *also* in the CF (the \(Bx e^{2x}\) term). This will also evaluate to zero. Therefore, we must multiply by \(x\) again. The correct trial Particular Integral is:
\[ y = \lambda x^2 e^{2x} \]Step 3: Differentiate and Substitute
Now we differentiate our chosen PI using the product rule (where \(u = \lambda x^2\) and \(v = e^{2x}\)):
\[ \frac{dy}{dx} = 2\lambda x e^{2x} + 2\lambda x^2 e^{2x} \]Differentiating a second time, applying the product rule to both terms:
\[ \frac{d^2y}{dx^2} = (2\lambda e^{2x} + 4\lambda x e^{2x}) + (4\lambda x e^{2x} + 4\lambda x^2 e^{2x}) \]Simplifying the second derivative:
\[ \frac{d^2y}{dx^2} = 2\lambda e^{2x} + 8\lambda x e^{2x} + 4\lambda x^2 e^{2x} \]Next, substitute \(y\), \(\frac{dy}{dx}\), and \(\frac{d^2y}{dx^2}\) back into the original non-homogeneous equation:
\[ (2\lambda e^{2x} + 8\lambda x e^{2x} + 4\lambda x^2 e^{2x}) - 4(2\lambda x e^{2x} + 2\lambda x^2 e^{2x}) + 4(\lambda x^2 e^{2x}) = 3e^{2x} \]Now, expand and group the terms by their \(x\) powers:
The \(x^2 e^{2x}\) terms:
\(4\lambda - 8\lambda + 4\lambda = 0\) (These cancel out completely, as expected).
The \(x e^{2x}\) terms:
\(8\lambda - 8\lambda = 0\) (These also cancel out completely).
The \(e^{2x}\) terms:
We are left with just:
\[ 2\lambda e^{2x} = 3e^{2x} \]
\[ 2\lambda = 3 \]
\[ \lambda = 1.5 \]
So, our Particular Integral is \(y_{PI} = 1.5x^2 e^{2x}\).
Step 4: The General Solution
To finish, we combine the CF and the PI (\(y = y_{CF} + y_{PI}\)):
\[ y = (A + Bx)e^{2x} + 1.5x^2 e^{2x} \]By identifying the clash early and correctly adjusting the trial form to \(\lambda x^2 e^{2x}\), the calculation becomes an exercise in careful differentiation and algebraic grouping rather than a frustrating dead end.
Mastering this specific routine—identifying the correct auxiliary equation roots, checking the standard trial PI against the CF, and executing the product rule flawlessly—is exactly why this subtopic commands 10.2% of the total exam weight. The marks are heavily concentrated here because the mathematics strictly rewards structured, rigorous procedure.
Struggling with second order differential equations? Fraley Tutors teaches A-Level Further Maths the same way — clear explanations, real examples, and a focus on exam technique.