Solve the system $$\begin{equation} \label{equation1} \begin{split} x+y+z=0 \\ x^3+y^3+z^3=18 \\ x^7+y^7+z^7=2058 \end{split} \end{equation}$$
My work:
Let $$f(p)=p^3+ap^2+bp+c$$ having roots $x,y,z$
By viete's relations we can find that $x+y+z=-a$ or $z+x+y=0$ So our polynomial becomes $$f(p)=p^3+bp+c$$ Since $x,y,z$ are roots $$\begin{equation} \label{equation2} \begin{split} x^3+bx+c=0 \\ y^3+by+c=0 \\ z^3+bz+c=0 \end{split} \end{equation}$$ Adding all equations $$x^3+y^3+z^3+b(x+y+z)+3c=0$$ or $$18+b\cdot0+3c=0$$ or $$c=-6$$ Our polynomial becomes $$f(p)=p^3+bp-6$$ After this I'm stuck. I can't find the value of $b$. Any help is greatly appreciated.