← 2017 Paper 1
UPSC 2017 Maths Optional Paper 1 Q6a-i — Step-by-Step Solution
8 marks · Section B
Particular integral via operator method · ODEs · asked 7× in 13 yrs · Read the full method →
Question
Solve the following simultaneous linear differential equations: (D+1)y=z+ex and (D+1)z=y+ex where y and z are functions of independent variable x and D≡dxd.
Technique
Symmetric system — decouple by forming y+z and y−z, solve each first-order equation, recombine.
Solution
Step 1 — Add and subtract to decouple
Let u=y+z and w=y−z. Adding the two equations:
(D+1)(y+z)=(y+z)+2ex ⇒ (D+1)u=u+2ex ⇒ Du=2ex.
Subtracting (first minus second):
(D+1)(y−z)=(z−y)+0 ⇒ (D+1)w=−w ⇒ (D+2)w=0.
Step 2 — Solve the two decoupled equations
For u: dxdu=2ex⇒u=2ex+2C1 (write the constant as 2C1 for convenience).
For w: dxdw=−2w⇒w=2C2e−2x.
Step 3 — Recover y and z
y=2u+w=C1+ex+C2e−2x,z=2u−w=C1+ex−C2e−2x.
Answer
y=C1+C2e−2x+ex,z=C1−C2e−2x+ex.