⎩ ⎪ ⎪ ⎨ ⎪ ⎪ ⎧ ( x y + y z + z x ) 2 x + y + z x y z = 3 ( x 2 y 2 + y 2 z 2 + z 2 x 2 ) = 2 0 1 6 = w 3
Let x , y , z and w be positive real numbers satisfying the system of equations above, enter your answer as the value of w .
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.
( x y + y z + z x ) 2 = 3 ( x 2 y 2 + y 2 z 2 + z 2 x 2 )
x 2 y 2 + y 2 z 2 + z 2 x 2 + 2 x 2 y z + 2 x y 2 z + 2 x y z 2 = 3 ( x 2 y 2 + y 2 z 2 + z 2 x 2 )
2 x 2 y 2 + 2 y 2 z 2 + 2 z 2 x 2 − 2 x 2 y z − 2 x y 2 z − 2 x y z 2 = 0
( x 2 y 2 − 2 x 2 y z + z 2 x 2 ) + ( x 2 y 2 − 2 x y 2 z + y 2 z 2 ) + ( y 2 z 2 − 2 x y z 2 + z 2 x 2 ) = 0
x 2 ( y 2 − 2 y z + z 2 ) + y 2 ( x 2 − 2 x z + z 2 ) + z 2 ( y 2 − 2 y x + x 2 ) = 0
x 2 ( y − z ) 2 + y 2 ( x − z ) 2 + z 2 ( y − x ) 2 = 0
⇒ x 2 = y 2 = z 2 = 0 (rej.)
⇒ y − z = x − z = y − x = 0
⇒ x = y = z
x + y + z = 2 0 1 6
⇒ x = y = z = 6 7 2
x y z = 6 7 2 3
⇒ w = 6 7 2
Before reading the comments, can you spot the error in the solution? If so, how could it be fixed?
In 7th step: How do you conclude that x 2 = y 2 = z 2 = 0 ?
Log in to reply
That's a good point. That presents some issues.
Because the LHS is written as the sum of 3 squared numbers and it equal to 0, so each square has to equal to 0. x 2 ( y − z ) 2 = 0 ⇒ x 2 = 0 or ( y − z ) 2 = 0
Unfortunately, the conclusion from x 2 ( y − z ) 2 + y 2 ( x − z ) 2 + z 2 ( y − x ) 2 = 0 is not that x 2 = y 2 = z 2 = 0 or ( y − x ) = ( x − z ) = ( y − x ) = 0 .
Instead, it is just x ( y − z ) = y ( x − z ) = z ( y − x ) = 0 . There are then 8 possibilities to consider, and not just 2. Eg. we could have x = 0 , x − z = 0 , z = 0 and y is anything!
Problem Loading...
Note Loading...
Set Loading...
By Cauchy-Schwarz inequality,
( ( x y ) 2 + ( x z ) 2 + ( y z ) 2 ) ⋅ ( 1 2 + 1 2 + 1 2 ) ≥ ( x y ⋅ 1 + x z ⋅ 1 + y z ⋅ 1 ) 2
with equality if the vectors ( x y , x z , y z ) , ( 1 , 1 , 1 ) are linearly dependent; in other words, x y = x z = y z , or x = y = z . But we do achieve equality as given in the first equation. So x = y = z . Plugging this to the second equation, we get x = y = z = 3 2 0 1 6 = 6 7 2 , and plugging this to the third equation, we get w 3 = x y z = x 3 , so w = x = 6 7 2 (because w is real, there's only one solution).