Really a fantastic polynomial problem

Algebra Level 5

Let P ( x ) P(x) be a nonzero polynomial such that ( x 1 ) P ( x + 1 ) = ( x + 2 ) P ( x ) (x-1)P(x+1) = (x+2)P(x) for every real x x , and ( P ( 2 ) ) 2 = P ( 3 ) \left(P(2)\right)^2 = P(3) . Then find P ( 2016 ) P(2016) .


The answer is 5462358720.

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.

4 solutions

Since plugging x = 2 x=2 gives the values P ( 2 ) = 4 P(2)=4 & P ( 3 ) = 16 P(3)=16 and we have the relation P ( x + 1 ) P ( x ) = x + 2 x 1 \displaystyle \frac{P(x+1)}{P(x)} =\frac{x+2}{x-1}

A set of relations show P ( x ) P ( x 1 ) = x + 1 x 2 , P ( x 1 ) P ( x 2 ) = x x 3 , , P ( 3 ) P ( 2 ) = 4 \displaystyle \frac{P(x)}{P(x-1)} = \frac{x+1}{x-2},\frac{P(x-1)}{P(x-2)}=\frac{x}{x-3},\cdots,\frac{P(3)}{P(2)}=4 and multiplying all of them we get P ( x ) = P ( 3 ) 5.6.7.8 ( x + 1 ) 2.3.4 ( x 2 ) = 4 ( x + 1 3 ) \displaystyle P(x) = P(3) \frac{5.6.7.8\cdots (x+1)}{2.3.4\cdots(x-2)} = 4\binom{x+1}{3}

Thus P ( 2016 ) = 5462358720 P(2016)=5462358720 follows.

That's was my alternate solution. Nice one.

Priyanshu Mishra - 4 years, 8 months ago

Is there any method or by hit and trial to calculate a general trend of P ( x ) P ( x 1 = ( x + 1 ) ( x 2 ) \dfrac{P(x)}{P(x-1}=\dfrac{(x+1)}{(x-2)} ?

Chirayu Bhardwaj - 4 years, 8 months ago

Log in to reply

I dont think there's a general approach but we need to spot out recursions in problems so as to telescope the products.

Aditya Narayan Sharma - 4 years, 8 months ago
Priyanshu Mishra
Sep 23, 2016

From the equation we see that

( x + 2 ) P ( x + 1 ) ( x 1 ) P ( x ) \left( x+2 \right) |P(x+1) \\ \left( x-1 \right) |P(x)

and from here we can see that

( x + 1 ) P ( x ) \left( x+1 \right) |P(x) . This means that 1 1 and 1 -1 are roots of P ( x ) P(x) . Plug in x = 0 x = 0 and we see that P ( 0 ) = 0 P(0) = 0 so 0 0 is also a root.

Suppose we had another root that is not one of those 3 3 . Notice that the equation above indicates that if r r is a root then r + 1 r+1 and r 1 r-1 is also a root. Then we'd get an infinite amount of roots! So that is bad. So we cannot have any other roots besides those three.

This means that P ( x ) = c x ( x 1 ) ( x + 1 ) P(x) = cx(x-1)(x+1) . We can use P ( 2 ) 2 = P ( 3 ) P(2)^2 = P(3) to get c = 2 3 \large\ c = \frac{2}{3} . Plugging in 2016 2016 is now trivial and we see that it is

P ( 2016 ) = 2 × 2016 × 2015 × 2017 3 = 5462358720 . \large\ P(2016) = \frac { 2\times 2016\times 2015\times 2017 }{ 3 } = \boxed{5462358720}.

Awesome prob+solution.

Harsh Shrivastava - 4 years, 8 months ago
Mark Hennings
Sep 29, 2016

We have x 1 x-1 dividing P ( x ) P(x) and x + 2 x+2 dividing P ( x + 1 ) P(x+1) , so that x + 1 x+1 divides P ( x ) P(x) as well. If we write P ( x ) = ( x 1 ) ( x + 1 ) Q ( x ) P(x) = (x-1)(x+1)Q(x) , then ( x 1 ) x ( x + 2 ) Q ( x + 1 ) = ( x + 2 ) ( x 1 ) ( x + 1 ) Q ( x ) (x-1)x(x+2)Q(x+1) \; = \; (x+2)(x-1)(x+1)Q(x) and hence x Q ( x + 1 ) = ( x + 1 ) Q ( x ) xQ(x+1) = (x+1)Q(x) , so that Q ( x + 1 ) x + 1 = Q ( x ) x \frac{Q(x+1)}{x+1} \; =\; \frac{Q(x)}{x} and hence Q ( x ) = A x Q(x) = Ax . Since P ( 2 ) 2 = P ( 3 ) P(2)^2 = P(3) it follows that A = 2 3 A = \tfrac23 , so that P ( x ) = 2 3 x ( x 1 ) ( x + 1 ) P(x) = \tfrac23x(x-1)(x+1) , which makes P ( 2016 ) = 5462358720 P(2016) = \boxed{5462358720} .

Andreas Wendler
Sep 26, 2016

function it();

p=80;

for k=6 to 2016 do

p=p*(k+1)/(k-2);

end

return(p);

Function call: it()

ans22 = 5462358720.00000

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...