Fourier transform using convolution product

convolutionfourier analysisfourier transformharmonic-analysis

The question asks to find the Fourier transform of the function:

$$ I(x) = \int^{1/2}_{0} e^{-(x-t)^2} dt$$
using the theorem about convolution products. I know that the theorem states that $\mathcal{F} \{f *g\} = \mathcal{F} \{f\} \mathcal{F}\{ g \}$.

My textbook does not do a great job explaining Fourier transforms so if anyone could give a detailed explanation of how to solve a problem such as this one it would be greatly appreciated.

Best Answer

Hint: Write $I(x)=f*g(x)$, where $f(x)=e^{-x^2}$ and $g(x)=\chi_{[0, 1/2]}$. Then using the convolution rule you get:

$$\mathcal{F}\{I\}(t)=\frac{1}{\sqrt{2}} e^{-t^2/4} \times \frac{i (1-e^{i t/2})}{\sqrt{2 \pi} t}.$$

Related Question