EuraStudy
Notes/Further Mathematics/Differential equations
Notes · Further MathematicsUK · A-Levels

Differential equations

This topic solves the linear differential equations that model change. First-order linear equations are solved with an integrating factor; second-order linear equations with constant coefficients are solved through the auxiliary equation, giving a complementary function and, for a forced equation, a particular integral. The methods are applied to simple harmonic motion, damped and forced oscillations, and coupled systems.

5 sections·~13 min reading time·3 competencies·Level Standard 1 · Advanced 4

T·0999 / 13
Exam profile
AO1 · Solve first- and second-order linear differential equations accuratelyAO2 · Derive the general solution via the auxiliary equation and interpret the three casesAO3 · Set up, solve and interpret differential-equation models of oscillating systems
Operators:solvefindshow thathencededucemodel

basic level

AS Further Mathematics covers first-order linear equations by integrating factor and the simplest second-order equations.

higher level

The full A-Level adds the full theory of second-order linear equations, modelling of damped and forced oscillations, and coupled first-order systems.

Depth

Reading depth: In depth

Text

Text size: Standard

Contents · 5 sections▾
  1. Differential equations
    • 01First-order linear equations and integrating factors◐
    • 02Second-order linear equations: the auxiliary equation●
    • 03Particular integrals and the general solution●
    • 04Modelling oscillations: SHM, damping and forcing●
    • 05Coupled first-order systems●
§ 01

First-order linear equations and integrating factors#

●●○StandardLPAQA 7367 §3.9LPDfE Further Mathematics

Key points

A first-order linear differential equation can always be written in the standard form dydx+P(x) y=Q(x)\dfrac{\mathrm{d}y}{\mathrm{d}x} + P(x)\,y = Q(x)dxdy​+P(x)y=Q(x), where PPP and QQQ are functions of xxx alone. The essential first step in every question is to rearrange the equation into exactly this form, dividing through by the coefficient of dydx\dfrac{\mathrm{d}y}{\mathrm{d}x}dxdy​ if necessary, since the method depends on identifying P(x)P(x)P(x) correctly.
The equation is solved by multiplying through by the integrating factor I=e∫P(x) dxI = \mathrm{e}^{\int P(x)\,\mathrm{d}x}I=e∫P(x)dx. The point of this factor is that it turns the left-hand side into the exact derivative of a product: after multiplying, the equation becomes ddx(I y)=I Q(x)\dfrac{\mathrm{d}}{\mathrm{d}x}\big(I\,y\big) = I\,Q(x)dxd​(Iy)=IQ(x). This works because dIdx=P I\dfrac{\mathrm{d}I}{\mathrm{d}x} = P\,IdxdI​=PI, so the product rule reconstitutes Idydx+PIyI\dfrac{\mathrm{d}y}{\mathrm{d}x} + PIyIdxdy​+PIy as a single derivative.
Once the equation is in the form ddx(Iy)=IQ\dfrac{\mathrm{d}}{\mathrm{d}x}(Iy) = IQdxd​(Iy)=IQ, integrating both sides gives Iy=∫I Q(x) dx+cIy = \displaystyle\int I\,Q(x)\,\mathrm{d}x + cIy=∫IQ(x)dx+c, and dividing by III yields the general solution. The constant of integration ccc is essential — it encodes the family of solution curves — and any given initial condition is applied at the end to fix its value. Omitting ccc, or applying the condition before dividing by III, is a frequent slip.
When computing the integrating factor, note that a constant of integration in ∫P dx\int P\,\mathrm{d}x∫Pdx is unnecessary (it only multiplies III by a constant, which cancels), and that a logarithm in the exponent simplifies: e∫nx dx=enln⁡x=xn\mathrm{e}^{\int \frac{n}{x}\,\mathrm{d}x} = \mathrm{e}^{n\ln x} = x^ne∫xn​dx=enlnx=xn. Recognising such simplifications keeps the integrating factor manageable and is often the key to a clean solution.
dydx+P(x) y=Q(x),I=e∫P(x) dx,ddx(Iy)=I Q(x)\frac{\mathrm{d}y}{\mathrm{d}x} + P(x)\,y = Q(x), \qquad I = \mathrm{e}^{\int P(x)\,\mathrm{d}x}, \qquad \frac{\mathrm{d}}{\mathrm{d}x}(Iy) = I\,Q(x)dxdy​+P(x)y=Q(x),I=e∫P(x)dx,dxd​(Iy)=IQ(x)

