Give that a and b are positive numbers such that their sum equals to 1, and denote m as the minimum value of ( a + a 1 ) 2 + ( b + b 1 ) 2 . Find the value of ⌊ m ⌋ .
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.
Using of Jensen's Inequality trivializes the problem.
Let f ( x ) = ( x + x 1 ) 2 . Then, if we plot a graph for f ( x ) , we can see that f ( x ) is convex ∀ x > 0 . So, Jensen's Inequality is applicable for f ( x ) . The verification can be done by checking the equality case.
Really Nice One!
I solved it using AM GM .
a + b =1
therefore a right angled triangle will be formed
now let lenth(perpendicular + base) = x
thus if perpendicular is y than base is x -y
thus area of the triangle = 2 1 ( x ) ( x − y ) = 2 1 ( x 2 − x y )
now f ( x ) = 2 1 ( x 2 − x y )
then f ′ ( x ) = 2 x − y f'(x) = 0 then x = 2 y
now f " ( x ) = 2 therefore it is the point of minima thus a = b = 1/2
now keeping the value we get 12
New meathod... :)
nice method bro..
My attempt at a solution without words:
f ( x ) = ( a + a 1 ) 2 + ( b + b 1 ) 2
= a 2 + a 2 1 + 2 + b 2 + b 2 1 + 2
f ′ ( x ) = 2 a − a 3 2 + 2 b − b 3 2
2 a 4 b 3 − 2 b 3 + 2 b 4 a 3 − 2 a 3 = 0
2 ( a 4 b 3 − b 3 + b 4 a 3 − a 3 ) = 0
(differentiating w.r.t x) 1 2 a 3 b 2 − 3 b 2 + 1 2 a 2 b 3 − 3 a 2 = 0
(differentiating w.r.t x) 7 2 a 2 b − 6 b + 7 2 a b 2 − 6 a = 0
6 ( 1 2 a 2 b − b + 1 2 a b 2 − a ) = 0
1 2 a 2 ( 1 − a ) − ( 1 − a ) + 7 2 a ( 1 − a ) 2 − a = 0
1 2 a 2 − 1 2 a 3 − 1 + a + 1 2 ( 1 − 2 a + a 2 ) a − a = 0
1 2 a 2 − 1 2 a 3 − 1 + a + 1 2 a − 2 4 a 2 + 1 2 a 3 − a = 0
− 1 2 a 2 + 1 2 a − 1
(differentiating w.r.t x) − 2 4 a + 1 2 = 0
a = 2 1 b = 2 1
( 0 . 5 + 0 . 5 1 ) 2 + ( 0 . 5 + 0 . 5 1 ) 2
2 . 5 2 + 2 . 5 2
1 2 . 5
⌊ 1 2 . 5 ⌋ = 1 2
To all those who did not like the 3 words I used I am really sorry but they were very important. You may ignore them.
Let f ( x ) = ( x + x 1 ) 2 . Since f ( x ) is a convex function, by Jensen's Inequality, we have f ( 2 a + b ) ≤ 2 f ( a ) + f ( b ) so, we have f ( a ) + f ( b ) ≥ 1 2 . 5 and hence [ 1 2 . 5 ] = 1 2
Let √a=cos∆ & √b=sin∆ substitute mimnima occurs at ∆=π/4 .....As simple as that :-)
put a=b=1/2 ,,,,,,,and get ans...........=12.5
Problem Loading...
Note Loading...
Set Loading...
a + b = 1 & a + b ≥ 2 a b ⇒ 4 1 ≥ a b ⇒ a b 1 ≥ 4 .
By Cauchy-Schwarz, we get:
( x 2 + y 2 ) ( 1 2 + 1 2 ) ≥ ( x + y ) 2 ⇒ x 2 + y 2 ≥ 2 ( x + y ) 2 . ( a + a 1 ) 2 + ( b + b 1 ) 2 ≥ 2 1 [ a + b + a 1 + b 1 ] 2 = 2 1 ( 1 + a b 1 ) ≥ 2 1 ( 5 ) 2 ≥ 2 2 5
We indeed see this minimum is attained when a = b = 2 1