Removing part of a beam creates something that was not there. Regeneration is what makes a superposition impossible to explain away as bookkeeping.
🎯 Why this matters
Every later argument that a superposition is physical rather than a confession of ignorance has this shape: take one component away and watch the other appear. Nothing about ignorance behaves like that.§8.2 set up three bases for one two-state system: strangeness, CP, and mass. This section is what happens when you prepare a state in the first and let it propagate in the third.
Strangeness oscillation strangeness oscillation the K⁰ ↔ K̄⁰ case of [[flavour oscillation]], predicted by Gell-Mann and Pais in 1955 and established in 1960. Period ≈ 1.2 ns. defined in §8.3-8.4 — open in glossary was worked out by Gell-Mann and Pais in 1955, before anyone had seen a . The prediction is startling enough that it is worth doing the algebra rather than quoting the answer.
§8.3 The oscillation, derived
🪜 From a pure K⁰ to a beat — Eqs. (8.13)–(8.18)
Step 1 of 5 — the propagating states
Why you may do this: Only states of definite mass have simple time dependence, e^(−i(m − iΓ/2)t). The flavour states do not — they are not eigenstates of anything that propagates. Provided CP is conserved, the propagating states are the CP eigenstates.
This is the step that decides everything. A state is "simple" only in the basis where the Hamiltonian is diagonal, and that is not the basis strong interactions produce.
Bettini pp. 320–321. The mesons are treated as stable here; damping is put back below.
The angular frequency of the beat is itself, in natural units. So the period is
The oscillation period, from the mass difference alone. In natural units the beat frequency IS the mass splitting — no other quantity enters.
Every symbol, one at a time
Hover or tap a symbol above — it lights up in the equation and its meaning, units and type appear here.
and for a 10 GeV beam () the first maximum of the appearance sits at m from the target. The apparatus is a few metres of empty space.
⚠️ The beat gives |Δm|, never its sign
Every expression above contains only inside a cosine or a sine squared, both of which are even. No oscillation measurement can tell you which of and is heavier.
The sign comes from somewhere else entirely. A kaon beam crossing matter has a refractive index — the same physics as light, with forward scattering amplitudes in place of polarizability — and that index depends on in both magnitude and sign. The answer is : the heavier neutral kaon is the longer-lived one.
That is not a definition and not a convention. It is a measurement, and for the the corresponding statement genuinely is a convention ( by construction), which is exactly the kind of thing that gets copied across systems incorrectly.
How do you even see it?
You cannot use the pion channels. and select CP, not strangeness — a tells you the beam contained a , which is true of and equally. To watch strangeness oscillate you need a decay that couples to the flavour basis, and the semileptonic decays do, because of the ΔS = ΔQ rule ΔS = ΔQ rule in a semileptonic decay, the change in the hadrons' strangeness equals the change in their charge. It follows from having a single W vertex, and it is what makes the charged lepton's sign a flavour tag. defined in §8.3-8.4 — open in glossary , which follows directly from having one W vertex:
| state↕ | quark decay↕ | allowed↕ | forbidden↕ |
|---|---|---|---|
A positive lepton means the meson was a at the moment it decayed; a negative lepton means it was a . And the channels are generous — 39 % and 27 % of decays go to and — so there is no statistics problem.
💡 What this really says — the same system, two incompatible readouts
It is worth being explicit about what just happened, because it recurs constantly and it is the practical face of the whole two-basis story.
There is one particle in the beam. Which question you can answer about it depends entirely on which decay you look at:
- watch or , and you learn its CP;
- watch , and you learn its strangeness.
These are not two measurements of the same quantity with different precision. They are measurements of non-commuting observables, and each destroys the information the other would have given. A kaon that decayed to two pions has told you nothing about whether it was a or a — not because the apparatus was inadequate, but because the state it decayed from was an equal superposition of both.
So “how do I observe the oscillation?” is really “which decay channel has an eigenbasis aligned with the question I am asking?” — and the answer, given by the rule, is the semileptonic one.
The same logic governs §8.6’s B-meson measurements, where the tagging decay and the CP decay must be different decays of different mesons, precisely because one meson cannot supply both answers.
Putting the damping back
Real kaons decay, and the shorter lifetime kills the oscillation quickly. The full expressions are Eq. (8.21), which §8.1 already stated:
Survival and appearance — one equation, four systems
- survival — still K⁰
- appearance — now K⁰-bar
- P₊ + P₋ — decay alone, no mixing
K⁰. The only system whose two eigenstates have wildly different lifetimes — 89.5 ps against 51.2 ns, a factor 571. The oscillation is damped away long before one period is complete, so you see less than a quarter of a cycle.
The dashed curve is pure exponential decay — what would happen with no mixing at all. The two solid curves always sum to it: mixing redistributes the survivors between the two flavours, it does not change how many there are.
What is actually measured is the charge asymmetry — the difference between the numbers of positive and negative leptons, normalised to their sum:
What a detector actually records. The flavour of the decaying meson is not observable, but the CHARGE of the lepton it produces is — and that is enough.
Every symbol, one at a time
Hover or tap a symbol above — it lights up in the equation and its meaning, units and type appear here.
a damped oscillation whose envelope is set by half the short width — because the interference term involves one amplitude of each eigenstate, not two.
- δ(t) = 2e^(−Γ_S t/2) cos(Δm t)
- envelope ±2e^(−Γ_S t/2)
- the residual: 2 Re ε = 3.2 × 10⁻³
what the charge asymmetry gives you
import numpy as np
GS, GL, dm = 1/89.54, 1/51.16e3, 5.293e-3 # ps^-1
print("the envelope 2 exp(-Gamma_S t/2), and the asymmetry itself:")
for t_ns in (0.1, 0.3, 0.5, 0.7, 1.0):
t = t_ns*1000
a, b = np.exp(-GS*t), np.exp(-GL*t)
x = 2*np.exp(-(GS+GL)*t/2)*np.cos(dm*t)
print(f" t = {t_ns:3.1f} ns envelope {2*np.exp(-GS*t/2):6.4f} delta = {x/(a+b):+.3f}")
print("\nso the +-0.08 vertical scale of Fig. 8.2 is simply where the envelope")
print("sits once the K_S has mostly gone -- around t = 0.5 to 0.7 ns.")
print("\nthe fit gives two numbers at once:")
print(f" the ENVELOPE decay rate -> Gamma_S, hence tau_S = {1/GS:.1f} ps")
print(f" the oscillation frequency -> |Delta m| = {dm:.3e} ps^-1")
print(f" period T = 2 pi / |Delta m| = {2*np.pi/dm/1000:.3f} ns")
print("\nand one number the fit did NOT expect:")
print( " at late times only K_L survive, both flavour amplitudes should be")
print( " equal and delta should go to ZERO. it does not. it settles at")
print(f" 2 Re(eps) = {2*1.596e-3:.1e} -- the K_L is not a CP eigenstate.") the envelope 2 exp(-Gamma_S t/2), and the asymmetry itself: t = 0.1 ns envelope 1.1442 delta = +0.744 t = 0.3 ns envelope 0.3745 delta = -0.006 t = 0.5 ns envelope 0.1226 delta = -0.108 t = 0.7 ns envelope 0.0401 delta = -0.034 t = 1.0 ns envelope 0.0075 delta = +0.004 so the +-0.08 vertical scale of Fig. 8.2 is simply where the envelope sits once the K_S has mostly gone -- around t = 0.5 to 0.7 ns. the fit gives two numbers at once: the ENVELOPE decay rate -> Gamma_S, hence tau_S = 89.5 ps the oscillation frequency -> |Delta m| = 5.293e-03 ps^-1 period T = 2 pi / |Delta m| = 1.187 ns and one number the fit did NOT expect: at late times only K_L survive, both flavour amplitudes should be equal and delta should go to ZERO. it does not. it settles at 2 Re(eps) = 3.2e-03 -- the K_L is not a CP eigenstate.
That last line is the whole of §8.5 arriving early. Look at the green line in the plot: at times long compared with the beam is pure , and if the were the CP eigenstate it would contain and in exactly equal measure, so would relax to zero. It does not. It settles at .
§8.4 Regeneration — the experiment that made it credible
A prediction this strange needs a test that cannot be explained any other way, and Pais and Piccioni proposed one in 1955: regeneration regeneration passing a pure K_L beam through an absorber that removes K̄⁰ more strongly than K⁰, so that a K_S component reappears downstream. Pais and Piccioni's proof that the long-lived state is a coherent superposition and not a statistical mixture. defined in §8.3-8.4 — open in glossary . Piccioni and collaborators performed it in 1960.
The logic is four steps of bookkeeping, and the arithmetic is exact:
🪜 Regeneration, in four projections
Step 1 of 5 — produce a K⁰
Why you may do this: π⁻p → K⁰Λ is a strong reaction, so it makes a state of definite strangeness — which is an equal superposition of the two things that propagate.
Bettini §8.4, with an idealised absorber that removes K̄⁰ completely and transmits K⁰ untouched. The real one is imperfect, which changes the numbers but not the argument.
Click a numbered marker for what that piece does.
🔬 Experiment card — Pais and Piccioni (proposed 1955); Muller, Birge, Fowler, Good, Hubbard, Matthews, Powell, Ross and Piccioni (1960)
Apparatus
A beam on a thin target producing ; a drift space of order a metre in which the short-lived component decays away; a slab of material as an absorber; and a detector downstream watching for two-pion decays. The 1960 realisation used a hydrogen bubble chamber, so production, flight and regeneration were all visible in one photograph.What is measured
The rate of decays as a function of distance. It is large just after the target, falls to zero over a few centimetres of , stays at zero through the drift space — and then, immediately downstream of the absorber, comes back.The result
Two-pion decays reappear after the absorber, at roughly an eighth of their original intensity. The short-lived state, which had entirely decayed, is present again.What it proved
That and are coherent superpositions of and , and not a statistical mixture of two kinds of particle. A mixture cannot be regenerated: removing half of a bag of red and blue balls leaves you with fewer balls, not with a new colour. Only amplitudes can be rotated by subtraction.It also established the Gell-Mann–Pais picture as physics rather than bookkeeping, and it is the reason the whole two-basis language of this chapter is taken literally.
⚙️ Engineer’s bridge — blocking one arm of an interferometer makes a dark fringe bright
This is the deepest idea in the section and it is not really about kaons.
Ask what the beam is in the drift region, after the two-pion decays have stopped. Two descriptions:
- (a) a coherent superposition, — a pure ;
- (b) a statistical mixture, half and half , decided particle by particle.
Every measurement that asks only ” or ?” gives the same answer for both. Count semileptonic decays and you get equal numbers of each sign either way.
But the two-pion rate already separates them. In description (b) every single particle is a flavour eigenstate, and a flavour eigenstate is half — so a mixture would go on producing decays for ever, at a rate set by and never reaching zero. It is observed to reach zero. In description (a) the two amplitudes carried by and cancel exactly, and the two-pion channel closes.
So the absence of decays in the drift region is not an absence of particles. It is an interference null.
And that is what the absorber proves, by destroying it. Remove the amplitude and there is nothing left to cancel against, so the component reappears and two-pion decays come back. The sequence — present, absent, present again — is impossible for a mixture, because a mixture that gave after the absorber would have been giving before it.
An engineer has seen exactly this. Set up a two-arm interferometer, find a dark fringe, and then block one arm: the dark fringe gets brighter. Nothing was added; a cancellation was removed. Anyone who has debugged a null in a differential measurement knows the same move — you break the symmetry deliberately to prove the null was cancellation and not just absent signal.
The same distinction, in other clothes: a random bit versus a qubit in , indistinguishable in the computational basis and trivially different in the rotated one; incoherent versus coherent light; noise versus signal of unknown phase. In every case, phase information survives in a superposition and is absent in a mixture, and the experiment that recovers it is the one that proves which you had.
Pais and Piccioni’s proposal is that argument made macroscopic, in 1955, with a lump of matter and a metre of empty space.
Where it breaks: an interferometer arm is blocked by a shutter you can open again, and the “which-path” information is destroyed rather than the beam.
Here the absorber works only because nuclear matter treats K⁰ and K̄⁰ differently — the K̄⁰ can make a hyperon on a nucleon and the K⁰ cannot — so a flavour-blind absorber would regenerate nothing at all. The process is also irreversible and lossy in a way a shutter is not: most of the beam is simply absorbed, and the regenerated K_S amplitude is small. So the analogy is exact about what is being demonstrated — superposition versus mixture — and misleading about the cost. You do not block one arm; you destroy most of the beam and read the interference in what survives.
Aside — Question 8.2, and the three-polarizer paradox
Is the analogy with two pairs of perpendicular polarization axes at 45° correct? Design a regeneration experiment with linear polarizers.
The analogy is exact for the basis structure. Take for and at 45° for ; the relation is Eq. (8.14) verbatim.
The experiment is the three-polarizer demonstration, run in exactly the order of the StepThrough above:
- Send -polarized light — a pure "".
- Pass it through a polarizer along (45°). This removes the component, the analogue of the decaying away. Intensity drops to 1/2, and the light is now purely .
- Now insert a polarizer along — the analogue of the absorber that removes . Naively this should block everything, since light “contains no ”. It does not: , so the -polarizer transmits 1/4 of the original.
- Analyse along : you find 1/8 of the original intensity — light in a polarization that was completely removed at step 2. Regenerated.
That is the same 1 → ½ → ¼ → ⅛ chain, and it is the classic “insert a third polarizer between two crossed ones and light gets through” demonstration.
Where the analogy stops. In vacuum both light polarizations travel at the same speed, so nothing oscillates — the optical analogue of §8.3 needs a birefringent medium, where the two polarizations have different refractive indices and hence different phase velocities. Different phase velocity is exactly what different mass means here. So: birefringence ↔ , and a wave plate is a length of kaon beam.
🔑 If you remember only three things
-
A metre of vacuum is enough. The oscillation length here is laboratory scale, which is why this system and no other became the testbed.
-
Absorption is not destruction. Blocking one component leaves a state that is an eigenstate of nothing, so decays reappear that had already stopped.
-
The experiment was proposed five years before it was performed. The idea was complete in 1955 and the beams were not.
Where this goes next
The charge-asymmetry plot has already given the game away. §8.5 takes the residual seriously: Christenson, Cronin, Fitch and Turlay look for — a decay that CP forbids outright — and find it, two times in a thousand. The and are therefore not the CP eigenstates after all, and the size of the impurity is the parameter .
✅ Check yourself — oscillation and regeneration
0/6 answered · 0 correct
1.Why can't you observe strangeness oscillation by watching the pion decay channels?
2.The measured charge asymmetry δ(t) does not relax to zero at late times. What does that mean?
3.Track the intensity through the Pais–Piccioni experiment. Starting from 1, what fraction ends up as regenerated K₁⁰?
4.Why can no statistical mixture of K⁰ and K̄⁰ reproduce the observed sequence of 2π decay rates?
5.Question 8.2 asks you to design a regeneration experiment with polarizers. What is it, and where does the analogy break down?
6.Every expression for the oscillation contains Δm inside a cosine or a squared sine. What follows?