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:
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:
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:
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:
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:
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:
Step 2. The angular integral is the integral representation of the Bessel function:
Step 3. The radial integral uses the identity ∫0a ρ J0(qρ) dρ = (a/q)J1(qa):
Result:
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:
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):
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:
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:
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:
where δ = 4πnd cosθ/λ is the round-trip phase and F is the coefficient of finesse. The free spectral range (FSR) and finesse are:
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
PythonClick Run to execute the Python code
Code will be executed with Python 3 on the server