The solution to the following simple first-order linear ordinary differential equation:
$$x'=-tx, x(0)=\frac{1}{\sqrt{2\pi}}$$
is the Standard normal distribution!
One solution to another famous (partial) differential equation, the heat equation, is - given the right conditions - also the normal distribution. This is far from being a coincidence (see e.g. here and many more).
My question
Does this mean anything? Is there an intuition why this is the case or is this just a coincidence? Or are there any deeper connections between the above ordinary differential equation, the heat equation and the normal distribution?
Edit:
I asked a question concerning the physical interpretation of the right hand side of the equation here:
https://physics.stackexchange.com/questions/158425/which-physical-entities-equal-distance-times-time
This is also the reason why I changed the original notation to $t$ and $x(t)$ because I think it could give a better physical intuition to think in terms of time, distance and velocity.
Your ODE can be expressed as $\frac{\mathrm d}{\mathrm dt}(\log x)=-t$, which readily implies that $\log x$ is a downward parabola, or $x\propto\exp(-\frac12t^2)$. But that's not very illuminating.
As we know, the normal distribution is the limit of the binomial distribution for large $n$. The probability mass function of the binomial distribution, taking $p=q=\frac12$, is $$f(k)=\binom nk 2^{-n},$$ so the "slope" is $$f(k+1)-f(k)=\left(\frac{f(k+1)}{f(k)}-1\right)f(k)=\left(\frac{n-k}{k+1}-1\right)f(k)=\frac{n-2k-1}{k+1}f(k).$$ Expressing $k$ relative to the location of the peak via $k=n/2+\ell$, and taking $n\gg1$, we have $$f(k+1)-f(k)\approx-\frac{2\ell+1}{n/2}f(k),$$ that is, the "slope" is roughly proportional to $-\ell f(k)$. One can expect that after suitable limits and scaling this will reduce to $$f'(t)\propto -tf(t).$$