If $p$, $q$, $r$ are the real roots of the equation $x^3-6x^2+3x+1=0$, then find the value of $p^2q + q^2r + r^2p$.
My Attempt:
I tried $(p+q+r)(pq+qr+rp)$ but couldn't really figure out what to do with the extra terms. The roots are also not trivial to find.
Any help would be appreciated.
That's not a symmetric function, so you can't express it as a polynomial in $p+q+r$, $pq+pq+qr$ and $pqr$, but it is "cyclic". One method: let $$A=p^2q+q^2r+r^2p$$ and $$B=pq^2+qr^2+rp^2.$$ Then $A+B$ and $AB$ are symmetric functions, and can be expressed in terms of $p+q+r$, $pq+pq+qr$ and $pqr$. Once you have done that you can obtain $A$ and $B$ as roots of the quadratic equation $$y^2-(A+B)y+AB=0.$$