The different Fourier Transforms

  • Context: Graduate 
  • Thread starter Thread starter Identity
  • Start date Start date
  • Tags Tags
    Fourier
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 2K views
Identity
Messages
151
Reaction score
0
In my waves course, the Fourier transform we learn is:

[tex]X(\omega)=\int_{-\infty}^\infty x(t)e^{-i\omega t}\,dt[/tex]

[tex]x(t)=\frac{1}{2\pi}\int_{-\infty}^\infty X(\omega) e^{i\omega t}\,d\omega[/tex]

In my PDEs course, we learn

[tex]X(\omega)=\int_{-\infty}^\infty x(t)e^{-i2\pi\omega t}\,dt[/tex]

[tex]x(t)=\int_{-\infty}^\infty X(\omega) e^{i2\pi\omega t}\,d\omega[/tex]

What is the difference between them? Given [tex]x(t)[/tex] they obviously give different answers for [tex]X(\omega)[/tex] so what does this mean?

Thx
 
Physics news on Phys.org
Identity said:
In my waves course, the Fourier transform we learn is:

[tex]X(\omega)=\int_{-\infty}^\infty x(t)e^{-i\omega t}\,dt[/tex]

[tex]x(t)=\frac{1}{2\pi}\int_{-\infty}^\infty X(\omega) e^{i\omega t}\,d\omega[/tex]

In my PDEs course, we learn

[tex]X(\omega)=\int_{-\infty}^\infty x(t)e^{-i2\pi\omega t}\,dt[/tex]

[tex]x(t)=\int_{-\infty}^\infty X(\omega) e^{i2\pi\omega t}\,d\omega[/tex]

What is the difference between them? Given [tex]x(t)[/tex] they obviously give different answers for [tex]X(\omega)[/tex] so what does this mean?

Thx

In the "waves" your ω is angular frequency. (T=2π/ω) In PDEs, you are defining it as ordinary frequency. (T=1/ω). I'm not really sure why, in the later case, as the angular frequency definitions are more common.

The reason for factor out front in the first case is to make sure the numbers work out if you do a reverse transform. Suppose you skip the factor.

[tex]x(t) = \int_{-\infty}^{\infty} d\omega e^{i\omega t}X(\omega) = \int_{-\infty}^{\infty} d\omega e^{i\omega t} \int_{-\infty}^{\infty} dt' e^{-i\omega t'} x(t') = \int_{-\infty}^{\infty} dt' \int_{-\infty}^{\infty} d\omega e^{i\omega t} e^{-i\omega t'} x(t') = \int_{-\infty}^{\infty} dt' 2\pi \delta(t-t') x(t') = 2\pi x(t)[/tex]

And that's bad. So one of these has to have a 1/2π in it. Or, alternatively, both of these could be defined to have 1/sqrt(2π). This is purely a matter of choice.

If you have 2π in the exponent, the 2π factor in front of the delta function in the last step goes away, and you are left with x(t)=x(t), so you don't need any factors in definition to fix it.
 
When I was first exposed to this subject, we used the form without the 2π in the exponent, but for the sake of symmetry we used 1/√(2π) as the coefficient for both integrals.
 
Ah I see, thanks :)