I have recently studied calculus of finite differences and I was wondering how to solve anti-differences for transcendental functions. Because I want to solve some interesting sums.
In this case, I want to solve the following functional equation below.
$f(x+1) - f(x) = e^{ax}$
Is there any general method in solving problems like this? I will highly appreciate a detailed answer!
Since $x+1$ is not cyclic, there's no way (that I know of) to arrive at a set of equations you could solve. Unfortunately my solution is on the intuitive side, not sure how easy this method is to generalize.
Let's write $f(0)=c$. Now, substituting $x=0,1,2,...$ into the equation we get $f(1)=c+1$, $f(2)=c+1+e^a$, $f(3)=c+1+e^a+e^{2a}$ etc. In general, for $k\in\mathbb{N}$ we have:
$$f(k)=c+\sum_{i=0}^{k-1}e^{ia}=c+\frac{e^{ak}-1}{e^a-1}$$
Plugging $f(x)=c+\frac{e^{ax}-1}{e^a-1}$ into the functional equation, it is easy to work out that the identity holds.
Again, sorry for the hand-waving technique. Though summing up a series in this way could work for other functional equations of this type.