How would I go about solving $f(r+1) - f(r) = r^3$?
I know the answer is $f(r) = c + \frac{1}{4}r^2(r-1)^2$, but I have no idea what method can be used to solve it. I have another functional equations problem that I hopefully will be able to solve if I can see an example of how to do this one.