2.3.6 · D3Modern Physics

Worked examples — Davisson-Germer experiment — electron diffraction

2,735 words12 min readBack to topic

Before anything, the symbols we will lean on constantly. Each is defined in plain words and pinned to the picture below.

Figure — Davisson-Germer experiment — electron diffraction

Read the figure carefully — every example below is this one picture with different numbers. The blue arrow (top-left) is the incident beam skimming in toward the surface. The yellow dots on the white line are the surface atoms, spaced apart. The pink arrow leaving the middle atom is the ray that reaches the detector, tilted by the angle (the pink arc). The short yellow double-arrow at the bottom marks the spacing . The key thing to read off the picture: a wave scattering from the next atom along travels an extra distance before heading to the detector — that extra path is what must equal for a bright peak.


The scenario matrix

Every case class this topic can throw at you:

Cell Case class What makes it tricky Example
A Standard forward () the baseline, both roads must agree Ex 1
B Reverse (measure ) run the formula backwards Ex 2
C Different voltage / limiting large peak moves; check it stays real Ex 3
D Degenerate: peak disappears () no solution — must say so Ex 4
E Grating vs Bragg convention clash which angle reference? relate and Ex 5
F Relativistic edge case (high kV) when does break? Ex 6
G Real-world word problem (electron microscope) translate words → same formula Ex 7
H Exam twist: proton, not electron mass changes everything Ex 8

Ex 1 — Cell A: standard forward pass


Ex 2 — Cell B: reverse pass (peak → voltage)


Ex 3 — Cell C: raise the voltage, watch the peak slide

Figure — Davisson-Germer experiment — electron diffraction

Ex 4 — Cell D: the degenerate case (no peak at all)


Ex 5 — Cell E: grating angle vs Bragg angle

Figure — Davisson-Germer experiment — electron diffraction

Ex 6 — Cell F: relativistic edge case


Ex 7 — Cell G: real-world word problem (electron microscope)


Ex 8 — Cell H: exam twist — proton instead of electron


Recall Which cell does each trap belong to?

Peak vanishes because ::: Cell D (degenerate) Feeding beam-to-surface straight into Bragg's law ::: Cell E (convention clash) Using for a proton ::: Cell H (mass-dependent constant) Quoting the raw ratio as the wavelength error ::: Cell F — the true error is one quarter of it

See also: Wave-particle duality, Photoelectric effect, Heisenberg uncertainty principle, and the parent Davisson–Germer topic note.