Integrating-factor method

The factor III makes the left side an exact derivative; integrate and divide by III.

Worked example

Solving by integrating factor

Solve dydx+2x y=x2\dfrac{\mathrm{d}y}{\mathrm{d}x} + \dfrac{2}{x}\,y = x^2dxdy​+x2​y=x2 for x>0x > 0x>0.

  1. 01Identify P and the integrating factor

    P(x)=2xP(x) = \dfrac{2}{x}P(x)=x2​, so I=e∫2x dx=e2ln⁡x=x2I = \mathrm{e}^{\int \frac{2}{x}\,\mathrm{d}x} = \mathrm{e}^{2\ln x} = x^2I=e∫x2​dx=e2lnx=x2.

  2. 02Multiply through

    x2dydx+2xy=x4x^2\dfrac{\mathrm{d}y}{\mathrm{d}x} + 2xy = x^4x2dxdy​+2xy=x4, i.e. ddx(x2y)=x4\dfrac{\mathrm{d}}{\mathrm{d}x}(x^2 y) = x^4dxd​(x2y)=x4.

    ddx(x2y)=x4\frac{\mathrm{d}}{\mathrm{d}x}(x^2 y) = x^4dxd​(x2y)=x4
  3. 03Integrate

    x2y=x55+cx^2 y = \dfrac{x^5}{5} + cx2y=5x5​+c.

  4. 04Solve for y

    y=x35+cx2y = \dfrac{x^3}{5} + \dfrac{c}{x^2}y=5x3​+x2c​.

Result: y=x35+cx2y = \dfrac{x^3}{5} + \dfrac{c}{x^2}y=5x3​+x2c​.

Exam focus

  • Rearrange into standard form to identify P(x)P(x)P(x), compute I=e∫P dxI = \mathrm{e}^{\int P\,\mathrm{d}x}I=e∫Pdx, and simplify a logarithmic exponent to a power.
  • Write the left side as ddx(Iy)\dfrac{\mathrm{d}}{\mathrm{d}x}(Iy)dxd​(Iy), integrate, include +c+c+c, and apply any initial condition last.

Typical mistakes

  • Forgetting to divide through so that the coefficient of dydx\dfrac{\mathrm{d}y}{\mathrm{d}x}dxdy​ is 111 before reading off P(x)P(x)P(x).
  • Losing the constant of integration, or applying the initial condition before solving for yyy.

Active revision

Solve dydx+2x y=x2\dfrac{\mathrm{d}y}{\mathrm{d}x} + \dfrac{2}{x}\,y = x^2dxdy​+x2​y=x2 for x>0x > 0x>0, giving the general solution.

Active recall

Recall the key points — then reveal.

Sources: Further mathematics: AS and A level content (GCE subject content) (Department for Education)

§ 02

Second-order linear equations: the auxiliary equation#

●●●AdvancedLPAQA 7367 §3.9LPDfE Further Mathematics

The three damping behaviours

Function graph, under-damped = exp(-0.4*t)*cos(2.5*t); critical = (1 + t)*exp(-1.3*t); over-damped = exp(-0.5*t)Graph of under-damped, roots at x = 0.628, 1.885, 3.142, 4.398, 5.655, 6.912, minimum at (1.193, -0.613), maximum at (2.45, 0.371), minimum at (3.706, -0.224), maximum at (4.963, 0.136), minimum at (6.22, -0.082), maximum at (7.476, 0.05), y-intercept at y = 1, on the interval x from 0 to 8, Graph of critical, y-intercept at y = 1, decreasing, on the interval x from 0 to 8, Graph of over-damped, y-intercept at y = 1, decreasing, on the interval x from 0 to 812345678−0.6−0.4−0.20.20.40.60.81under-dampedcriticalover-dampedxt
Fig. 1Complex roots give an under-damped decaying oscillation; a repeated root gives critical damping; distinct real roots give over-damping.

Key points

