[Math] Proving the AGM inequality with 3 variables

inequalityproof-writing

Prove that for any $x,y,z \ge 0$ $$\sqrt[3]{xyz} \le \frac{x+y+z}{3}$$
I've done it with four variables, but my textbook is asking me to do it with three and I'm not sure where to start. It also says to use the four variable method, but have $w=(xyz)^\frac{1}{3}$ which confuses me further.

Best Answer

Because of you've done with four variables, you can use it like this.

$$x+y+z + \frac{x+y+z}{3} \geq 4\sqrt[4]{xyz(\frac{x+y+z}{3})}$$

then $$\frac{4}{3}(x+y+z) \geq 4\sqrt[4]{xyz(\frac{x+y+z}{3})}$$

or, $$\frac{x+y+z}{3} \geq \sqrt[4]{xyz(\frac{x+y+z}{3})},$$

$$\left(\frac{x+y+z}{3}\right)^3 \geq xyz.$$

Related Question