← 2022 Paper 1
UPSC 2022 Maths Optional Paper 1 Q2b — 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
A wire of length l is cut into two parts which are bent in the form of a square and a circle respectively. Using Lagrange’s method of undetermined multipliers, find the least value of the sum of the areas so formed.
Technique
Standard Lagrange multipliers; gradient ratio x/y=4/π gives the optimal split.
Solution
Setup. Let the wire be cut into pieces of length x and y, with x+y=l.
- Square from piece x: side x/4, area A1=x2/16.
- Circle from piece y: circumference y=2πr⇒r=y/(2π), area A2=πr2=y2/(4π).
Minimise f(x,y)=A1+A2=16x2+4πy2 subject to g(x,y)=x+y−l=0.
Step 1 — Set up Lagrangian
L=f−λg=16x2+4πy2−λ(x+y−l).
Stationary conditions:
- ∂L/∂x=x/8−λ=0⇒λ=x/8.
- ∂L/∂y=y/(2π)−λ=0⇒λ=y/(2π).
Step 2 — Combine
8x=2πy⇒y=82πx=4πx.
Step 3 — Apply constraint x+y=l
x+4πx=l⇒x(1+4π)=l⇒x=4+π4l.
Then y=4πx=4+ππl.
Step 4 — Compute minimum area
A1=16x2=161⋅(4+π)216l2=(4+π)2l2.
A2=4πy2=4π1⋅(4+π)2π2l2=4(4+π)2πl2.
Sum:
fmin=(4+π)2l2+4(4+π)2πl2=(4+π)2l2(1+4π)=(4+π)2l2⋅44+π=4(4+π)l2.
Answer
fmin=4(4+π)l2.