#set document(title: "33.4 Particles, Patterns, and Conservation Laws", author: "OpenStax / XYZ Homework") #set page(width: 8.5in, height: auto, margin: 1in) #import "@preview/cetz:0.5.2" #set text(font: ("STIX Two Text", "Libertinus Serif", "New Computer Modern"), size: 10.5pt, lang: "en") #show math.equation: set text(font: ("STIX Two Math", "New Computer Modern Math")) #set par(justify: true, leading: 0.62em, spacing: 0.9em) #set enum(spacing: 1.1em) // room between list items so tall inline fractions don't collide #set list(spacing: 1.1em) #set table(stroke: 0.5pt + rgb("#c7ccd3")) #let BLUE = rgb("#183B6F") // brand navy — section bars + example/solution labels (white on navy 11.09:1) #let ORANGE = rgb("#A94509") // brand primary-700 — AA-safe deep orange for TEXT (5.93:1 on white; raw brand #F37021 is 2.94:1 and must never carry text) #let RED = rgb("#DC2626") // brand error-600 #let GREEN = rgb("#059669") // brand success-600 (decoration only; small green text uses green-text #007942) #show heading.where(level: 1): it => block(width: 100%, above: 0pt, below: 16pt, fill: gradient.linear(BLUE, rgb("#2C5AA0")), inset: (x: 14pt, y: 12pt), radius: 3pt, text(fill: white, weight: "bold", size: 19pt, it.body)) #show heading.where(level: 2): it => block(width: 100%, above: 18pt, below: 10pt, fill: BLUE, inset: (x: 10pt, y: 6pt), radius: 2pt, text(fill: white, weight: "bold", size: 12pt, it.body)) #show heading.where(level: 3): it => text(fill: ORANGE, weight: "bold", size: 12.5pt, it.body) #show heading.where(level: 4): it => text(fill: BLUE, weight: "bold", size: 10.5pt, it.body) #let examplebox(label, title, body) = block(width: 100%, breakable: true, fill: rgb("#EFF1F5"), stroke: 0.5pt + rgb("#CFDDF0"), radius: 4pt, inset: 10pt, above: 12pt, below: 12pt)[ #block(below: 6pt)[#box(fill: BLUE, inset: (x: 6pt, y: 2pt), radius: 2pt, text(fill: white, weight: "bold", size: 8.5pt, label)) #h(0.4em) #strong[#title]] #body] // rail = decorative left rule (raw brand token); labelcolor = AA-safe label text shade #let notebox(label, rail, labelcolor, tint, body) = block(width: 100%, breakable: true, fill: tint, stroke: (left: 3pt + rail), inset: (left: 10pt, rest: 8pt), radius: (right: 4pt), above: 11pt, below: 11pt)[ #text(fill: labelcolor, weight: "bold", size: 7.5pt, tracking: 0.5pt)[#upper(label)] #linebreak() #body] #let solutionbox(body) = block(above: 4pt, below: 8pt)[ #text(fill: BLUE, weight: "bold", size: 8.5pt)[Solution] #linebreak() #body] #let figph(msg) = block(width: 100%, height: 60pt, fill: rgb("#f6f7f9"), stroke: (paint: rgb("#c7ccd3"), dash: "dashed"), radius: 4pt, inset: 10pt)[ #align(center + horizon, text(fill: rgb("#889"), style: "italic", size: 9pt, msg))] // Standardize inlined figure sizes: measure the natural CeTZ canvas, then scale to a // consistent envelope (aspect-aware; see build_typst.py FIG_* constants). Unlike the // print preamble, dimensions are FLOORED: in an editor a user can trim a figure to a // degenerate 1-D shape (a bare line), and w/h or tw/w would then divide by zero. #let _STD_W = 3.5 #let _WIDE_W = 5.6 #let _MAX_H = 3.4 #let _ASPECT_WIDE = 2.2 #let _UPSCALE_MAX = 1.15 #let stdfig(body) = context { let m = measure(body) let w = calc.max(m.width / 1in, 0.01) let h = calc.max(m.height / 1in, 0.01) let tw = if w / h > _ASPECT_WIDE { _WIDE_W } else { _STD_W } let s = calc.min(tw / w, _MAX_H / h, _UPSCALE_MAX) align(center, box(scale(x: s * 100%, y: s * 100%, reflow: true, body))) } #show figure: set block(breakable: false) #set figure(gap: 8pt) #show figure.caption: set text(size: 8.5pt, fill: rgb("#555")) == 33.4#h(0.6em)Particles, Patterns, and Conservation Laws === Learning Objectives By the end of this section, you will be able to: - Define matter and antimatter. - Outline the differences between hadrons and leptons. - State the differences between mesons and baryons. In the early 1930s only a small number of subatomic particles were known to exist—the proton, neutron, electron, photon and, indirectly, the neutrino. Nature seemed relatively simple in some ways, but mysterious in others. Why, for example, should the particle that carries positive charge be almost 2000 times as massive as the one carrying negative charge? Why does a neutral particle like the neutron have a magnetic moment? Does this imply an internal structure with a distribution of moving charges? Why is it that the electron seems to have no size other than its wavelength, while the proton and neutron are about 1 fermi in size? So, while the number of known particles was small and they explained a great deal of atomic and nuclear phenomena, there were many unexplained phenomena and hints of further substructures. Things soon became more complicated, both in theory and in the prediction and discovery of new particles. In 1928, the British physicist P.A.M. Dirac developed a highly successful relativistic quantum theory that laid the foundations of quantum electrodynamics (QED). His theory, for example, explained electron spin and magnetic moment in a natural way. But Dirac’s theory also predicted negative energy states for free electrons. By 1931, Dirac, along with Oppenheimer, realized this was a prediction of positively charged electrons (or positrons). In 1932, American physicist Carl Anderson discovered the positron in cosmic ray studies. The positron, or #math.equation(block: false, alt: "e to the power plus")[$e^(+)$] , is the same particle as emitted in #math.equation(block: false, alt: "β to the power plus")[$β^(+)$] decay and was the first antimatter that was discovered. In 1935, Yukawa predicted pions as the carriers of the strong nuclear force, and they were eventually discovered. Muons were discovered in cosmic ray experiments in 1937, and they seemed to be heavy, unstable versions of electrons and positrons. After World War II, accelerators energetic enough to create these particles were built. Not only were predicted and known particles created, but many unexpected particles were observed. Initially called elementary particles, their numbers proliferated to dozens and then hundreds, and the term “particle zoo” became the physicist’s lament at the lack of simplicity. But patterns were observed in the particle zoo that led to simplifying ideas such as quarks, as we shall soon see. #figure(figph[A photo of a young Paul Dirac.], alt: "A photo of a young Paul Dirac.", caption: [P.A.M. Dirac’s theory of relativistic quantum mechanics not only explained a great deal of what was known, it also predicted antimatter.]) === Matter and Antimatter The positron was only the first example of antimatter. Every particle in nature has an antimatter counterpart, although some particles, like the photon, are their own antiparticles. Antimatter has charge opposite to that of matter (for example, the positron is positive while the electron is negative) but is nearly identical otherwise, having the same mass, intrinsic spin, half-life, and so on. When a particle and its antimatter counterpart interact, they annihilate one another, usually totally converting their masses to pure energy in the form of photons as seen in . Neutral particles, such as neutrons, have neutral antimatter counterparts, which also annihilate when they interact. Certain neutral particles are their own antiparticle and live correspondingly short lives. For example, the neutral pion #math.equation(block: false, alt: "π to the power 0")[$π^(0)$] is its own antiparticle and has a half-life about #math.equation(block: false, alt: "10 to the power minus 8")[$"10"^(− 8)$] shorter than #math.equation(block: false, alt: "π to the power plus")[$π^(+)$] and #math.equation(block: false, alt: "π to the power minus")[$π^(−)$], which are each other’s antiparticles. Without exception, nature is symmetric—all particles have antimatter counterparts. For example, antiprotons and antineutrons were first created in accelerator experiments in 1956 and the antiproton is negative. Antihydrogen atoms, consisting of an antiproton and antielectron, were observed in 1995 at CERN, too. It is possible to contain large-scale antimatter particles such as antiprotons by using electromagnetic traps that confine the particles within a magnetic field so that they don't annihilate with other particles. However, particles of the same charge repel each other, so the more particles that are contained in a trap, the more energy is needed to power the magnetic field that contains them. It is not currently possible to store a significant quantity of antiprotons. At any rate, we now see that negative charge is associated with both low-mass (electrons) and high-mass particles (antiprotons) and the apparent asymmetry is not there. But this knowledge does raise another question—why is there such a predominance of matter and so little antimatter? Possible explanations emerge later in this and the next chapter. === Hadrons and Leptons Particles can also be revealingly grouped according to what forces they feel between them. All particles (even those that are massless) are affected by gravity, since gravity affects the space and time in which particles exist. All charged particles are affected by the electromagnetic force, as are neutral particles that have an internal distribution of charge (such as the neutron with its magnetic moment). Special names are given to particles that feel the strong and weak nuclear forces. #strong[Hadrons] are particles that feel the strong nuclear force, whereas #strong[leptons] are particles that do not. The proton, neutron, and the pions are examples of hadrons. The electron, positron, muons, and neutrinos are examples of leptons, the name meaning low mass. Leptons feel the weak nuclear force. In fact, all particles feel the weak nuclear force. This means that hadrons are distinguished by being able to feel both the strong and weak nuclear forces. lists the characteristics of some of the most important subatomic particles, including the directly observed carrier particles for the electromagnetic and weak nuclear forces, all leptons, and some hadrons. Several hints related to an underlying substructure emerge from an examination of these particle characteristics. Note that the carrier particles are called #strong[gauge bosons]. First mentioned in Patterns in Spectra Reveal More Quantization, a #strong[boson] is a particle with zero or an integer value of intrinsic spin (such as #math.equation(block: false, alt: "s equals 0, 1, 2, ...")[$s = 0, 1, 2, ...$]), whereas a #strong[fermion] is a particle with a half-integer value of intrinsic spin (#math.equation(block: false, alt: "s equals 1 / 2, 3 / 2, . . .")[$s = 1 / 2, #h(0.25em) 3 / 2, #h(0.25em) "." "." "."$]). Fermions obey the Pauli exclusion principle whereas bosons do not. All the known and conjectured carrier particles are bosons. #figure(figph[The upper image shows an electron and positron colliding head-on. The lower image shows a starburst image from which two photons are emerging in opposite directions.], alt: "The upper image shows an electron and positron colliding head-on. The lower image shows a starburst image from which two photons are emerging in opposite directions.", caption: [When a particle encounters its antiparticle, they annihilate, often producing pure energy in the form of photons. In this case, an electron and a positron convert all their mass into two identical energy rays, which move away in opposite directions to keep total momentum zero as it was before. Similar annihilations occur for other combinations of a particle with its antiparticle, sometimes producing more particles while obeying all conservation laws.]) #figure(table( columns: 11, align: left, inset: 6pt, [#emph[Category]], [#emph[Particle name]], [#emph[Symbol]], [#emph[Antiparticle]], [#emph[Rest mass] #math.equation(block: false, alt: "open parenthesis MeV / c squared close parenthesis")[$( "MeV" / c^(2) )$]], [#math.equation(block: false, alt: "B")[$B$]], [#math.equation(block: false, alt: "L sub e")[$L_(e)$]], [#math.equation(block: false, alt: "L sub μ")[$L_(μ)$]], [#math.equation(block: false, alt: "L sub τ")[$L_(τ)$]], [#math.equation(block: false, alt: "S")[$S$]], [#emph[LifetimeLifetimes are traditionally given as #math.equation(block: false, alt: "t sub 1 / 2 / 0.693")[$t_(1 / 2) / 0 "." "693"$] (which is #math.equation(block: false, alt: "1 / λ")[$1 / λ$], the inverse of the decay constant). (s)]], [#strong[Gauge]], [Photon], [#math.equation(block: false, alt: "γ")[$γ$]], [Self], [0], [0], [0], [0], [0], [0], [Stable], [#strong[Bosons]], [#math.equation(block: false, alt: "W")[$W$]], [#math.equation(block: false, alt: "W to the power plus")[$W^(+)$]], [#math.equation(block: false, alt: "W to the power minus")[$W^(−)$]], [#math.equation(block: false, alt: "80.39 times 10 cubed")[$"80" "." "39" × "10"^(3)$]], [0], [0], [0], [0], [0], [#math.equation(block: false, alt: "1.6 times 10 to the power minus 25")[$1.6 × "10"^(− "25")$]], [#math.equation(block: false, alt: "Z")[$Z$]], [#math.equation(block: false, alt: "Z to the power 0")[$Z^(0)$]], [Self], [#math.equation(block: false, alt: "91.19 times 10 cubed")[$"91" "." "19" × "10"^(3)$]], [0], [0], [0], [0], [0], [#math.equation(block: false, alt: "1.32 times 10 to the power minus 25")[$1.32 × "10"^(− "25")$]], [], [#strong[Leptons]], [Electron], [#math.equation(block: false, alt: "e to the power minus")[$e^(−)$]], [#math.equation(block: false, alt: "e to the power plus")[$e^(+)$]], [0.511], [0], [#math.equation(block: false, alt: "plus or minus 1")[$± 1$]], [0], [0], [0], [Stable], [Neutrino #emph[(e)]], [#math.equation(block: false, alt: "ν sub e")[$ν_(e)$]], [#math.equation(block: false, alt: "v bar sub e")[$overline(v)_(e)$]], [#math.equation(block: false, alt: "0 open parenthesis 7.0 eV close parenthesis")[$0 7 "." 0 "eV"$] Neutrino masses may be zero. Experimental upper limits are given in parentheses.], [0], [#math.equation(block: false, alt: "plus or minus 1")[$± 1$]], [0], [0], [0], [Stable], [], [Muon], [#math.equation(block: false, alt: "μ to the power minus")[$μ^(−)$]], [#math.equation(block: false, alt: "μ to the power plus")[$μ^(+)$]], [105.7], [0], [0], [#math.equation(block: false, alt: "plus or minus 1")[$± 1$]], [0], [0], [#math.equation(block: false, alt: "2.20 times 10 to the power minus 6")[$2 "." "20" × "10"^(− 6)$]], [], [Neutrino #emph[#math.equation(block: false, alt: "open parenthesis μ close parenthesis")[$( μ )$]]], [#math.equation(block: false, alt: "v sub μ")[$v_(μ)$]], [#math.equation(block: false, alt: "v bar sub μ")[$attach(accent(v, −), b: μ)$]], [#math.equation(block: false, alt: "0 open parenthesis less than 0.27 close parenthesis")[$0 ( < 0.27 )$]], [0], [0], [#math.equation(block: false, alt: "plus or minus 1")[$± 1$]], [0], [0], [Stable], [], [Tau], [#math.equation(block: false, alt: "τ to the power minus")[$τ^(−)$]], [#math.equation(block: false, alt: "τ to the power plus")[$τ^(+)$]], [1777], [0], [0], [0], [#math.equation(block: false, alt: "plus or minus 1")[$± 1$]], [0], [#math.equation(block: false, alt: "2.91 times 10 to the power minus 13")[$2 "." "91" × "10"^(− "13")$]], [], [Neutrino #emph[#math.equation(block: false, alt: "open parenthesis τ close parenthesis")[$( τ )$]]], [#math.equation(block: false, alt: "v sub τ")[$v_(τ)$]], [#math.equation(block: false, alt: "v bar sub τ")[$attach(accent(v, −), b: τ)$]], [#math.equation(block: false, alt: "0 open parenthesis less than 31 close parenthesis")[$0 ( < 31 )$]], [0], [0], [0], [#math.equation(block: false, alt: "plus or minus 1")[$± 1$]], [0], [Stable], [], [#strong[Hadrons (selected)]], [], [], [], [], [], [], [], [], [], [], [#strong[Mesons]], [Pion], [#math.equation(block: false, alt: "π to the power plus")[$π^(+)$]], [#math.equation(block: false, alt: "π to the power minus")[$π^(−)$]], [139.6], [0], [0], [0], [0], [0], [2.60 × 10 #super[−8]], [#math.equation(block: false, alt: "π to the power 0")[$π^(0)$]], [Self], [135.0], [0], [0], [0], [0], [0], [8.4 × 10 #super[−17]], [], [], [Kaon], [#math.equation(block: false, alt: "K to the power plus")[$K^(+)$]], [#math.equation(block: false, alt: "K to the power minus")[$K^(−)$]], [493.7], [0], [0], [0], [0], [#math.equation(block: false, alt: "plus or minus 1")[$± 1$]], [1.24 × 10 #super[−8]], [], [#math.equation(block: false, alt: "K to the power 0")[$K^(0)$]], [#math.equation(block: false, alt: "K bar to the power 0")[$attach(accent(K, −), t: 0)$]], [497.6], [0], [0], [0], [0], [#math.equation(block: false, alt: "plus or minus 1")[$± 1$]], [0.90 × 10 #super[−10]], [], [], [Eta], [#math.equation(block: false, alt: "η to the power 0")[$η^(0)$]], [Self], [547.9], [0], [0], [0], [0], [0], [2.53 × 10 #super[−19]], [], [(many other mesons known)], [], [], [], [], [], [], [], [], [], [], [#strong[Baryons]], [Proton], [#math.equation(block: false, alt: "p")[$p$]], [#math.equation(block: false, alt: "p bar")[$accent(p, −)$]], [938.3], [± 1], [0], [0], [0], [0], [StableExperimental lower limit is #math.equation(block: false, alt: ">5 times 10 to the power 32")[$>5 × "10"^("32")$] for proposed mode of decay.], [Neutron], [#math.equation(block: false, alt: "n")[$n$]], [#math.equation(block: false, alt: "n bar")[$accent(n, −)$]], [939.6], [± 1], [0], [0], [0], [0], [882], [], [Lambda], [#math.equation(block: false, alt: "Λ to the power 0")[$"Λ"^(0)$]], [#math.equation(block: false, alt: "Λ bar to the power 0")[$attach(accent("Λ", −), t: 0)$]], [1115.7], [± 1], [0], [0], [0], [#math.equation(block: false, alt: "∓ 1")[$∓ 1$]], [2.63 × 10 #super[−10]], [], [Sigma], [#math.equation(block: false, alt: "Σ to the power plus")[$"Σ"^(+)$]], [#math.equation(block: false, alt: "Σ bar to the power minus")[$attach(accent("Σ", −), t: −)$]], [1189.4], [± 1], [0], [0], [0], [#math.equation(block: false, alt: "∓ 1")[$∓ 1$]], [0.80 × 10 #super[−10]], [], [#math.equation(block: false, alt: "Σ to the power 0")[$"Σ"^(0)$]], [#math.equation(block: false, alt: "Σ bar to the power 0")[$attach(accent("Σ", −), t: 0)$]], [1192.6], [± 1], [0], [0], [0], [#math.equation(block: false, alt: "∓ 1")[$∓ 1$]], [7.4 × 10 #super[−20]], [], [], [#math.equation(block: false, alt: "Σ to the power minus")[$"Σ"^(−)$]], [#math.equation(block: false, alt: "Σ bar to the power plus")[$attach(accent("Σ", −), t: +)$]], [1197.4], [± 1], [0], [0], [0], [#math.equation(block: false, alt: "∓ 1")[$∓ 1$]], [1.48 × 10 #super[−10]], [], [], [Xi], [#math.equation(block: false, alt: "Ξ to the power 0")[$"Ξ"^(0)$]], [#math.equation(block: false, alt: "Ξ bar to the power 0")[$attach(accent("Ξ", −), t: 0)$]], [1314.9], [± 1], [0], [0], [0], [#math.equation(block: false, alt: "∓ 2")[$∓ 2$]], [2.90 × 10 #super[−10]], [], [#math.equation(block: false, alt: "Ξ to the power minus")[$"Ξ"^(−)$]], [#math.equation(block: false, alt: "Ξ to the power plus")[$"Ξ"^(+)$]], [1321.7], [± 1], [0], [0], [0], [#math.equation(block: false, alt: "∓ 2")[$∓ 2$]], [1.64 × 10 #super[−10]], [], [], [Omega], [#math.equation(block: false, alt: "Ω to the power minus")[$Ω^(−)$]], [#math.equation(block: false, alt: "Ω to the power plus")[$Ω^(+)$]], [1672.5], [± 1], [0], [0], [0], [#math.equation(block: false, alt: "∓ 3")[$∓ 3$]], [0.82 × 10 #super[−10]], [], [(many other baryons known)], [], [], [], [], [], [], [], [], [], [], )) All known leptons are listed in the table given above. There are only six leptons (and their antiparticles), and they seem to be fundamental in that they have no apparent underlying structure. Leptons have no discernible size other than their wavelength, so that we know they are pointlike down to about #math.equation(block: false, alt: "10 to the power minus 18 m")[$"10"^(− "18") #h(0.25em) "m"$]. The leptons fall into three families, implying three conservation laws for three quantum numbers. One of these was known from #math.equation(block: false, alt: "β")[$β$] decay, where the existence of the electron’s neutrino implied that a new quantum number, called the #strong[electron family number]#math.equation(block: false, alt: "L sub e")[$L_(e)$] is conserved. Thus, in #math.equation(block: false, alt: "β")[$β$] decay, an antielectron’s neutrino #math.equation(block: false, alt: "v bar sub e")[$attach(accent(v, −), b: e)$] must be created with #math.equation(block: false, alt: "L sub e equals minus 1")[$L_(e) = − 1$] when an electron with #math.equation(block: false, alt: "L sub e =+ 1")[$L_(e) "=+" 1$] is created, so that the total remains 0 as it was before decay. Once the muon was discovered in cosmic rays, its decay mode was found to be #math.equation(block: true, alt: "μ to the power minus → e to the power minus plus v bar sub e plus v sub μ ,")[$μ^(−) → e^(−) + attach(accent(v, −), b: e) + v_(μ) ","$]which implied another “family” and associated conservation principle. The particle #math.equation(block: false, alt: "v sub μ")[$v_(μ)$] is a muon’s neutrino, and it is created to conserve #strong[muon family number]#math.equation(block: false, alt: "L sub μ")[$L_(μ)$]. So muons are leptons with a family of their own, and #strong[conservation of total #math.equation(block: false, alt: "L sub μ")[$L_(μ)$]] also seems to be obeyed in many experiments. More recently, a third lepton family was discovered when #math.equation(block: false, alt: "τ")[$τ$] particles were created and observed to decay in a manner similar to muons. One principal decay mode is #math.equation(block: true, alt: "τ to the power minus → μ to the power minus plus v bar sub μ plus v sub τ .")[$τ^(−) → μ^(−) + attach(accent(v, −), b: μ) + v_(τ) "."$]#strong[Conservation of total] #math.equation(block: false, alt: "L sub τ")[$L_(τ)$] seems to be another law obeyed in many experiments. In fact, particle experiments have found that lepton family number is not universally conserved, due to neutrino “oscillations,” or transformations of neutrinos from one family type to another. === Mesons and Baryons Now, note that the hadrons in the table given above are divided into two subgroups, called mesons (originally for medium mass) and baryons (the name originally meaning large mass). The division between mesons and baryons is actually based on their observed decay modes and is not strictly associated with their masses. #strong[Mesons] are hadrons that can decay to leptons and leave no hadrons, which implies that mesons are not conserved in number. #strong[Baryons] are hadrons that always decay to another baryon. A new physical quantity called #strong[baryon number] #math.equation(block: false, alt: "B")[$B$] seems to always be conserved in nature and is listed for the various particles in the table given above. Mesons and leptons have #math.equation(block: false, alt: "B equals 0")[$B = 0$] so that they can decay to other particles with #math.equation(block: false, alt: "B equals 0")[$B = 0$]. But baryons have #math.equation(block: false, alt: "B =+ 1")[$B "=+" 1$] if they are matter, and #math.equation(block: false, alt: "B equals minus 1")[$B = − 1$] if they are antimatter. The #strong[conservation of total baryon number] is a more general rule than first noted in nuclear physics, where it was observed that the total number of nucleons was always conserved in nuclear reactions and decays. That rule in nuclear physics is just one consequence of the conservation of the total baryon number. === Forces, Reactions, and Reaction Rates The forces that act between particles regulate how they interact with other particles. For example, pions feel the strong force and do not penetrate as far in matter as do muons, which do not feel the strong force. (This was the way those who discovered the muon knew it could not be the particle that carries the strong force—its penetration or range was too great for it to be feeling the strong force.) Similarly, reactions that create other particles, like cosmic rays interacting with nuclei in the atmosphere, have greater probability if they are caused by the strong force than if they are caused by the weak force. Such knowledge has been useful to physicists while analyzing the particles produced by various accelerators. The forces experienced by particles also govern how particles interact with themselves if they are unstable and decay. For example, the stronger the force, the faster they decay and the shorter is their lifetime. An example of a nuclear decay via the strong force is #math.equation(block: false, alt: "8 Be → α plus α")[$8 "Be" → α + α$] with a lifetime of about #math.equation(block: false, alt: "10 to the power minus 16 s")[$"10"^(− "16") #h(0.25em) "s"$]. The neutron is a good example of decay via the weak force. The process #math.equation(block: false, alt: "n → p plus e to the power minus plus v bar sub e")[$n → p + e^(−) + attach(accent(v, −), b: e)$] has a longer lifetime of 882 s. The weak force causes this decay, as it does all #math.equation(block: false, alt: "β")[$β$] decay. An important clue that the weak force is responsible for #math.equation(block: false, alt: "β")[$β$] decay is the creation of leptons, such as #math.equation(block: false, alt: "e to the power minus")[$e^(−)$] and #math.equation(block: false, alt: "v bar sub e")[$attach(accent(v, −), b: e)$]. None would be created if the strong force was responsible, just as no leptons are created in the decay of #math.equation(block: false, alt: "8 Be")[$8 "Be"$]. The systematics of particle lifetimes is a little simpler than nuclear lifetimes when hundreds of particles are examined (not just the ones in the table given above). Particles that decay via the weak force have lifetimes mostly in the range of #math.equation(block: false, alt: "10 to the power minus 16")[$"10"^(− "16")$] to #math.equation(block: false, alt: "10 to the power minus 12")[$"10"^(− "12")$] s, whereas those that decay via the strong force have lifetimes mostly in the range of #math.equation(block: false, alt: "10 to the power minus 16")[$"10"^(− "16")$] to #math.equation(block: false, alt: "10 to the power minus 23")[$"10"^(− "23")$] s. Turning this around, if we measure the lifetime of a particle, we can tell if it decays via the weak or strong force. Yet another quantum number emerges from decay lifetimes and patterns. Note that the particles #math.equation(block: false, alt: "Λ , Σ , Ξ")[$"Λ" "," #h(0.25em) "Σ" "," #h(0.25em) "Ξ"$], and #math.equation(block: false, alt: "Ω")[$Ω$] decay with lifetimes on the order of #math.equation(block: false, alt: "10 to the power minus 10")[$"10"^(− "10")$] s (the exception is #math.equation(block: false, alt: "Σ to the power 0")[$"Σ"^(0)$], whose short lifetime is explained by its particular quark substructure.), implying that their decay is caused by the weak force alone, although they are hadrons and feel the strong force. The decay modes of these particles also show patterns—in particular, certain decays that should be possible within all the known conservation laws do not occur. Whenever something is possible in physics, it will happen. If something does not happen, it is forbidden by a rule. All this seemed strange to those studying these particles when they were first discovered, so they named a new quantum number #strong[strangeness], given the symbol #math.equation(block: false, alt: "S")[$S$] in the table given above. The values of strangeness assigned to various particles are based on the decay systematics. It is found that #emph[strangeness is conserved by the strong force], which governs the production of most of these particles in accelerator experiments. However, #emph[strangeness is #emph[not conserved] by the weak force]. This conclusion is reached from the fact that particles that have long lifetimes decay via the weak force and do not conserve strangeness. All of this also has implications for the carrier particles, since they transmit forces and are thus involved in these decays. #examplebox("Example 1")[Calculating Quantum Numbers in Two Decays][ (a) The most common decay mode of the #math.equation(block: false, alt: "Ξ to the power minus")[$"Ξ"^(−)$] particle is #math.equation(block: false, alt: "Ξ to the power minus → Λ to the power 0 plus π to the power minus")[$"Ξ"^(−) → "Λ"^(0) + π^(−)$]. Using the quantum numbers in the table given above, show that strangeness changes by 1, baryon number and charge are conserved, and lepton family numbers are unaffected. (b) Is the decay #math.equation(block: false, alt: "K to the power plus → μ to the power plus plus ν sub μ")[$K^(+) → μ^(+) + ν_(μ)$] allowed, given the quantum numbers in the table given above? Strategy In part (a), the conservation laws can be examined by adding the quantum numbers of the decay products and comparing them with the parent particle. In part (b), the same procedure can reveal if a conservation law is broken or not. Solution for (a) Before the decay, the #math.equation(block: false, alt: "Ξ to the power minus")[$"Ξ"^(−)$] has strangeness #math.equation(block: false, alt: "S equals minus 2")[$S = − 2$]. After the decay, the total strangeness is –1 for the #math.equation(block: false, alt: "Λ to the power 0")[$"Λ"^(0)$], plus 0 for the #math.equation(block: false, alt: "π to the power minus")[$π^(−)$]. Thus, total strangeness has gone from –2 to –1 or a change of +1. Baryon number for the #math.equation(block: false, alt: "Ξ to the power minus")[$"Ξ"^(−)$] is #math.equation(block: false, alt: "B equals + 1")[$B = "+" 1$] before the decay, and after the decay the #math.equation(block: false, alt: "Λ to the power 0")[$"Λ"^(0)$] has #math.equation(block: false, alt: "B equals + 1")[$B = "+" 1$] and the #math.equation(block: false, alt: "π to the power minus")[$π^(−)$] has #math.equation(block: false, alt: "B equals 0")[$B = 0$] so that the total baryon number remains +1. Charge is –1 before the decay, and the total charge after is also #math.equation(block: false, alt: "0 minus 1 equals minus 1")[$0 − 1 = − 1$]. Lepton numbers for all the particles are zero, and so lepton numbers are conserved. Discussion for (a) The #math.equation(block: false, alt: "Ξ to the power minus")[$"Ξ"^(−)$] decay is caused by the weak interaction, since strangeness changes, and it is consistent with the relatively long #math.equation(block: false, alt: "1.64 times 10 to the power minus 10 -s")[$1 "." "64" × "10"^(− "10") "-s"$] lifetime of the #math.equation(block: false, alt: "Ξ to the power minus")[$"Ξ"^(−)$]. Solution for (b) The decay #math.equation(block: false, alt: "K to the power plus → μ to the power plus plus ν sub μ")[$K^(+) → μ^(+) + ν_(μ)$] is allowed if charge, baryon number, mass-energy, and lepton numbers are conserved. Strangeness can change due to the weak interaction. Charge is conserved as #math.equation(block: false, alt: "s → d")[$s → d$]. Baryon number is conserved, since all particles have #math.equation(block: false, alt: "B equals 0")[$B = 0$]#emph[.] Mass-energy is conserved in the sense that the #math.equation(block: false, alt: "K to the power plus")[$K^(+)$] has a greater mass than the products, so that the decay can be spontaneous. Lepton family numbers are conserved at 0 for the electron and tau family for all particles. The muon family number is #math.equation(block: false, alt: "L sub μ equals 0")[$L_(μ) = 0$] before and #math.equation(block: false, alt: "L sub μ equals minus 1 plus 1 equals 0")[$L_(μ) = − 1 + 1 = 0$] after. Strangeness changes from +1 before to 0 + 0 after, for an allowed change of 1. The decay is allowed by all these measures. Discussion for (b) This decay is not only allowed by our reckoning, it is, in fact, the primary decay mode of the #math.equation(block: false, alt: "K to the power plus")[$K^(+)$] meson and is caused by the weak force, consistent with the long #math.equation(block: false, alt: "1.24 times 10 to the power minus 8 -s")[$1 "." "24" × "10"^(− 8) "-s"$] lifetime. ] There are hundreds of particles, all hadrons, not listed in , most of which have shorter lifetimes. The systematics of those particle lifetimes, their production probabilities, and decay products are completely consistent with the conservation laws noted for lepton families, baryon number, and strangeness, but they also imply other quantum numbers and conservation laws. There are a finite, and in fact relatively small, number of these conserved quantities, however, implying a finite set of substructures. Additionally, some of these short-lived particles resemble the excited states of other particles, implying an internal structure. All of this jigsaw puzzle can be tied together and explained relatively simply by the existence of fundamental substructures. Leptons seem to be fundamental structures. Hadrons seem to have a substructure called quarks. Quarks: Is That All There Is? explores the basics of the underlying quark building blocks. #figure(figph[The image shows a picture of physicist Murray Gell Mann, who looks like a pleasant white-haired gentleman.], alt: "The image shows a picture of physicist Murray Gell Mann, who looks like a pleasant white-haired gentleman.", caption: [Murray Gell-Mann (b. 1929) proposed quarks as a substructure of hadrons in 1963 and was already known for his work on the concept of strangeness. Although quarks have never been directly observed, several predictions of the quark model were quickly confirmed, and their properties explain all known hadron characteristics. Gell-Mann was awarded the Nobel Prize in 1969.]) === Test Prep for AP Courses When a π#super[-] decays, the products may include: + A positron. + A muon. + A proton. + All of the above. #solutionbox[ (b) ] Notice in that the neutron has a half-life of 882 seconds. This is only for a free neutron, not bound with other neutrons and protons in a nucleus. Given the other particles in the table, and using both their charge and masses, what do you think the most likely decay products for a neutron are? Justify your answer. === Summary - All particles of matter have an antimatter counterpart that has the opposite charge and certain other quantum numbers as seen in . These matter-antimatter pairs are otherwise very similar but will annihilate when brought together. Known particles can be divided into three major groups—leptons, hadrons, and carrier particles (gauge bosons). - Leptons do not feel the strong nuclear force and are further divided into three groups—electron family designated by electron family number #math.equation(block: false, alt: "L sub e")[$L_(e)$]; muon family designated by muon family number #math.equation(block: false, alt: "L sub μ")[$L_(μ)$]; and tau family designated by tau family number #math.equation(block: false, alt: "L sub τ")[$L_(τ)$]. The family numbers are not universally conserved due to neutrino oscillations. - Hadrons are particles that feel the strong nuclear force and are divided into baryons, with the baryon family number #math.equation(block: false, alt: "B")[$B$] being conserved, and mesons. === Conceptual Questions Large quantities of antimatter isolated from normal matter should behave exactly like normal matter. An antiatom, for example, composed of positrons, antiprotons, and antineutrons should have the same atomic spectrum as its matter counterpart. Would you be able to tell it is antimatter by its emission of antiphotons? Explain briefly. Massless particles are not only neutral, they are chargeless (unlike the neutron). Why is this so? Massless particles must travel at the speed of light, while others cannot reach this speed. Why are all massless particles stable? If evidence is found that neutrinos spontaneously decay into other particles, would this imply they have mass? When a star erupts in a supernova explosion, huge numbers of electron neutrinos are formed in nuclear reactions. Such neutrinos from the 1987A supernova in the relatively nearby Magellanic Cloud were observed within hours of the initial brightening, indicating they traveled to earth at approximately the speed of light. Explain how this data can be used to set an upper limit on the mass of the neutrino, noting that if the mass is small the neutrinos could travel very close to the speed of light and have a reasonable energy (on the order of MeV). Theorists have had spectacular success in predicting previously unknown particles. Considering past theoretical triumphs, why should we bother to perform experiments? What lifetime do you expect for an antineutron isolated from normal matter? Why does the #math.equation(block: false, alt: "η to the power 0")[$η^(0)$] meson have such a short lifetime compared to most other mesons? (a) Is a hadron always a baryon? (b) Is a baryon always a hadron? (c) Can an unstable baryon decay into a meson, leaving no other baryon? Explain how conservation of baryon number is responsible for conservation of total atomic mass (total number of nucleons) in nuclear decay and reactions. === Problems & Exercises The #math.equation(block: false, alt: "π to the power 0")[$π^(0)$] is its own antiparticle and decays in the following manner: #math.equation(block: false, alt: "π to the power 0 → γ plus γ")[$π^(0) → γ + γ$]. What is the energy of each #math.equation(block: false, alt: "γ")[$γ$] ray if the #math.equation(block: false, alt: "π to the power 0")[$π^(0)$] is at rest when it decays? #solutionbox[ 67.5 MeV ] The primary decay mode for the negative pion is #math.equation(block: false, alt: "π to the power minus → μ to the power minus plus ν bar sub μ")[$π^(−) → μ^(−) + attach(accent(ν, −), b: μ)$]. What is the energy release in MeV in this decay? The mass of a theoretical particle that may be associated with the unification of the electroweak and strong forces is #math.equation(block: false, alt: "10 to the power 14 GeV/ c squared")[$"10"^("14") #h(0.25em) "GeV/" c^(2)$]. (a) How many proton masses is this? (b) How many electron masses is this? (This indicates how extremely relativistic the accelerator would have to be in order to make the particle, and how large the relativistic quantity #math.equation(block: false, alt: "γ")[$γ$] would have to be.) #solutionbox[ (a) #math.equation(block: false, alt: "1 times 10 to the power 14")[$1 × "10"^("14")$] (b) #math.equation(block: false, alt: "2 times 10 to the power 17")[$2 × "10"^("17")$] ] The decay mode of the negative muon is #math.equation(block: false, alt: "μ to the power minus → e to the power minus plus ν bar sub e plus ν sub μ")[$μ^(−) → e^(−) + attach(accent(ν, −), b: e) + ν_(μ)$]. (a) Find the energy released in MeV. (b) Verify that charge and lepton family numbers are conserved. The decay mode of the positive tau is #math.equation(block: false, alt: "τ to the power plus → μ to the power plus plus ν sub μ plus ν bar sub τ")[$τ^(+) → μ^(+) + ν_(μ) + attach(accent(ν, −), b: τ)$]. (a) What energy is released? (b) Verify that charge and lepton family numbers are conserved. (c) The #math.equation(block: false, alt: "τ to the power plus")[$τ^(+)$] is the antiparticle of the #math.equation(block: false, alt: "τ to the power minus")[$τ^(−)$]\.Verify that all the decay products of the #math.equation(block: false, alt: "τ to the power plus")[$τ^(+)$] are the antiparticles of those in the decay of the #math.equation(block: false, alt: "τ to the power minus")[$τ^(−)$] given in the text. #solutionbox[ (a) #math.equation(block: false, alt: "1671 MeV")[$" 1671 MeV"$] (b) #math.equation(block: false, alt: "Q equals 1, Q ′ equals 1 plus 0 plus 0 equals 1. L sub τ equals minus 1; L ′ τ equals minus 1; L μ equals 0; L ′ μ equals minus 1 plus 1 equals 0")[$Q = 1, #h(0.25em) Q ′ = 1 + 0 + 0 = 1. #h(0.25em) L_(τ) = − 1; #h(0.25em) L ′ τ = − 1; #h(0.25em) L μ = 0; #h(0.25em) L ′ μ = − 1 + 1 = 0$] (c) #math.equation(block: false, alt: "τ to the power minus → μ to the power minus plus v sub μ plus v bar sub τ; ⇒ μ to the power minus antiparticle of μ to the power plus ; v sub μ of v bar sub μ ; v bar sub τ of v sub τ")[$τ^(−) → μ^(−) + v_(μ) + overline(v)_(τ) \ ⇒ μ^(−) "  antiparticle of  " μ^(+) ; v_(μ) "  of  " overline(v)_(μ) ; overline(v)_(τ) "  of  " v_(τ)$] ] The principal decay mode of the sigma zero is #math.equation(block: false, alt: "Σ to the power 0 → Λ to the power 0 plus γ")[$"Σ"^(0) → "Λ"^(0) + γ$]. (a) What energy is released? (b) Considering the quark structure of the two baryons, does it appear that the #math.equation(block: false, alt: "Σ to the power 0")[$"Σ"^(0)$] is an excited state of the #math.equation(block: false, alt: "Λ to the power 0")[$"Λ"^(0)$]? (c) Verify that strangeness, charge, and baryon number are conserved in the decay. (d) Considering the preceding and the short lifetime, can the weak force be responsible? State why or why not. (a) What is the uncertainty in the energy released in the decay of a #math.equation(block: false, alt: "π to the power 0")[$π^(0)$] due to its short lifetime? (b) What fraction of the decay energy is this, noting that the decay mode is #math.equation(block: false, alt: "π to the power 0 → γ plus γ")[$π^(0) → γ + γ$] (so that all the #math.equation(block: false, alt: "π to the power 0")[$π^(0)$] mass is destroyed)? #solutionbox[ (a) 3.9 eV (b) #math.equation(block: false, alt: "2.9 times 10 to the power minus 8")[$2 "." 9 × "10"^(− 8)$] ] (a) What is the uncertainty in the energy released in the decay of a #math.equation(block: false, alt: "τ to the power minus")[$τ^(−)$] due to its short lifetime? (b) Is the uncertainty in this energy greater than or less than the uncertainty in the mass of the tau neutrino? Discuss the source of the uncertainty.