For $a,b,c\in\mathbb{R}_+$, let $\sum a^3=x,\sum a^2(b+c)=y,abc=z$
By AM-GM and Schur inequality, we get
$6z\le y\le x+3z$.
But I wonder whether it is the sufficient condition. That is, given $x,y,z\in \mathbb{R}_+,6z\le y\le x+3z$, if there are $a,b,c\in \mathbb{R}_+,\sum a^3=x,\sum a^2(b+c)=y,abc=z$?
My try:
Let $$(a+b+c)^3=x+3y+6z=-B^3$$ $$(a+b+c)(ab+ac+bc)=y+3z=-B\cdot C$$ $$abc=z=-D$$
$a,b,c$ are three real roots of equation $X^3+BX^2+CX+D=0$
We can use Cardano discriminant to find if the equation always has three real roots. But it seems too complicated. I want a conciser one.
Appreciate your help.