1

We know that $ x,y,z >0$ and $x+y+z=1$

(i)For which $x,y,z$ will be $xyz$ maximum?

(ii)For which $x,y,z$ will be $x^2+y^2+z^2$ minimum?

I still have no idea, how to start the solution of these problems, can I maybe use somehow the Lagrange multiplier method?

Herrpeter
  • 1,326

2 Answers2

2

for (i) use that $$\frac{x+y+z}{3}\geq \sqrt[3]{xyz}$$ for (ii) use that $$\frac{x+y+z}{3}\le \sqrt{\frac{x^2+y^2+z^2}{3}}$$

2

For $(i)$ use Proofs of AM-GM inequality

For $(ii)$

$$3(x^2+y^2+z^2)-(x+y+z)^2=(x-y)^2+(y-z)^2+(z-x)^2\ge0$$