Suppose that $a$ is a fixed (but unknown) real number, with $a^2 \neq 1$. Determine all triples $(x, y, z)$ of real numbers that satisfy the system of equations:
$x + y + z = a$
$xy + yz + xz = -1$
$xyz = -a$
I've tried making substitutions but don't seem to be able to make much progress. Another thing I noticed is that:
$(x + y + z) = a \implies$
$(x + y + z)^2 = a^2 \implies$
$x^2 + y^2 + z^2 + 2(xy + yx + xz) = a^2 \implies$
$x^2 + y^2 + z^2 + 2(-1) = a^2 \implies$
$x^2 + y^2 + z^2 = a^2 + 2$
but I don't know if that actually is useful. Any suggestions on how to move forward?
Make a polynomial $$P(t) =t^3 -at^2 -t+a$$
By Vieta formulas, $x,y,z$ are roots of $P(t)$ and it is easy to calculate them:
$$ P(t) = t(t^2-1)-a(t^2-1)= (t-1)(t+1)(t-a)$$
so $x,y,z$ are permutation of $1,-1,a$.