Fourier Transform of $\exp(-t)$

3k Views Asked by At

$$f(t)= \begin{cases} e^{-t} & 0<t<1 \\ 0 & \text{otherwise} \end{cases}$$

How can I solve this function's Fourier transform?

I am stuck at here:

Daniel R - OP \begin{align} F(k)&=\int_{-\infty}^{\infty}f(t)\exp(-2\pi itk)\;\mathrm dt \\ &=\int_{0}^{1}\exp(-t)\exp(-2\pi itk)\;\mathrm dt \\ &=\int_{0}^{1}\exp(-2\pi itk-t)\;\mathrm dt \\ &=\int_{0}^{1}\exp((-2\pi ik-1)t)\;\mathrm dt \\ \end{align}

2

There are 2 best solutions below

0
On BEST ANSWER

Applying the defintion of Fourier transform gives you

$$\begin{align} F(k)&=\int_{-\infty}^{\infty}f(t)\exp(-2\pi itk)\;\mathrm dt \\ &=\int_{0}^{1}\exp(-t)\exp(-2\pi itk)\;\mathrm dt \\ &=\int_{0}^{1}\exp(-2\pi itk-t)\;\mathrm dt \\ &=\int_{0}^{1}\exp((-2\pi ik-1)t)\;\mathrm dt \\ \end{align}$$

Can you take it from here?

1
On

Using the definiontion of f, we can plug it in the usual Fourier Transform formula $$\hat{f(\xi)}=\frac{1}{2\pi}\int_{-\infty}^{\infty}{f(t)e^{-2\pi i\xi t}dt}=\frac{1}{2\pi}\int_{0}^{1}{e^{-t(1+2\pi i \xi)}dt}=\frac{1}{2\pi}\frac{1-e}{1+2\pi i \xi}$$