Let x , y , z ≥ 0 be reals such that x + y + z = 1 .
Find the maximum possible value of
x ( x + y ) 5 ( y + z ) 4 ( x + z ) 4
The answer can be written as b j c k a i for positive integers a , b , c , i , j , k , where a , b , c are as small as possible. Find a + b + c + i + j + k .
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.
To de-mystify this solution slightly, let's see how we can "guess" at these constants. We want to apply AM-GM to
x A 5 ( A 1 − z ) 5 B 4 ( B 1 − x ) 4 C 4 ( C 1 − y ) 5 ≤ A 5 B 4 C 4 ( 1 + 5 + 4 + 4 x + 5 A 1 − z + 4 B 1 − x + 4 C 1 − y ) 1 + 5 + 4 + 4
We have several conditions:
1) original condition :
x
+
y
+
z
=
1
2) AM-GM equality condition:
x
=
A
1
−
z
=
B
1
−
x
=
C
1
−
y
3) RHS is a constant condition:
1
−
B
4
=
−
C
4
=
−
A
5
From 3, we get
B
=
A
+
5
4
A
,
C
=
5
4
A
.
Substitute into 2, we get
x
=
5
(
A
+
1
)
A
+
5
,
y
=
2
5
(
A
+
1
)
−
4
A
2
+
5
A
+
2
5
,
z
=
5
(
A
+
1
)
5
−
A
2
.
Substitute into 1, we get
9
A
2
+
5
A
−
5
0
=
0
.
Thus, we get A = 3 5 , − 3 1 0 . Reject the negative value. This gives us B = 1 , C = 3 4 , x = 2 1 , y = 3 1 , z = 6 1 . Now, substituting these constants into the inequality at the top, we get:
x ( 1 − z ) 5 ( 1 − x ) 4 ( 1 − y ) 4 ≤ ( 3 5 ) 5 1 4 ( 3 4 ) 4 ( 1 4 7 ) 1 4 = 3 9 2 6 5 5
with equality case at ( 2 1 , 3 1 , 6 1 ) .
A great question and may I say that it's beautiful that the values of ( x , y , z ) turn out to be ( 2 1 , 3 1 , 6 1 ) . Gorgeous.
Does the equality case only works for ( 2 1 , 3 1 , 6 1 )? I solved for the equality case, and it turns out that the equality is attained iff x = 2 3 y = 3 z .
Problem Loading...
Note Loading...
Set Loading...
By AM-GM, 2 1 = 2 x + y + z ≥ x ( y + z ) ⟹ x ( y + z ) ≤ 4 1 With equality case x = y + z
By AM-GM, 6 1 = 1 2 5 5 ( x + y ) + 3 3 ( y + z ) + 4 4 ( x + z ) ≥ 1 2 5 5 ⋅ 3 3 ⋅ 4 4 1 ( x + y ) 5 ( y + z ) 3 ( x + z ) 4 ⟹ ( x + y ) 5 ( y + z ) 3 ( x + z ) 4 ≤ 6 1 2 5 5 ⋅ 3 3 ⋅ 4 4 = 3 9 ⋅ 2 4 5 5 with equality case 5 x + y = 3 y + z = 4 x + z
Multiplying the above two inequalities gives x ( x + y ) 5 ( y + z ) 4 ( x + z ) 4 ≤ 3 9 ⋅ 2 6 5 5 But can this be reached?
Solving for the equality case, we see that ( x , y , z ) = ( 2 1 , 3 1 , 6 1 ) satisfies both.
This means our answer is 5 + 5 + 3 + 9 + 2 + 6 = 3 0 and we're done.