I need help with what seems like a pretty simple integral for a Fourier Transformation. I need to transform $\psi \left( {0,t} \right) = {\exp^{ - {{\left( {\frac{t}{2}} \right)}^2}}}$ into $\psi(0,\omega)$ by solving:
$$ \frac{1}{{2\pi }}\int_{ - \infty }^{ + \infty } {\psi \left( {0,t} \right){e^{ - i\omega t}}dt} $$
So far I've written (using Euler's formula):
$$\psi \left( {0,\omega } \right) = \frac{1}{{2\pi }}\int_{ - \infty }^{ + \infty } {\psi \left( {0,t} \right){e^{ - i\omega t}}dt} = \frac{1}{{2\pi }}\left( {\int_{ - \infty }^{ + \infty } {{e^{ - {{\left( {\frac{t}{2}} \right)}^2}}}\cos \omega tdt - i\int_{ - \infty }^{ + \infty } {{e^{ - {{\left( {\frac{t}{2}} \right)}^2}}}\sin \omega tdt} } } \right)$$
$$ \begin{array}{l} = \frac{1}{{2\pi }}\left( {{I_1} - i{I_2}} \right)\\ \end{array}$$
I just don't recall a way to solve this integrals by hand. Wolfram Alpha tells me that the result of the first integral is ${I_1} = 2\sqrt \pi {e^{ - {\omega ^2}}}$ and for the second $I_{2}=0$. But on my notes I have ${I_1} = 2\sqrt \pi {e^{ - {{\left( {{\omega ^2}/2} \right)}^2}}}$.
Can anybody tell me how one can solve this type of integrals and if the result from Wolfram Alpha is accurate? Any help will be appreciated.
The second one is trivially $I_2=0$ because $e^{-k\cdot t^2}$ is an even function for any $k\in\mathbb{R}^+$ whereas $\sin (\omega t)$ is an odd function, thus their product is odd and its integral on $[-\infty,\infty]$ is $0$, as it cancels out.
The first one calculated by Mathematica gives me also $2\sqrt{\pi}e^{-\omega^2}$, so maybe there is a typo in your notes. Notice that those types of integrals are expressible in terms of the error function, and are by no means elementary. You should use the Fourier transform operation directly, using its properties, instead of calculating explicitly the integrals, just as when applying Laplace transformations to solve differential equations.