Looking at this question:
Solution of recursion $T(n) = T(n-2) + 2T(\frac{n}{2})$
I was interested to know what are/is the solution/s to the (functional) differential equation:
$f'(x)-f(\alpha x)=0, \quad f(0)=0,f:\mathrm{R}^+\rightarrow\mathrm{R},0<\alpha<1$
I am not sure that the differential equation is related to the linked problem, but I got interested in the equation by itself.
TRIAL: I just noticed that defining $g(x) \equiv f(e^x),g:[-\infty,+\infty]\rightarrow \mathrm{R}$, this satistfies $g'(x)=e^xg(x+ln(\alpha))$ so that now we have a time delay $\tau=ln(\alpha)<0$, $g(-\infty)=0$ and maybe standard techinques can be used? But actually I do not know which are the standard techniques, if they exists, for this type of equations.