I want to know the largest surface area of a box with corners on the sphere with radius 4.
I tried: the surface area of one side will be $2x\cdot 2y$, so using the lagrange multiplier, the stationary points of $\Lambda = 8(xy+yz+xz) - \lambda(x^2+y^2+z^2-16)$ need to be found I think.
The partial derivatives give me the equations $8(y+z)=2\lambda x$, $8(x+z)=2\lambda y$ and $8(y+x)=2\lambda z$.
I would think that by symmetry the answer should be when $x=y=z$ so $x^2+x^2+x^2=16$, and therefore $x=\frac43 \sqrt3$.
Normally I can just substitute things and solve the system, but here I don't seem to get anywhere..
subtracting $8(y+z)=2λx$ from $8(x+z)=2λy$ gives $8(x-y)=2\lambda (y-x)$. so $x=y$ or $\lambda = -4$. Doing the same for another pair of equations gives us that $x=y=z$, since we don't care about solutions for lambda.