I have the following nonlinear system:
$$x+y+z=1$$ $$x^2+y^2+z^2=2$$ $$x^3+y^3+z^3=3$$ Find $x^5+y^5+z^5$.
So it was basically a long string of raising each equation to a higher power, and using substitution to reduce down each remaining expansion. For example, $(x+y+z)^2=1$ and from here i found that
$$xy+xz+yz=-\frac{1}{2}$$
Then $(x+y+z)^3=1$ implied that
$$xy^2+zx^2+x^2y+x^2z+y^2z+yz^2+2xyz=-\frac{2}{3}$$
Then noting that $(x^2+y^2+^2)(x^3+y^3+z^3)=6$, expanding out would give me a number of terms involving 5 degrees. The work it took was a couple of pages long, but I was able to show that $x^5+y^5+z^5=x^4+y^4+z^4$. Then i used $(x^2+y^2+z^2)^2=4$ to show ultimately that.
$$x^5+y^5+z^5=4-2(x^2y^2+x^2z^2+y^2z^2)$$
Closing in, I then showed that if $(xy+xz+yz)^2=\frac{1}{4}$, then
$$x^2y^2+x^2z^2+y^2z^2=\frac{1}{4}-2xyz$$
Thus,
$$x^5+y^5+z^5=4-2\left(\frac{1}{4}-2xyz\right)=\frac{7}{2}+2(2xyz)$$
Finally, from above, I could solve my second equation for $2xyz$ and substitute that in giving
$$x^5+y^5+z^5=\frac{7}{2}-\frac{4}{3}-2(xy^2+xz^2+x^2y+xz^2+y^2z-yz^2)$$
$$x^5+y^5+z^5=\frac{13}{6}-2[x(y^2+z^2)+y(x^2+z^2)+z(x^2+y^2)]$$
$$x^5+y^5+z^5=\frac{13}{6}-2[x(2-x^2)+y(2-y^2)+z(2-z^2)]$$
$$x^5+y^5+z^5=\frac{13}{6}-2[2(x+y+z)-(x^3+y^3+z^3)]$$
$$x^5+y^5+z^5=\frac{13}{6}-2(2-3)$$
And so I believe that
$$x^5+y^5+z^5=\frac{25}{6}$$
Is this correct? Would there be any simpler way (although for what it's worth, it wasn't 3 full pages) without direct calculation and substitution?