How to find a general solution of the following functional (recurrence) equation: $$f(x) = c_1 f(x - a_1) + \dots + c_n f(x - a_n), \tag{1}$$ where $c_i, a_i$, $i = 1, ... n$ are arbitrary real numbers? I'm looking only for real functions $f$. Without losing generality let's consider $0 < a_1 < a_2 < \dots < a_n$, $c_i \neq 0$.
More info on the problem:
The core of the problem is that $a_i$ are non rational. It leads us to the transcendental characteristic equation of the form $$\lambda^{a_n} - c_1 \lambda^{a'_{n-1}} - \dots - c_{n-1} \lambda^{a'_1} - c_n = 0, \tag{2}$$ where $a_n > a'_{n-1} > \dots > a'_1$.
Is it true that this equation might have infinite number of complex roots? Then, is it true that general solution will be represented as an infinite series? When will these series converge? Can you please suggest something for reading on this topic?
Addition to the question:
I came across an encyclopedia article that considers equation (1). Because it is what I need, I put the part from there and posted it as an answer, but I have the following questions remaining:
- What if some roots of the equation equation (2') are not simple? What are the partial solutions of (9) when root $\lambda_m$ has multiplicity $\mu_m$? I guess the function $x^l e^{\lambda_m}$ will be the solution for any $l = 0, 1, \dots, \mu_m$, but what is the bi-orthogonal function $\psi_{m l}$ corresponding to this solution?
- The encyclopedia article states: "under certain conditions the series (11) converges to the solution f." What are those conditions in particular? Is it the condition that the system of functions $\{x^l e^{\lambda_m x}\}$ must compose a Rice base? How to show it?
- Let's return to my equation (1). I want to show that in this case there is a simple positive root of the equation (2') that is greater than any other root of (2').
Recently, I came across the example in an Encyclopedia of Mathematics (Finite-difference calculus). This partially answers my question in a simple case, but it has some nuances that I want to be cleared, so I edited the head post to include more questions. The following is the part from the encyclopedia relevant to my question.