1 + x y z + 1 + y z x + 1 + z x y
Find the maximum value of the expression above, where x , y and z are positive real numbers such that x + y + z = 1 .
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.
@Gurīdo Cuong , we really like your comment. We have undeleted your solution, and have converted your comment into a solution.
I don't believe the last step is valid. You can't multiply inequalities like that when some terms are negative. (e.g. 1<3, -2<-1, but it is not the case that -2<-3)
As x + y + z = 1 we can rewrite the initial expression as it follows:
2 x + y + z y z + x + 2 y + z x z + x + y + 2 z x y
Now applying a + b + c a b ≥ a + b + 2 c a b (for a , b , c ≥ 0 ) to each term of the identity above we get:
2 x + y + z y z + x + 2 y + z x z + x + y + 2 z x y ≤ x + y + z y z + x + y + z x z + x + y + z x y = y x + x z + x y
On the other hand we have:
1 2 = ( x + y + z ) 2 = x 2 + y 2 + z 2 + 2 ( y x + x z + x y )
And applying AM-GM we have:
1 − 2 ( y x + x z + x y ) ≥ y x + x z + x y ⇔ y x + x z + x y ≤ 3 1
Therefore
2 x + y + z y z + x + 2 y + z x z + x + y + 2 z x y ≤ y x + x z + x y ≤ 3 1
So the correct answer is, in fact, 3 1 . Correct me if I'm mistaken :P
Thanks for putting in the effort to write up the solution. Unfortunately, it is incorrect because of a very common misconception:
E.g. We can easily show that − x 2 − ( x − 1 ) 2 ≤ 0 + 0 = 0 . Is the minimium value of this expression going to be 0? If yes, what value of x makes the expression equal to 0?
Practice makes perfect!
The second line where you used a + b + c a b ≥ a + b + 2 c a b ( f o r a , b , c ≥ 0 is wrong, since x , y , z > 0 , the equality can't be achieved
Log in to reply
To clarify, the inequality a + b + c a b ≥ a + b + 2 c a b is a true statement. The mistake that is made, is that when he shows 3 1 is an upper bound, in order for us to conclude that it is the maximum, we have to show that it can be achieved.
As pointed out, this cannot be done for positive numbers, due to the usage of that inequality.
The answer or solution is 0.25, so your proof doesn't work here
This solution is very long; however I am writing it here to pay my respects to Gurido Cuong , whose problems have taught me a lot about inequalities.The fond memories of his inequalities forced to me return to solve them once more,more than 2 years later:
To remove the constraint,set x = a + b + c a , y = a + b + c b , z = a + b + c c , where a , b , c are positive real numbers.The given expression now becomes: cyc ∑ 1 + x y z = cyc ∑ ( a + b + c ) ( 2 a + b + c ) b c
Note that the given expression is homogeneous,so WLOG set a + b + c = 3 .The expression simplifies as follows: cyc ∑ ( a + b + c ) ( 2 a + b + c ) b c = cyc ∑ 3 ( a + 3 ) b c ≤ GM ≤ AM cyc ∑ 1 2 ( a + 3 ) ( a − 3 ) 2
Let 1 2 ( a + 3 ) ( a − 3 ) 2 ≤ 1 2 1 + k ( a − 1 ) for some real number k
( The value 1 2 1 comes from intuition;we guess that the maximum occurs when a = b = c = 1 which means that the L.H.S equals 1 2 1 . The ( a − 1 ) factor comes from the fact that we are going to add this inequalty cyclically to deduce the required maximum.When we cyclically sum it we want k ( a − m ) + k ( b − m ) + k ( c − m ) = k ( a + b + c − 3 m ) = 0 ,and since we want k = 0 ,we have 3 m = a + b + c = 3 ⟹ m = 1 )
Simplifying this inequality while treating it as a quadratic in a ,we get: f ( a ) = ( 1 2 k − 1 ) a 2 + ( 2 4 k + 7 ) a − ( 3 6 k + 6 ) ≥ 0
We get that f " ( a ) = 2 ( 1 2 k − 1 ) . We want f ( a ) to be a convex function,so we set f " ( a ) = 2 ( 1 2 k − 1 ) ≥ 0 .We now see that the value k = 1 2 1 will work quite nicely.(After putting it in the inequaltity and simplifying,we get (a-3)^2\leq a(a+3),which is true since \(a-3 < a and a − 3 < a + 3 )
So we have:
1 2 ( a + 3 ) ( a − 3 ) 2 ≤ 1 2 1 + 1 2 1 ( a − 1 ) ∴ cyc ∑ 1 2 ( a + 3 ) ( a − 3 ) 2 ≤ 1 2 3 + 1 2 1 × ( a + b + c − 3 ) = 4 1
Equality occurs when a = b = c = 1 ⟹ x = y = z = 1 + 1 + 1 1 = 3 1
Problem Loading...
Note Loading...
Set Loading...
You can check out this solution, we have c y c ∑ 1 + z x y = c y c ∑ x y − 1 + z x y z So we get x y + y z + x z − x y z ( 1 + x 1 + 1 + y 1 + 1 + z 1 ) . Using these following inequalities x y + y z + x z ≤ 3 ( x + y + z ) 2 = 3 1 x y z ≤ 2 7 ( x + y + z ) 3 = 2 7 1 − ( 1 + x 1 + 1 + y 1 + 1 + z 1 ) ≤ 3 + x + y + z − 9 = 4 − 9 We get x y + y z + x z − x y z ( 1 + x 1 + 1 + y 1 + 1 + z 1 ) ≤ 3 1 − 2 7 1 . 4 9 = 4 1