Over all ordered pairs of real numbers, what is the minimum value of
( x + y ) 2 + ( x y − 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.
You don't even have to factor; you can just say that x 2 y 2 ≥ 0 , x 2 ≥ 0 , and y 2 ≥ 0 .
Log in to reply
And of course, keeping in the spirit of this question, you should verify that equality can be achieved in all of these inequalities.
I factored to avoid having to deal with verifying the values.
In my way, I have rigorously made it very clear what the minimum is.
But I acknowledge the fact that you don't have to factor.
[This is not a solution.]
You are intentionally misled to think that the minimum is 0, since we have the sum of 2 squares. However, equality cannot be achieved since we would require x + y = 0 and x y − 1 = 0 , which gives us x 2 = − 1 .
Instead, the minimum occurs when x = y = 0 , which gives us the value of 1. How can we show this?
How we can find the minimum or the max?
Do you have any link for wiki so one with little knowledge grasp the concept ?
Log in to reply
See Alan's solution and Jon's comment.
This is a very simple problem, so check out Trivial Inequality .
Problem Loading...
Note Loading...
Set Loading...
( x + y ) 2 + ( x y − 1 ) 2 = x 2 + 2 x y + y 2 + x 2 y 2 − 2 x y + 1 =
= x 2 y 2 + x 2 + y 2 + 1 = ( x 2 + 1 ) ( y 2 + 1 )
Both factors are positive and are minimal when x = y = 0 .
Therefore the answer is 1