The Fourier transform of $f(t)$ is defined as $$F(\mathrm{j}w)=\int_{-\infty}^{\infty}f(t)\,\mathrm{e}^{-\mathrm{j}wt}\,\mathrm{d}t,$$ while the corresponding inverse Fourier transform is defined as $$f(t)=\frac1{2\pi}\int_{-\infty}^{\infty}F(\mathrm{j}w)\,\mathrm{e}^{\mathrm{j}wt}\,\mathrm{d}w.$$
Let $f(t)=\mathrm{e}^{-at}h(t)$, $a>0$, where $h(t)$ is the Heaviside function and $a$ is a real constant.
Fourier transform of this function is $$F(\mathrm{j}w)=\int_0^\infty f(t)\,\mathrm{e}^{-\mathrm{j}wt}\,\mathrm{d}t=\int_0^\infty\mathrm{e}^{-at}\mathrm{e}^{-\mathrm{j}wt}\,\mathrm{d}t=\frac1{a+\mathrm{j}w}.$$ How can I calculate the inverse Fourier transform of $\dfrac1{a+\mathrm{j}w}$, $$f(t)=\frac1{2\pi}\int_{-\infty}^\infty\frac1{a+\mathrm{j}w}\mathrm{e}^{\mathrm{j}wt}\,\mathrm{d}w\,?$$ Although $\dfrac1{a+\mathrm{j}w}$ doesn't look complicated, there is no way I can calculate this integral. Generally, I have problems calculating inverse FTs. Any suggestions? Thanks in advance.