A homogeneous second-order linear equation with constant coefficients has the form ad2ydx2+bdydx+cy=0a\dfrac{\mathrm{d}^2 y}{\mathrm{d}x^2} + b\dfrac{\mathrm{d}y}{\mathrm{d}x} + cy = 0adx2d2y​+bdxdy​+cy=0. Trying a solution y=emxy = \mathrm{e}^{mx}y=emx and dividing by emx\mathrm{e}^{mx}emx turns the equation into the auxiliary (or characteristic) equation am2+bm+c=0am^2 + bm + c = 0am2+bm+c=0, a quadratic in mmm whose roots determine the form of the general solution.
There are three cases, matching the discriminant of the quadratic. If the roots m1,m2m_1, m_2m1​,m2​ are real and distinct, the general solution is y=Aem1x+Bem2xy = A\mathrm{e}^{m_1 x} + B\mathrm{e}^{m_2 x}y=Aem1​x+Bem2​x. If the roots are real and equal (mmm repeated), one exponential is not enough and the solution is y=(A+Bx)emxy = (A + Bx)\mathrm{e}^{mx}y=(A+Bx)emx — the extra factor of xxx supplies the second independent solution. If the roots are complex, m=p±qim = p \pm q\mathrm{i}m=p±qi, the solution is y=epx(Acos⁡qx+Bsin⁡qx)y = \mathrm{e}^{px}(A\cos qx + B\sin qx)y=epx(Acosqx+Bsinqx), an oscillation whose amplitude is modulated by epx\mathrm{e}^{px}epx.
The two arbitrary constants AAA and BBB reflect that a second-order equation needs two conditions to pin down a unique solution — typically two initial values, or a value and a derivative. Their presence is not optional: a general solution of a second-order equation always contains exactly two arbitrary constants, and losing one signals an error.
The three cases have a direct physical meaning, previewed in the modelling section: applied to a mass on a spring, distinct real roots give over-damping (a sluggish return with no oscillation), a repeated root gives critical damping (the fastest non-oscillatory return), and complex roots give under-damping (a decaying oscillation). The figure comparing the three behaviours makes the link between the algebra of the discriminant and the qualitative motion vivid, and it is a favourite theme of examiners.
am2+bm+c=0am^2 + bm + c = 0am2+bm+c=0

Auxiliary equation

Obtained by trying y=emxy = \mathrm{e}^{mx}y=emx; its roots fix the solution form.

distinct: Aem1x+Bem2x,repeated: (A+Bx)emx,complex p±qi:epx(Acos⁡qx+Bsin⁡qx)\text{distinct: } A\mathrm{e}^{m_1 x} + B\mathrm{e}^{m_2 x}, \quad \text{repeated: } (A+Bx)\mathrm{e}^{mx}, \quad \text{complex } p\pm q\mathrm{i}: \mathrm{e}^{px}(A\cos qx + B\sin qx)distinct: Aem1​x+Bem2​x,repeated: (A+Bx)emx,complex p±qi:epx(Acosqx+Bsinqx)

The three cases

The nature of the auxiliary roots determines the general solution.

Worked example

Distinct real roots

Find the general solution of d2ydx2−5dydx+6y=0\dfrac{\mathrm{d}^2 y}{\mathrm{d}x^2} - 5\dfrac{\mathrm{d}y}{\mathrm{d}x} + 6y = 0dx2d2y​−5dxdy​+6y=0.

  1. 01Form the auxiliary equation

    Trying y=emxy = \mathrm{e}^{mx}y=emx gives m2−5m+6=0m^2 - 5m + 6 = 0m2−5m+6=0.

  2. 02Solve for m

    (m−2)(m−3)=0(m-2)(m-3) = 0(m−2)(m−3)=0, so m=2m = 2m=2 or m=3m = 3m=3 — real and distinct.

    m=2 or m=3m = 2 \ \text{or}\ m = 3m=2 or m=3
  3. 03Write the general solution

    y=Ae2x+Be3xy = A\mathrm{e}^{2x} + B\mathrm{e}^{3x}y=Ae2x+Be3x.

Result: y=Ae2x+Be3xy = A\mathrm{e}^{2x} + B\mathrm{e}^{3x}y=Ae2x+Be3x.

