I was reading Oksendal's book "Stochastic Differential Equations", fifth Ed., pp. 62-63 and came across some counter-intuitive properties of the Geometric Brownian motion (GBM).
Let $\alpha,r>0$ and $B_t$ a Brownian motion. Then, the GBM
$$N_t=N_0 \exp((r-\alpha^2/2) t+\alpha B_t)$$
is the solution of the SDE
$$dN_t=rN_tdt+\alpha N_tdB_t$$
It is proved (page 63) that
$$E[N_t]=E[N_0] e^{rt}$$
which means that the mean of the process is exponentially increasing over time for $r>0$. On the other hand, if $r<\alpha^2/2$ it is proved that
$$\lim_{t\rightarrow\infty}N_t=0 \qquad a.s.$$
These two properties seem intuitively contradictory (the mean increases exponentially over time but at the same time the process converges to zero a.s.). I was wandering if someone can provide some physical explanation on this.
Also, a follow up question: For $0<r<\alpha^2/2$ is the solution bounded a.s. or bounded in the mean?