The polynomial f(x)=x2007+17x2006+1 has distinct zeroes r1,…,r2007. A polynomial P of degree 2007 has the property that P(rj+rj1)=0for j=1,…,2007. Determine the value of P(−1)P(1).
Solution — click to reveal
We can write f(x)=(x−r1)(x−r2)⋯(x−r2017)and P(z)=kj=1∏2007(z−(rj+rj1))for some nonzero constant k.
We want to compute P(−1)P(1)=∏j=12007(−1−(rj+rj1))∏j=12007(1−(rj+rj1))=∏j=12007(rj2+rj+1)∏j=12007(rj2−rj+1).Let α and β be the roots of x2+x+1=0, so x2+x+1=(x−α)(x−β).Then x2−x+1=(x+α)(x+β).Also, (α−1)(α2+α+1)=α3−1=0, so α3=1. Similarly, β3=1. Thus, j=1∏2007(rj2−rj+1)=j=1∏2007(rj+α)(rj+β)=j=1∏2007(−α−rj)(−β−rj)=f(−α)f(−β)=(−α2007+17α2006+1)(−β2007+17β2006+1)=(17α2)(17β2)=289.Similarly, j=1∏2007(rj2+rj+1)=j=1∏2007(rj−α)(rj−β)=j=1∏2007(α−rj)(β−rj)=f(α)f(β)=(α2007+17α2006+1)(β2007+17β2006+1)=(17α2+2)(17β2+2)=289α2β2+34α2+34β2+4=259.Therefore, P(−1)P(1)=259289.