Exam focus

  • Form the auxiliary equation am2+bm+c=0am^2 + bm + c = 0am2+bm+c=0, solve it, and quote the matching general-solution form for the case that arises.
  • Remember the extra factor of xxx in the repeated-root case, and the epx(Acos⁡qx+Bsin⁡qx)\mathrm{e}^{px}(A\cos qx + B\sin qx)epx(Acosqx+Bsinqx) form for complex roots.

Typical mistakes

  • Using y=Aemx+Bemxy = A\mathrm{e}^{mx} + B\mathrm{e}^{mx}y=Aemx+Bemx for a repeated root (this collapses to one constant) instead of (A+Bx)emx(A+Bx)\mathrm{e}^{mx}(A+Bx)emx.
  • Dropping the exponential envelope epx\mathrm{e}^{px}epx when the roots are complex, or confusing ppp and qqq.

Active revision

Find the general solution of d2ydx2−5dydx+6y=0\dfrac{\mathrm{d}^2 y}{\mathrm{d}x^2} - 5\dfrac{\mathrm{d}y}{\mathrm{d}x} + 6y = 0dx2d2y​−5dxdy​+6y=0.

Active recall

Recall the key points — then reveal.

Sources: AQA A-level Further Mathematics 7367 specification (AQA)

§ 03

Particular integrals and the general solution#

●●●AdvancedLPAQA 7367 §3.9LPDfE Further Mathematics

Key points

When the right-hand side is not zero — ay′′+by′+cy=f(x)a y'' + b y' + cy = f(x)ay′′+by′+cy=f(x) — the general solution is the sum of two parts: the complementary function (CF), which is the general solution of the associated homogeneous equation found via the auxiliary equation, and a particular integral (PI), which is any single solution of the full equation. So y=CF+PIy = \text{CF} + \text{PI}y=CF+PI, and this decomposition is the organising idea of the whole method.
The particular integral is found by trying a function of the same form as f(x)f(x)f(x) with undetermined coefficients, then substituting to fix them. If f(x)f(x)f(x) is a polynomial, try a general polynomial of the same degree; if f(x)=keλxf(x) = k\mathrm{e}^{\lambda x}f(x)=keλx, try CeλxC\mathrm{e}^{\lambda x}Ceλx; if f(x)f(x)f(x) involves cos⁡ωx\cos\omega xcosωx or sin⁡ωx\sin\omega xsinωx, try Ccos⁡ωx+Dsin⁡ωxC\cos\omega x + D\sin\omega xCcosωx+Dsinωx (both terms, even if only one appears in fff). Substituting the trial into the equation and equating coefficients determines the constants.
A crucial refinement handles the case where the trial function is already part of the complementary function. If, say, f(x)=keλxf(x) = k\mathrm{e}^{\lambda x}f(x)=keλx but eλx\mathrm{e}^{\lambda x}eλx already appears in the CF (because λ\lambdaλ is an auxiliary root), then CeλxC\mathrm{e}^{\lambda x}Ceλx substitutes to give zero and cannot work; the remedy is to multiply the trial by xxx (or x2x^2x2 for a repeated root). Spotting this clash before substituting saves a wasted attempt.
Once the PI is found, the general solution y=CF+PIy = \text{CF} + \text{PI}y=CF+PI contains the two arbitrary constants from the CF, and these are fixed last using the boundary or initial conditions. It is essential to apply the conditions to the complete general solution, not to the CF alone — a common and costly error — because the PI contributes to the value and derivative of yyy.
y=CF⏟homogeneous solution+PI⏟one solution of the full equationy = \underbrace{\text{CF}}_{\text{homogeneous solution}} + \underbrace{\text{PI}}_{\text{one solution of the full equation}}y=homogeneous solutionCF​​+one solution of the full equationPI​​

Structure of the general solution

Complementary function plus a particular integral; the two CF constants are fixed by the conditions.

Worked example

Complementary function plus particular integral

