← 2021 Paper 2
UPSC 2021 Maths Optional Paper 2 Q5a — Step-by-Step Solution
10 marks · Section B
Family of surfaces · PDEs · asked 7× in 13 yrs · Read the full method →
Question
Obtain the PDE by eliminating arbitrary function f from f(x+y+z,x2+y2+z2)=0.
Technique
Differentiate implicit f(u,v)=0 w.r.t. x and y; eliminate fu,fv ratio; collect.
Solution
Setup. Let u=x+y+z, v=x2+y2+z2. The relation f(u,v)=0 defines z implicitly as a function of x,y.
Step 1 — Differentiate w.r.t. x
fuux+fvvx=0.
ux=1+zx=1+p where p=zx.
vx=2x+2zzx=2x+2zp.
So fu(1+p)+fv⋅2(x+zp)=0.
Step 2 — Differentiate w.r.t. y
uy=1+q where q=zy.
vy=2y+2zq.
So fu(1+q)+fv⋅2(y+zq)=0.
Step 3 — Eliminate fu,fv
From Step 1: fvfu=−1+p2(x+zp).
From Step 2: fvfu=−1+q2(y+zq).
Equate: 1+px+zp=1+qy+zq.
Cross-multiply: (x+zp)(1+q)=(y+zq)(1+p).
Expand: x+xq+zp+zpq=y+yp+zq+zpq.
zpq cancels:
x+xq+zp=y+yp+zq,
x−y+xq−yp+zp−zq=0,
x−y+(xq−yp)+z(p−q)=0.
Rearrange: (x−y)+xq−yp+z(p−q)=0.
Group: (x−y)=−xq+yp+z(q−p)=p(y−z)+q(z−x)+…
Let me redo: (x−y)+(xq−yp)+(zp−zq)=0.
(x−y)+xq−yp+zp−zq=0.
(x−y)+p(z−y)−q(z−x)⋅ wait p(z−y)? Let me check: −yp+zp=p(z−y). And xq−zq=q(x−z)=−q(z−x).
So (x−y)+p(z−y)+q(x−z)=0, i.e.,
p(y−z)+q(z−x)=x−y.
Wait, let me re-sign. From (x−y)+p(z−y)+q(x−z)=0:
p(z−y)+q(x−z)=y−x, or equivalently
p(y−z)+q(z−x)=x−y.
Answer
(y−z)p+(z−x)q=x−y.