Part II, Chapter 2

Wave Optics

When the wavelength of light is comparable to the size of apertures and obstacles, diffraction and interference phenomena dominate, demanding a full wave treatment.

2.1 The Huygens-Fresnel Principle

Christiaan Huygens (1678) proposed that every point on a wavefront acts as a source of secondary spherical wavelets. Fresnel (1818) added the crucial ingredient of interference between these wavelets, producing the Huygens-Fresnel diffraction integral:

$$U(P) = \frac{1}{i\lambda} \iint_{\Sigma} U(Q)\, \frac{e^{ikr}}{r}\, K(\chi)\, dS$$

where U(Q) is the field at point Q on the aperture Σ, r is the distance from Q to the observation point P, k = 2π/λ, and K(χ) is the obliquity factor. Kirchhoff later placed this on rigorous mathematical footing using Green's theorem.

2.1.1 Fresnel Zones

The aperture can be divided into annular Fresnel zones, where successive zones contribute with alternating phase. The m-th zone boundary has radius:

$$r_m = \sqrt{m \lambda z}$$

where z is the distance to the observation point. A zone plate that blocks every other zone acts as a focusing element, with focal length f = r1²/λ.

2.2 Fraunhofer (Far-Field) Diffraction

When the observation point is far from the aperture (or equivalently, with a focusing lens), the quadratic phase terms vanish and the diffraction pattern is the Fourier transform of the aperture function:

$$U(u, v) \propto \iint t(x, y)\, e^{-i(ux + vy)}\, dx\, dy$$

where u = kx′/z, v = ky′/z are spatial frequencies and t(x,y) is the aperture transmission function.

2.2.1 Single Slit

For a slit of width b, the Fraunhofer pattern is the sinc function:

$$I(\theta) = I_0 \operatorname{sinc}^2\!\left(\frac{\pi b \sin\theta}{\lambda}\right)$$

The first zeros occur at sinθ = ±λ/b. The central maximum contains 84% of the total power.

2.2.2 Circular Aperture — The Airy Pattern

For a circular aperture of radius a, the diffraction pattern involves the first-order Bessel function:

$$I(\theta) = I_0 \left[\frac{2J_1(ka\sin\theta)}{ka\sin\theta}\right]^2$$

Derivation: Airy Pattern

Step 1. The aperture function is a disk of radius a: t(ρ) = 1 for ρ ≤ a, else 0. In polar coordinates the Fraunhofer integral becomes:

$$U(q) \propto \int_0^a \int_0^{2\pi} e^{-iq\rho\cos\phi}\, \rho\, d\phi\, d\rho$$

Step 2. The angular integral is the integral representation of the Bessel function:

$$\int_0^{2\pi} e^{-iq\rho\cos\phi} d\phi = 2\pi J_0(q\rho)$$

Step 3. The radial integral uses the identity ∫0a ρ J0(qρ) dρ = (a/q)J1(qa):

Result:

$$U(q) \propto \frac{2J_1(qa)}{qa}, \quad I(q) = I_0 \left[\frac{2J_1(qa)}{qa}\right]^2$$

where q = k sinθ. The first zero of J1 is at qa = 3.8317, giving the angular radius of the Airy disk: sinθ = 1.22λ/(2a).

2.3 Fresnel (Near-Field) Diffraction

When the observation distance z is not large enough to neglect the quadratic phase, we must retain the Fresnel approximation:

$$U(x', y') \propto \iint t(x,y)\, e^{i\frac{k}{2z}[(x'-x)^2 + (y'-y)^2]}\, dx\, dy$$

This is a convolution with a quadratic phase factor, equivalent to propagation via a paraxial Green's function. The Fresnel number N = a²/(λz) determines the regime: N >> 1 is geometrical optics, N ∼ 1 is Fresnel diffraction, and N << 1 is Fraunhofer diffraction.

2.3.1 Straight Edge Diffraction

The diffraction pattern from a straight edge involves Fresnel integrals C(w) and S(w):

$$C(w) = \int_0^w \cos\!\left(\frac{\pi t^2}{2}\right) dt, \quad S(w) = \int_0^w \sin\!\left(\frac{\pi t^2}{2}\right) dt$$

The Cornu spiral in the complex plane (C(w) + iS(w)) provides an elegant graphical construction for computing Fresnel diffraction patterns.

2.4 Resolution Limits

2.4.1 Rayleigh Criterion

Lord Rayleigh proposed that two point sources are just resolved when the central maximum of one coincides with the first minimum of the other. For a circular aperture of diameter D:

$$\theta_{\min} = 1.22 \frac{\lambda}{D}$$

This sets a fundamental limit on the angular resolution of telescopes, microscopes, and imaging systems. A 10-cm telescope at 550 nm has θmin ≈ 1.3 arcseconds.

2.4.2 Sparrow Criterion

A more aggressive criterion: two sources are resolved when the combined intensity pattern has zero second derivative at the midpoint. This gives a slightly smaller limit than Rayleigh.

2.5 Thin Film Interference

When light reflects from a thin dielectric film of thickness d and refractive index nf, the two reflected beams interfere. The phase difference (including the π phase shift at one interface) is:

$$\Delta\phi = \frac{4\pi n_f d \cos\theta_f}{\lambda} + \pi$$

Constructive interference (maximum reflection) occurs when Δφ = 2mπ, and destructive interference (antireflection) when Δφ = (2m+1)π. A quarter-wave coating (nfd = λ/4) with nf = √(ns) eliminates reflection from a substrate of index ns.

2.5.1 Fabry-Perot Interferometer

A pair of parallel partially reflecting mirrors forms a Fabry-Perot etalon. The transmitted intensity is given by the Airy function:

$$T = \frac{1}{1 + F \sin^2(\delta/2)}, \qquad F = \frac{4R}{(1-R)^2}$$

where δ = 4πnd cosθ/λ is the round-trip phase and F is the coefficient of finesse. The free spectral range (FSR) and finesse are:

$$\text{FSR} = \frac{c}{2nd}, \qquad \mathcal{F} = \frac{\pi\sqrt{R}}{1-R}$$

2.6 Python Simulation: Diffraction Patterns

This simulation computes and visualizes the Airy pattern, single-slit diffraction, Fabry-Perot transmission, and Fresnel diffraction from a straight edge.

Wave Optics: Diffraction & Interference Patterns

Python
script.py92 lines

Click Run to execute the Python code

Code will be executed with Python 3 on the server