Integers x and y satisfy
x 4 + x 2 + 2 = y 2 + y
How many different solutions are there?
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.
x 4 + x 2 + 2 = y 2 + y
⇔ y ( y + 1 ) = x 4 + x 2 + 2 ( ∗ )
It's true that x 4 + x 2 < x 4 + x 2 + 2 < x 4 + x 2 + 2 + ( 4 x 2 + 4 )
⇔ x 2 ( x 2 + 1 ) < y ( y + 1 ) < ( x 2 + 2 ) ( x 2 + 2 + 1 )
We have this property:
If x , y , k are integers satisfying x ( x + k ) < y ( y + k ) < ( x + 2 ) ( x + 2 + k ) , then y ( y + k ) = ( x + 1 ) ( x + 1 + k )
According to the property above, we can conclude that y ( y + 1 ) = ( x 2 + 1 ) ( x 2 + 2 ) = x 4 + 3 x 2 + 2 ( ∗ ∗ )
Substitute ( ∗ ∗ ) in ( ∗ ) , we have x 4 + 3 x 2 + 2 = x 4 + x 2 + 2 ⇔ x = 0
Substitute x = 0 in ( ∗ ∗ ) , we have y ( y + 1 ) = 2 ⇔ y 2 + y − 2 = 0 ⇔ y ∈ { − 2 , 1 }
Therefore, we have ( x , y ) = ( 0 , − 2 ) , ( 0 , 1 ) . Substitue these results into ( ∗ ) , these solutions are correct.
Hence there are 2 different solutions, that is ( x , y ) = ( 0 , − 2 ) , ( 0 , 1 ) .
I will add in the proof for the property soon.
Problem Loading...
Note Loading...
Set Loading...
x 4 + x 2 + 2 4 x 4 + 4 x 2 + 8 4 x 4 + 4 x 2 + 1 + 8 ( 2 x 2 + 1 ) 2 + 8 = y 2 + y = 4 y 2 + 4 y = 4 y 2 + 4 y + 1 = ( 2 y + 1 ) 2
The only square numbers with a difference of 8 are 1 and 9 . Hence the only possible integer solutions are when ( 2 x 2 + 1 ) 2 = 1 and ( 2 y + 1 ) 2 = 9 , ie the pairs ( 0 , − 2 ) and ( 0 , 1 ) . So there are just 2 solutions in integers.