Determine polynomial $p(x)$ s.t. $p(x) = p(x+3)$.
Just by looking at the above equation, it immediately appears that p has got to be some kind of constant function. I thought it might also be a periodic function but, correct me as I am wrong, polynomials are not generally periodic functions and a constant function is the closest we get to a sort of periodic function (without the period).
My problem now is figuring out how to show this. Someone hinted that I might be able to do so by considering the polynomial
$$q(x) = p (x) - p(x+3)$$
This expands out to something like
$$q (x) = a_n(x^n - (x+3)^n) + a_{n-1}(x^{n-1}-(x+3)^{n-1})...+ 3 a_1$$
Anyway, thoughts on where to go from here are appreciated.
Hint $\ $ $\rm\:p(x)\:$ is constant $\rm = p(0)\:$ since $\rm\:p(x)-p(0)\:$ has infinitely many roots $\rm\:x = 0,3,6,9\ldots$ hence is the zero polynomial.
Remark $\ $ I presume that your polynomial has coefficients over some field such as $\rm\:\Bbb Q, \Bbb R, \Bbb C,\:$ where the subset $\rm\{0,3,6,\ldots\}$ is infinite. It may fail otherwise, e.g. $\rm\:p(x\!+\!3) = p(x)\:$ for all polynomials over $\rm\,\Bbb Z/3 =$ integers mod $3.$
Generally, that a polynomial with more roots than its degree must be the zero polynomial, is equivalent to: $ $ the coefficient ring $\rm\,R\,$ is an integral domain, i.e. for all $\rm\:\forall a,b\in R\!:\:$ $\rm\: ab=0\:\Rightarrow\:a=0\ \ or\ \ b=0.$