← 2020 Paper 2
UPSC 2020 Maths Optional Paper 2 Q7a — Step-by-Step Solution
15 marks · Section B
Cauchy's method of characteristics · PDEs · asked 4× in 13 yrs · Read the full method →
Question
Find the solution of the partial differential equation z=21(p2+q2)+(p−x)(q−y), p≡∂x∂z, q≡∂y∂z, which passes through the x-axis.
Technique
Charpit’s method; the special structure gives p−x=a, q−y=b directly; build complete integral, impose the strip/data conditions on the x-axis to get b=−2a, then take the envelope.
Solution
This is a nonlinear first-order PDE. Write
F(x,y,z,p,q)=21(p2+q2)+(p−x)(q−y)−z=0.
Step 1 — Charpit’s auxiliary equations
Fx+pFzdp=Fy+qFzdq=−(pFp+qFq)dz=−Fpdx=−Fqdy.
Compute the partials:
Fx=−(q−y)=y−q,Fy=−(p−x)=x−p,Fz=−1,
Fp=p+(q−y)=p+q−y,Fq=q+(p−x)=p+q−x.
Step 2 — Two simple integrals
Look at Fx+pFzdp and −Fpdx:
Fx+pFz=(y−q)+p(−1)=y−q−p=−(p+q−y)=−Fp.
Hence −Fpdp=−Fpdx⇒dp=dx⇒
p−x=a (const).
Similarly Fy+qFz=(x−p)−q=−(p+q−x)=−Fq, so −Fqdq=−Fqdy⇒dq=dy⇒
q−y=b (const).
Step 3 — Complete integral
With p=x+a, q=y+b substituted into the PDE:
z=21((x+a)2+(y+b)2)+(a)(b),
z=21(x+a)2+21(y+b)2+ab.
(One checks zx=x+a=p, zy=y+b=q, so this is a genuine complete integral with parameters a,b.)
Step 4 — Impose the data: surface through the x-axis
The x-axis is y=0, z=0, parametrized by x=t. On a solution surface the strip condition dz=pdx+qdy holds. Along the curve dy=0, dz=0, dx=dt, so p=0 there.
- p=0 on the curve: p=x+a=t+a=0⇒a=−t.
- z=0 on the curve: 21(t+a)2+21(0+b)2+ab=0. With a=−t: 0+21b2−tb=0⇒b(2b−t)=0.
Discard b=0 (gives the trivial plane z=21(x+a)2, not through the whole axis nontrivially); take b=2t. Then
a=−t,b=2t ⇒ b=−2a.
Step 5 — Eliminate the parameter (envelope)
Impose b=−2a in the complete integral and take the envelope (∂z/∂a=0):
z=21(x+a)2+21(y−2a)2+a(−2a)=21(x+a)2+21(y−2a)2−2a2.
∂a∂z=(x+a)+(y−2a)(−2)−4a=x+a−2y+4a−4a=x+a−2y=0 ⇒ a=2y−x.
Substitute a=2y−x:
z=21(x+2y−x)2+21(y−2(2y−x))2−2(2y−x)2=21(2y)2+21(2x−3y)2−2(2y−x)2.
Expanding: 21⋅4y2+21(4x2−12xy+9y2)−2(4y2−4xy+x2)
=2y2+2x2−6xy+29y2−8y2+8xy−2x2=2xy−23y2.
Answer
z=2xy−23y2.