x + y + z x + y + x + y + z y + z + x + y + z z + x
Once, Calvin was learning inequalities and he came across the above expression where x , y , z are positive real numbers. Calvin maximized it and obtained the maximum value of the expression above as M . Calculate M correct to 2 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.
Generalization: x + y + z a x + b y + x + y + z a y + b z + x + y + z a z + b x ≤ 3 ( a + b )
Here is my solution:
Let a = x + y + z x + y , b = x + y + z y + z , c = x + y + z x + z . So, a + b + c = 2 and we want to maximize a + b + c . So, let f ( x ) = x . Since f ( x ) is a concave function, by Jensen's Inequality, we have f ( 3 a + b + c ) ≤ 3 f ( a ) + f ( b ) + f ( c ) this implies that f ( a ) + f ( b ) + f ( c ) ≤ 6 , and thus, the maximum value is 6 = 2 . 4 5
Let, a = x + y + z x + y , b = x + y + z y + z , and c = x + y + z z + x
⟹ a 2 + b 2 + c 2 = 2 ⟹ 2 1 [ ( a − b ) 2 + ( b − c ) 2 + ( c − a ) 2 ] = 2 − a b − b c − c a [ subtracting ( a b + b c + c a ) from both sides ] But, ( a − b ) 2 + ( b − c ) 2 + ( c − a ) 2 ≥ 0 [for real a , b , c ] ⟹ 2 − a b − b c − c a ≥ 0 ⟹ a b + b c + c a ≤ 2 Now, ( a + b + c ) 2 = a 2 + b 2 + c 2 + 2 ( a b + b c + c a ) ⟹ ( a + b + c ) 2 ≤ ( 2 + 2 × 2 ) = 6 ⟹ a + b + c ≤ 6 ≈ 2 . 4 5
NB: This method also shows that ( a + b + c ) is maximum when ( a − b ) 2 + ( b − c ) 2 + ( c − a ) 2 = 0 ⟹ a = b = c ⟹ x = y = z .
let x+y+z = a then we need to maximize: (a-z/a)^0.5 +(a-x/a)^0.5 +(a-y/a)^0.5 = b by rms>+am we get 6^0.5>=b
Problem Loading...
Note Loading...
Set Loading...
Letting a = x + y + z x + y , b = x + y + z y + z , and c = x + y + z z + x we see that a + b + c = 2 and we want to maximize a + b + c
But note that by Cauchy Schwarz, ( a + b + c ) 2 ≤ 3 ( a + b + c ) = 6 so a + b + c ≤ 6 ≈ 2 . 4 5