If $x,y,z>0$ and $x^2+7y^2+16z^2=1\;,$ Then $\min(xy+yz+zx)$
$\bf{My\; Try::}$Using Multiplier Method:
$$f(x,y,z,\lambda) = (xy+yz+zx)-\lambda(x^2+7y^2+16z^2-1)$$
So $$f'(x,y,z,\lambda)_{\bf{y,z,\lambda=const.}} = y+z-2\lambda x$$
and $$f'(x,y,z,\lambda)_{\bf{x,z,\lambda=const.}}=x+z -32\lambda$$
and $$f'(x,y,z,\lambda)_{\bf{x,y,\lambda=const.}}=x+y-14\lambda$$
and $$f'(x,y,z,\lambda)_{\bf{x,y,z=const.}}=0-1(x^2+7y^2+14z^2)\lambda$$
My question is can we solve it without multiplier method, plz explain me, Thanks