← 2019 Paper 2
UPSC 2019 Maths Optional Paper 2 Q7c — Step-by-Step Solution
20 marks · Section B
Classification and reduction to canonical form · PDEs · asked 8× in 13 yrs · Read the full method →
Question
Reduce the following second order partial differential equation to canonical form and find the general solution:
∂x2∂2u−2x∂x∂y∂2u+x2∂y2∂2u=∂y∂u+12x.
Technique
Classify via B2−AC=0 (parabolic); one characteristic family y+x2/2=const gives ξ; choose η=x; transform; reduce to uηη=12η; integrate twice.
Solution
Setup. Compare with Auxx+2Buxy+Cuyy+⋯=0:
A=1,2B=−2x⇒B=−x,C=x2.
Step 1 — Classify
Discriminant:
B2−AC=(−x)2−(1)(x2)=x2−x2=0.
The equation is parabolic everywhere (one repeated family of characteristics).
Step 2 — Characteristic curves
Characteristic ODE Ady2−2Bdxdy+Cdx2=0, i.e. dy2+2xdxdy+x2dx2=0, (dy+xdx)2=0:
dxdy=−x ⟹ y+2x2=const.
Take the new (characteristic) variable
ξ=y+2x2,
and any independent second variable, simplest η=x.
With ξ=y+2x2, η=x: ξx=x, ξy=1, ηx=1, ηy=0.
ux=xuξ+uη,uy=uξ.
uyy=uξξ,uxy=xuξξ+uξη,
uxx=x2uξξ+2xuξη+uηη+uξ.
Substitute into the LHS uxx−2xuxy+x2uyy:
(x2uξξ+2xuξη+uηη+uξ)−2x(xuξξ+uξη)+x2uξξ.
The uξξ terms: x2−2x2+x2=0; the uξη terms: 2x−2x=0. Left with uηη+uξ.
The RHS is uy+12x=uξ+12x=uξ+12η. So
uηη+uξ=uξ+12η ⟹ uηη=12η.
Canonical form: ∂η2∂2u=12η,ξ=y+2x2, η=x.
Step 4 — General solution
Integrate twice in η (treating ξ as a parameter):
uη=6η2+f(ξ),u=2η3+ηf(ξ)+g(ξ),
with f,g arbitrary functions. Return to (x,y) via η=x, ξ=y+2x2:
Answer
u(x,y)=2x3+xf(y+2x2)+g(y+2x2).