← 2019 Paper 2
UPSC 2019 Maths Optional Paper 2 Q4a — Step-by-Step Solution
15 marks · Section A
Lagrange's method of multipliers (constrained extrema) · Calculus · asked 8× in 13 yrs · Read the full method →
Question
Find the maximum value of f(x,y,z)=x2y2z2 subject to the subsidiary condition x2+y2+z2=c2, (x,y,z>0).
Technique
Lagrange multipliers on a symmetric objective; the symmetry forces x=y=z. Cross-check by AM–GM on the squares.
Solution
Step 1 — Lagrange multiplier equations
Maximize f=x2y2z2 subject to g=x2+y2+z2−c2=0. Set ∇f=λ∇g:
2xy2z2=λ2x,2x2yz2=λ2y,2x2y2z=λ2z.
Since x,y,z>0, divide the first by 2x, the second by 2y, the third by 2z:
y2z2=λ,x2z2=λ,x2y2=λ.
Step 2 — Solve the symmetric system
From y2z2=x2z2 (and z>0): y2=x2⇒y=x. From x2z2=x2y2 (and x>0): z2=y2⇒z=y. Hence
x=y=z.
Impose the constraint: 3x2=c2⇒x2=3c2, so
x=y=z=3c.
Step 3 — Maximum value
fmax=x2y2z2=(x2)3=(3c2)3=27c6.
Answer
max(x2y2z2)=27c6,at x=y=z=3c.