Find the general solution of y′′−3y′+2y=e3xy'' - 3y' + 2y = \mathrm{e}^{3x}y′′−3y′+2y=e3x.

  1. 01Complementary function

    Auxiliary: m2−3m+2=(m−1)(m−2)=0m^2 - 3m + 2 = (m-1)(m-2) = 0m2−3m+2=(m−1)(m−2)=0, so m=1,2m = 1, 2m=1,2 and CF=Aex+Be2x\text{CF} = A\mathrm{e}^{x} + B\mathrm{e}^{2x}CF=Aex+Be2x.

  2. 02Choose a trial PI

    Since e3x\mathrm{e}^{3x}e3x is not in the CF, try yp=Ce3xy_p = C\mathrm{e}^{3x}yp​=Ce3x; then yp′′=9Ce3xy_p'' = 9C\mathrm{e}^{3x}yp′′​=9Ce3x, yp′=3Ce3xy_p' = 3C\mathrm{e}^{3x}yp′​=3Ce3x.

  3. 03Substitute and equate

    9C−3(3C)+2C=19C - 3(3C) + 2C = 19C−3(3C)+2C=1, i.e. (9−9+2)C=1(9 - 9 + 2)C = 1(9−9+2)C=1, so 2C=12C = 12C=1 and C=12C = \tfrac12C=21​.

    yp=12e3xy_p = \tfrac{1}{2}\mathrm{e}^{3x}yp​=21​e3x
  4. 04Combine

    y=Aex+Be2x+12e3xy = A\mathrm{e}^{x} + B\mathrm{e}^{2x} + \tfrac{1}{2}\mathrm{e}^{3x}y=Aex+Be2x+21​e3x.

Result: y=Aex+Be2x+12e3xy = A\mathrm{e}^{x} + B\mathrm{e}^{2x} + \tfrac{1}{2}\mathrm{e}^{3x}y=Aex+Be2x+21​e3x.

Exam focus

  • Find the CF from the auxiliary equation and a PI by an undetermined-coefficient trial matching f(x)f(x)f(x); add them for the general solution.
  • Multiply the trial by xxx when it clashes with the CF, and apply initial conditions to the full CF+PI\text{CF}+\text{PI}CF+PI.

Typical mistakes

  • Trying only cos⁡ωx\cos\omega xcosωx (or only sin⁡ωx\sin\omega xsinωx) when f(x)f(x)f(x) is trigonometric — both terms are needed.
  • Applying initial conditions to the complementary function before adding the particular integral.

Active revision

Find the general solution of d2ydx2−3dydx+2y=e3x\dfrac{\mathrm{d}^2 y}{\mathrm{d}x^2} - 3\dfrac{\mathrm{d}y}{\mathrm{d}x} + 2y = \mathrm{e}^{3x}dx2d2y​−3dxdy​+2y=e3x.

Active recall

Recall the key points — then reveal.

Sources: Further mathematics: AS and A level content (GCE subject content) (Department for Education)

§ 04

Modelling oscillations: SHM, damping and forcing#

●●●AdvancedLPAQA 7367 §3.9LPDfE Further Mathematics

Simple harmonic motion

Function graph, x = 2cos(2t) = 2*cos(2*t), 1 marked pointsGraph of x = 2cos(2t), roots at x = 0.785, 2.356, 3.927, 5.498, minimum at (1.571, -2), maximum at (3.142, 2), minimum at (4.712, -2), maximum at (6.283, 2), y-intercept at y = 2, on the interval x from 0 to 6.5123456−2−112amplitude 2x = 2cos(2t)xt
Fig. 2The undamped solution x=2cos⁡(2t)x = 2\cos(2t)x=2cos(2t) oscillates with constant amplitude 222 and period π\piπ.

Key points

