← 2020 Paper 2
UPSC 2020 Maths Optional Paper 2 Q3c — Step-by-Step Solution
20 marks · Section A
Partial derivatives; equality of mixed partials (Schwarz) · Real Analysis · asked 2× in 13 yrs · Read the full method →
Question
If u=tan−1x−yx3+y3, x=y, then show that x2uxx+2xyuxy+y2uyy=(1−4sin2u)sin2u.
Technique
Euler’s theorem on the homogeneous function z=tanu (degree 2); first-order relation xux+yuy=sin2u; differentiate again to get the second-order identity x2uxx+2xyuxy+y2uyy=g(g′−1) with g=sin2u.
Solution
The function u itself is not homogeneous, but tanu is. The trick is to apply Euler’s homogeneous-function theorem to z:=tanu and translate back.
Step 1 — z=tanu is homogeneous of degree 2
z=tanu=x−yx3+y3.
Replacing (x,y)→(tx,ty): numerator scales by t3, denominator by t1, so z(tx,ty)=t2z(x,y). Hence z is homogeneous of degree n=2.
Step 2 — Euler’s theorem (first order)
For a homogeneous function z of degree n:
xzx+yzy=nz=2z.(1)
Since z=tanu, zx=sec2u⋅ux, zy=sec2u⋅uy. Substituting into (1):
sec2u(xux+yuy)=2tanu ⇒ xux+yuy=2sec2utanu=2sinucosu=sin2u.(2)
Denote g(u):=sin2u=xux+yuy.
Step 3 — Second-order Euler relation
Differentiate (2) partially. Apply ∂x∂ to xux+yuy=g(u):
ux+xuxx+yuyx=g′(u)ux.
Apply ∂y∂:
xuxy+uy+yuyy=g′(u)uy.
Multiply the first by x, the second by y, and add (using uxy=uyx):
(xux+yuy)+(x2uxx+2xyuxy+y2uyy)=g′(u)(xux+yuy).
Using (2), xux+yuy=g(u):
g(u)+(x2uxx+2xyuxy+y2uyy)=g′(u)g(u),
so
x2uxx+2xyuxy+y2uyy=g(u)(g′(u)−1).(3)
Step 4 — Substitute g(u)=sin2u
g(u)=sin2u, g′(u)=2cos2u. Therefore
g(u)(g′(u)−1)=sin2u(2cos2u−1)=2sin2ucos2u−sin2u.
Now reduce to the target form using double-angle identities. Note cos2u=1−2sin2u, so
2cos2u−1=2(1−2sin2u)−1=1−4sin2u.
Hence
g(u)(g′(u)−1)=sin2u(1−4sin2u)=(1−4sin2u)sin2u.
Combining with (3):
x2uxx+2xyuxy+y2uyy=(1−4sin2u)sin2u.
■
Verification
Algebraic. (1−4sin2u)sin2u=sin2u−4sin2usin2u=sin2u−2sin2u(2sin2u)=sin2u−2sin2u(1−cos2u)=2sin2ucos2u−sin2u, identical to g(g′−1) above ✓.
Symbolic (SymPy). Computing x2uxx+2xyuxy+y2uyy directly from u=arctanx−yx3+y3 and subtracting (1−4sin2u)sin2u simplifies identically to 0; numeric spot-checks at (x,y)=(2,1) and (3,0.5) give residual ∼10−16 ✓.