Today in my calculus class, we encountered the function $e^{-x^2}$, and I was told that it was not integrable.
I was very surprised. Is there really no way to find the integral of $e^{-x^2}$? Graphing $e^{-x^2}$, it appears as though it should be.
A Wikipedia page on Gaussian Functions states that
$$\int_{-\infty}^{\infty} e^{-x^2} dx = \sqrt{\pi}$$
This is from -infinity to infinity. If the function can be integrated within these bounds, I'm unsure why it can't be integrated with respect to $(a, b)$.
Is there really no way to find the integral of $e^{-x^2}$, or are the methods to finding it found in branches higher than second semester calculus?
(1) $f(x)$ is Riemann integrable on intervals $[a,b]$ (yes, every continuous function is)
(2) $f(x)$ has an antiderivative that is an elementary function (no, it doesn't: the antiderivative $\sqrt{\pi}\ \text{erf}(x)/2$ is not an elementary function)
(3) $\int_{-\infty}^\infty |f(x)|\ dx < \infty$ (yes, and this is the usual meaning of "integrable" in analysis)
(4) $\int_{-\infty}^\infty f(x)\ dx$ can be expressed in "closed form" (yes, it is $\sqrt{\pi}$).
– Robert Israel Jun 07 '12 at 06:54