How to calculate the Fourier transform?

136 Views Asked by At

If the Fourier transform is defined by $\hat f( \xi)=\int_{-\infty}^{\infty}e^{-ix \xi}f(x)dx$.

How to calculate the Fourier transform of $$\begin{equation*} f(x)= \begin{cases} \frac{e^{ibx}}{\sqrt a} & \text{if $|x|\le a$,} \\ 0 &\text{if $|x|>a$.} \end{cases} \end{equation*}$$ The numbers $a$ and $b$ are positive.

I think when $|x|>a$, the Fourier transform is $0$. But when $|x|\le a$, I tried to calculate $\frac{1}{\sqrt a} \int_{-\infty}^{\infty}e^{ix(b-\xi)}dx$. I didn't learn complex analysis before, so I don't know how to calculate this integral. Can someone help me? Thanks so much!

2

There are 2 best solutions below

0
On BEST ANSWER

Note that $f(x)=0$ for all $|x|>a$, so

$$\hat{f}(\xi) = \int_{-\infty}^{\infty} e^{-\imath \, x \xi} f(x) \, = \int_{-a}^a e^{-\imath \, x \xi} f(x) \, dx.$$

Using the definition of $f$, we get

$$\hat{f}(\xi) = \frac{1}{\sqrt{a}} \int_{-a}^a e^{\imath \, b x} e^{-\imath \, x \xi} \, dx = \frac{1}{\sqrt{a}} \int_{-a}^a e^{\imath \, x(b-\xi)} \, dx.$$

Now use either

  • ... that $$\int_c^d e^{\imath \, x \alpha} \, dx = \frac{1}{\imath \alpha} \left( e^{\imath \, d \alpha}- e^{\imath \, c \alpha} \right)$$ for any $c \leq d$ and $\alpha \neq 0$
  • ... or write $$\int_{-a}^a e^{\imath \, x (b-\xi)} \, dx = \int_{-a}^a \cos(x (b-\xi)) \, dx + \imath \int_{-a}^a \sin(x (b-\xi)) \, dx$$ and integrate the terms separately.
2
On

If the $i$ term of integral is throwing you for a loop, let $c = i(b-\xi)$. Then can you integrate $$ \frac{1}{\sqrt{a}}\int_{-\infty}^{\infty}e^{cx}dx\mbox{?} $$ Of course once you do integrate, you will need to remember to back substitute for $c$.