Study Guide

Differential Equations

CIE A-Level Further MathematicsΒ· Unit 2: Further Pure 2Β· 15 min read

1. First-Order Linear Differential Equationsβ˜…β˜…β˜†β˜†β˜†β± 10 min

πŸ“˜ Definition

First-order linear differential equation

dydx+P(x)y=Q(x)\frac{dy}{dx} + P(x)y = Q(x)

A first-order equation where and its derivative are both to the first power, with coefficients that can be functions of the independent variable .

Example:

\frac{dy}{dx} + 3y = e^x

To solve an equation in standard form above, we first calculate the integrating factor . Multiply both sides of the equation by : the left-hand side simplifies to by the product rule. Integrate both sides to solve for .

πŸ“ Worked Example

Solve for , given when .

  1. 1
    1. Identify and from standard form.
  2. 2
    1. Calculate the integrating factor:
  3. 3
    ∫P(x)dx=∫1xdx=ln⁑xβ€…β€ŠβŸΉβ€…β€ŠI(x)=eln⁑x=x\int P(x) dx = \int \frac{1}{x} dx = \ln x \implies I(x) = e^{\ln x} = x
  4. 4
    1. Multiply both sides of the equation by :
  5. 5
    xdydx+y=x3x \frac{dy}{dx} + y = x^3
  6. 6
    1. Rewrite left-hand side as product rule derivative:
  7. 7
    ddx(xy)=x3\frac{d}{dx}\left(xy\right) = x^3
  8. 8
    1. Integrate both sides, adding constant of integration:
  9. 9
    xy=x44+Cxy = \frac{x^4}{4} + C
  10. 10
    1. Apply boundary condition to find :
  11. 11
    (1)(2)=144+Cβ€…β€ŠβŸΉβ€…β€ŠC=2βˆ’14=74(1)(2) = \frac{1^4}{4} + C \implies C = 2 - \frac{1}{4} = \frac{7}{4}
  12. 12
    1. Rearrange to get the final solution:
  13. 13
    y=x34+74xy = \frac{x^3}{4} + \frac{7}{4x}

Exam tip:

Always rearrange your equation to get a coefficient of 1 for before calculating the integrating factor, to avoid errors in the sign or value of .

2. Homogeneous Second-Order Differential Equationsβ˜…β˜…β˜…β˜†β˜†β± 12 min

πŸ“˜ Definition

Homogeneous second-order linear DE (constant coefficients)

ad2ydx2+bdydx+cy=0(a≠0)a \frac{d^2y}{dx^2} + b \frac{dy}{dx} + c y = 0 \quad (a \neq 0)

Second-order equation where all terms involve or its derivatives, with constant coefficients and zero right-hand side.

We solve these by forming the auxiliary (characteristic) quadratic equation . The form of the general solution depends entirely on the nature of the roots of this quadratic:

  1. Two distinct real roots :

  2. One repeated real root :

  3. Two complex conjugate roots :

πŸ“ Worked Example

Find the general solution of .

  1. 1
    1. Form the auxiliary equation from the coefficients:
  2. 2
    m2βˆ’4m+4=0m^2 - 4m + 4 = 0
  3. 3
    1. Factorize to find roots:
  4. 4
    (mβˆ’2)2=0β€…β€ŠβŸΉβ€…β€Šm=2 (repeated root)(m-2)^2 = 0 \implies m = 2 \text{ (repeated root)}
  5. 5
    1. Use the general solution formula for repeated roots:
  6. 6
    y=(A+Bx)e2xy = (A + Bx) e^{2x}

3. Non-Homogeneous Second-Order Differential Equationsβ˜…β˜…β˜…β˜…β˜†β± 15 min

πŸ“˜ Definition

Non-homogeneous second-order linear DE (constant coefficients)

ad2ydx2+bdydx+cy=f(x)(a≠0,f(x)≠0)a \frac{d^2y}{dx^2} + b \frac{dy}{dx} + c y = f(x) \quad (a \neq 0, f(x) \neq 0)

