Why Isn't The Answer 10000?

Consider all polynomials f ( x ) f(x) with integer coefficients and degree at most 100. There are N f N_f distinct integer values for which f ( n ) = 2 f(n) = 2 , and M f M_f distinct integer values for which f ( m ) = 2 f(m)=-2 .

Over all such polynomials, what is the maximum possible value of N f × M f N_f \times M_f ?


The answer is 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.

1 solution

Let the polynomial f ( x ) Z [ x ] f(x) \in \mathbb{Z}[x] be such that f ( x ) = 2 f(x) = 2 has k k (which here is N f N_f ) integer roots, or equivalently f ( x ) 2 = ( x a 1 ) ( x a 2 ) ( x a k ) f(x) - 2 = (x-a_1)(x-a_2) \cdots (x-a_k) with a i Z a_i \in \mathbb{Z} .

Now let G ( x ) = f ( x ) + 2 = ( x a 1 ) ( x a 2 ) ( x a k ) + 4 = 0 G(x) = f(x) + 2 = (x-a_1)(x-a_2) \cdots (x-a_k) + 4 = 0 for some x Z x \in \mathbb{Z} . Then ( x a 1 ) ( x a 2 ) ( x a k ) = 4 (x-a_1)(x-a_2) \cdots (x-a_k) = -4 .

Each of x a i x-a_i is integral (and distinct), whose product is 4 -4 . Clearly to maximize N f × M f N_f \times M_f , we can take 2 strategies: (letting none to be zero)

  • For k = N f k = N_f to be maximum, we need as many factors of 4 -4 as possible, which can at most be { ± 1 , ± 2 } \{ \pm 1, \pm 2\} , so the number of linear terms can be atmost 4. For a particular x x , we can get these factors one from each linear term, say for x = 1 x=1 and f ( x ) = x ( x 2 ) ( x 3 ) ( x + 1 ) f(x)=-x(x-2)(x-3)(x+1) . But this having fixed, f f is not satisfied by any other integer. The same is true if we maximize M f M_f .

  • If k = 1 k=1 , by similar reasoning M f 4 M_f \leq 4 . If k = 2 k=2 , say f = x ( x 5 ) f= x(x-5) , G G is a degree 2 2 polynomial having atmost 2 2 roots. Here they are 1 1 and 4 4 , or equivalently M f 2 M_f \leq 2 . If N f = 3 N_f=3 , say f = ( x a 1 ) ( x a 2 ) ( x a 3 ) = ( 1 ) ( 1 ) ( 4 ) = ( 1 ) ( 2 ) ( 2 ) f= (x-a_1)(x-a_2)(x-a_3)= (1)(-1)(4) = (1)(2)(-2) . Order being immaterial here, in both cases, G G has atmost one root, which doesn't give a maximum case.

Thus we conclude N f × M f 4 N_f \times M_f \leq \boxed{4} .

@Paramjit Singh When you said that we need as many factors of -4 as possible. Why are 4 and -4 not included?

Bhagirath Mehta - 6 years, 11 months ago

Not completely correct. If f ( x ) = 2 f(x) = 2 has k k distinct roots, you should write it as f ( x ) 2 = ( x a 1 ) ( x a 2 ) . . . ( x a k ) g ( x ) f(x) - 2 = (x - a_1)(x - a_2)...(x - a_k) * g(x) where g ( x ) g(x) is a polynomial in Z [ x ] \mathbb{Z}[x] .

Ariel Gershon - 6 years, 9 months ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...