( x y + z ) ( x z + y )
Maximize the above expression, given x , y and z are non-negative reals constrained by the condition x + y + z = 3 .
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.
Can you explain the second and third line?
Log in to reply
Second line - I factorised. Third line - AM-GM.
Log in to reply
I mean, how can you get 2 ( x + 1 ) ( y + z ) becomes 2 1 ( 2 ( x + 1 ) + ( y + z ) ) 2 ?
Log in to reply
@Fidel Simanjuntak – AM-GM in ( x + 1 ) ( y + z ) . Basically, we have by AM-GM:
2 ( x + 1 ) + ( y + z ) ≥ ( x + 1 ) ( y + z )
Rearrange, and you'll get the result.
Log in to reply
@Sharky Kesa – Oh, i see. After that, you square both sides, then multiply both sides with 2 1 , right?
As x , y , z are non-negative reals then we can apply A.M.-G.M. inequality
( x y + z ) + ( x z + y ) ≥ 2 ( x y + z ) ( x z + y ) ⟹ ( x + 1 ) ( y + z ) ≥ 2 ( x y + z ) ( x z + y ) ⟹ ( x + 1 ) ( 3 − x ) ≥ 2 ( x y + z ) ( x z + y ) ⟹ 3 + 2 x − x 2 ≥ 2 ( x y + z ) ( x z + y ) ⟹ 4 − ( x − 1 ) 2 ≥ 2 ( x y + z ) ( x z + y )
The maximum value can be attained if x − 1 = 0 ⟹ x = 1 and y + z = 3 − 1 = 2
So, 2 s ≤ 4 ⟹ s ≤ 4
( x y + z ) ( x z + y ) attains maximum at x = 1 and for all non-negative reals y , z where y + z = 2
If x + y + z = 3 , then x y z ≥ 1 . So plug in x y = z 1 and x z = y 1 . Thence the expression above can be written as ( z 1 + z ) ( y 1 + y ) . Now by applying AM-GM inequality, we have z + z 1 ≤ 2 z × z 1 and y + y 1 ≤ 2 y × y 1 . Therefore ( x y + z ) ( x z + y ) ≤ 4 when x = y = z = 1 .
Problem Loading...
Note Loading...
Set Loading...
By AM-GM, we have
( x y + z ) ( x z + y ) ⟹ ( x y + z ) ( x z + y ) ≤ 2 ( x y + z ) + ( x z + y ) = 2 ( x + 1 ) ( y + z ) ≤ 2 1 ( 2 ( x + 1 ) + ( y + z ) ) 2 = 2 1 × 2 2 = 2 ≤ 4
Thus, the maximum value of ( x y + z ) ( x z + y ) = 4 , attained at x + 1 = y + z , or x = 1 , y + z = 2 .
Therefore, all equality cases are x = 1 , y ∈ [ 0 , 2 ] , z = 2 − y .