These two formulae were given in my circuit analysis textbook:
Fourier Transform: $$F(\omega)=\int_{-\infty}^{\infty}f(t)e^{-i\omega t}dt$$
Inverse Fourier Transform: $$f(t)=\frac{1}{2\pi}\int_{-\infty}^{\infty}F(\omega)e^{i\omega t}d\omega$$
I have a bit of a doubt as to whether the second formula is true. I don't understand where the $2\pi$ factor is coming from in the second formula?
If the above hold formulae true, is is the following provable?
$$f(t)=\frac{1}{2\pi}\int_{-\infty}^{\infty}\left(\int_{-\infty}^{\infty}f(t)e^{-i\omega t}dt\right)e^{i\omega t}d\omega$$
The factor comes from the fact that
$$ \delta (x-\alpha )={\frac {1}{2\pi }}\int _{-\infty }^{\infty }e^{ip(x-\alpha )}\ dp \tag{1} $$
Consider your last integral
\begin{eqnarray} \frac{1}{2\pi}\int_{-\infty}^{\infty}\left(\int_{-\infty}^{\infty}f(t')e^{-i\omega t'}dt'\right) e^{i\omega t} d\omega &=& \frac{1}{2\pi}\int_{-\infty}^{\infty}\left(\int_{-\infty}^{\infty}f(t')e^{-i\omega t'}e^{i\omega t} dt'\right) d\omega \\ &=& \int_{-\infty}^{\infty}f(t')\left(\frac{1}{2\pi}\int_{-\infty}^{\infty}e^{i\omega (t - t')}d\omega \right) dt' \\ &\stackrel{(1)}{=}& \int_{-\infty}^{\infty}f(t')\delta(t-t')dt' \\ &=& f(t) \tag{2} \end{eqnarray}