Just then my friend gave me a kinda interesting problem: find all non-trivial solutions to the DE $$f'(t)=f(\frac t2),\quad f:\Bbb R\to\Bbb R.$$ Regularity concerns are temporarily ignored. You may just assume sufficient smoothness if needed.
(Note also that this is NOT an ODE!)
So far the only solution I can find is $f\equiv 0$, the trivial one. And surprisingly, I can't find any useful results of this problem, simple as it looks.
Any full or non full answer or just attempt is welcome!
For analytic solutions, if $f(t)=\sum a_n t^n$ then: $$f'(t)=\sum_{n=0}^{\infty} (n+1)a_{n+1}t^{n} = \sum_{n=0}^{\infty} a_n(t/2)^n,$$ so $$a_{n+1}=\frac{a_n}{(n+1)2^n}.$$ Therefore $$a_n = \frac{a_0}{n!2^{n(n-1)/2}}$$
That's unlikely to have a nice closed form.
Now, if $g$ is any function with $g'(t)=g(t/2)$ then let $f(t)=g(0)\sum \frac{t^n}{n!2^{n(n-1)/2}}$. Then $h(t)=g(t)-f(t)$ satisfies $h'(t)=h(t/2)$ and $h(0)=0$. So $h^{(n)}(0)=0$. By the mean value theorem, for any $t_0$, there is a $t_1$ between $0$ and $t_0$ so that $h(t_0)=t_0h'(t_1)=t_0h(t_1/2)$. By induction, $h(t_0)=t_0t_1/2t_2/4\cdots t_{k-1}/2^{k-1}h(t_{k}/2^k)$ where $t_k$ is between $0$ and $t_{k-1}$. This means that:
$$|h(t_0)|\leq\frac{|t_0|^k}{2^{k(k-1)/2}}|h(t_k/2^k)|$$
Taking the limit as $k\to\infty$ we see that $|h(t_0)|=0$.
So the only solutions are the analytic solutions.