Fourier transform is real if $f$

1.4k Views Asked by At

I want to prove that the Fourier transform $F(\xi)$ of a function $f$ will be a real function when, and only when, $f(x)$ is an even function.

I'm using the following definition of Fourier transform: $F(\xi) = \int_{-\infty}^{\infty} \! e^{-2x\pi i \xi}f(x) \, \mathrm{d}x$. I have problems trying to prove that $f$ is even. Can you gimme a hand? I'm trying to prove that $\int_a^b \! \sin(2\xi x\pi) f(x) \, \mathrm{d}x=0$ implies $f$ even. Would the periodicity of the sin function help?

1

There are 1 best solutions below

1
On

$f(x) = f_{odd}(x) + f_{even}(x)$

$e^{-2 x \pi i \xi} = \cos(2 x \pi \xi) - i\sin(2 x \pi \xi)$

$\int e^{-2 x \pi i \xi} f(x) = ...$

$\int \cos(2 x \pi \xi) f_{even}(x) - i \int \sin(2 x \pi \xi) f_{odd}(x)$,

Where the other terms cancel do to (anti)symmetry. If $f_{odd}(x) = 0$, then you are left with only a real result; else you will have an imaginary component in the final integral.