DEV Community

Cover image for The Photoelectric Effect: How Light Knocks Electrons Loose
NovaSolver
NovaSolver

Posted on • Originally published at novasolver.jp

The Photoelectric Effect: How Light Knocks Electrons Loose

Shine a bright red lamp on a clean metal surface and, no matter how powerful the lamp, nothing happens — no electrons leave the metal. Swap in a far dimmer ultraviolet source and electrons start streaming off immediately. This stubborn fact baffled physicists at the turn of the twentieth century. If light were simply a wave, pouring more energy onto the metal by turning up the brightness should eventually shake electrons loose. It never did.

The resolution, supplied by Einstein in 1905, was that light arrives in discrete packets of energy — photons — and that an electron escapes only if a single photon carries enough energy on its own. Brightness adds more photons; it does not make any one of them more energetic. The photoelectric effect is where the particle nature of light stops being an abstraction and becomes something you can measure with a voltmeter.

Why this calculation matters

The photoelectric effect is not a museum piece. It is the working principle behind photomultiplier tubes, light meters, some photodiodes, night-vision intensifiers, and the photoemission spectroscopy used to map the electronic structure of materials. In each case the design question is the same: for a given material and a given wavelength of light, will electrons be emitted, and with how much energy?

It also carries outsized conceptual weight. The effect was the first hard experimental evidence that energy at the atomic scale is exchanged in quanta, and it forced physics to accept that light is both wave and particle. The calculation that ties wavelength, work function, and electron kinetic energy together is short, but understanding it means understanding why a threshold exists at all — and threshold behaviour is the heart of the phenomenon.

The core method

Two quantities meet at the metal surface. The first is the energy delivered by one photon, set entirely by the light's frequency f or, equivalently, its wavelength lambda:

E_photon = h * f = h * c / lambda
Enter fullscreen mode Exit fullscreen mode

Here h is Planck's constant and c is the speed of light. Higher frequency — bluer light — means a more energetic photon. Brightness does not appear in this expression at all; it only sets how many photons arrive per second.

The second quantity is the work function, written phi. It is the minimum energy needed to pull the most loosely bound electron out of that particular metal, and it is a fixed property of the material. Sodium has a low work function; gold and platinum have high ones.

The escape rule is a simple energy balance. If a photon hands its full energy to a single electron, the electron spends phi getting out of the metal and keeps whatever is left as kinetic energy:

KE_max = h * f - phi = h * c / lambda - phi
Enter fullscreen mode Exit fullscreen mode

This is the photoelectric equation. The "max" matters: an electron deeper in the metal loses extra energy on its way out, so KE_max applies to the electrons that escape most cleanly.

The equation also defines a sharp threshold. If the photon energy is below phi, the left side would be negative — there is simply not enough energy to free an electron, and none are emitted, regardless of how intense the light is. The threshold frequency is the frequency at which photon energy exactly equals the work function:

f_threshold = phi / h
Enter fullscreen mode Exit fullscreen mode

In the laboratory, KE_max is usually measured indirectly. A reverse voltage is applied to repel the escaping electrons, and the stopping voltage V_s at which the current just falls to zero satisfies e * V_s = KE_max, turning a kinetic energy into a clean voltage reading.

A worked example

Take violet light of wavelength lambda = 400 nm striking a metal whose work function is phi = 2.0 eV. The constants are h = 6.626e-34 J.s and c = 3e8 m/s.

Step 1 — find the photon energy. Convert the wavelength to metres, 400 nm = 4e-7 m, and substitute:

E_photon = h * c / lambda
E_photon = (6.626e-34 * 3e8) / 4e-7
E_photon = 1.988e-25 / 4e-7
E_photon = 4.97e-19 J
Enter fullscreen mode Exit fullscreen mode

Step 2 — convert to electron-volts so it can be compared directly with the work function:

E_photon = 4.97e-19 J / 1.602e-19 J/eV = 3.10 eV
Enter fullscreen mode Exit fullscreen mode

Step 3 — check the threshold. The photon carries 3.10 eV; the work function is 2.0 eV. Since 3.10 eV comfortably exceeds 2.0 eV, electrons are emitted.

Step 4 — find the maximum kinetic energy. Apply the photoelectric equation:

KE_max = E_photon - phi = 3.10 - 2.0 = 1.10 eV
Enter fullscreen mode Exit fullscreen mode

So each escaping electron leaves with up to 1.10 eV of kinetic energy. Measured another way, the stopping voltage needed to halt that current would be 1.10 V. Notice what would happen if you doubled the lamp's brightness: twice as many electrons would emerge, but each would still cap out at exactly 1.10 eV. To raise the kinetic energy you must change the colour of the light, not its intensity — which is the whole experimental signature of the photon picture.

Common mistakes

Thinking brightness raises the electron energy. It does not. Intensity controls the number of photoelectrons. The maximum kinetic energy is fixed by photon energy minus work function, both independent of brightness.

Ignoring the threshold. Below the threshold frequency, no electrons are emitted at all — there is no "weak emission" that grows with intensity. The effect is genuinely all-or-nothing in frequency.

Mixing joules and electron-volts. Photon energy comes out in joules from h*c/lambda, but work functions are almost always quoted in electron-volts. Convert one to match the other before subtracting, or the result is off by a factor of about 1.6e-19.

Using wavelength and frequency interchangeably without care. They are inversely related through c = f*lambda. A larger wavelength means a lower frequency and a lower photon energy — easy to flip by accident.

Forgetting that KE_max is a maximum. Not every emitted electron carries KE_max. Electrons originating below the surface lose energy escaping, so the measured spread runs from zero up to KE_max.

Try the interactive NovaSolver calculator

The arithmetic is quick, but the threshold behaviour is far easier to feel when you can sweep the light frequency and watch emission switch on and off. The Photoelectric Effect Simulator on NovaSolver lets you set the work function, the light frequency, and the light intensity — or pick a metal preset such as sodium, copper, or gold — and returns the photon energy, the work function, the maximum kinetic energy, the stopping voltage, and a clear emission-status readout showing whether electrons are being ejected at all.

Related calculators

You can browse the rest in the quantum physics tools hub.

Closing note

The photoelectric effect rewards a small calculation with a large idea. The photoelectric equation — KE_max equals photon energy minus work function — is just an energy balance, but it captures why a threshold exists, why colour matters more than brightness, and why light must be granular. Get the unit conversion right, check the threshold before anything else, and remember that KE_max is a ceiling rather than an average. Do that, and a result once strange enough to help launch quantum physics becomes a routine, predictable engineering quantity.

Top comments (0)