Exercise 5.4.4 (Equation $x^2 + y^2 + z^2 = 2xyz$)

Show that if x , y , z are integers such that x 2 + y 2 + z 2 = 2 xyz , then x = y = z = 0 .

Hint: Consider powers of 2 .

Answers

Proof. Assume for the sake of contradiction that there are integers x , y , z such that x 2 + y 2 + z 2 = 2 xyz , where ( x , y , z ) ( 0 , 0 , 0 ) . Since x , y , z are not all equal to 0 , there exists a largest integer k such that 2 k x , 2 k y , 2 k z . Then there are integers u , v , w such that

x = 2 k u , y = 2 k v z = 2 k w ,

and u , v or w is odd (otherwise 2 k + 1 x , 2 k + 1 x , 2 k + 1 x , in contradiction with the definition of k ). Then 2 2 k ( u 2 + v 2 + w 2 ) = 2 3 k + 1 uvw , and after simplification by 2 2 k ,

u 2 + v 2 + w 2 = 2 k + 1 uvw .

Without loss of generality, we can suppose that u is odd, since the other cases v odd, w odd are similar. Since 2 k + 1 uvw is always even, v 2 + w 2 is odd, thus v and w have not same parity, so we can assume v odd and w even. Then 4 2 uvw , thus

u 2 + v 2 + w 2 0 ( mod 4 ) .

But u 2 1 , v 2 1 , w 2 0 ( mod 4 ) , thus u 2 + v 2 + w 2 2 ( mod 4 ) , and we obtain 2 u 2 + v 2 + w 2 0 ( mod 4 ) , which is impossible.

This contradiction shows that there don’t exist integers x , y , z such that x 2 + y 2 + z 2 = 2 xyz , where ( x , y , z ) ( 0 , 0 , 0 ) .

If x , y , z are integers such that x 2 + y 2 + z 2 = 2 xyz , then x = y = z = 0 . □

User profile picture
2025-04-16 08:28
Comments