Let a and b be positive numbers whose sum is 1.
Find the minimum value of 1 − a 1 + 1 − b 1 .
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.
a + b = 1 ⟹ a b ≤ 2 1 .
1 − a 1 + 1 − b 1 = 1 − a − b + a b 2 − a − b
≥ 2 3 − a − b 2 − a − b = 1 + 3 − 2 ( a + b ) 1
a + b ≥ 2 4 a b = 2 .
So, 1 − a 1 + 1 − b 1 ≥ 1 + 3 − 2 2 1 = 1 + 3 + 2 2 = 4 + 2 2 .
@Alak Bhattacharya , we really liked your comment, and have converted it into a solution.
Please note that a + b ≥ 2 . Because if a = 1 , then b = 0 , a + b = 1 < 2 . While a + b ≥ 2 4 a b , a b ≤ 2 1 therefore a + b ≥ 2 . Also from Cauchy-Schwarz inequality ( a + b ) 2 ≤ 2 ( a + b ) = 2 ⟹ a + b ≤ 2
Log in to reply
You're right. I was too hasty when I uploaded this solution.
Problem Loading...
Note Loading...
Set Loading...
Since f ( x ) = 1 − x 1 is convex in the interval ( 0 , 1 ] , by Jensen's inequality we have:
2 f ( a ) + f ( b ) 1 − a 1 + 1 − b 1 ≥ f ( 2 a + b ) ≥ 1 − 2 a + b 2 = 1 − 2 1 2 = 2 − 1 2 2 = 4 + 2 2