Let c>0, find all polynomials $P(x) \in\mathbb{R}[x]$ satisfying $$ P(x+c)+P(x-c)=2P(x)$$
Thank you, dxiv.
Let $Q(x) = P(x+c)-P(x)$,
since $P(x+c)-P(x)=P(x)-P(x-c)$ so $Q(x) = Q(x-c)$ i.e., $Q(x+c) = Q(x)$
Then $Q(x)=Q(x+c)=Q(x+2c)=\ldots$
Assume $Q(x_0)=a$, where $a\in \mathbb{R}$, for some $x_0$.
$Q(x)-a$ has infinitely many roots $ x_0, x_0+c, x_0+2c, \ldots$
so $Q(x)-a $ is zero polynomial $\to Q(x)=a $, so $Q(x)$ is constant polynomial.
$\deg(P(x+c)-P(x))=0 \to \deg(P(x)) \leq1$
Therefore $P(x)=ax+b$, where $a,b \in\mathbb{R}$
so x,x+c,x+2c,… are rootsNo, that's not given, and it doesn't otherwise follow that $,Q(x)=0,$ for that $x$. What does follow, however, is that for a given $,a = Q(x_0),$ the polynomial $,Q(x)-a,$ has infinitely many roots $x_0, x_0+c, x_0+2c, \dots,$ and is therefore the zero polynomial, which implies $Q(x)=a,$ i.e. constant. – dxiv Aug 27 '17 at 05:45Q(x) has infinitely many roots so Q(x) is constant polynomialNo, the only polynomial with infinitely many roots is the zero polynomial, not just any constant polynomial. To cover that "gap", you need to go back one step toif r is rootand add "otherwise if $Q$ has no roots then it must be a constant non-zero polynomial". As a side note, and this may sound like nitpicking, but often times it's not enough to just have the right idea, you must also write it down it in the right, clearest terms. – dxiv Aug 27 '17 at 06:18If deg(Q(x))≠0, let r be rootThe edit does still not cover the zero polynomial. Conventions vary, but a polynomial of degree $0$ is commonly taken to be a constant non-zero polynomial, while the zero polynomial has its degree defined to be $-\infty$ (so that $\deg P \cdot Q = \deg P + \deg Q$ in all cases), or sometimes $-1$ (see here and here). I still think that looking at $,Q(x)-Q(x_0),$ (per my very 1st comment) is the more direct way. – dxiv Aug 27 '17 at 07:24