Charm reverses the order of every discovery so far in this book: it was demanded by a defect in the theory years before anything at all was seen.
🎯 Why this matters
Predicting a particle changes what an experiment has to prove. Neither group had to argue that their bump was real — that much was obvious — but that it was the predicted one, which is why establishing its quantum numbers took longer than finding it.Strangeness was a surprise. Somebody found particles that were produced quickly and decayed slowly, and a quantum number was invented afterwards to describe what had already been seen.
Charm went the other way round. It was predicted — for a reason that has nothing to do with spectroscopy — and then, four years later, arrived in a way nobody expected, in two laboratories in the same month.
4.9 Why anyone wanted a fourth quark
The argument has no hadrons in it at all. It is about two decays of the same kaon that ought to be comparable and are not.
Bettini p. 162, values from the 2022 Particle Data Group. Two weak decays of the same particle, differing by a factor of 10⁸.
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.
How big is the problem?
import numpy as np
br_nc = 1.14e-10 # K+ -> pi+ nu nubar (neutral current)
br_cc = 3e-2 # K+ -> pi0 e+ nu (charged current)
print(f" BR(K+ -> pi+ nu nubar) = {br_nc:.2e} flavour-changing NEUTRAL current")
print(f" BR(K+ -> pi0 e+ nu) = {br_cc:.2e} flavour-changing charged current")
print(f" ratio = {br_nc/br_cc:.1e}")
print(f" the neutral-current mode is {br_cc/br_nc:.1e} times rarer"
f" -- {np.log10(br_cc/br_nc):.1f} orders of magnitude")
print(" and no symmetry known in 1970 forbade it") BR(K+ -> pi+ nu nubar) = 1.14e-10 flavour-changing NEUTRAL current BR(K+ -> pi0 e+ nu) = 3.00e-02 flavour-changing charged current ratio = 3.8e-09 the neutral-current mode is 2.6e+08 times rarer -- 8.4 orders of magnitude and no symmetry known in 1970 forbade it
In 1970 Sheldon Glashow, John Iliopoulos and Luciano Maiani proposed a way out (the GIM mechanism gim mechanism Glashow, Iliopoulos and Maiani (1970): a fourth quark, charm, introduced to explain why flavour-changing neutral current decays such as K⁺ → π⁺νν̄ are suppressed relative to the charged-current K⁺ → π⁰e⁺ν — by 8.4 orders of magnitude in branching ratio. The c contributes a second amplitude that cancels the first; the residue is set by the mass splitting in the loop, so the measured suppression predicted m_c before any charmed hadron was seen. defined in §4.9 — open in glossary ): add a fourth quark, call it charm, give it charge +2/3, and pair it with the s the way u is paired with d. The neutral-current amplitude then receives a second contribution — the same diagram with c in place of u — which is equal and opposite. The two cancel, and what survives is proportional to the small difference between the two quarks. Chapter 7 does this properly; the whole of §4.9 is what happened when people went looking for the quark it required.
⚙️ Engineer’s bridge — GIM is a differential pair
You have built this circuit. A single-ended amplifier passes everything on its input, wanted signal and common-mode noise alike. Put a matched second device on the other leg and take the difference: the common-mode part cancels to the extent that the two halves match, and what gets through is proportional to the mismatch, not to the signal.
GIM is that, with quarks in the legs. The flavour-changing neutral amplitude gets one term with u in the loop and one with c, with opposite signs and otherwise identical structure. Perfect matching would cancel it exactly; the residue is governed by . That is why the suppression is large but not infinite, and why the size of the residue was a prediction of the charm quark mass — around 1.5 GeV, hence hadrons around 2 GeV.
Where the analogy breaks: in a differential pair you choose the matching. Here the cancellation is forced by unitarity of the mixing matrix — it is a mathematical identity about a rotation, not a design choice. And an op-amp’s CMRR degrades gracefully; here, before charm existed, the “circuit” was not mismatched, it was missing a leg entirely, and the theory did not merely predict poorly — it predicted a rate eight orders of magnitude too large.
What had to be true before anything was found
The GIM model is specific, and this is what makes the next two years a test rather than a search:
| prediction | why it follows |
|---|---|
| needed to cancel the neutral-current amplitude; its mass is fixed by how complete the cancellation has to be | |
| charm is conserved by the strong and electromagnetic interactions, violated by the weak | exactly the pattern strangeness already showed — a flavour quantum number is broken only by the interaction that changes flavour |
| the lightest charmed mesons are 0⁻ and weigh about 2 GeV | a c quark of 1.5 GeV bound to a light antiquark, with the ground state pseudoscalar as it is for K and π |
| they decay weakly, with lifetimes near a picosecond | |
| the favoured quark transition is c → s, so a c gives an s, which is a K⁻ or a K̄⁰ in the final state |
The three charmed pseudoscalar mesons are <strong>D⁰ (cū)</strong>, <strong>D⁺ (cd̄)</strong> and <strong>D<sub>s</sub>⁺ (cs̄)</strong>, all with C = +1; their antiparticles carry C = −1.
Bettini p. 162. The rule is c → s at the quark level; everything else is bookkeeping.
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.
The November Revolution, part one: Ting at Brookhaven
🔬 Experiment card — Aubert et al. (Ting), BNL 1974
Apparatus
A double-arm spectrometer on the AGS proton beam, aimed at a beryllium target. Ting was not looking for charm — he was looking for anything heavy with the quantum numbers of the photon, , on the grounds that such a thing would decay to and could be found by scanning a mass spectrum.What is measured
The momentum and the direction of one positive and one negative particle, one per arm. Assume both are electrons and the pair mass follows. The difficulty is that the pair is almost always : electrons appear once in a million, so the apparatus needs a rejection power against hadrons of better than 10⁸.The result
A spectacular narrow peak at 3100 MeV in , narrower than the instrument could resolve.What it proved
That a hadron exists at 3.1 GeV whose width is under 5 MeV — a hundred times narrower than any resonance of comparable mass had any right to be. Ting called it the J.Click a numbered marker for what that piece does.
The mass of the pair follows from four measured numbers:
🔢 Worked example — where “Γ < 5 MeV” comes from
The published limit on the width is not a measurement of the resonance. It is a measurement of the spectrometer. Take an event with one 5 GeV/c particle in each arm at a total opening angle of 36°, and ask how much the reconstructed mass moves when each input wobbles by a realistic amount.
Reproduce it
import numpy as np
me = 0.000511
p1 = p2 = 5.0 # GeV, one particle per arm
th = 0.6293 # theta1 + theta2, rad
def mass(p1, p2, th):
E1, E2 = np.sqrt(p1**2 + me**2), np.sqrt(p2**2 + me**2)
return np.sqrt(2*me**2 + 2*E1*E2 - 2*p1*p2*np.cos(th))
m = mass(p1, p2, th)
print(f" p1 = {p1} GeV, p2 = {p2} GeV, theta1+theta2 = {th} rad ({np.degrees(th):.1f} deg)")
print(f" m(e+e-) = {m:.4f} GeV")
dp_rel, dth = 1e-3, 1e-3 # 0.1 % per momentum, 1 mrad on the angle
terms = {"p1 (0.1 %)": mass(p1*(1+dp_rel), p2, th) - m,
"p2 (0.1 %)": mass(p1, p2*(1+dp_rel), th) - m,
"angle (1 mrad)": mass(p1, p2, th + dth) - m}
for k, v in terms.items():
print(f" d(m) from {k:15s} = {v*1000:6.2f} MeV")
print(f" added in quadrature: sigma(m) = {np.sqrt(sum(v**2 for v in terms.values()))*1000:.1f} MeV")
print(" the ANGLE dominates, and 5 MeV is the whole published limit on the width") p1 = 5.0 GeV, p2 = 5.0 GeV, theta1+theta2 = 0.6293 rad (36.1 deg) m(e+e-) = 3.0948 GeV d(m) from p1 (0.1 %) = 1.55 MeV d(m) from p2 (0.1 %) = 1.55 MeV d(m) from angle (1 mrad) = 4.75 MeV added in quadrature: sigma(m) = 5.2 MeV the ANGLE dominates, and 5 MeV is the whole published limit on the width
So the 1974 paper could say MeV and nothing sharper. The true width is 93 keV — fifty times smaller than the limit, and getting at it needed a different idea entirely, which is the next section but one.
Fig. 4.25 — the J peak, and what your resolution does to it
p + N → e⁺e⁻ + X
Simulated to the book's figure: 25 bins over 2.5–3.5 GeV, a falling continuum, and a resonance carrying the J/ψ's TRUE width of 93 keV, with the yield chosen so the peak reaches the figure's 80 events. Drag the resolution. The peak height and the fitted FWHM move by a factor of several; the peak AREA does not move at all. That invariance is not a curiosity — it is the measurement strategy of the next section.
Erratum — the caption of Fig. 4.25
The printed caption reads “The J particle peak in the proton–antiproton mass distribution”. Two things are wrong with it. The horizontal axis of the figure is labelled , and the text one line above says so explicitly. And the experiment was proton–nucleus, of Eq. (4.63) — there was no antiproton beam at the AGS. Verified against the page render.
Part two: Richter at SPEAR
🔬 Experiment card — Augustin et al. (Richter), SLAC 1974
Apparatus
SPEAR, an collider of maximum GeV, with the general-purpose Mark I detector: tracking chambers in a magnetic field surrounded by shower counters. A collider rather than a fixed target, which means the CM energy is set by the machine and can be dialled.What is measured
Cross-sections for hadrons, and , as a function of . After a run at high energy the team went back to GeV to chase some anomalies, and stepped the energy in very small increments.The result
Every cross-section jumped at once, by more than two orders of magnitude, over an energy interval of a couple of MeV.What it proved
The same particle as Ting’s, found independently and named ψ. Because the discoveries were simultaneous and independent, it has carried both names ever since: the meson J/ψ(1S) m = 3.0969 GeV · Q = 0 · JP = 1− content cc̄ τ / Γ = 92.6 ± 1.7 keV open in the particle explorer .- e⁺e⁻ → hadrons
- e⁺e⁻ → μ⁺μ⁻
- e⁺e⁻ → e⁺e⁻
💡 What this really says — the peak you see is the machine, not the particle
The visible structure is about 2 MeV wide. The particle is 0.093 MeV wide. Almost everything on that plot is the beam energy spread of SPEAR convolved with a resonance that is, on this scale, a spike.
Two consequences follow, and they run in opposite directions.
The bad one: you cannot read Γ off the graph. Fitting the visible peak measures the collider, not the physics — which is exactly what happened to Ting’s 5 MeV limit, for the same reason with a different instrument.
The good one: whatever the machine does to the shape, it cannot change the area under it. Smearing moves events sideways; it does not create or destroy them. So if you can predict the area in terms of Γ, you can measure Γ from the area without ever resolving the peak. That is Eq. (4.68), and it is why this section exists.
Establishing that it really is a photon-like state
The J/ψ should be : it is produced in annihilation and decays to , and both go through a single virtual photon. But the particle was so anomalous that nothing was assumed. Three checks:
1. Interference says , not
Outside the resonance, proceeds through a photon (Eq. 4.65a). On resonance there is a second route, through the J/ψ (Eq. 4.65b). If the two intermediate states have the same quantum numbers the amplitudes add and interfere; if the J/ψ were they could not.
- J^P = 1⁻ — amplitudes interfere
- J^P = 1⁺ — they cannot
⚙️ Engineer’s bridge — a resonance is a pole, and its phase sweeps by 180°
Why should interference produce a dip on one side and an enhancement on the other, rather than just “more signal”? Because a resonant amplitude is — a single pole — and the phase of a single pole sweeps through 180° as you tune past it. That is the same fact as the phase of a second-order low-pass going from 0° to −180° through its corner, and the same fact as the Argand-diagram circle of §4.1.
Add that to a flat background amplitude and the sum is alternately destructive and constructive: a dip on one side of the pole, a peak on the other. The asymmetry is a Fano lineshape, and every engineer who has seen a notch next to a resonance in a measured transfer function has met it.
Where the analogy breaks: you measure , not , so the phase is never directly visible — it has to be inferred from exactly this kind of asymmetry. And which side gets the dip depends on the relative sign of the two amplitudes, which is a property of the coupling, not something you can choose.
2. G-parity says the decay is strong
The J/ψ is so narrow that it might have been decaying electromagnetically, as the η does. The test uses G-parity g-parity G ≡ exp(−iπI_y)·C, a multiplicative quantum number for non-strange states of zero baryon number; G(π) = −1, so an n-pion state has G = (−1)ⁿ. Only the strong interaction conserves it. defined in §3.8-3.10 — open in glossary from §3.6: the strong interaction conserves it, so a decay into pions is allowed only for one parity of . Measuring across the resonance, the peak appears for n = 3 and n = 5 but not for n = 2 or n = 4 — G-parity is conserved, so the decay is strong after all, and its narrowness has to be explained some other way.
3. Isospin zero, from a branching ratio
An state cannot decay to at all — the Clebsch–Gordan coefficient for two identical isovectors coupling to with vanishes (§3.8). Measurement finds , which is the prediction. So the assignment is complete: , .
Ten days after the ψ, the same scan found a second narrow state, the ψ′ at 3686 MeV, with the same quantum numbers. And at Frascati, ADONE — designed for a maximum of GeV, agonisingly just below — was pushed above its nominal energy to 3100 MeV as soon as Ting telephoned, and saw the resonance immediately.
Measuring a width fifty times narrower than your resolution
This is the methodological heart of the section, and it generalises far beyond charm.
Bettini p. 166, quoted without proof, in the Breit–Wigner approximation Γ ≪ M_R and for ultra-relativistic energies. The second form specialises to e⁺e⁻ (spins 1/2) forming a J = 1 resonance.
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.
Integrate Eq. (4.67) over . The Lorentzian integrates to , and the result is a quantity that has nothing to do with the shape:
Bettini p. 166 (Problem 4.24). The peak area — measurable however bad the resolution is.
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.
🔢 Worked example — recover Γ = 93 keV from areas alone
Do the round trip. Start from the known J/ψ (M = 3097 MeV, Γ = 93 keV, and branching ratios 6 % / 6 % / 88 % into , , hadrons), compute the three peak areas peak area ∫σ dE across a resonance, equal to 6π²Γ_eΓ_f/(M²Γ) by Eq. (4.68). It is invariant under convolution with any normalised resolution function, so it can be measured however bad the instrument is — which is how a 93 keV width was extracted with MeV resolution. Height and FWHM have no such property. defined in §4.9 — open in glossary , then throw the width away and reconstruct it from the areas.
Reproduce it
import numpy as np
M, G = 3.097, 93e-6 # GeV
B = dict(ee=0.06, mumu=0.06, had=0.88)
hbarc2_nb = 0.3894e6 # (hbar c)^2 in GeV^2 nb
Ge = B["ee"] * G
areas = {f: 6*np.pi**2 * Ge * b / M**2 * hbarc2_nb for f, b in B.items()}
print(" peak areas from Eq. (4.68), integral sigma dE = 6 pi^2 Ge Bf / M^2 :")
for f, a in areas.items():
print(f" {f:5s}: {a*1000:8.0f} MeV nb")
print(" now keep ONLY the areas and invert:")
tot = sum(areas.values())
Ge_meas = tot * M**2 / (6*np.pi**2) / hbarc2_nb
G_meas = Ge_meas / (areas["ee"]/tot)
print(f" sum of areas = {tot*1000:.0f} MeV nb")
print(f" Gamma_e = {Ge_meas*1e6:.2f} keV")
print(f" Gamma (total) = {G_meas*1e6:.1f} keV <- the resolution never entered")
print(f" cross-check: {areas['had']*1000:.0f} MeV nb under a peak 2000 nb high implies an apparent")
print(f" FWHM of about {2*areas['had']*1000/(np.pi*2000):.1f} MeV -- the SPEAR beam spread,"
f" forty times the true width") peak areas from Eq. (4.68), integral sigma dE = 6 pi^2 Ge Bf / M^2 : ee : 805 MeV nb mumu : 805 MeV nb had : 11805 MeV nb now keep ONLY the areas and invert: sum of areas = 13415 MeV nb Gamma_e = 5.58 keV Gamma (total) = 93.0 keV <- the resolution never entered cross-check: 11805 MeV nb under a peak 2000 nb high implies an apparent FWHM of about 3.8 MeV -- the SPEAR beam spread, forty times the true width
The width comes out exactly, and at no point did the calculation need to know what the resolution was.
⚙️ Engineer’s bridge — convolution preserves the integral
The trick is one line of signal processing: if with , then . Blurring redistributes; it does not add or remove. In the frequency domain it is even more obvious — , and for a normalised kernel, so the DC component is untouched no matter what the rest of the response does.
The peak area is the DC component of the bump. Every other feature — height, FWHM, the shape of the shoulders — lives at frequencies the instrument attenuates. So the measurement strategy is: give up on the features your instrument destroys, and build the answer out of the one moment it preserves.
Where the analogy breaks: it needs the resolution kernel to be normalised and unbiased. A trigger whose efficiency varies across the peak, or a fit whose background floats, will move the area — and in real experiments those, not the resolution, are the systematic that matters.
The charmed mesons themselves
Two years later, at GeV and with the Mark I kaon–pion separation improved, the same collider found the D mesons.
🔬 Experiment card — Goldhaber et al. and Peruzzi et al., SLAC 1976
Apparatus
Mark I at SPEAR again, run at GeV — above the threshold for producing a charmed meson and its antiparticle, (Eq. 4.69). The upgrade that made it possible was better K/π discrimination: without it, a kaon misidentified as a pion puts the event at the wrong mass and the peak dissolves.What is measured
Invariant masses of and combinations in multi-particle events. The D lifetime is ~0.4 ps, far too short to leave a visible flight path in 1976, so the particle is found the same way the J was: as a bump.The result
A narrow peak at 1865 MeV in (the D⁰), and one at 1875 MeV — now 1869.5 — in (the D⁺). And, in the wrong-sign combination , nothing.What it proved
Not merely that charmed mesons exist, but that they decay by as GIM required. The absence in the second histogram is the measurement.Fig. 4.28 left — the right-sign combination
K⁻π⁺π⁺ and K⁺π⁻π⁻ (Eq. 4.70)
Simulated to the book's figure: 25 bins, a broad combinatorial background of the printed height, and a narrow resonance on top of it at the mass Peruzzi et al. reported. The peak rises to about 50 events over a background of 17, which is what the page shows.
Fig. 4.28 right — the wrong-sign combination
K±π⁺π⁻ (Eq. 4.71)
The same events, combined with the opposite kaon charge. Same statistics, same background shape, no peak — and this null result is the actual test of GIM. A D⁺ reaching K⁺π⁺π⁻ would need the c to become a d rather than an s.
Erratum — the axis units of Fig. 4.28
Both panels label the horizontal axis (GeV²). The quantity plotted runs from 1.6 to 2.1 and contains a D meson at 1.87, so it is a mass in GeV, not a squared mass in GeV². (A squared mass of 1.87 GeV² would be a particle of 1.37 GeV.) Verified against the page render.
💡 What this really says — the null is strong because both panels are built from the same events
The right-hand histogram is the more interesting of the two, and it is worth being clear about why, because “we looked and saw nothing” is usually a weak statement.
It is strong here because the two panels are built from the same events. Take a multi-particle final state, pick out a kaon and two pions, and form the mass — once with the charge combination GIM allows, once with the combination it forbids. Every source of background is common to both: the same combinatorics, the same statistics, the same detector, the same run. The only difference between the two plots is a hypothesis about which quark transition the weak interaction prefers.
That is a controlled experiment in the strict sense, and it is why the absence of a peak on the right carries as much weight as the presence of one on the left.
🌿 Why the D had to be found as a bump and not as a track
- D⁰βγcτ = 132 μm
- └K⁻3.9%βγcτ = 17.5 m
- └μ⁻63.6%βγcτ = 7.25e+3 m
- └ν̄_μ63.6%— stable, or never seen
- └π⁺3.9%βγcτ = 123 m
D⁰ — cτ = 123 μm. The whole discovery had to be done in the mass domain because the decay length was three orders of magnitude below the resolution of the day.
K⁻ — The favoured mode c → s puts a strange quark in the final state. This kaon IS the charm quantum number becoming a strange one.
Two-body steps use exact forward kinematics, plab = γ(p* + βE*). Steps with three or more daughters share the parent's momentum by the declared fraction — indicative, not exact.
Drag the momentum. Even at several GeV/c the D flies a fraction of a millimetre — visible to a modern silicon vertex detector (§1.13d), invisible to anything that existed in 1976. Compare the K⁻ below it, which is 7.5 m of flight at the same momentum.
Why J/ψ and ψ′ are so narrow — the φ argument, one level up
Everything now closes. The J/ψ is a pair; to decay into ordinary hadrons it must annihilate the c against the c̄, and QCD suppresses that (Chapter 6). The alternative — falling apart into a pair of open-flavour open flavour the complement of [[hidden flavour]]: a pair of hadrons that each carry the heavy flavour explicitly (DD̄, BB̄, KK̄). A hidden-flavour state stays narrow while the open-flavour channel is below threshold and its width jumps by orders of magnitude the moment that channel opens — the φ, J/ψ and ϒ all show it, and ψ(3770) at 27 MeV is the same state after the jump. defined in §4.9 — open in glossary mesons, where the c and c̄ simply walk out — is closed, because and .
This is exactly the argument §4.5 made for the φ, and the confirmation is the third level: the ψ″(3770) sits above the threshold, and its width is 27 MeV instead of 93 keV.
Charmonium: the levels, the DD̄ threshold, and the widths
Click a level. Bars are the total width on a logarithmic scale — the states below the dashed line are narrow by three to five orders of magnitude, and the one above it is not.
Above this line a cc̄ state can decay by pulling a light quark pair out of the vacuum and letting the c and the c̄ leave in separate hadrons — no annihilation required. Below it, that door is shut, and the only way out is the suppressed one.
Masses and widths from Table 4.3. Widths are drawn on a logarithmic scale because they span five orders of magnitude — on a linear one, three of these four levels would be hairlines.
The threshold, to the MeV
mD0, mDp = 1865, 1870
for name, m in [("J/psi ", 3097), ("psi' ", 3686), ("psi'' ", 3774)]:
d0, dp = m - 2*mD0, m - 2*mDp
state = "OPEN -> falls apart" if d0 > 0 else "closed -> must annihilate ccbar"
print(f" {name} m = {m}: m - 2m(D0) = {d0:+5d} MeV, m - 2m(D+) = {dp:+5d} MeV {state}")
hbar, hbarc = 6.582119569e-22, 197.3269804 # MeV s, MeV fm
print("\n widths as times and lengths:")
for name, g in [("J/psi ", 93e-3), ("psi' ", 294e-3), ("psi'' ", 27.0), ("rho ", 147.0)]:
print(f" {name} Gamma = {g:7.3f} MeV -> tau = {hbar/g:.2e} s, c*tau = {hbarc/g:8.1f} fm")
print(" the psi'' behaves like an ordinary resonance;"
" the J/psi lives 2600 proton-crossings") J/psi m = 3097: m - 2m(D0) = -633 MeV, m - 2m(D+) = -643 MeV closed -> must annihilate ccbar psi' m = 3686: m - 2m(D0) = -44 MeV, m - 2m(D+) = -54 MeV closed -> must annihilate ccbar psi'' m = 3774: m - 2m(D0) = +44 MeV, m - 2m(D+) = +34 MeV OPEN -> falls apart widths as times and lengths: J/psi Gamma = 0.093 MeV -> tau = 7.08e-21 s, c*tau = 2121.8 fm psi' Gamma = 0.294 MeV -> tau = 2.24e-21 s, c*tau = 671.2 fm psi'' Gamma = 27.000 MeV -> tau = 2.44e-23 s, c*tau = 7.3 fm rho Gamma = 147.000 MeV -> tau = 4.48e-24 s, c*tau = 1.3 fm the psi'' behaves like an ordinary resonance; the J/psi lives 2600 proton-crossings
Erratum — the initial-state-radiation initial state radiation bremsstrahlung by one of the colliding leptons before the collision, which lowers the true CM energy. It is why every e⁺e⁻ resonance curve has a high-energy tail and is not the symmetric Breit–Wigner. defined in §4.9 — open in glossary paragraph points at the wrong figure
Closing the section, the book says: “let us take another look at Fig. 4.28: the resonance curves are not at all symmetric around the maximum … the energy on the horizontal axis is the energy we know, namely the energy of the colliding beams”.
That argument cannot be about Fig. 4.28, whose horizontal axis is the invariant mass of a Kππ combination, not the beam energy. It is about Fig. 4.26, the energy scan — and Fig. 4.26 does show the effect plainly: below the peak the hadronic cross-section returns to 20 nb, above it only to 40 nb.
The physics is right and worth keeping. If one of the beam particles radiates a photon before colliding, the true collision energy is below the machine setting. When the machine sits above the resonance, radiation can bring the collision back down onto it and the cross-section rises; when the machine sits below, radiation carries it further away. So every resonance measured by scanning an collider has a high-energy tail and no low-energy one. The asymmetry is the machine’s, not the particle’s.
The precursor nobody read: Niu, 1971
Three years before either 1974 experiment, K. Niu and collaborators at Nagoya had already photographed a charmed particle — in an emulsion chamber exposed to cosmic rays on aircraft and balloon flights.
🔬 Experiment card — Niu et al., Nagoya 1971
Apparatus
An emulsion chamber in two parts: a sandwich of emulsion sheets for precise tracking, and a second sandwich alternating 1 mm lead plates with emulsion, to convert photons, identify electrons and measure their energy. Flown to altitude — because at the time no accelerator on Earth reached the energies cosmic rays deliver for free.What is measured
Track positions where each track crosses an emulsion sheet, to far better precision than the drawn bars suggest; momenta from the multiple scattering of the tracks; photon conversions in the lead sandwich, which locate the π⁰s.The result
A primary interaction with all the marks of a strong process, from which two particles fly 1.38 cm and 3.76 cm before decaying — proper times of order 10⁻¹⁴ s. Tracks OB, BB′ and the π⁰ are coplanar. The primary carried several TeV.What it proved
Two particles produced in association and decaying weakly, with a mass of 1.8 GeV if a meson. Strangeness could not do that at that mass. Niu called it X; it was a charmed hadron, three years early, and the work was largely ignored outside Japan.Redrawn from Bettini Fig. 4.29 (Niu et al. 1971). The distinctive feature of an emulsion chamber is visible in the short bars: a track is not a continuous line but a list of the points where it crossed a sheet, and everything between them is interpolation. Coplanarity of OB, BB′ and the π⁰ is what identifies the kink at B as a two-body decay of a single parent rather than a scatter.
📏 A 10⁻¹⁴ s lifetime, measured with no clock
Nothing in an emulsion measures time. What is measured is a length, 1.38 cm, and a momentum, from multiple scattering. The lifetime follows from : divide the flight by and by .
The result, ~10⁻¹⁴ s, is what makes the claim. It is far too long for a strong decay (10⁻²³ s) and far too short for anything strange at that mass — the Λ and the K live 10⁻¹⁰ s. A particle that decays weakly but a million times faster than the strange particles is a particle with a new flavour and a bigger mass, and that is all the argument needs.
The charm spectrum today
| state | quarks | ↕ | principal decays | |||
|---|---|---|---|---|---|---|
| J/ψ (1³S₁) | cc̄ | 3097 | 1⁻⁻ | 0 | hadrons (88 %), e⁺e⁻ (6 %), μ⁺μ⁻ (6 %) | |
| ψ′ (2³S₁) | cc̄ | 3686 | 294 keV | 1⁻⁻ | 0 | |
| ψ″ (3³S₁) | cc̄ | 27 MeV | 1⁻⁻ | 0 | DD̄ dominant | |
| η_c | cc̄ | 2984 | 32 MeV | 0 | hadrons | |
| D⁺ | cd̄ | 1870 | 1 ps | 0⁻ | 1/2 | semileptonic, hadrons |
| D⁰ | cū | 1865 | 0⁻ | 1/2 | semileptonic, hadrons | |
| D_s⁺ | cs̄ | 1968 | 0.5 ps | 0⁻ | hadrons |
Reading the Γ/τ column: <strong>a width means it decays strongly</strong> (the cc̄ states, which annihilate), <strong>a lifetime means it decays weakly</strong> (the D mesons, which cannot). Values are the book's; Appendix 3 has the uncertainties. Note the ψ″ entry, 3774 MeV and 27 MeV, against Eq. (4.73)'s 3770 and 24 — the equation quotes the original SLAC measurement, the table the modern average.
The cc̄ states are called charmonium, and the name is meant literally: the system is a heavy quark and a heavy antiquark orbiting each other, so it can be treated as an atom, with the level structure and spectroscopic labels of hydrogen — , , . Charmed baryons exist too, with one, two or three c quarks; Appendix 3 lists them.
Aside — the book’s Questions 4.3 and 4.4
4.3 — what charm values can a meson have, and what if its charge is Q = +1? A meson is , and only the c quark carries charm, so : the pair can contain a c, a c̄, both (then , hidden charm), or neither. For and the c (charge +2/3) needs an antiquark of charge +1/3, so or : the D⁺ and the D_s⁺.
4.4 — why are and forbidden? The first is not forbidden in principle — it is a magnetic-dipole transition and does occur, but it is heavily suppressed; if the intended reading is a direct E1 transition, the initial and final states have the same parity, and an E1 photon requires a parity change. The second is forbidden by isospin: the system is emitted from an state into an state, so the dipion must have , and two identical pions cannot make in a symmetric state — the same Clebsch–Gordan zero that gave the J/ψ its isospin in check 3 above.
🔑 If you remember only three things
-
When a width is narrower than your resolution, stop measuring shape and measure area. Blurring moves events around and does not destroy them, so the integral survives what the peak does not.
-
The published limit was a measurement of the spectrometer. “Γ < 5 MeV” describes the apparatus that could not resolve it, not the particle that is fifty times narrower.
-
Two experiments, one month, and the naming dispute is still in the symbol. J/ψ is the only particle in the book whose name records an argument rather than a property.
Where this goes next
- §4.10 does all of this a third time, for beauty — a two-arm
spectrometer, a narrow state below the open-flavour threshold, and a fourth
level where it opens. The pattern in the
ThresholdWidthfigure above is meant to be reused there. - §6.5 is the QCD statement of “annihilation is suppressed” that this section has been leaning on since §4.5 without proof.
- §7.9 is GIM done properly, with the loop diagrams and the cancellation written out, and the c → s rule derived from the Cabibbo angle.
- Chapter 8 uses the D mesons themselves: D⁰–D̄⁰ oscillation is the fourth neutral-meson mixing system, and the hardest one to see.
✅ Check yourself — charm, and how to measure a width you cannot see
0/6 answered · 0 correct
1.GIM introduced a fourth quark to explain what, exactly?
2.Drag the resolution slider on the Fig. 4.25 histogram. Which number stays put, and why does it matter?
3.In Fig. 4.27 the ratio σ(μμ)/σ(ee) dips an order of magnitude BELOW its off-resonance value just under the peak. What does that establish?
4.The ψ′ (3686 MeV) has Γ = 294 keV; the ψ″ (3774 MeV) has Γ = 27 MeV. What changed in those 88 MeV?
5.Why does the right-hand panel of Fig. 4.28 — the one with NO peak — count as evidence?
6.Niu's 1971 emulsion event measured no time at all. How did it establish a lifetime of order s?