I am trying to solve (in $\mathbb{C}$) the following systems of equations in 3 variables:
$$x+y+z=0$$ $$xy+yz+xz=c-c^2$$ $$xyz=3c^2$$ where, $c$ is some fixed non-zero constant.
I tried substituting in $x=-y-z$ into the third equation, and then solved for $z$, but the problem is that this is not a nice answer and so substituting this into the second equation leads to a disaster.
I am assuming there is a neat trick as this looks like a special case of systems of equations in 3 variables!?
Is it also correct to assume that there is a unique solution for $x,y,z$ since there are 3 equations and 3 unknowns?
Write your system in the form $$xy-(x+y)^2=c-c^2$$ and $$-xy(x+y)=3c^2$$ Substituting $$x+y=a$$ $$xy=b$$ so you will get $$b-a^2=c-c^2$$ and $$-ab=3c^2$$ Can you proceed? Eliminating $b$ you will get for $a$: $$0=a^3+a(c-c^2)+3c^2$$