Question is to Find Rectangle of Constant Perimeter whose diagonal is maximum (My attempt with Lagrange Multipliers) .
I took rectangle with sides $x$ and $y$ .
Since Perimeter is constant so i took $2(x+y) = 2k$ , where k is any constant
And diagonal is $\sqrt{x^{2}+y^{2}}$
So i took $f(x,y)$ = $x^{2}+y^{2}$
And $g(x,y)$ which is constraint as $2(x+y-k)=0$
On solving By routine Lagrange Muliplier Method i get $x = k/2 = y$ ...So rectangle is a square ..Are conditions i have taken for to apply Lagrange Multiplier is correct here ?? (i men f , g )...Thanks
It is intuitively clear that a rectangle of constant perimeter with maximum diagonal is a very long and thin rectangle. A square sounds like a minimum rather than a maximum, so possibly you have found the minimum. However, you didn't show your working so I am not sure.