2

Find all polynomials $p(x)$ such that $(x+3)p(x) = x p(x+1)$ for all real x.

Ok, I am out of practice with this stuff. Here is what I have tried:

making $x = -3$ and making $x = -1$ does not help because I just go in circles. How do you know what numbers to plug in?

Stefan4024
  • 35,843
  • Start with the constant term of $p(x)$. What must it be in order for your condition to be satisfied? – hardmath Oct 05 '13 at 19:18

1 Answers1

2

Hint: Put $x=0$, $x=-1$ and $x=-2$ to obtain $p(0)=p(-1)=p(-2)=0$. Now subsitute $p(x)=x(x+1)(x+2)q(x)$.

Then you get $q(x)=q(x+1)$ for all $x \in \mathbb{R}$.

njguliyev
  • 14,473
  • 1
  • 26
  • 43