General solution = Complementary Function (CF, solution of the homogeneous equation) + Particular Integral (PI, any solution that satisfies the full non-homogeneous equation).

We find the particular integral by the method of undetermined coefficients: guess a form of PI based on , substitute into the equation to solve for unknown coefficients. If your guess matches a term in the complementary function, multiply it by (or for a repeated root) to get a linearly independent solution.

πŸ“ Worked Example

Find the general solution of .

  1. 1
    1. First find the complementary function by solving the homogeneous equation:
  2. 2
    m2βˆ’3m+2=0β€…β€ŠβŸΉβ€…β€Š(mβˆ’1)(mβˆ’2)=0β€…β€ŠβŸΉβ€…β€Šm=1,2m^2 - 3m + 2 = 0 \implies (m-1)(m-2) = 0 \implies m = 1, 2
  3. 3

    So the complementary function is:

  4. 4
    CF:y=Aex+Be2xCF: y = A e^x + B e^{2x}
  5. 5
    1. Guess the particular integral: , and 4 is not a root of the auxiliary equation, so try .
  6. 6
    1. Calculate derivatives and substitute into the left-hand side:
  7. 7
    dydx=4Ce4x,d2ydx2=16Ce4x\frac{dy}{dx} = 4C e^{4x}, \quad \frac{d^2y}{dx^2} = 16C e^{4x}
  8. 8
    16Ce4xβˆ’3(4Ce4x)+2(Ce4x)=6Ce4x16C e^{4x} - 3(4C e^{4x}) + 2(C e^{4x}) = 6C e^{4x}
  9. 9
    1. Equate to right-hand side to solve for C:
  10. 10
    6Ce4x=6e4xβ€…β€ŠβŸΉβ€…β€ŠC=16C e^{4x} = 6 e^{4x} \implies C = 1
  11. 11
    1. The general solution is :
  12. 12
    y=Aex+Be2x+e4xy = A e^x + B e^{2x} + e^{4x}

4. Common Pitfalls

Wrong move:

Calculating the integrating factor without rearranging first-order DE to standard form.

Why:

If the coefficient of is not 1, will be wrong leading to an incorrect solution.

Correct move:

Always divide through by the coefficient of to get it equal to 1 before calculating .

Wrong move:

Writing for repeated root auxiliary equation.

Why:

This reduces to only one arbitrary constant, which is incorrect for a second-order equation.

Correct move:

For repeated root , use which has two independent arbitrary constants.

Wrong move:

Using the same PI guess even when matches the complementary function.

Why:

Substituting a PI that is a solution of the homogeneous equation will give 0 on the left-hand side, which can never equal .

Correct move:

Multiply your PI guess by (or for a repeated root) to get a linearly independent solution, then substitute.

Wrong move:

Forgetting to add the constant of integration after integrating first-order DE.

Why:

Leaving out means you lose the arbitrary constant required for a general solution, and cannot find the correct particular solution for boundary conditions.

Correct move:

Add immediately after integrating, before applying any boundary conditions to solve for its value.

5. Quick Reference Cheatsheet

Equation Type

General Solution

First-order linear:

Homogeneous 2nd order: distinct real roots

Homogeneous 2nd order: repeated root

Homogeneous 2nd order: complex roots

Non-homogeneous 2nd order

When this came up on past exams

AI-estimated based on syllabus patterns β€” cross-check with official past papers for accuracy. Use only as revision-focus signals.

  • 2022 Β· 1

    Second-order non-homogeneous solution

  • 2023 Β· 2

    First-order integrating factor problem

  • 2024 Β· 1

    Boundary value second-order problem

Going deeper

What's Next

Differential equations are one of the most heavily examined topics in CIE 9231, appearing in both Further Pure papers and often combined with mechanics modelling questions. Solid mastery of the methods covered here is critical to securing high marks in the exam. This topic forms the foundation for more advanced differential equation topics in further study, and for applied problems across A-Level Further Mathematics. Next, you can explore how to use these methods to model real-world systems, or move on to other core FP2 topics.