If $x,y,z \in \mathbb{R}^+$, then prove that $$\frac{x^2}{y} + \frac{y^2}{z} + \frac{z^2}{x}\geq x+y+z\,.$$
What are other proofs? Here is my solution.
Note by the AM-GM Inequality that $$\frac{a^2}{b}+b\geq 2\sqrt{\left(\frac{a^2}{b}\right)\cdot b}=2a$$ for all $a,b>0$. Therefore, $$\left(\frac{x^2}{y}+y\right)+\left(\frac{y^2}{z}+z\right)+\left(\frac{z^2}{x}+x\right)\geq 2x+2y+2z\,.$$ This means $$\left(\frac{x^2}{y}+\frac{y^2}{z}+\frac{z^2}{x}\right)+(x+y+z)\geq 2(x+y+z)\,,$$ which is equivalent to the inequality to be proven.