Let x and y be two real variables such that x > 0 and xy = 1. Find the minimum value of x + y.
To try more such problems click here .
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.
Can someone tell me what's the significance of x> 0 ?
Log in to reply
It tells us that x is positive
Log in to reply
Not just that. AM-GM only applies to non-negative reals, so this condition allows you to apply AM-GM correctly.
If the question was not restricted to x > 0 , then there is no minimum value. E.g take x = − 1 0 n , y = − 1 0 − n .
Because x=y= -1 would produce xy=1 and x+y = -2
xy=1
∴ x = y 1
Now, x+y is minimum only and only if x and y are integers.
This is only possible when y = 1. So, x= 1 & x+y(minimum) = 2
If xy = 1, then x + y = x + 1/x. The derivative is 1 - (1/(x^2). If this = 0, then x = 1, and 1/x = 1, so x + y = 2. To show this is a minimum, note that the second derivative > 0.
Problem Loading...
Note Loading...
Set Loading...
AM > GM => (x+y)/2 > root over (xy) => x+y > 2 × root over (1) Therefore minimum value of x+y is 2.