← 2023 Paper 2
UPSC 2023 Maths Optional Paper 2 Q6a — Step-by-Step Solution
15 marks · Section B
Second-order linear PDEs with constant coefficients (CF, PI) · PDEs · asked 12× in 13 yrs · Read the full method →
Question
Find the surface passing through the two lines z=x=0 and z−1=x−y=0, and satisfying the partial differential equation ∂x2∂2z−4∂x∂y∂2z+4∂y2∂2z=0.
Technique
Constant-coefficient second-order PDE → repeated-root general solution f(y+rx)+xg(y+rx); pin down f,g from the two line conditions.
Solution
Strategy. The PDE has constant coefficients in the second derivatives only. Solve as F(D,D′)z=0 with D=∂x,D′=∂y, find general solution, then fit the boundary data.
Step 1 — Auxiliary equation and general solution
The symbol of the PDE is D2−4DD′+4D′2=(D−2D′)2. The auxiliary equation in r=D/D′ is
r2−4r+4=0⟹(r−2)2=0⟹r=2(double root).
For a repeated root r, the general solution is
z(x,y)=f(y+rx)+xg(y+rx)=f(y+2x)+xg(y+2x).
Step 2 — Apply boundary line 1: z=x=0
This line is the y-axis (x=0 and z=0 for all y). Substitute x=0:
z(0,y)=f(y)+0⋅g(y)=f(y)=0∀y⟹f≡0.
Step 3 — Apply boundary line 2: z−1=x−y=0
This line is {(x,y,z):x=y,z=1}. Substitute y=x into the general solution (with f≡0):
z(x,x)=xg(x+2x)=xg(3x)=1∀x=0.
So g(3x)=1/x. Set u=3x, i.e. x=u/3:
g(u)=u/31=u3.
Step 4 — Assemble the surface
z(x,y)=xg(y+2x)=x⋅y+2x3=2x+y3x.
Answer
z=2x+y3x.