Lesson 14 of 15

Dispersion and the Cauchy Equation

Dispersion and the Cauchy Equation

Dispersion is the variation of a material's refractive index with wavelength. It is the reason a prism separates white light into a spectrum, and the reason rainbows exist.

Why Dispersion Occurs

In a dielectric material, the refractive index arises from the interaction of light with bound electrons. The electrons have natural resonance frequencies; light near these frequencies is affected more strongly. In the visible range (away from resonances), shorter wavelengths (blue/violet) experience a higher refractive index than longer wavelengths (red) — this is called normal dispersion.

The Cauchy Equation

An empirical formula that fits the refractive index of many transparent materials across the visible spectrum:

n(λ)=A+Bλ2n(\lambda) = A + \frac{B}{\lambda^2}

Where λ\lambda is the wavelength in nm and AA, BB are material constants:

MaterialAABB (nm²)
Crown glass1.52204590
Flint glass1.603810700
Fused silica1.45803540

The Cauchy equation shows that nn increases as λ\lambda decreases — blue light bends more than red light, explaining prismatic dispersion.

Dispersion: Rate of Change of n

The dispersion dn/dλdn/d\lambda tells us how rapidly the refractive index changes with wavelength:

dndλ=2Bλ3\frac{dn}{d\lambda} = -\frac{2B}{\lambda^3}

The negative sign confirms that nn decreases as λ\lambda increases (normal dispersion). A larger magnitude of dn/dλdn/d\lambda means stronger dispersion — colors separate more.

Example: Crown glass at λ=550nm\lambda = 550\,\text{nm}:

n(550)=1.5+500055021.5165n(550) = 1.5 + \frac{5000}{550^2} \approx 1.5165

dndλ550=2×500055036.01×105nm1\frac{dn}{d\lambda}\bigg|_{550} = -\frac{2 \times 5000}{550^3} \approx -6.01 \times 10^{-5}\,\text{nm}^{-1}

Your Task

Implement the Cauchy equation and its derivative. Wavelengths are in nm; BB has units of nm².

Python runtime loading...
Loading...
Click "Run" to execute your code.