Unique Quadratic

Find the largest possible integer n n such that there exists a non-constant quadratic polynomial f ( x ) f(x) with integer coefficients satisfying

f ( 1 ) f ( 2 ) , f ( 2 ) f ( 3 ) , f ( n 1 ) f ( n ) . f(1) \mid f(2), f(2) \mid f(3), \ldots f(n-1) \mid f(n).

Details and assumptions

For (possibly negative or zero) integers m m and k k the notation m k m \mid k means that k = m i k=m\cdot i for some integer i . i.


The answer is 5.

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

黎 李
May 20, 2014

Let f(1), f(2), f(3), f(4) be a,xa,ya,za.

Then z-3y+3x-1=0. Since x|y, x|z, x must be 1 or -1

(1)If x=1, then z=3y-2, f(5)=(6y-5)a, f(4)|f(5) => (3y-2)|1 => y=1 contradiction

(2)If x=-1, then z=3y+4, f(5)=(6y+11)a, f(4)|f(5) => (3y+4)|3 =>y=-1, f(1)=a,f(2)=-a,f(3)=-a,f(4)=a,f(5)=5a,f(6)=11a

so max(n)=5

This solution is basically correct, but is written very sketchily, a lot of details are missing. Please remember: to be considered complete, a solution should be detailed enough to convince your peers, who have not solved the problem, that your answer is correct. It is not enough to convince the grader that you solved it. We realize that writing complete solutions takes a lot of time and effort, but we feel that this is a valuable skill to acquire and polish, so this effort is well spent. Indeed, every successful researcher, in mathematics and other sciences, must put a lot of effort in explaining his or her results to the scientific community. Naturally, these explanations must be targeted at the audience, whose understanding of the matter at hand is comparable to yours or slightly inferior.

Calvin Lin Staff - 7 years ago
Calvin Lin Staff
May 13, 2014

First, note that for f ( x ) = x 2 5 x + 5 f(x)=x^2-5x+5 one can choose n = 5. n=5. We will now prove that n = 5 n=5 is the largest possible.

If f ( 1 ) = 0 , f(1)=0, then f ( 2 ) = = f ( n ) = 0 , f(2)=\ldots =f(n)=0, so, since f f is non-constant, n 2. n\leq 2. If f ( 1 ) 0 , f(1)\neq 0, divide all coefficients of f f by f ( 1 ) . f(1). This way we will get a polynomial with rational coefficients, that takes integer values at 1 , 2 , , n 1,2,\ldots ,n with f ( 1 ) = 1 f(1)=1 and f ( i ) f ( i + 1 ) f(i)\mid f(i+1) for i = 1 , , n 1. i=1,\ldots,n-1. We will replace the original polynomial by this polynomial, which we will now call f . f.

Suppose f ( 2 ) = a , f(2)=a, f ( 3 ) = a b , f(3)=ab, f ( 4 ) = a b c f(4)=abc for some integers a , a, b b and c . c. Then, because the polynomial f f is quadratic, the difference f ( x + 1 ) f ( x ) f(x+1)-f(x) is linear. Because f ( 2 ) f ( 1 ) = a 1 f(2)-f(1)=a-1 and f ( 3 ) f ( 2 ) = a b a , f(3)-f(2)=ab-a, we must have f ( 4 ) f ( 3 ) = 2 ( a b a ) ( a 1 ) = 2 a b 3 a + 1. f(4)-f(3)=2(ab-a)-(a-1)=2ab-3a+1. So a b c = f ( 4 ) = a b + ( 2 a b 3 a + 1 ) = 3 a b 3 a + 1. abc=f(4)=ab+(2ab-3a+1)= 3ab-3a+1.

The above identity implies that a 1 , a \mid 1, so a = ± 1. a=\pm 1. We will consider these two cases separately.

Case 1. a = 1. a=1. Then we have b c = f ( 4 ) = 3 b 2 , bc=f(4)=3b-2, so b 2 b \mid 2 , thus b b can only be 2 , -2, 1 , -1, 1 1 , or 2. 2. Note that a a and b b completely determine f , f, in particular f ( 5 ) = 6 a b 8 a + 3 f(5)=6ab-8a+3 and f ( 6 ) = 10 a b 15 a + 6 f(6)=10ab-15a+6 (either using polynomial interpolation formula or the method of differences). For a = 1 a=1 this means f ( 5 ) = 6 b 5 f(5)=6b-5 and f ( 6 ) = 10 b 9. f(6)=10b-9. If b = 2 , b=-2, then f ( 4 ) = 8 f(4)=-8 and f ( 5 ) = 17 , f(5)=-17, so n 4. n\leq 4. If b = 1 , b=-1, then f ( 4 ) = 5 f(4)=-5 and f ( 5 ) = 11 , f(5)=-11, so n 4. n\leq 4. If b = 1 , b=1, then f f must be the constant polynomial 1 , 1, which is not allowed. If b = 2 , b=2, then f ( 4 ) = 4 f(4)=4 and f ( 5 ) = 7 , f(5)=7, so, again, n 4. n\leq 4.

Case 2. a = 1 a=-1 . Similarly to case 1, we get b c = f ( 4 ) = 3 b + 4 , -bc=f(4)=-3b+4, so b 4. b\mid 4. We have in this case f ( 5 ) = 6 b + 11 , f(5)=-6b+11, f ( 6 ) = 10 b + 21. f(6)=-10b+21. Because f ( 5 ) f(5) is odd, if f ( 4 ) f(4) divides f ( 5 ) , f(5), it must be odd, so b b must be odd. Thus, we just need to check b = 1 b=-1 and b = 1. b=1. If b = 1 , b=-1, then f ( 4 ) = 7 f(4)=7 and f ( 5 ) = 17 , f(5)=17, so n 4. n\leq 4. If b = 1 , b=1, then f ( 4 ) = 1 , f(4)=1, f ( 5 ) = 5 , f(5)=5, f ( 6 ) = 11. f(6)=11. So in this case n 5 n\leq 5 and n = 5 n=5 can be achieved: this happens for f ( x ) = x 2 5 x + 5 , f(x)=x^2-5x+5, or any multiple of it.

So, with all the cases considered, the largest possible value of n n is 5. 5.

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...