Find the range of for which there is at least one triplet of non-zero real numbers such that the equation above holds true.
If it is in the form , find .
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.
Begin by subtracting the middle equation: x 2 ( y − z ) + y 2 ( z − x ) + z 2 ( x − y ) = 0 Note that this is the same as: ( x − y ) ( y − z ) ( x − z ) = 0 So either x = y , y = z , or z = x . Without loss of generality, choose x = y : x 3 + x 2 z + z 2 x = k x 2 z The problem requires non-zero real solutions, so we can divide by x and rearrange to obtain: x 2 + ( 1 − k ) z x + z 2 = 0 The discriminant must be positive: ( 1 − k ) 2 z 2 − 4 z 2 ≥ 0 → ( 1 − k ) 2 ≥ 4 → 1 − k ≤ − 2 or 1 − k ≥ 2 So k ≤ − 1 or k ≥ 3 , yielding ( − ∞ , − 1 ] ∪ [ 3 , ∞ ) . Note that substituting y = z or z = x would yield the same result, so this is the final range of k . Therefore, a + b = − 1 + 3 = 2 . QED