Take any cubic real polynomial $f$ with roots $p,q,r$.
Let $x = p^2 q + q^2 r + r^2 p$.
Let $y = p q^2 + q r^2 + r p^2$.
Let $z = p + q + r$.
Then $x+y$ and $xy$ are both symmetric in $p,q,r$ and hence can be expressed in terms of the coefficients of $f$. This implies that we can solve for $x,y$ via the appropriate quadratic equation.
But after that, is it possible to algebraically recover the roots $p,q,r$ from $x,y,z$? I think that the three equations uniquely determine them, but I do not see an easy or motivated way to continue. Is this approach viable or is it doomed to failure, and why?
This question was inspired by this post, whose author suggested such an approach but we could not see how to complete it to obtain the roots.