Frequency: 7 sub-parts across 5 of 13 years (2016, 2017, 2018, 2019, 2021)
Priority tier: T2
Marks (count): 10 (5), 8 (1), 9 (1)
Average solve time: ~9 min
Difficulty mix: medium 7
Section: B | Dominant type: computation
Why This Chapter Matters
The operator method for particular integrals is the standard UPSC technique for Q5 and Q6 ODE questions. It appears 7 times across 5 years; every occurrence is medium difficulty, so reliable execution yields guaranteed marks. The method has four sub-routines — exponential shift for polynomial forcings, complex-exponential for trig, resonance multiplier, and variable-coefficient substitutions — all of which recur predictably. Mastering the decision tree below unlocks not just this atom but half the ODE problems in Section B.
Minimum Theory
Operator notation. Write a constant-coefficient linear ODE as f(D)y=g(x) where D=d/dx and f(D)=anDn+⋯+a1D+a0. The complementary function (CF) is the general solution of f(D)y=0, found by solving f(m)=0. The particular integral (PI) is any one solution of f(D)y=g(x), denoted formally by yp=f(D)1g(x).
Core rules for the PI operator:
Forcing term
Formula
Condition
eax
f(D)1eax=f(a)eax
f(a)=0 (non-resonant)
eax (resonant, order n)
(D−a)n1eax=n!xneax
f(a)=0 with multiplicity n
sinbx or cosbx
f(D2)1sinbx=f(−b2)sinbx
f(−b2)=0
eaxP(x)
f(D)1eaxP(x)=eaxf(D+a)1P(x)
exponential shift
Exponential shift. To find f(D)1eaxP(x) where P(x) is a polynomial: shift the operator by a (replace D by D+a), then apply f(D+a)1 to P(x) as a binomial series in D (since DkP=0 for k>degP).
Complex-exponential method. For trig forcing eaxsinbx or eaxcosbx, write the forcing as Im[e(a+ib)x] or Re[e(a+ib)x]. Compute f(D)1e(a+ib)x=f(a+ib)e(a+ib)x (non-resonant case) and take the appropriate part. Rationalise the complex denominator by multiplying by the conjugate.
Question Archetypes
Archetype
Recognition
operator-pi
Constant-coefficient ODE with polynomial, exponential, or trig forcing
reducible-pi
Variable-coefficient ODE reducible by substitution to constant coefficients
simultaneous-odes
Two coupled first-order ODEs with constant coefficients
Find a particular integral via inverse-operator / exponential-shift methods
Recognition Cues
The ODE has constant coefficients. Forcing terms of the form eax, xneax, eaxcosbx, eaxsinbx, or sums thereof. The question asks to “find a particular integral” or “solve.”
Solution Template
Find the CF: solve f(m)=0; write yc.
For each forcing term, check if it is resonant (exponent a is a root of f(m)=0).
Non-resonant eaxP(x): shift D→D+a, expand f(D+a)1 as series in D, apply to P(x).
Resonant eax of multiplicity n: PI is eax⋅xn/n! times a constant; or, after shifting, use Dn1⋅P(x)=n!xn (integrate Pn times, ignoring constants absorbed into CF).
Trig: use complex exponential method; take Re or Im part.
Sum the PIs; write the general solution y=yc+yp.
PI. The forcing carries e2x, which is resonant (root of multiplicity 2). Substitute y=e2xu: since (D−2)(e2xu)=e2xDu, the equation reduces to u′′=3x2sin2x.
PI for x2e3x. Shift: e3xD2+6D+111x2=11e3x[x2−1112x+2+12172]=e3x⋅1331121x2−132x+50.
PI for excos2x. Shift D→D+1: exD2+2D+31cos2x. On cos2x: D2→−4, so denominator →2D−1. Rationalise via 2D+1:
4D2−1(2D+1)cos2xD2→−4=−17−4sin2x+cos2x=174sin2x−cos2x.
So yp2=17ex(4sin2x−cos2x).
y=C1cos2x+C2sin2x+1331e3x(121x2−132x+50)+17ex(4sin2x−cos2x).
Common Traps
Check resonance before computing. If a is a root of f(m)=0 of multiplicity k, the exponential shift gives Dk1P(x) (integrate k times), not a simple substitution. Applying D→a to a resonant term gives 0/0 — a dead giveaway.
Multiplicity for repeated roots. For (m−2)3, the forcing e2x resonates with multiplicity 3. The PI carries x3/3!, not x or x2.
Keep the D2 term in the series. In f(D+a)1P(x), expanding to order D2 is needed for a degree-2 polynomial P. Stopping at D1 gives an incorrect constant term.
Complex method: correct part. For sinbx forcing take Im[⋅]; for cosbx take Re[⋅]. Swapping them gives the wrong sign on the trig component.
reducible-pi (1 question(s); 2017)
Reduce by substitution to constant coefficients, then find PI
Recognition Cues
The ODE has variable coefficients but shows a pattern that a substitution (typically t=x2, t=lnx for Euler-Cauchy) can remove. After substitution, the constant-coefficient operator PI applies.
Solution Template
Identify the substitution (e.g., t=x2, so dxd=2xdtd and dx2d2=2dtd+4x2dt2d2).
Rewrite the ODE entirely in terms of t.
Solve the constant-coefficient ODE in t (CF + PI via operator).
Back-substitute t→ original variable.
Worked Example
2017 Paper 1, 2017-P1-Q7b-i (9 marks)
Solve xy′′−y′−4x3y=8x3sin(x2).
Let t=x2. Then dxdy=2xdtdy and dx2d2y=2dtdy+4x2dt2d2y.
Substitute into the ODE (the 2xdy/dt and −y′=−2xdy/dt terms cancel):
4x3dt2d2y−4x3y=8x3sint⇒y′′−y=2sint.
CF of y′′−y=0: m=±1, so yc=C1et+C2e−t.
PI.D2→−1 for sint: D2−11sint=−1−12sint=−sint.
Back-substitute t=x2:y=C1ex2+C2e−x2−sin(x2).
Common Traps
The transform formula d2y/dx2=2dy/dt+4x2d2y/dt2 must be memorised for t=x2; the 2dy/dt term is exactly what cancels −y′ in this ODE — it is not a coincidence but the design of the substitution.
PI: D2→−1 (not −2) for sint; f(−1)=−1−1=−2, giving yp=2sint/(−2)=−sint.
simultaneous-odes (1 question(s); 2017)
Solve a system of simultaneous linear ODEs by decoupling
Recognition Cues
Two (or more) ODEs in two unknown functions y(x) and z(x) (or u,v) linked by the same operator D. Symmetric structure (same D+a on both) suggests adding/subtracting; general structure suggests elimination of one variable.
Solution Template
Add and subtract the ODEs (for symmetric systems) to form two decoupled equations in y+z and y−z.
Solve each decoupled equation as a standard single ODE.
Recover y and z from the sums/differences.
Worked Example
2017 Paper 1, 2017-P1-Q6a-i (8 marks)
Solve (D+1)y=z+ex and (D+1)z=y+ex.
Decouple. Let u=y+z, w=y−z. Adding: (D+1)u=u+2ex⇒Du=2ex. Subtracting: (D+1)w=−w⇒(D+2)w=0.
Solve.u=2ex+2C1 and w=2C2e−2x.
Recover:y=C1+C2e−2x+ex,z=C1−C2e−2x+ex.
Common Traps
Two constants, not four. A system of two first-order ODEs is effectively second order — only two arbitrary constants appear in the general solution.
The constant in u. The ODE Du=2ex integrates to u=2ex+const; this constant appears in both y and z, so it counts once (call it 2C1).
Marks-Aware Writing
For a 10-mark “find the PI” question: State the CF (even if brief — it shows you know the structure), write the operator expression for the PI, show the shift or series expansion explicitly, and box the final answer. Skipping the CF and going straight to the PI loses 2–3 marks if the PI is wrong (no recovery path for the examiner).
For a resonant forcing: State explicitly that a is a root of multiplicity k and therefore the standard formula would give 0/0; then apply the resonance rule. This explanation earns method marks even if arithmetic slips occur.
Practice Set
2023-P1-Q6a (15 m) — — third-order ODE with two forcing terms
2022-P1-Q8a-ii (10 m) — — reducible ODE via Euler substitution
2021-P1-Q6b (15 m) — — simultaneous ODEs (non-symmetric)
2018-P1-Q7a (13 m) — — two coupled oscillator equations
2019-P1-Q6c-i (10 m) — — operator PI with trig polynomial
We've mapped all 13 years of this exam. Get new chapters, tools, and solutions as we release them — free.