0

I'm trying to solve the following system over $\Bbb R$:

$\begin{cases}{x^2 +y^2 −z(x+y)=2\\ y^2 +z^2 −x(y+z)=4\\ z^2 +x^2 −y(z+x)=8}\end{cases}$

Adding all the equations gives $2(x^2+y^2+z^2-xz-yz-xy)=14$. This doesn't look like $(x+y+z)^2$… Do you have some hints?

Alphonse
  • 6,342
  • 1
  • 19
  • 48

1 Answers1

2

$$2(x^2+y^2+z^2-xz-yz-xy)=((x-y)^2 +(y-z)^2+(z-x)^2)$$ Subtracting first two equation give $$(z-x)(x+y+z)=2$$ Similarly develop other relation. $$\left(\frac{4}{(x+y+z)^2}+\frac{16}{(x+y+z)^2}+\frac{36}{(x+y+z)^2}\right)=14$$

Aakash Kumar
  • 3,480
  • Ah yes, I didn't see the first one! Thank you. Then I can try $(z-x)/(y-x)=2/(-4)$ (provided that $x+y+z≠0$) and so on. I will try, thanks! – Alphonse Aug 22 '16 at 17:08
  • I loved the trick that gives $(x-y)^2 +(y-z)^2+(z-x)^2$ (+1) – iamvegan Aug 22 '16 at 17:33