I am reading this doc.
At one point (page 5) we see these equations:
and then this at page 6
The solution of the above first order differential equation is well known and it is given by
$$f = A_1 e^{\ \alpha t}$$
I am to googling around for an hour trying to find the proof to that. No success.
Any ideas?

The characteristic equation of the second order ODE is given by
$$r^2+2\alpha r+\alpha^2=0$$
which yields to $r_{1,2}=-\alpha$ and so the general solution is
$$\nu_c(t)=(c_1+c_2t)e^{-\alpha t}$$
This proceeding is the normal way to solve a second order ODE with constant coefficients.
For the first order ODE you just have to rewrite it a little bit
$$\frac{df}{dt}+\alpha f=0\Leftrightarrow \frac{df}{dt}=-\alpha f\Leftrightarrow \frac{df}{f}=-\alpha dt$$
Integrating both sides yields to
$$\int\frac{df}{f}=-\int\alpha dt\Leftrightarrow \log f=-\alpha t+c\Leftrightarrow f=c~e^{-\alpha t}$$
Now by assuming that $\alpha$ is a not choosen constant you can absorp the minus sign within it and by setting $c=A_1$ we get
$$f=A_1e^{\alpha t}$$
This proceeding is known for solving first order ODE's aswell and it is called separation of variable.