How many distinct pairs ( x , y ) of real numbers satisfy the equation ( x + y ) 2 = ( x + 4 ) ( y − 4 ) ?
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.
I have two ways to solve this problem
We set a = x + 4 ; b = y − 4 , then the equation becomes ( a + b ) 2 = a b We have this inequality for all reals ( a + b ) 2 ≥ 4 a b ⇔ 3 ( a + b ) 2 ≤ 0 ⇒ a = − b ⇔ x = − y So now we have ( x + 4 ) ( − x − 4 ) = 0 ⇔ x = − 4 So there are one pair ( x , y ) = ( − 4 ; 4 )
We set y = t x and the equation becomes ( t + 1 ) 2 x 2 = ( x + 4 ) ( t x − 4 ) ⇔ [ ( t + 1 ) 2 − t ] x 2 − 4 ( t − 1 ) x + 1 6 = 0 We see that ( t + 1 ) 2 = t so x exist when Δ ′ ≥ 0 ⇔ 4 ( t − 1 ) 2 − 1 6 ( t + 1 ) 2 + 1 6 t ≥ 0 ⇔ 1 2 t 2 + 2 4 t + 1 2 ≤ 0 ⇔ t = − 1 With t = − 1 we get x = − 4 ⇒ y = 4 So there's only one pair ( x , y ) satisfy the equation
Expanding and moving everything to one side gives us x 2 + ( y + 4 ) x + y 2 − 4 y + 1 6 = 0 .
To eliminate the x y term we let z = x + 2 1 y and replace x with z − 2 1 y . The equation above becomes z 2 + 4 ( z − 2 1 y ) + 4 3 y 2 − 4 y + 1 6 = 0 .
However, z 2 + 4 ( z − 2 1 y ) + 4 3 y 2 − 4 y + 1 6 = ( z + 2 ) 2 + 4 3 y 2 − 6 y + 1 2
= ( z + 2 ) 2 + 4 3 ( y 2 − 8 y + 1 6 )
= ( z + 2 ) 2 + 4 3 ( y + 4 ) 2 .
So the only real solution is when z = − 2 and y = 4 ; i.e. x = − 4 and y = 4 .
Problem Loading...
Note Loading...
Set Loading...
Let u = x + 4 and v = x − 4 . Then we have:
( x + y ) 2 ( u + v ) 2 u 2 + u v + v 2 ⇒ u = ( x + 4 ) ( x − 4 ) = u v = 0 = 2 − v ± v 2 − 4 v 2 = 2 − v ± − 3 v 2
We note that − 3 v 2 ≤ 0 therefore, u is only real when − 3 v 2 = 0 , that is v = 0 and u = 0 and that x = − 4 and y = 4 . Therefore, there is only 1 pair of ( x , y ) that satisfies the equation.