Consider all polynomials f ( x ) of degree 6 such that f ( n ) is an integer for all integers n . The smallest possible positive leading coefficient of f ( n ) can be expressed as b a , where a and b are positive coprime integers. What is the value of a + b ?
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.
Great explanation. Most solutions failed to explain why 7 2 0 1 is indeed the minimum.
To learn more about the ideas presented here, you can read up on Method of differences .
I was about to go home from work for the weekend and figured, what the hell, the answer might be 1/6! so I put in 721. Sure enough I was right! I had absolutely zero intuition about the problem. What does it say that I got the right answer? Are the problems on this site too predictable? Or is math itself predictable?
Log in to reply
I think it's just that you're good at guessing :P
Divine inspiration struck; consider the polynomial f ( x ) = x + 2 ! x ( x − 1 ) + 3 ! x ( x − 1 ) ( x − 2 ) + ⋯ + 6 ! x ( x − 1 ) ( x − 2 ) ⋯ ( x − 5 ) . We notice that we can equivalently express f ( x ) as f ( x ) = ( 1 x ) + ( 2 x ) + ⋯ + ( 6 x ) . Since f ( x ) is a sum of binomial coefficients, it must be an integer. The greatest denominator in the original f ( x ) is 6 ! , thus the smallest possible leading coefficient of f ( n ) is 6 ! 1 = 7 2 0 1 . Therefore, a + b = 7 2 1 . Q. E. D.
We let A 1 be the leading coefficient of f(x). Then we can write:
f ( x ) = A 1 ( x − a ) ( x − b ) ( x − c ) ( x − d ) ( x − e ) ( x − f )
where a,b,c,d,e and f are the roots of f(x). For f(n) to give an integer for every n, A must divide ( x − a ) ( x − b ) ( x − c ) ( x − d ) ( x − e ) ( x − f ) . By choosing the roots 0,1,2,3,4 and 5 we catch the highest number of distinct numbers with different divisors. If x is even and a multiple of 3 we get: 2 and 3 divides x, 4 divides x+2, 3 divides x+3, 10 divides x+4. No matter how we choose x, odd or even, multiple of 3 or not we will get that 2 × 3 × 4 × 3 × 1 0 = 7 2 0 divides f(n) for every n ∈ N .
What if a,b,c,d,e,f are complex? And why is 1/720 the smallest you can possibly get?
A product of six consecutive values yields that it must be divisible by 6 ! . If the polynomial looks, for instance, like ∏ i = 1 6 ( x − i ) , it can easily be observed that its values always look like 7 2 0 k , for k being any integer. Thus, the smallest leading coefficient and the sum a + b can be 7 2 0 1 = b a ⇒ a + b = 7 2 1 .
Why can't we do better than 1/720?
When I saw and read this, I thought was this
Problem Loading...
Note Loading...
Set Loading...
Let f 0 ( x ) = f ( x ) , f 1 ( x ) = f 0 ( x + 1 ) − f 0 ( x ) , f 2 ( x ) = f 1 ( x + 1 ) − f 1 ( x ) , f 3 ( x ) = f 2 ( x + 1 ) − f 2 ( x ) , and so on. Note that for all integers n and k , f k ( n ) is an integer because we are just subtracting integers from integers to construct it.
Suppose that f ( x ) = f 0 ( x ) has leading term a x 6 for some a ∈ R . (We are trying to find the smallest possible positive a .) Then f 1 ( x ) has leading term 6 a x 5 , f 2 ( x ) has leading term 6 ⋅ 5 a x 4 , and so on, so that f 6 ( x ) has leading term 6 ! a . But then f 6 ( x ) is constant, so f 6 ( x ) = 6 ! a . Since f 6 ( n ) is an integer for all n , 6 ! a is an integer. Thus the smallest positive value of a must be at least 6 ! 1 = 7 2 0 1 .
In fact we can achieve a = 7 2 0 1 by letting f ( x ) = 6 ! ( x − 1 ) ( x − 2 ) ( x − 3 ) ( x − 4 ) ( x − 5 ) ( x − 6 )
For any n , this is just ( 6 n ) , so it must be an integer. Therefore, the smallest possible positive leading coefficient for f is 7 2 0 1 .