Competing definitions of the Fourier transform

AxiomOfChoice
Messages
531
Reaction score
1
Just began a serious study of the Fourier transform with a couple of books. One of them defines the Fourier transform on \mathbb R as

<br /> \hat f(\xi) = \frac{1}{\sqrt{2\pi}} \int_{-\infty}^\infty f(x) e^{-i\xi x}dx.<br />

Another defines it as

<br /> \hat f(\xi) = \int_{-\infty}^\infty f(x) e^{-2\pi i \xi x} dx.<br />

A few questions:

(1) Are these definitions somehow equivalent? I cannot seem to obtain the second from the first by making a simple change of variables.

(2) Why worry about the factors of 2\pi in the definitions? What does that do for us? Why not leave those out altogether?
 
Physics news on Phys.org
See M.L.Boas - "Mathematical Methods" for disambiguation. I had the same problem and it really helped me.
 
The definitions are equivalent, and the factor of 1/\sqrt{2\pi} is added into ensure that applying the transform and its inverse doesn't mulitply the result by a constant factor other than 1. You need to know whether the 2\pi is in the exponential or not to figure out this normalization constant.
 
AxiomOfChoice said:
(2) Why worry about the factors of 2\pi in the definitions? What does that do for us? Why not leave those out altogether?

If you leave them out of the definition of the Fourier transform, they appear in the inverse transform. If you try to leave them all out, then IFT ( FT [ f(x) ] ) doesn't equal f(x).

Unfortunately there isn't an "obvious" place to put the ##2\pi## that everybody agrees on, so you have to check what convention any particular book or paper is using.

Similar issues apply to the discrete Fourier transform, and computer software routines that calculate it. There you also have to watch out for factors of n and 1/n, where n is the number of samples in the DFT.
 
Oh. that is easily solved. Make change of variables in the familiar transform you understand clearly to include the 2\pi in the exponent, THEN see if the product of coefficients of Fourier and inverse Fourier transforms gives the factor claimed. if they are the same, this is correct, if it is not, it got to be wrong.
 
Back
Top