Find all positive integers $x, y, z$ such that $x^2y+y^2z+z^2x = 3xyz$.
I first tried to solve it by spilting $xyz$ to every expression and factor it. But it fails.
I notice that it is true for $\left(x,y,z\right) = \left(0,0,0\right)$. But how can I prove all of then and find the values ?
By AM-GM inequality, you have:
$$x^2y+y^2z+z^2x=3xyz≥3xyz$$
Equality holds iff, when $x^2y=y^2z=z^2x\thinspace.$
Thus we have:
$$\begin{align}&\begin{cases}x^2=yz\\y^2=xz\\z^2=xy\end{cases}\\ \implies &\left(\frac xy\right)^2=\frac yx\\ \implies &\left(\frac xy\right)^3=1\\ \implies &x=y\end{align}$$
This yields, $x=y=z$ are only possible solution. Note that, $(x,y,z)=(x,x,x)\in\mathbb R^3_{≥0}$ are also solution set.