If a and b are positive reals such that a + b = 1 , find the minimum value of ( a + a 1 ) 2 + ( b + b 1 ) 2 .
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.
@Aditi Jha , a and b cannot be positive integers and a + b = 1 , because the smallest sum of two positive integers is 1 + 1 = 2 .
Log in to reply
Sir it's not given in the question
Log in to reply
I have changed it to "reals" for you.
Log in to reply
@Chew-Seong Cheong – O sorry for that I have written something incorrect.
Log in to reply
@Aditi Jha – It is okay. Just wanted to let you know so next time you will be more careful.
Here's my solution:
Let f ( x ) = ( a + a 1 ) 2 . We know that f ( x ) is a convex function. So, by Jensen's Inequality, we have f ( 2 a + b ) ≤ 2 f ( a ) + f ( b ) and hence f ( 2 1 ) × 2 ≤ ( a + a 1 ) 2 + ( b + b 1 ) 2 . So, the minimum value of the expression is 4 2 5 × 2 = 1 2 . 5
Problem Loading...
Note Loading...
Set Loading...
Relevant wiki: Titu's Lemma
( a + a 1 ) 2 + ( b + b 1 ) 2 ≥ 1 + 1 ( a + a 1 + b + b 1 ) 2 = 2 1 ( 1 + a 1 + b 1 ) 2 ≥ 2 1 ( 1 + a + b ( 1 + 1 ) 2 ) 2 ≥ 2 1 ( 1 + 1 4 ) 2 = 1 2 . 5 Using Titu’s lemma Using Titu’s lemma again
Equality occurs when a = b = 2 1 .