The polynomial $x^3+3x^2-2x+1$ has roots $\alpha, \beta, \gamma$ . Find $$\alpha^2(\beta + \gamma) + \beta^2(\alpha + \gamma) + \gamma^2(\alpha + \beta)$$
I tried finding the relation using $-b/a$, $c/a$ and $-d/a$. I couldn’t seem to find anything. I also tried solving for one root but it gave me back the polynomial but with the root as the variable. Also the polynomial can not be factorised.
Any symmetric (polynomial) function of the roots can be expressed in terms of the Vieta coefficients. Here, check the hint: $$\sum \alpha^2(\beta+\gamma) = (\alpha+\beta+\gamma)(\alpha\beta+\beta\gamma+\gamma\alpha)-3\alpha\beta\gamma$$
--
In case you want a systematic method to express in terms of elementary symmetric polynomials, check this answer for Gauss' algorithm.