Prove that, for all non-negative real numbers $x, y, z$ that satisfy $x + y + z = 1$, $$x^2 y + y^2 z + z^2 x \leq \frac {4}{27} $$
I'm having trouble with this question. I suspect it may have a fairly simple proof using the AM-GM inequality and certain substitutions, however, I have been unable to complete such a proof.
WLOG, assume $x\geq y\geq z$. You wish to maximize the function: $f(x,y,z)=x^2y+y^2z+z^2x$ given that $x,y,z \in \Re^{+} \cup\{0\}$ and $x+y+z=1$
Now, note that(we're trying to start of by obtaining a trivial inequality based on our assumption: $$\begin{split}f(x+z,y,0)-f(x,y,z)= & (x+z)^2y-(x^2y+y^2z+z^2x)=\\ & z^2y + yz(x - y) + xz(y - z) \geq 0\end{split}$$ This means that we can assume value of $z$ to be $0$. Letting $z=0 (\implies x+y=1)$ in our original function and applying AM-M inequality with the terms $x,x,2y$: $$f(x,y,0)=x^2y=2\frac{x^2y}{2}\leq\left(\frac{x+x+2y}{3}\right)^3=\left(\frac{2(x+y)}{3}\right)^3=\frac{4}{27}$$