A polynomial f ( x ) satisfies the following conditions:
Find the maximum value of f ( 1 ) + k .
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.
A simpler way to conclude k = 2 is to observe that k divides each of f ( 1 ) , f ( 2 ) , f ( 3 ) , and so also divides f ( 1 ) − 2 f ( 2 ) + f ( 3 ) = 2 .
Log in to reply
That's very neat! I didn't think of that! 👍
Really bro like this strategy
Isn't this the only possible polynomial?
I used eulid division lemma to conclude k=2
Problem Loading...
Note Loading...
Set Loading...
Let f ( x ) = x 2 + a x + b , according to the first condition.
Then f ( − 1 ) = 1 − a + b > 1 , which means a < b , and let's figure out that f ( 1 ) = 1 + a + b < 1 + 2 b for later use.
Also, f ( 0 ) = b is a prime number.
If f ( n ) is a multiple of k for every natural number n , then we can substitute n = k , n = k − 1 and n = 1 , and then find out some things.
(1) n = k
k ∣ f ( k ) = k 2 + a k + b = k ( k + a ) + b ∴ k ∣ b
(2) n = k − 1
k ∣ f ( k − 1 ) = ( k − 1 ) 2 + a ( k − 1 ) + b = k ( k − 2 + a ) + 1 − a + b ∴ k ∣ 1 − a + b
(3) n = 1
k ∣ f ( 1 ) = 1 + a + b
From (2) and (3), we can figure out that
k ∣ 2 + 2 b
And substituting (1), we can say that
k ∣ 2
Since k > 1 , k = 2 .
Then, from (1), we know that b is an even number.
We've found that f ( 1 ) < 1 + 2 b , and we know that b is a prime.
Therefore, b = 2 .
What about a ?
Since 2 = k ∣ 1 + a + b = 3 + a and a < b = 2 ,
a is an odd number which is less than 2 .
f ( 1 ) + k = 1 + a + b + k = 5 + a .
So in order for f ( 1 ) + k to have the largest value possible, a = 1 .
Therefore, the maximum of f ( 1 ) + k is
f ( 1 ) + k = 1 + a + b + k = 6 .