flouran said:
I was wondering if it would in fact be possible to express the integral of e^(x^2) in terms of elementary functions. Couldn't I just use a bilateral Laplace transform on e^(x^2) and convert it into the s domain. Then, I would integrate with respect to s (since switching functions from the time domain to the s domain makes it linear, thus making it easy to integrate), and then convert that function back to the time domain using the Bromwich Integral?
What confidence do you have that finding the antiderivative of the laplace transform of f(t) with respect to s then inverse laplace transforming it would give you the antiderivative of f(t)? Even if it did, I would wager that you wouldn't be able to do the resulting inverse laplace transform in terms of elementary functions!
For instance, if we calculate the bilateral laplace transform for [itex]\exp(-t^2/2)[/itex]:
[tex]F(s) = \int_{-\infty}^{\infty}dt~e^{-st}e^{-t^2/2}[/tex]
Complete the square in the exponent:
[tex]\int_{-\infty}^{\infty}dt~e^{-\frac{1}{2}(t^2 + 2st + s^2 - s^2)} = \int_{-\infty}^{\infty}dt~e^{-\frac{1}{2}(t+s)^2}e^{s^2/2}[/tex]
which gives
[tex]\sqrt{2\pi}e^{s^2/2}.[/tex]
So, it looks like in order to integrate the bilateral laplace transform, you still need to integrate a Gaussian! (Well, Gaussian-like, due to the sign of the exponent).
(Edit: I'm pretty sure the integrating thing wouldn't work anyways. If you take the regular laplace transform for t from 0 to infinity, then consider L[t] = 1/s^2. Integrating with respect to s gives -1/s. Taking the inverse lapace transform of that gives the step function -H(t), which is certainly not the derivative of t.)