|q⟩ Bad Qubits

beginner · Physics · Waves, Light & Classical Background

Checkpoint: Classical Waves Recap

This checkpoint pulls together the key ideas from Module 4 — oscillations, wave quantities, superposition, and interference — and asks you to apply them in a single calculation.

Wave quantities at a glance

A monochromatic plane wave of wavelength λ\lambda and period TT is described by

y(x,t)=Acos(kxωt+φ),y(x, t) = A\cos(kx - \omega t + \varphi),

where the wave number k=2π/λk = 2\pi/\lambda, the angular frequency ω=2π/T=2πf\omega = 2\pi/T = 2\pi f, and the wave speed v=λf=ω/kv = \lambda f = \omega / k. Every wave you encounter in this module — mechanical or electromagnetic — is characterised by exactly these four quantities, plus an amplitude AA and an initial phase φ\varphi.

Path-length difference and the interference condition

When two coherent, in-phase waves travel different distances to the same point, the extra distance one wave travels is the path-length difference Δ\Delta\ell. The phase difference that results is

δ=2πλΔ.\delta = \frac{2\pi}{\lambda}\,\Delta\ell.

Bright fringes (constructive interference) occur when δ=2πm\delta = 2\pi m, i.e. when

Δ=mλ,m=0,±1,±2,\Delta\ell = m\lambda, \quad m = 0, \pm 1, \pm 2, \ldots

Dark fringes (destructive interference) occur when δ=(2m+1)π\delta = (2m+1)\pi, i.e. when

Δ=(m+12)λ.\Delta\ell = \left(m + \tfrac{1}{2}\right)\lambda.

For a double-slit geometry with slit separation dd, the path-length difference to a point at angle θ\theta from the central axis is Δ=dsinθ\Delta\ell = d\sin\theta (exact for plane waves; derived by dropping a perpendicular from the farther slit to the wave-front reaching the closer slit).

Fringe spacing on a distant screen

In the small-angle limit (θ1\theta \ll 1, equivalently yLy \ll L), sinθtanθ=y/L\sin\theta \approx \tan\theta = y/L, where yy is the transverse displacement on the screen. Substituting into the constructive-interference condition dsinθm=mλd\sin\theta_m = m\lambda gives the position of the mm-th bright fringe:

ym=mλLd.y_m = \frac{m\lambda L}{d}.

Consecutive bright fringes are therefore uniformly spaced by

Δy=ym+1ym=λLd.\Delta y = y_{m+1} - y_m = \frac{\lambda L}{d}.

This single formula encodes the entire module: a larger wavelength or a longer throw LL spreads the fringes further apart; a wider slit separation dd crowds them together.

Numerical check

As a concrete example, take λ=500nm\lambda = 500\,\text{nm}, d=0.25mmd = 0.25\,\text{mm}, L=1.0mL = 1.0\,\text{m}:

= \frac{5.0 \times 10^{-7}}{2.5 \times 10^{-4}}\,\text{m} = 2.0 \times 10^{-3}\,\text{m} = 2.0\,\text{mm}.$$ These numbers are typical of a visible-light optical bench experiment, confirming that the formula gives a physically reasonable answer. ## Try it This is a numerical exercise — your code should `return` a number (the fringe spacing in millimetres). Use the fringe-spacing formula $\Delta y = \lambda L / d$ with the values given in the starter code. <RunnableExample />

Sign in on the full site to ask questions and join the discussion.