← 2014 Paper 1
UPSC 2014 Maths Optional Paper 1 Q6b — Step-by-Step Solution
20 marks · Section B
Euler-Cauchy equation · ODEs · asked 8× in 13 yrs · Read the full method →
Question
Solve the differential equation:
x3dx3d3y+3x2dx2d2y+xdxdy+8y=65cos(logex).
Technique
Cauchy–Euler x=et substitution → constant-coefficient ODE; CF via roots of auxiliary; PI via operator method.
Solution
Strategy. Cauchy–Euler equation: substitute x=et to convert to constant-coefficient ODE. Solve CF + PI.
Step 1 — Convert via x=et
With D=d/dt:
xy′=Dy,x2y′′=D(D−1)y,x3y′′′=D(D−1)(D−2)y.
LHS becomes
D(D−1)(D−2)y+3D(D−1)y+Dy+8y.
Expand:
- D(D−1)(D−2)=D(D2−3D+2)=D3−3D2+2D.
- 3D(D−1)=3D2−3D.
- D=D.
Sum: D3−3D2+2D+3D2−3D+D+8=D3+8.
So the ODE becomes
(D3+8)y=65cost.
Step 2 — Complementary function
Auxiliary D3+8=0: D3=−8. The three cube roots of −8=8eiπ are 2eiπ/3,2eiπ,2ei5π/3, i.e.
D=1+i3,−2,1−i3.
(Check: (D−(−2))(D−(1+i3))(D−(1−i3))=(D+2)((D−1)2+3)=(D+2)(D2−2D+4)=D3+8 ✓.)
CF:
yc=c1e−2t+et[c2cos3t+c3sin3t].
In x-form (using et=x, e−2t=x−2, 3t=3logx):
yc=x2c1+x[c2cos(3logx)+c3sin(3logx)].
Step 3 — Particular integral
For 65cost, operator-method:
yp=D3+865cost.
Acting on cost: D2→−1, so D3=D⋅D2→D⋅(−1)=−D. Therefore D3+8→8−D (when acting on cost):
yp=8−D65cost=65⋅(8−D)(8+D)(8+D)cost=64−D265(8+D)cost=64−(−1)65(8+D)cost=6565(8cost−sint)=8cost−sint.
(Using Dcost=−sint and D2cost=−cost.)
In x-form: yp=8cos(logx)−sin(logx).
Step 4 — General solution
Answer
y=x2c1+x[c2cos(3logx)+c3sin(3logx)]+8cos(logx)−sin(logx).