Prove that:
$$\int_0^B e^\left(x^2\right) \;dx \sim \frac{e^\left(B^2\right)}{2B}$$ where $$B \to \infty$$
We should prove the equivalence of the given integral to the expression in the right part.
It's obvious, that the integral in the given form cannot be expressed through known indefinite integrals. So let's try to apply a method of replacing a variable.
Write
$$ \begin{matrix} u = x^2 \\ dx = \frac{1}{2} u^\left(-\frac{1}{2}\right) du \\ \end{matrix} $$
Now our integral looks like:
$$\frac{1}{2}\int_0^B e^\left(u\right) \sqrt{u} \;du$$
This is kinda cryptic. If we ask Wolfram to calculate indefinite integral for this integrand, we'll get:
$$\frac{1}{2}\int e^\left(u\right) \sqrt{u} \;du = e^u \sqrt{u} - \frac{1}{2} erfi(\sqrt{u}) + C$$
It's been calculated with a help of erfi function.
I'm sure this way isn't close to the solution at all. So please give me at least a hint of how this integral can be presented in an equivalent form...