[Math] Fourier Transform of $\exp(-t)$

fourier analysis

$$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}

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?

Related Question