Simple harmonic motion is the model d2xdt2=−ω2x\dfrac{\mathrm{d}^2 x}{\mathrm{d}t^2} = -\omega^2 xdt2d2x​=−ω2x, whose auxiliary equation m2+ω2=0m^2 + \omega^2 = 0m2+ω2=0 has purely imaginary roots m=±ωim = \pm\omega\mathrm{i}m=±ωi. The general solution is x=Acos⁡ωt+Bsin⁡ωtx = A\cos\omega t + B\sin\omega tx=Acosωt+Bsinωt, an undamped oscillation of angular frequency ω\omegaω and period 2πω\dfrac{2\pi}{\omega}ω2π​. It can be rewritten as x=Rcos⁡(ωt−ε)x = R\cos(\omega t - \varepsilon)x=Rcos(ωt−ε), displaying the amplitude R=A2+B2R = \sqrt{A^2 + B^2}R=A2+B2​ and the phase ε\varepsilonε directly.
Adding resistance proportional to velocity gives the damped equation md2xdt2+cdxdt+kx=0m\dfrac{\mathrm{d}^2 x}{\mathrm{d}t^2} + c\dfrac{\mathrm{d}x}{\mathrm{d}t} + kx = 0mdt2d2x​+cdtdx​+kx=0. The discriminant of its auxiliary equation decides the behaviour: complex roots (light damping) give an under-damped decaying oscillation x=e−βt(Acos⁡ωt+Bsin⁡ωt)x = \mathrm{e}^{-\beta t}(A\cos\omega t + B\sin\omega t)x=e−βt(Acosωt+Bsinωt), whose amplitude decays inside the envelope ±e−βt\pm\mathrm{e}^{-\beta t}±e−βt; a repeated root gives critical damping (the quickest return with no oscillation); and distinct real roots give over-damping (a slow, sluggish return). These are exactly the three cases of the previous sections seen in a physical setting.
Applying a periodic driving force gives a forced (inhomogeneous) equation such as mx¨+cx˙+kx=F0cos⁡Ωtm\ddot x + c\dot x + kx = F_0\cos\Omega tmx¨+cx˙+kx=F0​cosΩt. The complementary function represents the transient — the system's own damped motion, which dies away — while the particular integral is the steady state, an oscillation at the driving frequency Ω\OmegaΩ. The long-term behaviour is therefore governed entirely by the PI, and resonance occurs when the driving frequency is close to the system's natural frequency, producing a large steady-state amplitude.
Setting up these models correctly is a modelling (AO3) skill: read the physical description, write down the equation with the right signs (restoring force negative, resistance opposing velocity), and interpret the solution back in the physical context — the period of an oscillation, the time for an amplitude to halve, whether the system oscillates at all. The figures of x=Acos⁡ωtx = A\cos\omega tx=Acosωt and of a decaying oscillation within its envelope connect the algebraic solution to the motion it describes.
d2xdt2=−ω2x ⇒ x=Acos⁡ωt+Bsin⁡ωt=Rcos⁡(ωt−ε),T=2πω\frac{\mathrm{d}^2 x}{\mathrm{d}t^2} = -\omega^2 x \ \Rightarrow\ x = A\cos\omega t + B\sin\omega t = R\cos(\omega t - \varepsilon), \quad T = \frac{2\pi}{\omega}dt2d2x​=−ω2x ⇒ x=Acosωt+Bsinωt=Rcos(ωt−ε),T=ω2π​

Simple harmonic motion

Undamped oscillation of angular frequency ω\omegaω; amplitude R=A2+B2R = \sqrt{A^2+B^2}R=A2+B2​.

mx¨+cx˙+kx=0 ⇒ x=e−βt(Acos⁡ωt+Bsin⁡ωt) (under-damped)m\ddot x + c\dot x + kx = 0 \ \Rightarrow\ x = \mathrm{e}^{-\beta t}(A\cos\omega t + B\sin\omega t) \ (\text{under-damped})mx¨+cx˙+kx=0 ⇒ x=e−βt(Acosωt+Bsinωt) (under-damped)

Damped oscillation

The amplitude decays inside the envelope ±e−βt\pm\mathrm{e}^{-\beta t}±e−βt.

An under-damped oscillation and its envelope

Function graph, x(t) = exp(-0.3*t)*cos(3*t); envelope = exp(-0.3*t); -exp(-0.3*t)Graph of x(t), roots at x = 0.524, 1.571, 2.618, 3.665, 4.712, 5.76, 6.807, 7.854, 8.901, 9.948, minimum at (1.014, -0.734), maximum at (2.061, 0.536), minimum at (3.108, -0.392), maximum at (4.156, 0.286), minimum at (5.203, -0.209), maximum at (6.25, 0.153), minimum at (7.297, -0.111), maximum at (8.344, 0.081), minimum at (9.392, -0.059), y-intercept at y = 1, on the interval x from 0 to 10, Graph of envelope, y-intercept at y = 1, decreasing, on the interval x from 0 to 10, Graph, y-intercept at y = -1, increasing, on the interval x from 0 to 10246810−1−0.50.51x(t)envelopext
Fig. 3The solution x=e−0.3tcos⁡(3t)x = \mathrm{e}^{-0.3t}\cos(3t)x=e−0.3tcos(3t) oscillates within the decaying envelope ±e−0.3t\pm\mathrm{e}^{-0.3t}±e−0.3t.
Worked example

