( x + y + z ) ( x 2 + y 2 + z 2 ) x 3 + y 3 + z 3
Let x , y , z be non-negative real numbers such that x 2 + y 2 + z 2 = 2 ( x y + y z + z x ) . Find the maximum value of the expression above.
Give your answer to 3 decimal places.
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.
Nice solution! :)
x , y and z should be positive real number instead of non-negative. The expression is maximum when x = y = z = 0 , which satisfies x 2 + y 2 + z 2 ) = 2 ( x y + y z + z x )
Log in to reply
If x=y=z=0, P = 0/0 = undefined
I could have got the same answer. I did some calculation mistake.
Similar expession I got but instead 11/18 I got 12/18. Some serious mistake happened. Nice solution.
Let's use the following notation: S 1 = x + y + z , S 2 = x y + x z + y z and S 3 = x y z . Then, from the hypothesis we know that S 1 2 = 4 S 2 , and the expression we want to maximize is:
P = ( x + y + z ) ( x 2 + y 2 + z 2 ) x 3 + y 3 + z 3 = 2 S 1 S 2 S 1 3 − 3 S 1 S 2 + 3 S 3
Then, simplify it using the hypothesis, in a way such that we only need S 1 and S 3 :
P = 2 1 + S 1 3 6 S 3
Now, consider a polynomial with roots x , y , z , of course it is P ( x ) = x 3 − S 1 x 2 + S 2 x − S 3 . Then, for the roots to be real, the discriminant of this polynomial must be ≥ 0 , so:
S 1 2 S 2 2 − 4 S 2 3 − 4 S 1 3 S 3 + 1 8 S 1 S 2 S 3 − 2 7 S 3 2 ≥ 0
Again, using the hypothesis, we get:
2 1 S 1 3 − 2 7 S 3 ≥ 0
Hence, S 1 3 S 3 ≤ 5 4 1
Finally, P ≤ 2 1 + 6 ( 5 4 1 ) = 1 8 1 1
I did something similar. Considering the cubic. And tried to find the maximum possible value for the product of roots.
Let x + y + z = 2 S for some S .
From what is given ( x + y + z ) 2 = 4 ( x y + y z + z x ) hence x y + y z + z x = S 2 , x 2 + y 2 + z 2 = 2 S 2 . Thus the denominator is ( x + y + z ) ( x 2 + y 2 + z 2 ) = 4 S 3 .
Also ( x + y − z ) 2 = 4 x y .
Consider the numerator.
x 3 + y 3 + z 3 = ( x + y + z ) ( x 2 + y 2 + z 2 − x y − y z − z x ) + 3 x y z = 2 S 3 + 3 x y z ≤ 2 S 3 + 9 4 S 3 .
The last inequality follows because
1 6 x y z = 4 z ( 4 x y ) = 4 z ( x + y − z ) ( x + y − z ) ≤ ( 3 2 ( x + y + z ) ) 3 = 2 7 6 4 S 3 by AM-GM inequality. (We can make sure all terms in the AM-GM are positive by letting x ≥ y ≥ z without loss of generality).
Hence ( x + y + z ) ( x 2 + y 2 + z 2 ) x 3 + y 3 + z 3 ≤ 4 S 3 2 S 3 + 9 4 S 3 = 1 8 1 1 .
However when x = 4 y = 4 z we have equality, so answer is 1 8 1 1 .
Problem Loading...
Note Loading...
Set Loading...
From the hypothesis, we get x y + y z + z x = 4 1 ( x + y + z ) 2 .
So, P = 2 ( x + y + z ) ( x y + y z + z x ) x 3 + y 3 + z 3 = ( x + y + z ) 3 2 ( x 3 + y 3 + z 3 )
= 2 [ ( x + y + z x ) 3 + ( x + y + z y ) 3 + ( x + y + z z ) 3 ]
Let a = x + y + z x ; b = x + y + z y ; c = x + y + z z , we have { a + b + c = 1 a b + b c + c a = 4 1
Or { b + c = 1 − a b c = a 2 − a + 4 1
From the inequality ( b + c ) 2 ≥ 4 b c , we get 0 ≤ a ≤ 3 2 .
We have:
P = 2 ( a 3 + b 3 + c 3 )
= 2 ( a 3 + ( b + c ) 3 − 3 b c ( b + c )
= 2 ( a 3 + ( 1 − a ) 3 − 3 ( a 2 − a + 4 1 ) ( 1 − a ) )
= 6 a 3 − 6 a 2 + 2 3 a + 2 1
= 1 8 1 1 + 1 8 1 ( 3 a − 2 ) ( 6 a − 1 ) 2 ≤ 1 8 1 1
So, max P = 1 8 1 1 ≈ 0 . 6 1 1 .
The equality holds when ( x , y , z ) = ( 4 k , k , k ) or any permutations.