2

Does this system have infinitely many solutions. Because evident solution is $1,-1,1$ . And I reached till condition $xyz=-1$ with algebraic transformations. I got that $x^2+y^2+z^2+2(xy+yz+zx)=1$ and from the second equation got $xy+yz+zx=-1$. Then got from $(x^3+y^3+z^3)-3xyz=(x+y+z)(x^2+y^2+z^2-xy-yz-xz)$, that $xyz=-1$. I tried to return with the shift $x=-1/yz$ back to equations, however, I cannot get concrete solutions, does anyone have an idea how to proceed?

Hosam Hajeer
  • 21,978
Maca
  • 23

1 Answers1

4

Let\begin{align}P(\lambda)&=(\lambda-x)(\lambda-y)(\lambda-z)\\&=\lambda^3-(x+y+z)\lambda^2+(xy+xz+yz)\lambda-xyz\\&=\lambda^3-\lambda^2-\lambda+1.\end{align}Then $x$, $y$, and $z$ are the roots of $P(\lambda)$. But\begin{align}P(\lambda)=0&\iff\lambda^3-\lambda^2-\lambda+1=0\\&\iff\lambda^2(\lambda-1)-(\lambda-1)=0\\&\iff(\lambda^2-1)(\lambda-1)=0\\&\iff(\lambda-1)^2(\lambda+1)=0.\end{align}Therefore, the solutions are$$(x,y,z)=(1,1,-1),\ (x,y,z)=(1,-1,1)\text{, and }(x,y,z)=(-1,1,1).$$