Let be a polynomial with integer coefficients.
For a suitable integer , what is the minimum possible positive difference between and ?
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.
There is a well known theorem (which is not too difficult to prove) that states that for a polynomial with integer coefficients P and two integers a and b , a − b ∣ P ( a ) − P ( b )
Applying this we get k + 2 3 − k ∣ P ( x + 2 3 ) − P ( x ) 2 3 ∣ P ( x + 2 3 ) − P ( x )
And so the smallest possible positive difference is 2 3 . But we must validate that such a polynomial exists, and in fact P ( x ) = x works just fine. So the answer is indeed 2 3 as required.