0

It is said that: $$F[\frac{df(x)}{dx}] = i\omega F(\omega)$$. This expression depends on the initial definition of Fourier transform, yes? if I define Fourier transform as: $$F(\omega)=\frac{1}{\sqrt{2\pi}}\int f(x)e^{i\omega x}dx$$ Then tha above expression will be $$F[\frac{df(x)}{dx}]=-i\omega F(\omega)$$ right?????

Mr. an
  • 9
  • And there are other similar definitions, all of which change Fourier transform results slightly. See the list here, for example, and notice the different columns, for various FT definitions. – Chester May 15 '16 at 11:08

1 Answers1

1

$$f(x) = \frac{1}{\sqrt{2\pi}} \int_{-\infty}^{\infty} F(\omega) \, \mathrm e^{-i \omega x} \,\mathrm d\omega$$ so we have $$f'(x) = \frac{\mathrm d}{\mathrm dx}\!\left( \frac{1}{\sqrt{2\pi}} \int_{-\infty}^{\infty} F(\omega) \,\mathrm e^{-i \omega x} \,\mathrm d\omega \right)= \frac{1}{\sqrt{2\pi}} \int_{-\infty}^{\infty} (-i \omega) \, F(\omega) \,\mathrm e^{-i \omega x} \,\mathrm d\omega$$

Hence the Fourier transform of $f'(x)$ is $\mathcal F\{f'(x)\}= -i \omega \, F(\omega)$.

alexjo
  • 14,976