Does the ODE
[$]du/dt = e^{u^2/2}[$] have a soluion in which interval?
(e.g. as a first shot across boughs, maybe a symbolic solution in Maple?)
bow not bough? ship's bow
it's first order separable
[$]du/dt = e^{u^2/2}[$]
[$]e^{-u^2/2}du=dt[$]
integrate both sides
[$]\sqrt{\pi/2}\,\textrm{erf}\left(u/\sqrt{2}\right)=t+C[$]
edit: added
as to the domain, you know [$]-1\le \textrm{erf}(x)\le 1[$]
so if you have an initial condition [$]u_{0}[$] at [$]t_{0}[$],
[$]\sqrt{\pi/2}\,\textrm{erf}\left(u/\sqrt{2}\right)-\sqrt{\pi/2}\,\textrm{erf}\left(u_{0}/\sqrt{2}\right)=t-t_{0}[$]
[$]t=t_{0}+\sqrt{\pi/2}\,\textrm{erf}\left(u/\sqrt{2}\right)-\sqrt{\pi/2}\,\textrm{erf}\left(u_{0}/\sqrt{2}\right)[$]
so the solution is valid for [$]t[$] in the range
[$]t_{0}-\sqrt{\pi/2}-\sqrt{\pi/2}\,\textrm{erf}\left(u_{0}/\sqrt{2}\right)\le t
\le t_{0}+\sqrt{\pi/2}-\sqrt{\pi/2}\,\textrm{erf}\left(u_{0}/\sqrt{2}\right)[$]
or in terms of [$]\textrm{erfc}(x)=1-\textrm{erf}(x)[$] which is between 0 and 2
[$]t_{0}-\sqrt{\pi/2}\,\textrm{erfc}\left(-u_{0}/\sqrt{2}\right)\le t
\le t_{0}+\sqrt{\pi/2}\,\textrm{erfc}\left(u_{0}/\sqrt{2}\right)[$]
a very rough limit would be to replace erfc by 2,
[$]t_{0}-\sqrt{2\pi}\le t\le t_{0}+\sqrt{2\pi}[$]