← 2020 Paper 1
UPSC 2020 Maths Optional Paper 1 Q8a-i — Step-by-Step Solution
10 marks · Section B
Euler-Cauchy equation · ODEs · asked 8× in 13 yrs · Read the full method →
Question
Solve the following differential equation: (x+1)2y′′−4(x+1)y′+6y=6(x+1)2+sinlog(x+1).
Technique
Cauchy–Euler → constant-coefficient ODE via t=log(x+1); operator method for PI, with resonance handling for 6e2t and the 1−D1 trick for sint.
Solution
This is a Cauchy–Euler (equidimensional) equation in the variable (x+1).
Step 1 — Substitution to constant coefficients
Put
t=log(x+1),x+1=et,D≡dtd.
Then the standard operator identities give
(x+1)y′=Dy,(x+1)2y′′=D(D−1)y.
The equation becomes
D(D−1)y−4Dy+6y=6e2t+sint,
(D2−5D+6)y=6e2t+sint.
Step 2 — Complementary function
Auxiliary equation m2−5m+6=(m−2)(m−3)=0⇒m=2,3. Hence
yc=C1e2t+C2e3t.
Step 3 — Particular integral for 6e2t (resonant case)
Since m=2 is a root, f(2)=0 and we use f(D)1e2t=tf′(2)e2t with f′(m)=2m−5, f′(2)=−1:
yp1=f(D)6e2t=6t⋅−1e2t=−6te2t.
Step 4 — Particular integral for sint
Replace D2→−1 in f(D)=D2−5D+6, giving −1−5D+6=5−5D=5(1−D):
yp2=5(1−D)1sint=51⋅1−D21+Dsint=51⋅21+Dsint=101(sint+cost).
(Here 1−D2 acting on sint gives 1−(−1)=2.)
Step 5 — Assemble and return to x
y=C1e2t+C2e3t−6te2t+101(sint+cost).
With et=x+1 and t=log(x+1):
Answer
y=C1(x+1)2+C2(x+1)3−6(x+1)2log(x+1)+101[sinlog(x+1)+coslog(x+1)]