If we are allowed to pick any real-valued constant $c$ that helps, when does
$$\frac{d}{dx}f(x) = c \cdot f(x+1)$$
In other words, when does the derivative of a function $f(x)$ equal some constant times $f(x)$?
EXAMPLE
If we set $f(x) = \sin{ (\frac{\pi}{2}x) }$, then
$$\frac{d}{dx} \left( \sin (\frac{\pi}{2}x) \right) = \frac{\pi}{2}\sin (\frac{\pi}{2}(x+1)) $$
This also works for $f(x) = \cos (\frac{\pi}{2}x) $:
$$\frac{d}{dx} \left( \cos (\frac{\pi}{2}x) \right) =\frac{\pi}{2} \cos (\frac{\pi}{2}(x+1)) $$
WHAT I'M AFTER
Is there some way of finding formulas that possess this property?
Perhaps there is a way to formalize a method. I'd like to know if there's an easy way to find formulas that work.
If we let $f\in \mathcal{C}^{\infty}$, then, we can use $f(x+1)$'s Taylor expansion around $1$ to get $$f'(x)=\sum_{k\ge 0}f^{(k)}(1)\frac{x^k}{k!}=\sum_{k\ge 0}f(k+1)\frac{(cx)^k}{k!}\\ \Rightarrow f(x)=\sum_{k\ge 0}f(k)\frac{(cx)^k}{k!}$$ So, for example taking $$f(k)=\left\{\begin{array}{rl} 0 & k\ \mbox{even}\\ (-1)^k& k\ \mbox{odd} \end{array} \right.$$ gives $f(x)=\sin(cx)$ similarly you'll get $f(x)=\cos(cx)$ by taking $$f(k)=\left\{\begin{array}{rl} (-1)^k & k\ \mbox{even}\\ 0& k\ \mbox{odd} \end{array} \right.$$ with $c=\pi/2$.