[Physics] Difference between single and double slit diffraction pattern

double-slit-experimentvisible-light

I'm trying to understand the diffraction pattern for a single slit compared to a double slit. I understand that the wavelets passing through the slit diffract and interfere with each other producing a pattern. Why is the central maximum double the width, and why do the intensity of the maximum's diminish compared to that of the double slit pattern?

Best Answer

I boil everything down to Fourier transforms and I'll refer to the useful Wikipedia article several times. I won't care about pre-factors in the Fourier transforms for the sake of simplicity. You can look them up in the referred transforms.

First, consider the single slit with width a, it has the function rect(ax) and the Fourier transform sinc(x/a) (No. 201). Square it (Intensity) and you get the diffraction pattern.

Second, the double slit. It is basically a convolution (I denote it by ** and multiplication by *) of two delta functions δ(x-d/2)+δ(x+d/2) for the positions of the slits spaced by d and the box function rect(ax) giving the single slit(s): f(x)=(δ(x-d/2)+δ(x+d/2))**rect(ax). Now the FT of the two delta functions is either directly the reverse of No. 304 or you can compute it as the sum of two shifted delta functions (shift theorem No. 102 and delta function No. 302). So FT[(δ(x-d/2)+δ(x+d/2))]=cos(dx).

By the convolution theorem (No 108) we get that FT[g(x)**h(x)]=FT[g(x)]*FT[h(x)] and thus the resulting FT[f(x)]=cos(dx)*sinc(x/a). Since the pattern displays the intensity which is the square of the field we have to square everything and get the resulting interference pattern.

Now, computing the minima is just maths and property of the sinc² function resp. the cos². It turns out that the sinc²function has minima wheresin² has minima (i.e. where sin is zero, with π periodicity) except for zero because of the definition of sinc that is 1 there. This explains the double width of the central maximum. The `cos², however, has equally spaced minima (π periodicity again)

If you have infinitely small slits, you just get a uniform fourier transform and thus the double slit would be just the cos².

Related Question