Let $f(x)$ be a polynomial such that $xf(x)=(x+1)f(x-1)$. Find $\frac{f(2016)}{f(2015)}$.
Evaluating at $x=0$:
$$f(-1)=0$$
so we have that $x+1$ is a root of $f(x)$.
We can now write $f(x) = (x+1) \cdot g(x)$, where $g(x)$ is some other polynomial.
From here we have that $x(x+1)g(x)=x(x+1)g(x-1)$. Here is where I can't really go forward. I could divide the equation by $x(x+1)$ and get that $g(x)=g(x-1)$, but that doesn't tell me anything. What should I do?