1

Solve the system of equations \begin{align}x + y + z &= a\\ x^2 + y^2 + z^2 &= b^2\\ xy &= z^2,\end{align} where $a$ and $b$ are constants. Give the condition on $a$ and $b$ so that $x,y$ and $z$ are distinct. I solved for $x,y,z$. But I couldn't understand how to impose conditions on them to make them unique.

Eldioo
  • 338
  • 3
  • 8
saisanjeev
  • 2,050

1 Answers1

1

HINT: plugging $$z=a-x-y$$ in the second and third equation we obtain: $$a^2-2ax-2ay-b^2+2x^2+2xy+2y^2=0$$ (I) $$-a^2+2ax+2ay-x^2-xy-y^2=0$$ (II) multiplying (II) by $2$ and adding to (I) we get $$-a^2+2ax+2ay-b^2=0$$(III) this equation is linear in $x,y$ and you can use this to compute the other variables.