1

I am trying to get the cosine Fourier transform of $e^{- x^2}$ where I am stuck in simplifying the integration further. The integration is between the limits $0$ to $\infty$!

1 Answers1

1

To reiterate, call $$I = \int_{0}^{\infty} e^{-x^2}cos(sx)dx$$ Now, $$\frac{dI}{ds}= \int_{0}^{\infty} -xe^{-x^2}sin(sx)dx= \frac{1}{2}\int_{0}^{\infty} sin(sx)(-2xe^{-x^2})dx$$ Use integration by parts to get:$$\frac{1}{2} [sin(sx)e^{-x^2}\Big|_0^\infty- s\int_{0}^{\infty}cos(sx)e^{-x^2}dx]= -\frac{s}{2}\int_{0}^{\infty} e^{-x^2}cos(sx)dx= -\frac{s}{2} I$$ So we have a differential equation: $$\frac{dI}{I} = -\int \frac{s}{2}ds + log(c).$$ Hence, $$log(I) =-\frac{s^2}{4} + log(c)= log(ce^{\frac{-s^2}{4}}).$$ Solving for $I$, we get that $$I =ce^{\frac{-s^2}{4}}=\int_{0}^{\infty} e^{-x^2}cos(sx)dx$$. I'll leave you to solve for $c$, just plug in $s=0$ and then you get $c=...$