← 2015 Paper 2
UPSC 2015 Maths Optional Paper 2 Q8a — Step-by-Step Solution
15 marks · Section B
Classification and reduction to canonical form · PDEs · asked 8× in 13 yrs · Read the full method →
Question
Reduce the second-order PDE
x2∂x2∂2u−2xy∂x∂y∂2u+y2∂y2∂2u+x∂x∂u+y∂y∂u=0
into canonical form. Hence, find its general solution.
Technique
Identify parabolic (discriminant 0); find single family of characteristics (xy= const); change variables to ξ=xy,η=x; transform derivatives via chain rule; PDE reduces to ηuηη+uη=0 — solve as ODE in η.
Solution
Step 1 — Identify type
Coefficients: A=x2, B=−2xy (so the uxy coefficient is 2B=−2xy, hence B=−xy), C=y2.
Discriminant: B2−AC=x2y2−x2y2=0. Parabolic PDE.
Step 2 — Characteristic ODE
For parabolic, single family of characteristics:
Ady2−2Bdxdy+Cdx2=0,
i.e. x2dy2+2xydxdy+y2dx2=0, which factors as (xdy+ydx)2=0.
So xdy+ydx=0⇒d(xy)=0⇒xy=const.
Characteristic: ξ=xy.
Step 3 — Second variable
Choose η independent of ξ. Standard choice: η=y (or η=x). Use η=x.
So ξ=xy, η=x. Then x=η, y=ξ/η.
Chain rule:
ux=uξξx+uηηx=yuξ+uη.
uy=uξξy+uηηy=xuξ.
uxx=∂x∂(yuξ+uη)=y(uξξy+uξη)+uηξy+uηη=y2uξξ+2yuξη+uηη.
uyy=∂y∂(xuξ)=xuξξ⋅x=x2uξξ.
uxy=∂y∂(yuξ+uη)=uξ+y⋅uξξ⋅x+uηξ⋅x=uξ+xyuξξ+xuξη.
Step 5 — Substitute into PDE
x2uxx=x2(y2uξξ+2yuξη+uηη)=x2y2uξξ+2x2yuξη+x2uηη.
−2xyuxy=−2xy(uξ+xyuξξ+xuξη)=−2xyuξ−2x2y2uξξ−2x2yuξη.
y2uyy=y2⋅x2uξξ=x2y2uξξ.
Sum of second-order parts: x2y2uξξ⋅[1−2+1]+2x2yuξη[1−1]+x2uηη⋅1=x2uηη. ✓ Pure uηη (parabolic canonical).
Plus the lower-order: −2xyuξ.
Plus the first-order original terms: xux+yuy=x(yuξ+uη)+y(xuξ)=xyuξ+xuη+xyuξ=2xyuξ+xuη.
Sum everything:
x2uηη−2xyuξ+2xyuξ+xuη=x2uηη+xuη=0.
Divide by x (assuming x=0): xuηη+uη=0, i.e. ηuηη+uη=0 (since η=x).
ηuηη+uη=0.
This is an ODE in η (with ξ as parameter).
Step 7 — Solve the ODE
ηuηη+uη=(ηuη)η−0=∂η∂(ηuη)=0? Let’s check: ∂η∂(ηuη)=uη+ηuηη ✓.
So ∂η∂(ηuη)=0⇒ηuη=f(ξ) for some arbitrary f.
Then uη=f(ξ)/η, integrate w.r.t. η: u=f(ξ)ln∣η∣+g(ξ).
Step 8 — Back to (x,y) variables
ξ=xy, η=x:
Answer
u(x,y)=f(xy)ln∣x∣+g(xy),