b + c a + c + a b + a + b c
If a , b and c are non-negative real numbers and the minimum value of the above expression is in the form b a , where a and b are coprime positive integers, find a + b .
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.
When applying Titu's lemma, it helps to ensure that the numerator is a perfect square.
T = b + c a + c + a b + a + b c = 2 1 ( b + c 2 a + c + a 2 b + a + b 2 c ) = 2 1 ( 1 + b + c 2 a + 1 + c + a 2 b + 1 + a + b 2 c − 3 ) = 2 1 Applying A M ≥ G M ( b + c a + b + b + c a + c + c + a b + c + c + a b + a + a + b a + c + a + b b + c ) − 2 3 T ≥ 2 1 ( 6 ) − 2 3 = 2 3 ∴ 2 + 3 = 5 N O T E : − For Equality a = b = c = 0
I suppose there is a typo in 3rd step.
Solution by only using AM-GM inequality,
S A B ∴ A + B S + A S + B A + B + 2 S ⇒ 3 + 2 = b + c a + c + a b + a + b c = b + c b + c + a c + a + b a = b + c c + c + a a + a + b b = 3 = b + c a + b + c + a b + c + a + b c + a ≥ 3 = b + c a + c + c + a b + a + a + b c + b ≥ 3 ≥ 6 ⇒ S ≥ 2 3 = 5
Nice approach taken here :)
Here's my solution:
Let's normalize by assuming a + b + c = 1 . The above expression reduces to c y c ∑ 1 − a a now, let f ( x ) = 1 − x x . Since f ( x ) is a convex function, by Jensen's Inequality, we have f ( 3 a + b + c ) ≤ 3 f ( a ) + f ( b ) + f ( c ) so, we result f ( a ) + f ( b ) + f ( c ) ≤ 2 3 . So, 2 3 = b a and hence, the value of a + b is 3 + 2 = 5
Problem Loading...
Note Loading...
Set Loading...
b + c a + a + c b + a + b c = a b + a c a 2 + a b + b c b 2 + b c + a c c 2
Using Titu's Lemma ,
a b + a c a 2 + a b + b c b 2 + b c + a c c 2 ≥ 2 ( a b + b c + a c ) ( a + b + c ) 2 ≥ 2 3
Since ( a + b + c ) 2 ≥ 3 ( a b + b c + a c ) .
Proof for: ( a + b + c ) 2 ≥ 3 ( a b + b c + a c ) .
The above inequality is equivalent to a 2 + b 2 + c 2 ≥ a b + b c + c a which can be easily established by trivial inequality 2 1 [ ( a − b ) 2 + ( b − c ) 2 + ( a − c ) 2 ] ≥ 0 .