144 3. DIFFRACTION
3.4.2 Diffraction on a Slit and Fourier Transformation
The integral for the calculation of the diffraction on a slit in small angle
approximation (Eq. (3.31)), is
u(Y ) C
y
2
d/2
y
1
−d/2
exp −i2π(y/λ)(Y/X) dy, (3.35)
where we used k 2π/λ.We do the following substitutions
v (y/λ),x Y/X, a d/2λ (3.36)
and have
u(x) C
a
2
z
1
exp[−i2π (ν)(x)]dν. (3.37)
To write the integral with integration limits from −∞to ∞we define the function
Q(ν)as
Q(v) 1 for x between − a and a
Q(v) 0 otherwise. (3.38)
We then have
u(x) C
∞
−∞
Q(ν)exp−i2π (ν)(x) dν. (3.39)
The integral u(x) in Eq. (3.39) is the Fourier transform of Q(ν). We may integrate
and obtain
u(x) C
(sin 2πax)/(2πax) (3.40)
similar to that obtained in Eq. (3.40).We havethe result that the Fourier transform
of the slit function Q(v) with opening width a is the function (sin 2πax)/(2πax)
which is sometimes called a sinc-function. When Q(ν) is not the slit function,
but given as a numerical function or a complicated analytical function, one can
not obtain an analytical expression for u(x) but one can calculate the numerical
Fourier transformation. Most computational programs offer Fourier transforma-
tion. In FileFig 3.4 we write a step function for x
i
with i 0 to 255, assuming
that x
i
1for0tod and otherwise 0, and plot x
i
as a function of i/255. Here
we consider only half of the slit and do the Fourier transformation c
j
, shown
as the graph of c
j
depending on j/255, plotted from 0 to 0.5. Since we cover
with the input data only half of the slit, we get only half of the diffraction pat-
tern. However, because the Fourier transformation is real, and we have used
the fast Fourier transformation (FFT), the Fourier transformation c
j
shows only
N 128 points. The inverse Fourier transformation results again in 256 points.
More details on this subject are given in Chapter 9 on Fourier transformations.