Simple harmonic motion from initial conditions

Solve x¨+9x=0\ddot x + 9x = 0x¨+9x=0 with x(0)=2x(0) = 2x(0)=2, x˙(0)=0\dot x(0) = 0x˙(0)=0, and state the period.

  1. 01Identify SHM

    Comparing with x¨=−ω2x\ddot x = -\omega^2 xx¨=−ω2x gives ω2=9\omega^2 = 9ω2=9, so ω=3\omega = 3ω=3 and x=Acos⁡3t+Bsin⁡3tx = A\cos 3t + B\sin 3tx=Acos3t+Bsin3t.

  2. 02Apply x(0) = 2

    At t=0t = 0t=0: x=A=2x = A = 2x=A=2.

  3. 03Apply the velocity condition

    x˙=−3Asin⁡3t+3Bcos⁡3t\dot x = -3A\sin 3t + 3B\cos 3tx˙=−3Asin3t+3Bcos3t; at t=0t = 0t=0, x˙=3B=0\dot x = 3B = 0x˙=3B=0, so B=0B = 0B=0.

    x=2cos⁡3tx = 2\cos 3tx=2cos3t
  4. 04Period

    T=2πω=2π3T = \dfrac{2\pi}{\omega} = \dfrac{2\pi}{3}T=ω2π​=32π​.

Result: x=2cos⁡3tx = 2\cos 3tx=2cos3t, with period 2π3\dfrac{2\pi}{3}32π​.

Exam focus

  • Recognise x¨=−ω2x\ddot x = -\omega^2 xx¨=−ω2x as SHM with period 2πω\tfrac{2\pi}{\omega}ω2π​; convert Acos⁡ωt+Bsin⁡ωtA\cos\omega t + B\sin\omega tAcosωt+Bsinωt to Rcos⁡(ωt−ε)R\cos(\omega t - \varepsilon)Rcos(ωt−ε) for amplitude and phase.
  • Classify a damped system by the discriminant of its auxiliary equation and interpret the transient (CF) versus steady-state (PI) for a forced system.

Typical mistakes

  • Getting the sign of the restoring term wrong, turning oscillation into exponential growth.
  • Confusing the transient and the steady state, or forgetting that the CF dies away in a damped forced system.

Active revision

A particle moves so that d2xdt2+9x=0\dfrac{\mathrm{d}^2 x}{\mathrm{d}t^2} + 9x = 0dt2d2x​+9x=0, with x=2x = 2x=2 and dxdt=0\dfrac{\mathrm{d}x}{\mathrm{d}t} = 0dtdx​=0 when t=0t = 0t=0. Find xxx as a function of ttt and state the period.

Active recall

Recall the key points — then reveal.

Sources: Further mathematics: AS and A level content (GCE subject content) (Department for Education)

§ 05

Coupled first-order systems#

●●●AdvancedLPAQA 7367 §3.9LPDfE Further Mathematics

Key points

A coupled system is a pair of first-order equations in which each rate of change depends on both variables, for example dxdt=ax+by\dfrac{\mathrm{d}x}{\mathrm{d}t} = ax + bydtdx​=ax+by and dydt=cx+dy\dfrac{\mathrm{d}y}{\mathrm{d}t} = cx + dydtdy​=cx+dy. Such systems model interacting quantities — two connected tanks, two coupled circuits, predator and prey in a linearised model — where neither variable evolves independently of the other.
The standard A-Level method reduces the coupled pair to a single second-order equation in one variable. Differentiate one equation with respect to ttt, then use the two original equations to eliminate the other variable and its derivative. This produces a second-order linear equation in, say, xxx alone, which is solved by the auxiliary-equation method of the earlier sections.
Having solved for xxx, the second variable yyy is recovered by substituting xxx back into one of the original first-order equations and rearranging — no new integration is needed, so yyy inherits the same arbitrary constants as xxx rather than introducing fresh ones. This is an important consistency check: a correctly solved 2×22\times 22×2 system has exactly two arbitrary constants in total, shared between xxx and yyy.
Initial conditions for both variables are then applied to the pair of solutions to fix the two constants. The elimination method keeps the whole problem within techniques already mastered — differentiation, substitution and the auxiliary equation — and its main pitfall is algebraic: care is needed to eliminate cleanly and to recover yyy without accidentally introducing a spurious extra constant.
dxdt=ax+by,dydt=cx+dy\frac{\mathrm{d}x}{\mathrm{d}t} = ax + by, \qquad \frac{\mathrm{d}y}{\mathrm{d}t} = cx + dydtdx​=ax+by,dtdy​=cx+dy

