The third family took eighteen years to finish, and its last member broke the pattern it was meant to repeat — the top decays before it can become a hadron.
🎯 Why this matters
That makes the top the only quark ever measured directly. Every other one is inferred through the hadron it is trapped inside, so the exception that broke the pattern is also the cleanest entry in the table.Ordinary matter needs four particles: the electron, its neutrino, and the u and d quarks inside nucleons. That is the first family family (generation) a quark doublet plus a charged lepton and its neutrino: (u,d,e,νₑ), (c,s,μ,ν_μ), (t,b,τ,ν_τ). Three exist, identical in structure and differing only in mass. defined in §4.10 — open in glossary . The muon, its neutrino, and the s and c quarks repeat the pattern exactly — same charges, same spins, same structure, different masses. That is the second.
By the mid-1970s a third charged lepton, the τ, had already turned up. Nature does not appear to build half a family, so two more quarks were expected: beauty (or bottom) b with charge −1/3 and , and top t with charge +2/3 and . Like every other flavour, both are conserved by the strong and electromagnetic interactions and violated by the weak one.
Finding them took 1977 and 1995 respectively, and the eighteen years between is the story of this section.
⚙️ Engineer’s bridge — three instantiations of one module
A family is a parameterised block: one up-type quark (+2/3), one down-type quark (−1/3), one charged lepton (−1) and one neutral lepton. Instantiate it three times, change only the mass parameters, and you have the entire matter content of the Standard Model. Nothing else about the interface changes — the same gauge couplings connect to the same terminals in every copy.
That is a startlingly strong structural constraint, and it is what let people predict b and t from the τ alone. If a family is a module, an incomplete instantiation is a compile error.
Where the analogy breaks: the parameters are not free knobs you set — they are measured, and they span eleven orders of magnitude from the electron neutrino to the top. A design in which three copies of a block differ by 10¹¹ in one parameter and by nothing else is not a design anyone would write, and why the copies exist at all, and why three, is unanswered — §12 calls it one of the open questions. The module abstraction describes the Standard Model perfectly and explains none of it.
Beauty: Lederman at Fermilab, 1977
🔬 Experiment card — Herb et al. (Lederman), FNAL 1977
Apparatus
A two-arm spectrometer studying pairs from a 400 GeV proton beam on a copper or platinum target — Ting’s strategy of §4.9, with muons in place of electrons. Between the target and the arms sits the distinctive piece: a block of beryllium eighteen interaction lengths thick, which stops hadrons and lets muons through.What is measured
The momenta of one positive and one negative muon, and hence . The filter costs momentum precision — multiple scattering in eighteen interaction lengths of metal is not free — so the mass resolution is only .The result
From protons on target, about 9000 dimuon events above 5 GeV. The mass spectrum falls steeply and smoothly except around 9.5 GeV, where it carries a shoulder. Subtract the continuum and three barely resolved peaks appear.What it proved
A new family of narrow states, generically called ϒ — and therefore a fifth quark. Charm had taken four years from prediction to discovery; beauty was found before anyone had a specific prediction to test.Bettini p. 171. A fixed-target experiment looking for anything that decays to a muon pair.
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.
Click a numbered marker for what that piece does.
What a wall of beryllium buys
import numpy as np
for L in (6, 12, 18):
print(f" {L:2d} interaction lengths -> hadrons surviving: exp(-{L}) = {np.exp(-L):.2e}")
print(" muons feel no strong force, so they walk through essentially untouched")
n_ext, n_tot, n_pairs = 1e11, 1.6e16, 9000
print(f"\n {n_ext:.0e} protons per extraction, {n_tot:.1e} on target in total")
print(f" -> {n_pairs} dimuon events above 5 GeV, i.e. one per {n_tot/n_pairs:.1e} protons") 6 interaction lengths -> hadrons surviving: exp(-6) = 2.48e-03 12 interaction lengths -> hadrons surviving: exp(-12) = 6.14e-06 18 interaction lengths -> hadrons surviving: exp(-18) = 1.52e-08 muons feel no strong force, so they walk through essentially untouched 1e+11 protons per extraction, 1.6e+16 on target in total -> 9000 dimuon events above 5 GeV, i.e. one per 1.8e+12 protons
Erratum — the accelerator
The text says the 400 GeV proton beam was “extracted from the Tevatron”. In 1977 it was the Main Ring. The Tevatron did not operate until 1983 — six years after this measurement — and it is the machine that appears later in this same section, for the top quark. The two are different rings in the same tunnel.
The spectrum, before and after subtracting the continuum
Fig. 4.30(a) — the raw dimuon spectrum
m(μ⁺μ⁻), all events
Simulated to the book's panel (a): a continuum falling by three decades across the range, with the ϒ signal added at the experiment's 2 % resolution. Note the logarithmic axis — on a linear one the signal region would be invisible. What you are looking for is not a peak but a SHOULDER, a place where a smooth curve stops being smooth.
Fig. 4.30(b) — the same events after subtracting the continuum
m(μ⁺μ⁻), background subtracted
The three ϒ states of Table 4.4, each smeared by the same 2 % resolution, on a zero background. This is the book's panel (b), and the phrase it earns is Bettini's: three BARELY resolved resonances. The 1S and 2S are three resolution widths apart and the 2S and 3S under two — the structure is real but the individual masses are not measurable here.
🔢 Worked example — how barely is “barely resolved”?
Put a number on it. The resolution is 2 % of the mass; the spacings are known from the later precision measurements.
Reproduce it
m = {"1S": 9460, "2S": 10023, "3S": 10355}
for a, b in [("1S", "2S"), ("2S", "3S")]:
d = m[b] - m[a]
sig = 0.02 * m[a]
print(f" m({b}) - m({a}) = {d:4d} MeV, resolution sigma = {sig:.0f} MeV -> {d/sig:.1f} sigma apart")
print(" three states, separations of 1.7 and 3.0 sigma:"
" 'three barely resolved resonances'") m(2S) - m(1S) = 563 MeV, resolution sigma = 189 MeV -> 3.0 sigma apart m(3S) - m(2S) = 332 MeV, resolution sigma = 200 MeV -> 1.7 sigma apart three states, separations of 1.7 and 3.0 sigma: 'three barely resolved resonances'
Two Gaussians 1.7σ apart do not show two maxima — they show one broad lump with a flat top. So the claim “three states” was, in 1977, a claim about a shape, not about three separately visible peaks. It was right, and the confirmation came from a machine that measures mass in a completely different way.
Precision: CLEO at CESR
At an collider the mass is not measured at all — it is set. Tune the beams to , count hadronic events, and step. The resonance position is then known as well as the machine energy is known, which is a completely different systematic from a spectrometer resolution.
CLEO at Cornell did exactly that around each of the three states.
📏 Why the peaks sit below the masses in Eq. (4.75)
Read the three panels against Eq. (4.75) and something looks wrong: the peaks are at roughly 9.434, 9.992 and 10.323 GeV, while the quoted masses are 9460, 10023 and 10355 MeV — each about 26 to 32 MeV higher.
Nothing is wrong. The horizontal axis is the collider’s own energy scale, and in 1980 the absolute calibration of that scale was itself an open problem: you know the beam energy from the magnet currents and the orbit, and turning that into an absolute mass to better than a part in is hard. The masses in Eq. (4.75) come from a calibrated scale established afterwards; the figure shows what the machine was reading at the time.
The lesson generalises. A collider measures a resonance position superbly and an absolute mass only as well as it knows its own energy — which is why modern machines calibrate against a known resonance (resonant depolarization, or a mass already fixed elsewhere) rather than trusting the magnets.
Bettini p. 172, the first measurements, made by the peak-area method of §4.9. Table 4.4 gives the modern values 54, 32 and 20 keV.
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.
All three are with : they are the levels of the “atom”, bottomonium charmonium / bottomonium the cc̄ and bb̄ bound systems, treated as atoms with the level structure of hydrogen. J/ψ is 1³S₁, ψ′ 2³S₁, ψ(3770) 3³S₁; η_c is 1¹S₀. defined in §4.10 — open in glossary , in the same spectroscopic scheme charmonium used. And they are narrow for the same reason charmonium was.
The threshold argument, a third time
Here is the payoff of building the §4.9 figure as a reusable component rather than a picture: the argument is identical, only the numbers change.
Bottomonium: the levels, the BB̄ 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.
A bb̄ state above this line can pull a light quark pair out of the vacuum and let the b and the b̄ leave in separate B mesons. Below it, the b and b̄ must annihilate each other, and QCD suppresses that — which is the whole reason the first three levels are measured in keV.
The same component as the charmonium figure in §4.9, with beauty numbers. Compare the two: charmonium jumps from 294 keV to 27 MeV across its threshold, bottomonium from 20 keV to 20 MeV. The mechanism does not care which heavy quark it is.
Which ϒ can reach an open-beauty pair
mB, mBs = 5279.3, 5366.9 # Table 4.4
th_BB, th_Bs = 2*mB, 2*mBs
print(f" 2 m(B+) = {th_BB:.1f} MeV 2 m(Bs0) = {th_Bs:.1f} MeV")
for name, mm in [("1S", 9460), ("2S", 10023), ("3S", 10355), ("4S", 10579)]:
d = mm - th_BB
state = "OPEN -> falls apart" if d > 0 else "closed -> must annihilate bbbar"
print(f" Y({name}) at {mm:5d}: m - 2m(B) = {d:+8.1f} MeV {state}")
print(" the 4S clears the bar by 20 MeV and is 20 MeV wide") 2 m(B+) = 10558.6 MeV 2 m(Bs0) = 10733.8 MeV Y(1S) at 9460: m - 2m(B) = -1098.6 MeV closed -> must annihilate bbbar Y(2S) at 10023: m - 2m(B) = -535.6 MeV closed -> must annihilate bbbar Y(3S) at 10355: m - 2m(B) = -203.6 MeV closed -> must annihilate bbbar Y(4S) at 10579: m - 2m(B) = +20.4 MeV OPEN -> falls apart the 4S clears the bar by 20 MeV and is 20 MeV wide
📏 A small arithmetic slip worth checking yourself
The book gives the two open-beauty thresholds as MeV and MeV. The first agrees with its own Table 4.4 (2 × 5279.3 = 10 558.6). The second does not: 2 × 5366.9 = 10 734, not 10 740.
It changes nothing — the ϒ(4S) at 10 579 is far below either threshold either way — but it is the kind of thing worth re-deriving rather than copying, and it takes one line.
The B mesons, and a lifetime puzzle
| state | quarks | ↕ | |||
|---|---|---|---|---|---|
| ϒ(1³S₁) | bb̄ | 9460 | 54 keV | 1⁻⁻ | 0 |
| ϒ(2³S₁) | bb̄ | 10023 | 32 keV | 1⁻⁻ | 0 |
| ϒ(3³S₁) | bb̄ | 10355 | 20 keV | 1⁻⁻ | 0 |
| ϒ(4³S₁) | bb̄ | 10579 | 1⁻⁻ | 0 | |
| B⁺ | ub̄ | 5279.3 | 1.6 ps | 0⁻ | 1/2 |
| B⁰ | db̄ | 1.5 ps | 0⁻ | 1/2 | |
| B_s⁰ | sb̄ | 1.5 ps | 0⁻ | 0 | |
| cb̄ | 6274.5 | 0.5 ps | 0⁻ | 0 |
The lowest-mass beauty hadrons are a b̄ antiquark bound to a d, u, s or c quark. All four decay weakly — as the lightest states carrying beauty, they have no choice.
Now the puzzle. The B mesons weigh nearly three times what the D mesons weigh, and weak decay rates grow steeply with mass. So the B mesons should be shorter-lived than the D mesons. They are longer-lived: 1.5 ps against 0.4 ps.
💡 What this really says — the weak interaction prefers to stay in the family
Every weak quark decay changes both the electric charge and the flavour. For the c quark there are two ways to do it: , which stays inside the second family, and , which crosses one. The first is favoured, and that is the c → s rule that Fig. 4.28 of §4.9 tested.
The b quark does not have that option. Its in-family partner is the top, and the top is thirty times heavier than the b — the decay is not merely suppressed, it is kinematically impossible. So beauty must decay either as , crossing one family, or as , crossing two. Both are suppressed; the second is doubly so.
The B lifetime is therefore long because the top is heavy. A property of the sixth quark, which nobody had seen, was visible in 1983 in a picosecond. Chapter 7 turns “crossing a family is suppressed” into the Cabibbo–Kobayashi–Maskawa matrix, where the hierarchy becomes a set of numbers.
Top: too heavy to be a hadron
Eighteen more years. The top is heavy — over 170 GeV — and it is produced predominantly in pairs by the strong interaction, so the collision needs to supply twice that. Only the Tevatron, colliding protons and antiprotons at TeV, could do it, and even there top production happens once in 10¹⁰ collisions.
📐 Physics you need first — hadronization, and what a jet is
Chapter 6 does this properly, but §4.10 cannot be read without it.
A quark leaving a collision is moving fast through an intense colour field which it is itself sourcing. The energy density is so high that the field materialises quark–antiquark pairs out of the vacuum, and all of them — including the original quark — bind into hadrons. This is hadronization hadronization the process by which a quark leaving a collision converts the colour-field energy into qq̄ pairs and emerges as a collimated jet of hadrons carrying its original momentum. defined in §4.10 — open in glossary , and it is why no quark is ever seen alone.
The kinematics are what matters here. In the quark’s own frame the hadrons it produces have momenta of a few hundred MeV. In the collision frame the whole group is carried along with the quark’s original momentum, which is tens of GeV. A transverse spread of 0.5 GeV on a longitudinal momentum of 50 GeV is an opening angle of about 10 mrad — so what the detector sees is a jet: a narrow cone of hadrons whose total energy and direction are those of the quark that made it.
For an engineer: hadronization is lossy compression of a single object into a bundle, and jet reconstruction is the decompression. It is approximate — the mapping from quarks to jets is not one-to-one, and the algorithm that groups tracks into jets is a genuine clustering problem with genuine ambiguity.
The top is the exception to all of it, and the reason is its width.
Does the top have time to become a hadron?
hbar = 6.582119569e-25 # GeV s
G_t = 1.3 # GeV, the Standard Model width of the top
tau_t = hbar / G_t
d_had = 1e-15 # m, roughly one hadron diameter
t_had = d_had / 2.99792458e8
print(f" top width 1.3 GeV -> tau = hbar/Gamma = {tau_t:.2e} s")
print(f" hadronization time d/c with d = 1 fm = {t_had:.2e} s")
print(f" ratio = {t_had/tau_t:.1f} : the top decays about {t_had/tau_t:.0f}"
f" times faster than it can dress")
print(" so there are no top hadrons -- the only quark ever seen as a free particle") top width 1.3 GeV -> tau = hbar/Gamma = 5.06e-25 s hadronization time d/c with d = 1 fm = 3.34e-24 s ratio = 6.6 : the top decays about 7 times faster than it can dress so there are no top hadrons -- the only quark ever seen as a free particle
Erratum — the hadronization time
The book gives the time for a quark to bind into a hadron as ” s, where fm”. Those two statements are not consistent: s, about thirty times shorter than the figure quoted.
The conclusion survives — s is still comfortably shorter than s, so the top does decay before it can hadronize — but the margin is a factor of about seven, not the factor of two hundred the printed number implies. It is worth having the right size, because “the top is a free quark” is a quantitative claim resting on exactly this comparison, and a factor of seven is close enough that the statement is a statement about QCD timescales rather than an obvious inequality.
The signature
Bettini pp. 174–175. The top decays essentially always to Wb; everything after that is a choice about which W decays are clean enough to use.
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.
One lepton, one neutrino, four jets, two of them from b quarks. Colours follow SITE_SPEC: quarks in the quark colour, the W in the weak-interaction colour, the neutrino dashed because it is never seen. The b and b̄ do travel a measurable distance — about half a millimetre — and that is the next figure.
The two pictures are the same event at scales differing by a factor of 600. The whole argument for “this is a top event” lives in the right-hand one: two groups of tracks that do not point back to the primary vertex, each a few hundred microns away, which is what a B meson with cτ = 0.5 mm looks like. Resolving that needs the silicon micro-strip detector of §1.13d — a technology that did not exist when beauty was discovered.
⚙️ Engineer’s bridge — missing momentum is an assertion used as a sensor
The neutrino is never detected. Its momentum is nonetheless measured, and the method is one you already use for debugging.
CDF surrounds the interaction point over as close to the full 4π solid angle as it can. Momentum conservation says the vector sum of everything produced must be zero. So compute the sum of what you did see; whatever is left over is what you did not. The failure of a checksum, read as data.
This is the same move as the invariant-mass “checksum” of §1.4, used in the other direction: there, a conserved quantity verified a hypothesis; here, the amount by which it fails to balance is the measurement.
Where the analogy breaks: it only works for what escapes. Anything that leaves along the beam pipe is unmeasured too, and it is not distinguishable from a neutrino — which is why hadron colliders use missing transverse momentum, not total. The longitudinal component is unusable, and that single detail shapes the design of every search for invisible particles from 1995 to the present.
🔢 Worked example — is 27 events over a background of 6.7 a discovery?
CDF reported 27 events with an estimated background of 6.7 ± 2.1. The background is small, so a Gaussian is not good enough; the honest question is how often a Poisson process of mean 6.7 delivers 27 or more.
Reproduce it
from math import lgamma, log, exp, erfc, sqrt
def pois_ge(k, mu): # P(N >= k) for a Poisson of mean mu
return 1.0 - sum(exp(-mu + i*log(mu) - lgamma(i+1)) for i in range(k))
def sigma_of(p): # invert the one-sided Gaussian tail
lo, hi = 0.0, 40.0
for _ in range(200):
mid = (lo + hi) / 2
lo, hi = (mid, hi) if 0.5*erfc(mid/sqrt(2)) > p else (lo, mid)
return lo
n = 27
print(" background expectation b = 6.7 +- 2.1")
print(f" observed n = {n}")
p = pois_ge(n, 6.7)
print(f" P(N >= {n} | b = 6.7) = {p:.2e} -> {sigma_of(p):.1f} sigma (Gaussian equivalent)")
print(f" naive n/sqrt(b) would claim {n/6.7**0.5:.1f} sigma -- Poisson is the honest number")
p2 = pois_ge(n, 8.8)
print("\n but b itself is uncertain. Shift it up by one standard deviation:")
print(f" P(N >= {n} | b = 8.8) = {p2:.2e} -> {sigma_of(p2):.1f} sigma")
print(" the +-2.1 costs a full sigma, and that is BEFORE the look-elsewhere effect") background expectation b = 6.7 +- 2.1 observed n = 27 P(N >= 27 | b = 6.7) = 2.98e-09 -> 5.8 sigma (Gaussian equivalent) naive n/sqrt(b) would claim 10.4 sigma -- Poisson is the honest number but b itself is uncertain. Shift it up by one standard deviation: P(N >= 27 | b = 8.8) = 6.36e-07 -> 4.8 sigma the +-2.1 costs a full sigma, and that is BEFORE the look-elsewhere effect
Notice how much of the significance the background uncertainty eats. The event count alone says 5.8σ; allowing the background to be one standard deviation higher than estimated brings it to 4.8σ. That whole sigma is not statistics — it is how well the experiment understands its own backgrounds, and it is the systematic that dominates almost every discovery claim in this book. It is also why a discovery threshold is conventionally set at 5σ rather than 3σ: the statistical part is the easy part.
Because the top decays before it hadronizes, its mass can be reconstructed from its decay products the way you would reconstruct any free particle — no binding energy, no confinement corrections, no theoretical scheme required to say what “mass” means:
That is a 0.17 % measurement of the mass of a quark, and it is possible only for this one. §9.11 is how it is done to that precision, and why the Standard Model cares so much about the answer.
🔑 If you remember only three things
-
Eighteen years separated the two halves of one family. Beauty in 1977, top in 1995, and nothing in the theory said how far apart they should be.
-
Resolution decided what could be claimed. Three Υ states were barely separated at 2 % mass resolution; a machine built for precision turned the same bumps into a spectrum.
-
The threshold argument returns for the third time. The same kinematics from Chapter 1 decides which machine can make which particle, and it has not needed a revision since.
Where this goes next
- §4.11 closes the chapter with the full cast: six flavours, three families, and the generalisation of Gell-Mann–Nishijima to all of them.
- §6.2 is hadronization and jets done properly, instead of the sketch this section needed.
- §7.9 turns “crossing a family is suppressed” into the CKM matrix, and explains the B lifetime quantitatively.
- §9.11 measures the top mass properly, and shows why a precise m_t plus a precise m_W is a test of the whole Standard Model.
- Chapter 8 is what the ϒ(4S) is for: a machine parked on that resonance makes BB̄ pairs and nothing else, which is how CP violation in B mesons was measured.
✅ Check yourself — beauty, top, and the third family
0/6 answered · 0 correct
1.Lederman's spectrometer put eighteen interaction lengths of beryllium between the target and the arms. What was that for, and what did it cost?
2.Bettini calls Fig. 4.30(b) 'three barely resolved resonances'. What makes that phrase exactly right?
3.The ϒ(3S) has Γ = 20 keV and the ϒ(4S) has Γ = 20 MeV — a factor of a thousand for 224 MeV of extra mass. Click through the ThresholdWidth figure. What happened?
4.B mesons are three times heavier than D mesons but live longer — 1.5 ps against 0.4 ps. Why?
5.Why is the top the only quark whose mass can be measured the way you would measure a free particle?
6.CDF saw 27 events on an expected background of 6.7 ± 2.1. What does the ±2.1 do to the significance?