Lesson 11 of 15

Photon Energy and the Photoelectric Effect

Photon Energy and the Photoelectric Effect

Light is not only a wave — it also behaves as a stream of discrete energy packets called photons. The energy of each photon depends on its frequency (or equivalently, its wavelength).

Photon Energy

E=hf=hcλE = hf = \frac{hc}{\lambda}

Where:

  • h=6.626×1034J\cdotpsh = 6.626 \times 10^{-34}\,\text{J·s} is Planck's constant
  • ff is the frequency in Hz
  • c=3×108m/sc = 3 \times 10^8\,\text{m/s} is the speed of light
  • λ\lambda is the wavelength in meters

In electron-volts (1eV=1.602×1019J1\,\text{eV} = 1.602 \times 10^{-19}\,\text{J}):

EeV=hcλeE_{\text{eV}} = \frac{hc}{\lambda \cdot e}

Visible light energies:

ColorWavelength (nm)Energy (eV)
Red7001.77
Yellow5892.11
Green5502.26
Violet4003.10

The Photoelectric Effect

Einstein's 1905 explanation of the photoelectric effect earned him the Nobel Prize: when light shines on a metal, electrons are ejected only if the photon energy exceeds the metal's work function ϕ\phi.

The maximum kinetic energy of ejected electrons is:

KEmax=hfϕ=hcλϕKE_{\max} = hf - \phi = \frac{hc}{\lambda} - \phi

Key observations:

  • No electrons are emitted below a threshold frequency, regardless of intensity.
  • Above threshold, KEmaxKE_{\max} depends only on frequency, not intensity.
  • Intensity determines the number of ejected electrons, not their energy.

Example: UV light at λ=200nm\lambda = 200\,\text{nm} on sodium (ϕ=2.3eV\phi = 2.3\,\text{eV}):

E=hcλ6.2eVE = \frac{hc}{\lambda} \approx 6.2\,\text{eV} KEmax=6.22.3=3.9eVKE_{\max} = 6.2 - 2.3 = 3.9\,\text{eV}

Your Task

Implement the two functions. Use h=6.626×1034J\cdotpsh = 6.626 \times 10^{-34}\,\text{J·s}, c=3×108m/sc = 3 \times 10^8\,\text{m/s}, e=1.602×1019J/eVe = 1.602 \times 10^{-19}\,\text{J/eV}.

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