A level FM Differential Equations, Study notes of Mathematics

A level notes that I made during class and converted to latex format

Typology: Study notes

2025/2026

Uploaded on 05/26/2026

andy-ng-chun-fung
andy-ng-chun-fung 🇭🇰

15 documents

1 / 3

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
Differential Equations Edexcel A Level Further Maths
Differential Equations
Edexcel A Level Further Mathematics Core Pure Revision Notes
First Order Differential Equations
Separable Equations
If a first-order ODE can be written as dy
dx =f(x)g(y), separate the variables and integrate both
sides:
Z1
g(y)dy =Zf(x)dx
Example: Solve dy
dx =xy, given y= 2 when x= 0.
Z1
ydy =Zx dx =ln |y|=x2
2+C=y=Aex2/2
Using y= 2 at x= 0: A= 2. So y= 2ex2/2.
Integrating Factor Method (Linear First Order)
For equations of the form dy
dx +P(x)y=Q(x):
Integrating Factor Method
1. Identify P(x) and compute the integrating factor: µ=eRP(x)dx .
2. Multiply both sides by µ: the left side becomes d
dx(µy).
3. Integrate both sides: µy =RµQ(x)dx.
4. Divide by µto find y.
Example: Solve dy
dx +2y
x=x2.
P(x) = 2
x, so µ=eR2/x dx =e2 ln x=x2.
Multiply: d
dx(x2y) = x4. Integrate: x2y=x5
5+C. So y=x3
5+C
x2.
Second Order Differential Equations
The general form is:
ad2y
dx2+bdy
dx +cy =f(x)
The general solution =complementary function (CF) + particular integral (PI).
1
pf3

Partial preview of the text

Download A level FM Differential Equations and more Study notes Mathematics in PDF only on Docsity!

Differential Equations

Edexcel A Level Further Mathematics – Core Pure Revision Notes

First Order Differential Equations

Separable Equations

If a first-order ODE can be written as dy dx = f (x)g(y), separate the variables and integrate both

sides:

Z 1 g(y) dy =

Z

f (x) dx

Example: Solve

dy dx = xy, given y = 2 when x = 0. Z 1 y dy =

Z

x dx =⇒ ln |y| = x^2 2

  • C =⇒ y = Aex (^2) / 2

Using y = 2 at x = 0: A = 2. So y = 2ex (^2) / 2 .

Integrating Factor Method (Linear First Order)

For equations of the form dy dx

  • P (x) y = Q(x):

Integrating Factor Method

  1. Identify P (x) and compute the integrating factor: μ = e

R (^) P (x) dx .

  1. Multiply both sides by μ: the left side becomes d dx

(μy).

  1. Integrate both sides: μy =

R

μQ(x) dx.

  1. Divide by μ to find y.

Example: Solve

dy dx

2 y x = x^2.

P (x) =

x , so μ = e

R (^2) /x dx = e2 ln^ x^ = x^2.

Multiply: d dx (x^2 y) = x^4. Integrate: x^2 y = x^5 5

  • C. So y = x^3 5

C

x^2

Second Order Differential Equations

The general form is:

a d^2 y dx^2

  • b dy dx
  • cy = f (x)

The general solution = complementary function (CF) + particular integral (PI).

The Complementary Function

The CF solves the homogeneous equation (where f (x) = 0). Try y = emx, which gives the auxiliary equation: am^2 + bm + c = 0

Three Cases for the CF Case 1 – Two distinct real roots m 1 ̸= m 2 :

yCF = Aem^1 x^ + Bem^2 x

Case 2 – Repeated root m 1 = m 2 = m:

yCF = (A + Bx)emx

Case 3 – Complex conjugate roots m = p ± qi:

yCF = epx(A cos qx + B sin qx)

The Particular Integral

The PI is a specific solution to the full equation with f (x) ̸= 0. You guess the form of the PI based on f (x):

f (x) type Trial PI form Constant k y = λ Polynomial degree n

y = λnxn^ + · · · + λ 0 (full polynomial)

keαx^ y = λeαx k cos ωx or k sin ωx y = λ cos ωx + μ sin ωx (include both!)

When the Trial PI Clashes with the CF If your trial PI has the same form as a term in the CF, it will give 0 = 0 when substituted

  • multiply the trial PI by x. If it still clashes, multiply by x^2. Example: If the CF contains e^2 x^ and f (x) = 3e^2 x, your trial PI is λxe^2 x.

Worked Example – Full Second Order

Solve d^2 y dx^2

dy dx

  • 6y = 2ex, with y = 1, dy dx = 0 at x = 0.

CF: Auxiliary equation m^2 − 5 m + 6 = 0 ⇒ (m − 2)(m − 3) = 0 ⇒ m = 2, 3.

yCF = Ae^2 x^ + Be^3 x

PI: Try y = λex. Then y′^ = λex, y′′^ = λex.

Substituting: λex^ − 5 λex^ + 6λex^ = 2ex^ ⇒ 2 λex^ = 2ex^ ⇒ λ = 1.

yP I = ex

General solution: y = Ae^2 x^ + Be^3 x^ + ex