If $\alpha,\beta,\gamma$ are the roots of the cubic polynomial $px^3+qx^2+rx+s$, then how can I find the value of $\alpha^2\beta+\beta^2\gamma+\gamma^2\alpha$ in terms of p,q,r and s?
My attempt:
Using Vieta's formulas, $$\alpha+\beta+\gamma=\frac{-q}{p}$$ $$\alpha\beta+\beta\gamma+\gamma\alpha=\frac{r}{p}$$ $$\alpha\beta\gamma=\frac{-s}{p}$$
I first thought that this would help. We can find $\alpha\beta\gamma$ by Vieta's formula but the expression inside this bracket could not be possibly found. $$\alpha^2\beta+\beta^2\gamma+\gamma^2\alpha=\alpha\beta\gamma\left(\frac{\alpha}{\gamma}+\frac{\beta}{\alpha}+\frac{\gamma}{\beta}\right)$$
Then, I found $$\alpha^2+\beta^2+\gamma^2=(\alpha+\beta+\gamma)^2-2(\alpha\beta+\beta\gamma+\gamma\alpha)=\frac{q^2-2rp}{p^2}$$ But here all $\alpha^2$, $\beta^2$ and $\gamma^2$ are all multiplied with different factors, so possibility of taking a common factor is ruled out.
Then, I thought to take an example. By chance, I could get a pattern. For example, take the polynomial $x^3-1$. The roots of this polynomial are $1,\omega,\omega^2$. Then, in this case the expression evaluates to $1^2\cdot \omega+\omega^2\cdot 1+\omega^4\cdot 1=\omega-1$. The expression in this case gives a complex result, so possibly couldn't be expressed in terms of $p,q,r,s$.
Any hint is appreciated.