Minimizing degrees!

Given that f ( x ) f(x) is a non-constant monic polynomial with the property that f ( n ) f(n) is divisible by 8 for all integers n n , find the smallest possible degree of f ( x ) f(x) .

4 8 1 7 5 2 6 3

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.

2 solutions

Manuel Kahayon
May 25, 2016

Let f ( x ) = ( x + a ) ( x + a + 1 ) ( x + a + 2 ) ( x + a + 3 ) f(x)= (x+a)(x+a+1)(x+a+2)(x+a+3) for any integer a a . Then, in any given four consecutive integers, exactly two of them are divisible by 2 and exactly one of them is divisible by 4, so their product is always divisible by 8. The degree of f ( x ) f(x) is then 4 \boxed{4}

We then try to do better than this. Suppose a cubic polynomial p ( x ) p(x) of the form x 3 + a x 2 + b x + c x^3+ax^2+bx+c satisfies. Obviously, p ( 0 ) p(0) must satisfy, so ( 0 ) 3 + a ( 0 ) 2 + b ( 0 ) + c c 0 ( m o d 8 ) (0)^3+a(0)^2+b(0)+c \equiv c \equiv 0 \pmod{8} . So, c 0 ( m o d 8 ) c \equiv 0 \pmod{8} .

We continue working mod 8. We see that p ( 1 ) = 1 + a + b + c 1 + a + b ( m o d 8 ) 0 ( m o d 8 ) p(1) = 1+a+b+c \equiv 1+a+b \pmod {8} \equiv 0 \pmod {8} , so a + b 1 ( m o d 8 ) a+b \equiv -1 \pmod{8} .

But then, p ( 1 ) = 1 + a b + c 1 + a b ( m o d 8 ) 0 ( m o d 8 ) p(-1) = -1+a-b+c \equiv -1+a-b \pmod {8} \equiv 0 \pmod{8} , so b a 1 ( m o d 8 ) b-a \equiv -1 \pmod {8} .

From here we can deduce that a 0 ( m o d 8 ) a \equiv 0 \pmod{8} , b 1 ( m o d 8 ) b \equiv -1 \pmod{8} . So, taking p ( x ) ( m o d 8 ) p(x) \pmod {8} ,

p ( x ) = x 3 + a x 2 + b x + c ( x 3 x ) ( m o d 8 ) p(x) = x^3+ax^2+bx+c \equiv (x^3-x) \pmod 8 . We then see that p ( 2 ) p(2) does not satisfy p ( 2 ) 0 ( m o d 8 ) p(2) \equiv 0 \pmod{8} , thus a contradiction. We can also follow the steps above to disprove the possibility of p ( x ) p(x) being quadratic. In fact, paragraphs 3 to 5 have already done so, only that all the terms are multiplied with x x . Just divide by x x and the proof for the quadratic case is done.

Finally, if p ( x ) p(x) is linear, then p ( x ) = x + c p(x)=x+c , which must be divisible by 8 for all x x , which is absurd. Therefore, only quartic equations satisfy.

You have only shown that "4" is possible, but you didn't show that it is a minimum value.

Pi Han Goh - 5 years ago

Log in to reply

I have edited the solution. Please check it...

Manuel Kahayon - 5 years ago

The function on integers gives an output divisible by 8. then starting from one integer n, n(n+1) would already be divisibly by 2 no matter what n will be. n(n+1)(n+2) would be divisible by 8 only when n is even. So to ensure the function for all integers, we have n(n+1)(n+2)(n+3), making the function a fourth-degree polynomial.

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...