⎩ ⎪ ⎪ ⎪ ⎨ ⎪ ⎪ ⎪ ⎧ x + y + z = k x 2 + y 2 + z 2 = k x 3 + y 3 + z 3 = k x 4 + y 4 + z 4 = k
Find the sum of all the unique values of k that make the above system of equations consistent.
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.
My problem with this problem is the ambiguous way it is worded. There are 8 solutions across the values of x, y, z and k. It is not all clear whether it is the unique values of k that should be added or the set of k values in the 8 solutions. This problem should be deleted and possibly resubmitted with adequate wording.
Log in to reply
I edited the problem. Thanks for the suggestion!
Problem Loading...
Note Loading...
Set Loading...
The possible values of k are 0 , 1 , 2 , and 3 , which are obvious. If x = y = z = 0 , then k = 0 , If one of x , y , and z is 1 , and the other two are 0 , then k = 1 . If two of x , y , and z is 1 , and the remaining one is 0 , then k = 2 . If x = y = z = 1 , then k = 3 . There is no other solution because x = x 2 = x 3 = x 4 except for x = 0 or x = 1 . Therefore the sum of all possible values of k is 0 + 1 + 2 + 3 = 6 .
We can however solve for k using Newton's sums or Newton's identities as follows. Let P n = x n + y n + z n , where n is a positive integer. Then we have P 1 = P 2 = P 3 = P 4 = k . Let also S 1 = x + y + z , S 2 = x y + y z + z x , and S 3 = x y z . Then we have:
P 1 P 2 P 3 P 4 = S 1 = x + y + z = k = S 1 P 1 − 2 S 2 = k 2 − 2 S 2 = k = S 1 P 2 − S 2 P 1 + 3 S 3 = k 2 − 2 k 2 ( k − 1 ) + 3 S 3 = k = S 1 P 3 − S 2 P 2 + S 3 P 1 = k 2 − 2 k 2 ( k − 1 ) + 6 k 2 ( k − 1 ) ( k − 2 ) = k ⟹ S 2 = 2 k ( k − 1 ) ⟹ S 3 = 6 k ( k − 1 ) ( k − 2 )
From the equation of P 4 :
k 2 − k − 2 k 2 ( k − 1 ) + 6 k 2 ( k − 1 ) ( k − 2 ) 6 k ( k − 1 ) − 3 k 2 ( k − 1 ) + k 2 ( k − 1 ) ( k − 2 ) k ( k − 1 ) ( 6 − 3 k + k ( k − 2 ) ) k ( k − 1 ) ( k − 2 ) ( k − 3 ) ⟹ k = 0 = 0 = 0 = 0 = 0 , 1 , 2 , 3