I have the polynomial $P(x) = x^3+mx^2-3x+1, m\in \mathbb{R}$. I need to find $x_1^3+x_2^3+x_3^3$ as a $m$ function.
I tried to use Viette equations: $x_1+x_2+x_3 = m, x_1x_2+x_1x_3+x_2x_3 = 3, x_1x_2x_3 = 1$ Then I expanded $(x_1+x_2+x_3)^3 = (x_1^3+x_2^3+x_3^3) + 3(x_1^2x_2+x_1^2x_3+x_1x_2^2+x_2^2x_3+x_1x_3^2+x_2x_3^2) + 6x_1x_2x_3$. After that I expanded $(x_1x_2+x_1x_3+x_2x_3)^2 = 2(x_1x_2x_3)+x_1^2x_2^2+x_1^2x_3^2+x_2^2x_3^2$. I don't know if my way of doing it is the right way, and if it is can you help from this point on?
We have that $x^3_1+x^3_2+x^3_3$ is symmetric (fixed by any element of $S_3$).
Therefore, you may express $x^3_1+x^3_2+x^3_3$ using only the elementary symmetric polynomials.
You may use symmetric reduction on wolframalpha to deduce that:
$x^3_1+x^3_2+x^3_3=(x_1+x_2+x_3)^3-3(x_1x_2+x_2x_3+x_1x_3)(x_1+x_2+x_3)+3x_1x_2x_3$.
Now plug in to get $x^3_1+x^3_2+x^3_3$ in terms of the coefficients.
I believe you should get $(-m)^3-3(-3)(-m)+3(-1)=-m^3-9m-3$