← 2015 Paper 2
UPSC 2015 Maths Optional Paper 2 Q5b — Step-by-Step Solution
10 marks · Section B
Second-order linear PDEs with constant coefficients (CF, PI) · PDEs · asked 12× in 13 yrs · Read the full method →
Question
Solve (D2+DD′−2D′2)u=ex+y, where D=∂/∂x, D′=∂/∂y.
Technique
Factor the operator D2+DD′−2D′2=(D−D′)(D+2D′); CF from each factor as ϕi(y+aix); PI with resonance handled by applying the non-resonant factor first (D+2D′→3), then solving the resonant first-order PDE directly via characteristics.
Solution
Step 1 — Factor the operator
D2+DD′−2D′2=(D−D′)(D+2D′)? Check: (D−D′)(D+2D′)=D2+2DD′−D′D−2D′2=D2+DD′−2D′2 ✓.
So the operator factors as (D−D′)(D+2D′).
Step 2 — Complementary function
For (D−aD′)u=0, the general solution is u=ϕ(y+ax) (arbitrary function).
- Factor (D−D′): solution ϕ1(y+x).
- Factor (D+2D′): solution ϕ2(y−2x).
CF: uc=ϕ1(y+x)+ϕ2(y−2x), where ϕ1,ϕ2 are arbitrary functions of one variable.
Step 3 — Particular integral
For RHS eax+by, D→a, D′→b. Here a=1,b=1.
f(D,D′)=D2+DD′−2D′2; f(1,1)=1+1−2=0 — resonance.
Factor (D−D′) kills ex+y (since D−D′ applied to ex+y gives ex+y−ex+y=0). So we need a t-multiplier-style boost.
Standard rule: if f(D,D′)=(D−aD′)⋅g(D,D′) and g(a⋅1,1⋅1)=0… let me set up properly.
For PI of ex+y/[(D−D′)(D+2D′)]: factor D+2D′ at D=1,D′=1 gives 1+2=3=0. So apply (D+2D′)−1 first (no resonance with this factor), then (D−D′)−1 (resonance with this factor).
Apply (D+2D′)−1 to ex+y: 1/(D+2D′) acting on ex+y: substitute D=1,D′=1, get 1/3. So (D+2D′)−1ex+y=ex+y/3.
Apply (D−D′)−1 to ex+y/3: resonance. Use the standard shift rule:
D−aD′1eax+y-stuff=tricky; use direct method.
For PDE (D−D′)u=ex+y: this is a first-order linear PDE. Lagrange: dx/1=dy/(−1)=du/ex+y.
dy/(−1)=dx/1⇒y=−x+c1, i.e. x+y=c1. So ex+y=ec1 constant along characteristics.
du/ex+y=dx/1⇒du=ex+ydx=ec1dx, so u=ec1x+c2=xex+y+c2.
Hence one PI of (D−D′)u=ex+y is u=xex+y.
We had 1/(D−D′) acting on ex+y/3: so PI=xex+y/3.
Verification (PI for original): Take up=xex+y/3.
Dup=(1/3)(ex+y+xex+y)=(ex+y/3)(1+x).
D2up=(1/3)[ex+y(1+x)+ex+y]=(ex+y/3)(2+x).
D′up=(1/3)xex+y=xex+y/3.
DD′up=(1/3)[ex+y+xex+y]=(ex+y/3)(1+x).
D′2up=xex+y/3.
(D2+DD′−2D′2)up=(ex+y/3)[(2+x)+(1+x)−2x]=(ex+y/3)(3)=ex+y ✓.
Step 4 — General solution
Answer
u=ϕ1(y+x)+ϕ2(y−2x)+3xex+y.