Consider the equation ( x + y ) 2 = ( x + 1 ) ( y − 1 )
If all the possible real ordered pairs ( x , y ) that satisfy the equation above are ( x 1 , y 1 ) , ( x 2 , y 2 ) , . . . , ( x n , y n ) then find the value of x 1 2 + . . . + x n 2 + y 1 2 + . . . + y n 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.
One can also directly apply AM-GM to your solution, and conclude that we are in the equality case which gives us x + 1 = y − 1 = 0 .
In a sense, it is equivalent to your approach, though it doesn't require us to see the transformation of variables.
Problem Loading...
Note Loading...
Set Loading...
It is this solution why this problem is indeed beautiful
Put x + 1 = X , y − 1 = Y
The equation becomes
( X + Y ) 2 = X Y 2 1 ( X 2 + Y 2 + ( X + Y ) 2 ) = 0
All terms on LHS are perfect squares and 0 on RHS which forces
X = 0 , Y = 0 ⟹ x = − 1 , y = 1
Therefore ( − 1 , 1 ) is the only ordered pair which satisfies the given solution and hence the answer is ( − 1 ) 2 + 1 2 = 2