A coupled linear system

Reduce to one second-order equation by differentiation and elimination.

Worked example

Reducing a coupled system

Solve dxdt=y\dfrac{\mathrm{d}x}{\mathrm{d}t} = ydtdx​=y, dydt=−x\dfrac{\mathrm{d}y}{\mathrm{d}t} = -xdtdy​=−x.

  1. 01Differentiate the first equation

    d2xdt2=dydt\dfrac{\mathrm{d}^2 x}{\mathrm{d}t^2} = \dfrac{\mathrm{d}y}{\mathrm{d}t}dt2d2x​=dtdy​.

  2. 02Eliminate y

    Substitute dydt=−x\dfrac{\mathrm{d}y}{\mathrm{d}t} = -xdtdy​=−x: d2xdt2=−x\dfrac{\mathrm{d}^2 x}{\mathrm{d}t^2} = -xdt2d2x​=−x, i.e. x¨+x=0\ddot x + x = 0x¨+x=0.

    x¨+x=0\ddot x + x = 0x¨+x=0
  3. 03Solve for x

    This is SHM with ω=1\omega = 1ω=1: x=Acos⁡t+Bsin⁡tx = A\cos t + B\sin tx=Acost+Bsint.

  4. 04Recover y

    Since y=dxdt=−Asin⁡t+Bcos⁡ty = \dfrac{\mathrm{d}x}{\mathrm{d}t} = -A\sin t + B\cos ty=dtdx​=−Asint+Bcost. The point (x,y)(x,y)(x,y) moves on a circle of radius A2+B2\sqrt{A^2+B^2}A2+B2​.

Result: x=Acos⁡t+Bsin⁡tx = A\cos t + B\sin tx=Acost+Bsint, y=−Asin⁡t+Bcos⁡ty = -A\sin t + B\cos ty=−Asint+Bcost; the motion is circular in the (x,y)(x,y)(x,y) plane.

Exam focus

  • Differentiate one equation and eliminate the second variable to obtain a single second-order equation, then solve it by the auxiliary method.
  • Recover the second variable by substitution (not integration), keeping the total number of arbitrary constants at two.

Typical mistakes

  • Introducing a new constant of integration when recovering the second variable, giving three constants for a 2×22\times 22×2 system.
  • Algebraic slips in the elimination, especially sign errors when substituting the original equations.

Active revision

Solve the system dxdt=y\dfrac{\mathrm{d}x}{\mathrm{d}t} = ydtdx​=y, dydt=−x\dfrac{\mathrm{d}y}{\mathrm{d}t} = -xdtdy​=−x, giving xxx and yyy as functions of ttt, and describe the motion in the (x,y)(x,y)(x,y) plane.

Active recall

Recall the key points — then reveal.

Sources: AQA A-level Further Mathematics 7367 specification (AQA)

Contents

Section -- / 05

    • 01First-order linear equations and integrating factors◐
    • 02Second-order linear equations: the auxiliary equation●
    • 03Particular integrals and the general solution●
    • 04Modelling oscillations: SHM, damping and forcing●
    • 05Coupled first-order systems●

0/5 Read

From notes into training

Differential equations

Reinforce this topic with matching tasks from the question bank.

~13
min
3
Competencies
Practise

References & sources

Sources

Department for Education

  • Further mathematics: AS and A level content (GCE subject content)

AQA

  • AQA A-level Further Mathematics 7367 specification

Previous topic

Hyperbolic functions

Next topic

Numerical methods

EuraStudy·Notes T·09·MMXXVI

Carry on to the next topic — your learning path is kept.