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.
Let $\lambda=\alpha^2\beta+\beta^2\gamma+\gamma^2\alpha$ and $\mu=\alpha^2\gamma+\gamma^2\beta+\beta^2\alpha$; then $\lambda+\mu$ and $\lambda\mu$ are symmetric polynomials in $\alpha,\beta,\gamma$ and can be expressed in terms of the elementary symm. pol.-s \begin{align*}s_1&=\alpha+\beta+\gamma&&=-q/p,\\s_2&=\alpha\beta+\beta\gamma+\gamma\alpha&&=\phantom{-}r/p,\\s_3&=\alpha\beta\gamma&&=-s/p\end{align*} (using the approach of a known proof of the fundamental theorem of symm. pol.-s): $$\lambda+\mu=s_1s_2-3s_3,\quad\lambda\mu=s_1^3s_3-6s_1s_2s_3+s_2^3+9s_3^2.$$ This gives a quadratic equation whose roots are $\lambda$ and $\mu$.