[Physics] Fourier Transform and Lattices

crystalsdiscretefourier transformlattice-model

I've been always confused Fourier transforms on lattices because some times a continuous version is used and others a discrete version is used. I don't understand well when should use one or the other. What is the reason for using one or the other in each situation, e.g. when there are periodic boundary conditions or when the system is infinite, or if the system is finite?

As an example in the book "Quantum Field Theory approach to condensed matter physics" in the first chapter the Fourier transform of the density distribution is shown as

$$f (X) = \sum_q f(q) \exp(i q X) \, ,$$

yet, when they show the inverse Fourier transform a few equations later they show

$$f(Q) = \int_V f(X) \exp(-iQX) d^3X \, .$$

Why is it a continuous integral for the inverse but not for the first one? Any help with this question would be greatly appreciated or any source explaining this for several distinct cases would be helpful.

Best Answer

$f(X)$ is a periodic function that has a Fourier series. In other words, $f(X)$ is a periodic function and so its Fourier transform has a spectrum at only discrete values of q. Still the transformed output $\tilde f(q)$ is potentially infinite and non-periodic in q-space. Electrons are not discrete in space but form a spread out cloud. It is assumed the cloud exists on an infinite periodic lattice and hence $f(x)$ can be represented by Fourier series.* Here is a table of Fourier transforms. Periodic can also be interpreted as "finite" in some contexts. $$\begin{align*} f(x)& & \tilde f(q) & & \text{example}\\ \hline\text{continuous},\,\text{infinite} & & \text{continuous},\,\text{infinite} & &\text{FT}\\ \text{continuous},\,\text{periodic} & & \text{discrete},\,\text{infinite} & & \text{F.Series}\\ \text{discrete},\,\text{infinite} & & \text{continuous},\,\text{periodic } & &\text{DTFT}\\ \text{discrete},\,\text{periodic } & & \text{discrete},\,\text{periodic } & &\text{DFT}\\ \end{align*}$$

We are dealing with the 2nd line on this table. If you transform discrete $f(q)$ you will get a periodic $f(x)$. Only in the case were $\tilde f(q)$ is also periodic will one get $f(x)$ being discrete though. If $\tilde f(q)$ is discrete and doesn't vary from point to point, that is called a Dirac comb. A Dirac comb transforms into another Dirac comb. However if you give the individual points on the comb a different scaling factor then it just transforms into a general periodic function.

*It's common to model the electrons as Bloch waves. They consist of a periodic part times a plane wave.

Related Question