← 2014 Paper 2
UPSC 2014 Maths Optional Paper 2 Q5a — 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 the partial differential equation (2D2−5DD′+2D′2)z=24(y−x).
Technique
Operator factorisation for CF; polynomial-ansatz PI.
Solution
Strategy. Factor the operator → CF as sum of f(y+rx) for each root r. PI for polynomial RHS by direct ansatz or operator inversion.
Step 1 — Factor the operator
2D2−5DD′+2D′2=(2D−D′)(D−2D′).
Verify: (2D−D′)(D−2D′)=2D2−4DD′−DD′+2D′2=2D2−5DD′+2D′2 ✓.
Step 2 — Complementary function
Family 1: (2D−D′)z=0, i.e., 2zx−zy=0. Characteristics: dy/dx=−2, so z=f(x+2y) for arbitrary f (the curve x+2y= const is the characteristic).
Family 2: (D−2D′)z=0, i.e., zx−2zy=0. Characteristics: dy/dx=−1/2, so z=g(2x+y).
zc=f(x+2y)+g(2x+y).
Step 3 — Particular integral
For polynomial RHS 24(y−x) of degree 1, try a polynomial PI of degree 3 (operator is degree 2, raising the degree by 2 when inverted).
Ansatz: zp=αx3+βx2y+γxy2+δy3.
Compute (2D2−5DD′+2D′2)zp:
- D2zp=6αx+2βy.
- DD′zp=2βx+2γy.
- D′2zp=2γx+6δy.
2D2−5DD′+2D′2 acting:
2(6αx+2βy)−5(2βx+2γy)+2(2γx+6δy)=(12α−10β+4γ)x+(4β−10γ+12δ)y.
Set =24(y−x):
- Coefficient of x: 12α−10β+4γ=−24.
- Coefficient of y: 4β−10γ+12δ=24.
Try γ=δ=0. Then 12α−10β=−24 and 4β=24, so β=6, 12α−60=−24, 12α=36, α=3.
So zp=3x3+6x2y.
Step 4 — Verify
Dzp=9x2+12xy, D′zp=6x2, D2zp=18x+12y, DD′zp=12x, D′2zp=0.
(2D2−5DD′+2D′2)zp=2(18x+12y)−5(12x)+0=36x+24y−60x=24y−24x=24(y−x) ✓.
Step 5 — General solution
Answer
z=f(x+2y)+g(2x+y)+3x3+6x2y.