If x^2 = 1 + y + y^2 + y^3 + y^4
Find the sum of all the integer values of x and y which are greater than 2 which satisfy the above equation.
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.
In this proof we will use the fact that for m , n ∈ Z , either m 2 = n 2 or ∣ ∣ m 2 − n 2 ∣ ∣ ≥ 2 n − 1 ; this is because the closest square to n 2 is ( n − 1 ) 2 = n 2 − 2 n + 1 .
We complete the square on y 4 + y 3 + y 2 + y + 1 ; the simplest way is by equating coefficients. We get
y 4 + y 3 + y 2 + y + 1 = ( y 2 + 2 1 y + 8 3 ) + α y + β
Since the perfect square has fractional coefficients, we multiply our equation by the square of the LCD to simplify finding α and β :
( 8 x ) 2 = ( 8 y 2 + 4 y + 3 ) 2 + 4 0 y + 5 5
Now we apply the fact mentioned at the top. If ( 8 x ) 2 = ( 8 y 2 + 4 y + 3 ) 2 , then 4 0 y + 5 5 = 0 , but then clearly y ∈ Z . Thus it must be true that
∣ ∣ ( 8 x ) 2 − ( 8 y 2 + 4 y + 3 ) 2 ∣ ∣ ∣ ∣ 4 0 y + 5 5 ∣ ∣ 1 6 y 2 + 8 y + 5 ≤ 4 0 x + 5 5 1 6 y 2 − 3 2 y − 5 0 ≤ 0 ≥ 2 ( 8 y 2 + 4 y + 3 ) − 1 ≥ 1 6 y 2 + 8 y + 5 OR 1 6 y 2 + 8 y + 5 ≤ - 4 0 x − 5 5 OR 1 6 y 2 + 4 8 y + 6 0 ≤ 0
The second quadratic has a negative discriminant, and since its leading coefficient is positive, the second inequality has no solution in R . Solving the first, we get
4 4 − 6 6 ≤ - 1 . 0 3 1 . . . ≤ y ≤ 4 4 − 6 6 y ≤ 3 . 0 3 1 . . .
So y ∈ { - 1 , 0 , 1 , 2 , 3 } . Testing these in the polynomial, the only ones that yield squares are - 1 , 0 and 3 , and the six solutions ( x , y ) are
( - 1 , - 1 ) ; ( 1 , - 1 ) ; ( - 1 , 0 ) ; ( 1 , 0 ) ; ( - 1 1 , 3 ) ; ( 1 1 , 3 )
and only the last one satisfies the condition in the question. Thus our answer is x + y = 1 1 + 3 = 1 4
Note: we could have shortened the proof a little by applying the condition that our solutions had to be greater than 2 earlier, but this way we found all solutions over the integers.