x 2 + y 2 + z 2 = 2 x y z
How many unordered triplets ( x , y , z ) (such that x , y and z are positive integers) exist such that the equation above is satisfied.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
I'd just like to add equations of the form x 2 + y 2 + z 2 = n x y z are called markov-hurwitz equations.
I find markov numbers to be a fun read.
Log in to reply
Huh, I didn't know about these. I wouldn't have guessed that for n = 3 there was an infinite solution set. For n = 1 we have ( x , y , z ) = ( 3 , 3 , 3 ) , ( 6 , 3 , 3 ) , ( 3 , 6 , 3 ) , ( 3 , 3 , 6 ) , and no solutions n = 1 , 3 . More generally we would be looking at the equation
i = 1 ∑ n x i 2 = a i = 1 ∏ n x i .
Apparently there are no solutions when a > n . For a = n there is always the solution ( 1 , 1 , 1 , . . . . . , 1 , 1 ) , and (I think) an infinite set of other solutions.
Variations of this equation that might be interesting to consider are
i = 1 ∑ n x i 3 = a i = 1 ∏ n x i and ( i = 1 ∑ n x i ) 2 = a i = 1 ∏ n x i .
Or maybe not .... :)
Log in to reply
Well for n = 1 we have x 2 + y 2 + z 2 = x y z .
Making the sub x = 3 a , y = 3 b , z = 3 c
It turns into a 2 + b 2 + c 2 = 3 a b c . So the solutions to n = 1 are just 3 times the markov numbers.
I think you might be able to get an infinite amount if you can find 1 solution.
You can show for n = 3 That if ( x , y , z ) is a solution then so is ( x , y , 3 x y − z ) to generate an infinite amount in this case and there might be something similar you can do in other cases to generate solutions from one solution.
I might just have to play with those new equations now :P
Log in to reply
@Isaac Buckley – Yes, I should have noticed that substitution. With the Markov number tree it does seem that if you can find one solution then the solution set is infinite. There are some interesting connections between Markov numbers and Fibonacci numbers, as well as Pell numbers. Cool. Thanks for the info. :)
Problem Loading...
Note Loading...
Set Loading...
We must either have exactly two of x , y , z odd or all of them even. If exactly two are odd, say x , y , then x 2 + y 2 ≡ 2 ( m o d 4 ) , and since z is even we would also have x 2 + y 2 + z 2 ≡ 2 ( m o d 4 ) . But in this scenario 2 x y z ≡ 0 ( m o d 4 ) , and thus any solution must have x , y , z all even.
So let x = 2 a , y = 2 b , z = 2 c . Then the equation becomes
4 a 2 + 4 b 2 + 4 c 2 = 1 6 a b c ⟹ a 2 + b 2 + c 2 = 4 a b c .
Similar to before, either exactly two of a , b , c are odd or all of them are even. We can again conclude that all are even, say a = 2 k , b = 2 m , c = 2 n . We then end up with the equation
4 k 2 + 4 m 2 + 4 n 2 = 3 2 k m n ⟹ k 2 + m 2 + n 2 = 8 k m n .
We can then continue with this process ad infinitum, (i.e., infinite descent ), resulting in the observation that x , y , z are each divisible by every power of 2 . Since x , y , z must be finite, the only possibility left is that x = y = z = 0 , implying that there are 0 solution triples of positive integers.