Proof: Fourier Transform of f(x) = f(-x)

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
Chen
Messages
976
Reaction score
1
How can I prove that doing a Fourier transform on a function f(x) twice gives back f(-x)?

Thanks..
 
Physics news on Phys.org
I think you're asking about the double integral

[tex]\int_{-\infty}^{\infty} e^{i kx} dk \int_{-\infty}^{\infty}e^{ikx'} f(x')dx'[/tex]

If so, then the outer integral

[tex]\int_{-\infty}^{\infty}e^{i k (x+x')} dk = \delta (x+x')[/tex]

i.e. the Dirac delta function and you arrive at your result upon evaluating the inner integral. (That's ignoring factors of [itex]2\pi[/itex] which I am sure you can handle!)
 
Last edited:
I should hope so. Thanks!