If a 2 + b 2 = 2 where a and b are real, then a + b lies in the interval [ − X , Y ] . Find the minimum value of X + Y .
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.
That's a nice way to slove it.
By cauchy we have
( 1 × a ) + ( 1 × b ) 2 ≤ ( a 2 + b 2 ) ( 2 )
∴ m a x i m a ( a + b ) = 2
similarly we can get
m i n i m a a + b = − 2 at ( a , b ) = ( − 1 , − 1 )
∴ X + Y ⇒ 4
Without the loss of generality, we can assume x = 2 s i n θ and y = 2 c o s θ .
Then, ( a + b ) = 2 ( s i n θ + c o s θ ) .
Now the maximum value of ( s i n θ + c o s θ ) is 2 and its minimum value is − 2 .
Thus ( a + b ) ϵ [ − 2 , 2 ] i.e., X=2 and Y=2.
So, X + Y = 4 .
using AM>=GM ; we have (a^2+b^2)/2>=ab ==> ab<=1 i.e ab=(a+b)^2 /2 -1 <=1 ==> (a+b)^2<=4 ==> -2<=a+b<=2 thus x+y as stated in question comes out to be 2+2=4
PARAMETRIC WAY a=sqrt2 cost , b=sqrt2 sint, hence a+b=sqrt2 cost+sqrt2 sint = 2sin(45+t) which implies max/min = 2/-2 bcoz range of sint is [-1,1] . hence x+y=4
By quadratic mean arithmetic mean inequality, we find that a+b<=2 if a,b are positive. This also means that if both a and b are negative, a+b>= -2 If one of them is negative, and the other is positive, say the numbers are x and -y, then x+(-y)<= x+y<=2. On the other hand, x+(-y)>=(-x) + (-y) =-(x+y)>=-2 .
So X+Y=4
Problem Loading...
Note Loading...
Set Loading...
We have a 2 + b 2 = 2
Let a + b = S ∴ a b = 2 S 2 − 2
So, By Vieta's relations, a , b are the roots of the monic polynomial:
P ( x ) = x 2 − S x + 2 S 2 − 2
since a , b ∈ R , the discriminant Δ ≥ 0
checking Δ = S 2 − 2 . ( S 2 − 1 ) ≥ 0
⟹ S ∈ [ − 2 , + 2 ]
our answer = 4