( a + a 1 ) 9 + ( b + b 1 ) 9 + ( c + c 1 ) 9
If a , b and c are positive real numbers such that their sum is 1, find the minimum value of the expression above.
If the minimum value can be expressed as y z w x for positive integers w , x , y and z , submit your answer as w + x + y + z .
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.
@Samarpit Swain You should edit the title, it is giving a clear hint.
Log in to reply
Nice solution. The method was pretty evident as the title.
Just a suggestion :)
It would be neater to use Jensen's on f ( a ) = a 9
Since equation is cyclic, answer will lie at either endpoints or mean values.
solve for i) 1,0,0 ii) 0.5,0.5,0 iii) 0.33,0.33,0.33
and value turns out to be max for third
Consider that a 1 + b 1 + c 1 ≥ 9 ( u s e A M − H M ) Notice that by adding a + b + c , we have ( a + a 1 ) + ( b + b 1 ) + ( c + c 1 ) ≥ 1 0 Let ( a + a 1 ) = x , ( b + b 1 ) = y , ( c + c 1 ) = z Thus, we have x + y + z ≥ 1 0 And by means, we have to search the minimum value of x 9 + y 9 + z 9 . Since we only have one equation and it is the only inequality, we have to work a little backwards to use Cauchy-Schwarz Inequality. By a little scratch, we have to use the power of 8 to use the Cauchy-Schwarz Inequality ( 8 = 2 9 + 2 7 ). Hence, we have
( x 8 + y 8 + z 8 ) 2 ≤ ( x 9 + y 9 + z 9 ) ( x 7 + y 7 + z 7 ) . . . ( 1 )
But this inequality won't solve enough, so let us try make the powers of 7 using 2 8 + 2 6 . Now, we have ( x 7 + y 7 + z 7 ) 2 ≤ ( x 8 + y 8 + z 8 ) ( x 6 + y 6 + z 6 ) ⇒ ( x 6 + y 6 + z 6 ) 2 ( x 7 + y 7 + z 7 ) 4 ≤ ( x 8 + y 8 + z 8 ) 2 . . . ( 2 )
Trailing the inequalities ( 2 ) ≤ ( 1 ) and simplication, we have ( x 7 + y 7 + z 7 ) 3 ≤ ( x 9 + y 9 + z 9 ) ( x 6 + y 6 + z 6 ) 2
Using Cauchy-Schwarz Inequality and this technique again and again, finally the inequality will be ( x + y + z ) 9 ≤ ( x 9 + y 9 + z 9 ) ( 3 8 )
Since we know that x + y + z ≥ 1 0 or ( x + y + z ) 9 ≥ 1 0 9 , we just trail the inequalities to be 1 0 9 ≤ ( x 9 + y 9 + z 9 ) ( 3 8 ) ( x 9 + y 9 + z 9 ) ≥ 3 8 1 0 9 Finally, w = 1 0 , x = 9 , y = 3 , z = 8 ⇒ w + x + y + z = 1 0 + 9 + 3 + 8 = 3 0
Generalization For any positive reals of x 1 , x 2 , . . . , x m , the inequality holds that ( i = 1 ∑ m x i ) n ≤ m n − 1 ( i = 1 ∑ m x i n ) for any n ∈ N
Generalization 2 (MORE GENERALIZED) For any positive reals of x 1 , x 2 , . . . , x m , the inequality holds that ( i = 1 ∑ m x i a ) n − a + 1 ≤ ( i = 1 ∑ m x i n ) ( i = 1 ∑ m x i a − 1 ) n − a for 0 ≤ a ≤ n n , a ∈ N
Do you think that the Generalization 2 also holds for n , a ∈ Z ?
By using AM-GM
3 a + b + c ≥ a 1 + b 1 + c 1 3 3 1 ≥ a 1 + b 1 + c 1 3 a 1 + b 1 + c 1 ≥ 9
The minimum value can only be achieved when a = b = c = 3 1 . ATQ
3 ( 3 + 3 1 ) 9 = 3 8 1 0 9
Problem Loading...
Note Loading...
Set Loading...
Consider f ( x ) = ( x + x 1 ) 9 and we will see if this is convex by using the double derivative test.
f ′ ( x ) = 9 ( ( x + x 1 ) 8 ) ( 1 − x 2 1 )
f ′ ′ ( x ) = 7 2 ( ( x + x 1 ) 7 ) ( 1 − x 2 1 ) + 9 ( x 3 2 ) ( ( x + x 1 ) 8 )
Now we can see that f''(0) > 0, for positive x.
Hence, f(x) is convex and we can use Jensen's inequality to find the minimum.
f ( a ) + f ( b ) + f ( c ) ≥ 3 f ( 3 a + b + c )
≥ 3 ( f ( 3 1 ) )
≥ 3 ( ( 3 1 + 3 ) 9 )
≥ 3 8 1 0 9