2016 AIME I #11

This morning, I came across this problem on the AoPS community. I thought I'd give it a go, and it turned out having a functional equation (pretty rare on a computational contest). The solution came out to be pretty nice with an inductive root theorem proof. Check out the problem and solution below!

Let P(x) be a nonzero polynomial such that (x1)P(x+1)=(x+2)P(x) for every real x, and (P(2))2=P(3). Then P(72)=mn, where m and n are positive integers. Find m+n.

Solution: First, we plug in x=2 to the given functional equation to get that (3)P(1)=0P(1)=0. Similarly, we can plug in x=1 to the functional equation to find that P(1)=0.
Now, we investigate the other roots of the polynomial. Suppose that P(k)=0, where k is a real number other than 1 or 1. Plugging in x=k to the above functional equation gives us that (k1)P(k+1)=(k+2)P(k)(k1)P(k+1)=0P(k+1)=0. The last arrow in the above sequence follows from the fact that k1k10. Similarly, we can plug in x=k1 to the above functional equation to get (k2)P(k)=(k+1)P(k1)0=(k+1)P(k1)P(k1)=0. Here again, our final conclusion was due to that fact that k1k+10.
Our above analysis leads us to the conclusion that if k is a root of P(x) other that 1 or 1, then so are k1 and k+1. We can use inspection that see that x=0 could be a root of the polynomial. However, for any other real number k, this condition would imply that P(x) is a polynomial of infinite degree, contradicting the problem statement. Finally, we are given that (P(2))2=P(3), suggesting the use of x=2 in the above functional equality. P(3)=4P(2)P(2)=4. Hence, we can rearrange the statement as P(3)P(2)=P(2)=4. Now, we need to consider two cases based on whether or not x=0 is a root of the polynomial and see which case meets the above condition.
a. Letting P(x)=a(x-1)(x+1), we get that P(3)P(2)=a(2)(4)a(1)(3)=834. Therefore, x=0 is a root of P(x).
b. Letting P(x)=ax(x1)(x+1), we find that P(3)P(2)=a(2)(3)(4)a(1)(2)(3)=4 as desired. We have verified that the degree-three polynomial with roots of x=1,0,1 does indeed fit the conditions for P(x). Now, we solve for the constant a using the known value of P(2): P(2)=4=a(1)(2)(3)a=23. We finish by getting the desired value: P(72)=(23)(52)(72)(92)=1054m=105,n=4m+n=105+4=109.

Comments