#set document(title: "10.4 Nuclear Reactions", 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")) == 10.4#h(0.6em)Nuclear Reactions Early experiments revealed three types of nuclear “rays” or radiation: #strong[alpha (#math.equation(block: false, alt: "α")[$α$]) rays], #strong[beta (#math.equation(block: false, alt: "β")[$β$]) rays], and #strong[gamma (#math.equation(block: false, alt: "γ")[$γ$]) rays]. These three types of radiation are differentiated by their ability to penetrate matter. Alpha radiation is barely able to pass through a thin sheet of paper. Beta radiation can penetrate aluminum to a depth of about 3 mm, and gamma radiation can penetrate lead to a depth of 2 or more centimeters . #figure(figph[The figure shows from left to right: paper, metal, concrete and lead. Three types of radiation enter this setup from the left. Alpha radiation does not pass through paper. Beta radiation passes through paper but not through metal. Gamma radiation passes through paper, metal and concrete, but not through lead.], alt: "The figure shows from left to right: paper, metal, concrete and lead. Three types of radiation enter this setup from the left. Alpha radiation does not pass through paper. Beta radiation passes through paper but not through metal. Gamma radiation passes through paper, metal and concrete, but not through lead.", caption: [A comparison of the penetration depths of alpha (#math.equation(block: false, alt: "α")[$α$]), beta (#math.equation(block: false, alt: "β")[$β$]), and gamma (#math.equation(block: false, alt: "γ")[$γ$]) radiation through various materials.]) The electrical properties of these three types of radiation are investigated by passing them through a uniform magnetic field, as shown. According to the magnetic force equation #math.equation(block: false, alt: "F → equals q v → times B → ,")[$arrow(F) = q arrow(v) #h(0.2em) × #h(0.2em) arrow(B) ,$] positively charged particles are deflected upward, negatively charged particles are deflected downward, and particles with no charge pass through the magnetic field undeflected. Eventually, #math.equation(block: false, alt: "α")[$α$] rays were identified with helium nuclei #math.equation(block: false, alt: "open parenthesis to the power 4 He close parenthesis , β")[$( 4 "He" ) , β$] rays with electrons and #strong[positrons] (positively charged electrons or #strong[antielectrons]), and #math.equation(block: false, alt: "γ")[$γ$] rays with high-energy photons. We discuss alpha, beta, and gamma radiation in detail in the remainder of this section. #figure(figph[Figure shows a C-shaped material labeled lead. A small circle labeled radioactive source is shown in the hollow of the C-shape. Three rays radiate from this source towards the right. One curves upwards and is labeled alpha. One goes straight and is labeled gamma. The third curves downwards and is labeled beta minus. Magnetic field is shown as crosses. Two arrows originate from near the point where the rays emerge from the C-shape. The upwards pointing arrow is labeled F subscript alpha = q subscript alpha v B. The downwards pointing arrow is labeled F subscript beta = q subscript beta v B.], alt: "Figure shows a C-shaped material labeled lead. A small circle labeled radioactive source is shown in the hollow of the C-shape. Three rays radiate from this source towards the right. One curves upwards and is labeled alpha. One goes straight and is labeled gamma. The third curves downwards and is labeled beta minus. Magnetic field is shown as crosses. Two arrows originate from near the point where the rays emerge from the C-shape. The upwards pointing arrow is labeled F subscript alpha = q subscript alpha v B. The downwards pointing arrow is labeled F subscript beta = q subscript beta v B.", caption: [The effect of a magnetic field on alpha (#math.equation(block: false, alt: "α")[$α$]), beta (#math.equation(block: false, alt: "β")[$β$]), and gamma (#math.equation(block: false, alt: "γ")[$γ$]) radiation. This figure is a schematic only. The relative paths of the particles depend on their masses and initial kinetic energies.]) === Alpha Decay Heavy unstable nuclei emit #math.equation(block: false, alt: "α")[$α$] radiation. In #math.equation(block: false, alt: "α")[$α$]-particle decay (or #strong[alpha decay]), the nucleus loses two protons and two neutrons, so the atomic number decreases by two, whereas its mass number decreases by four. Before the decay, the nucleus is called the #strong[parent nucleus]. The nucleus or nuclei produced in the decay are referred to as the #strong[daughter nucleus] or daughter nuclei. We represent an #math.equation(block: false, alt: "α")[$α$] decay symbolically by #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ #math.equation(block: true, alt: "Z A X → Z minus 2 A minus 4 X plus 2 4 H e")[$Z A "X" → Z − 2 A − 4 "X" + 2 4 "H" "e"$] ] where #math.equation(block: false, alt: "Z A X")[$Z A "X"$] is the parent nucleus, #math.equation(block: false, alt: "Z minus 2 A minus 4 X")[$Z − 2 A − 4 "X"$] is the daughter nucleus, and #math.equation(block: false, alt: "2 4 H e")[$2 4 "H" "e"$] is the #math.equation(block: false, alt: "α")[$α$] particle. In #math.equation(block: false, alt: "α")[$α$] decay, a nucleus of atomic number #emph[Z] decays into a nucleus of atomic number #math.equation(block: false, alt: "Z minus 2")[$Z − 2$] and atomic mass #math.equation(block: false, alt: "A minus 4 .")[$A − 4 .$] Interestingly, the dream of the ancient alchemists to turn other metals into gold is scientifically feasible through the alpha-decay process. The efforts of the alchemists failed because they relied on chemical interactions rather than nuclear interactions. #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Watch alpha particles escape from a polonium nucleus, causing radioactive alpha decay. See how random decay times relate to the half-life. To try a simulation of alpha decay, visit #link("https://openstax.org/l/21alphaparvid")[alpha particles] ] An example of alpha decay is uranium-238: #math.equation(block: true, alt: "92 238 U → 90 234 X plus 2 4 H e .")[$#h(0.5em) 92 238 "U" → #h(0.5em) 90 234 "X" + 2 4 "H" "e" .$] The atomic number has dropped from 92 to 90. The chemical element with #math.equation(block: false, alt: "Z equals 90")[$Z = 90$] is thorium. Hence, Uranium-238 has decayed to Thorium-234 by the emission of an #math.equation(block: false, alt: "α")[$α$] particle, written #math.equation(block: true, alt: "92 238 U → 90 234 T h plus 2 4 H e .")[$#h(0.5em) 92 238 "U" → #h(0.5em) 90 234 "T" "h" + 2 4 "H" "e" .$] Subsequently, #math.equation(block: false, alt: "90 234 T h")[$#h(0.5em) 90 234 "T" "h"$] decays by #math.equation(block: false, alt: "β")[$β$] emission with a half-life of 24 days. The energy released in this alpha decay takes the form of kinetic energies of the thorium and helium nuclei, although the kinetic energy of thorium is smaller than helium due to its heavier mass and smaller velocity. #examplebox("Example 1")[Plutonium Alpha Decay][ Find the energy emitted in the #math.equation(block: false, alt: "α")[$α$] decay of #math.equation(block: false, alt: "to the power 239 Pu")[$239 "Pu"$]. Strategy The energy emitted in the #math.equation(block: false, alt: "α")[$α$] decay of #math.equation(block: false, alt: "to the power 239 Pu")[$239 "Pu"$] can be found using the equation #math.equation(block: false, alt: "E equals open parenthesis Δ m close parenthesis c squared .")[$E = ( "Δ" m ) c^(2) .$] We must first find #math.equation(block: false, alt: "Δ m ,")[$"Δ" m ,$] the difference in mass between the parent nucleus and the products of the decay. Solution The decay equation is #math.equation(block: true, alt: "to the power 239 Pu → to the power 235 U plus to the power 4 He .")[$239 "Pu" → 235 "U" + 4 "He" .$] Thus, the pertinent masses are those of #math.equation(block: false, alt: "to the power 239 Pu")[$239 "Pu"$], #math.equation(block: false, alt: "to the power 235 U")[$235 "U"$], and the #math.equation(block: false, alt: "α")[$α$] particle or #math.equation(block: false, alt: "to the power 4 He")[$4 "He"$], all of which are known. The initial mass was #math.equation(block: false, alt: "m open parenthesis to the power 239 Pu close parenthesis equals 239.052157 u .")[$m ( 239 "Pu" ) = 239.052157 #h(0.2em) "u" .$] The final mass is the sum #math.equation(block: true, alt: "m open parenthesis to the power 235 U close parenthesis plus m open parenthesis to the power 4 He close parenthesis, equals 235.043924 u plus 4.002602 u; equals 239.046526 u .")[$m ( 235 "U" ) + m ( 4 "He" ) & = 235.043924 #h(0.2em) "u" + 4.002602 #h(0.2em) "u" \ & = 239.046526 #h(0.2em) "u" .$] Thus, #math.equation(block: true, alt: "Δ m, equals m open parenthesis to the power 239 Pu close parenthesis minus [ m open parenthesis to the power 235 U close parenthesis plus m open parenthesis to the power 4 He close parenthesis ]; equals 239.052157 u minus 239.046526 u; equals 0.0005631 u .")[$"Δ" m & = m ( 239 "Pu" ) − [ m ( 235 "U" ) + m ( 4 "He" ) ] \ & = 239.052157 #h(0.2em) "u" − 239.046526 #h(0.2em) "u" \ & = 0.0005631 #h(0.2em) "u" .$] Now we can find #emph[E] by entering #math.equation(block: false, alt: "Δ m")[$"Δ" m$] into the equation: #math.equation(block: true, alt: "E equals open parenthesis Δ m close parenthesis c squared equals open parenthesis 0.005631 u close parenthesis c squared .")[$E = ( "Δ" m ) c^(2) = ( 0.005631 #h(0.2em) "u" ) c^(2) .$] We know #math.equation(block: false, alt: "1 u equals 931.5 MeV / c squared ,")[$1 #h(0.2em) "u" = 931.5 #h(0.2em) "MeV" "/" c^(2) ,$] so we have #math.equation(block: true, alt: "E, equals open parenthesis 0.005631 close parenthesis open parenthesis 931.5 MeV / c squared close parenthesis open parenthesis c squared close parenthesis; equals 5.25 MeV .")[$E & = ( 0.005631 ) ( 931.5 #h(0.2em) "MeV" "/" c^(2) ) ( c^(2) ) \ & = 5.25 #h(0.2em) "MeV" .$] Significance The energy released in this #math.equation(block: false, alt: "α")[$α$] decay is in the MeV range, many times greater than chemical reaction energies. Most of this energy becomes kinetic energy of the #math.equation(block: false, alt: "α")[$α$] particle (or #math.equation(block: false, alt: "to the power 4 He")[$4 "He"$] nucleus), which moves away at high speed. The energy carried away by the recoil of the #math.equation(block: false, alt: "to the power 235 U")[$235 "U"$] nucleus is much smaller due to its relatively large mass. The #math.equation(block: false, alt: "to the power 235 U")[$235 "U"$] nucleus can be left in an excited state to later emit photons (#math.equation(block: false, alt: "γ")[$γ$] rays). ] === Beta Decay In most #math.equation(block: false, alt: "β")[$β$] particle decays (or #strong[beta decay]), either an electron (#math.equation(block: false, alt: "β to the power minus")[$β^(−)$]) or positron (#math.equation(block: false, alt: "β to the power plus")[$β^(+)$]) is emitted by a nucleus. A positron has the same mass as the electron, but its charge is #math.equation(block: false, alt: "+ e")[$"+" e$]. For this reason, a positron is sometimes called an antielectron. How does #math.equation(block: false, alt: "β")[$β$] decay occur? A possible explanation is the electron (positron) is confined to the nucleus prior to the decay and somehow escapes. To obtain a rough estimate of the escape energy, consider a simplified model of an electron trapped in a box (or in the terminology of quantum mechanics, a one-dimensional square well) that has the width of a typical nucleus (#math.equation(block: false, alt: "10 to the power −14 m")[$10^(−14) "m"$]). According to the #strong[Heisenberg uncertainty principle] in Quantum Mechanics, the uncertainty of the momentum of the electron is: #math.equation(block: true, alt: "Δ p greater than the fraction h over Δ x equals the fraction 6.6 times 10 to the power −34 m squared times kg/s over 10 to the power −14 m equals 6.6 times 10 to the power −20 kg times m/s .")[$"Δ" p > frac(h, "Δ" x) = frac(6.6 #h(0.2em) × #h(0.2em) 10^(−34) #h(0.2em) "m"^(2) · "kg/s", 10^(−14) "m") = 6.6 #h(0.2em) × #h(0.2em) 10^(−20) "kg" · #h(0.2em) "m/s" .$] Taking this momentum value (an underestimate) to be the “true value,” the kinetic energy of the electron on escape is approximately #math.equation(block: true, alt: "the fraction open parenthesis Δ p close parenthesis squared over 2 m sub e equals the fraction open parenthesis 6.6 times 10 to the power −20 kg times m/s close parenthesis squared over 2 open parenthesis 9.1 times 10 to the power −31 kg close parenthesis equals 2.0 times 10 to the power −9 J equals 12,400 MeV .")[$frac(attach(( "Δ" p ), t: 2), 2 m_(e)) = frac(attach(( 6.6 #h(0.2em) × #h(0.2em) 10^(−20) #h(0.2em) "kg" · "m/s" ), t: 2), 2 ( 9.1 #h(0.2em) × #h(0.2em) 10^(−31) "kg" )) = 2.0 #h(0.2em) × #h(0.2em) 10^(−9) "J" = 12,400 #h(0.2em) "MeV" .$] Experimentally, the electrons emitted in #math.equation(block: false, alt: "β to the power minus")[$β^(−)$] decay are found to have kinetic energies of the order of only a few MeV. We therefore conclude that the electron is somehow produced in the decay rather than escaping the nucleus. Particle production (annihilation) is described by theories that combine quantum mechanics and relativity, a subject of a more advanced course in physics. Nuclear beta decay involves the conversion of one nucleon into another. For example, a neutron can decay to a proton by the emission of an electron (#math.equation(block: false, alt: "β to the power minus")[$β^(−)$]) and a nearly massless particle called an #strong[antineutrino] (#math.equation(block: false, alt: "ν minus")[$accent(ν, −)$]): #math.equation(block: true, alt: "0 1 n → 1 1 p plus −1 0 e + v minus .")[$0 1 "n" → 1 1 "p" + −1 #h(0.7em) 0 "e" #h(0.2em) "+" #h(0.2em) accent(v, −) .$] The notation #math.equation(block: false, alt: "−1 0 e")[$−1 #h(0.7em) 0 "e"$] is used to designate the electron. Its mass number is 0 because it is not a nucleon, and its atomic number is #math.equation(block: false, alt: "−1")[$−1$] to signify that it has a charge of #math.equation(block: false, alt: "− e")[$"−" e$]. The proton is represented by #math.equation(block: false, alt: "1 1 p")[$1 1 "p"$] because its mass number and atomic number are 1. When this occurs within an atomic nucleus, we have the following equation for beta decay: #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ #math.equation(block: true, alt: "Z A X → Z plus 1 A X plus −1 0 e + v minus .")[$Z A "X" → Z + 1 #h(1.5em) A "X" + −1 #h(0.7em) 0 "e" #h(0.2em) "+" #h(0.2em) accent(v, −) .$] ] Enrico Fermi proposed a theory of beta decay in 1934, but his work was initially rejected. Other physicists' experiments to prove it were unsuccessful, casting further doubt on the theory. Chinese-born physicist Chien-Shiung Wu, who had developed a number of processes critical to the Manhattan Project and related research, identified a number of flaws in the earlier experimental methods and materials. She designed a new method, verified Fermi's theory, and later went on to establish the core principles of beta decay. As discussed in another chapter, this process occurs due to the weak nuclear force. #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Watch #link("https://openstax.org/l/21betadecayvid")[beta decay] occur for a collection of nuclei or for an individual nucleus. ] As an example, the isotope #math.equation(block: false, alt: "90 234 T h")[$#h(0.5em) 90 234 "T" "h"$] is unstable and decays by #math.equation(block: false, alt: "β to the power minus")[$β^(−)$] emission with a half-life of 24 days. Its decay can be represented as #math.equation(block: true, alt: "90 234 T h → 91 234 X plus −1 0 e + v minus .")[$#h(0.5em) 90 234 "T" "h" → #h(0.5em) 91 234 "X" + −1 #h(0.7em) 0 "e" #h(0.2em) "+" #h(0.2em) accent(v, −) .$] Since the chemical element with atomic number 91 is protactinium (Pa), we can write the #math.equation(block: false, alt: "β to the power minus")[$β^(−)$] decay of thorium as #math.equation(block: true, alt: "90 234 T h → 91 234 P a plus −1 0 e + v minus .")[$#h(0.5em) 90 234 "T" "h" → #h(0.5em) 91 234 "P" "a" + −1 #h(0.7em) 0 "e" #h(0.2em) "+" #h(0.2em) accent(v, −) .$] The reverse process is also possible: A proton can decay to a neutron by the emission of a positron (#math.equation(block: false, alt: "β to the power plus")[$β^(+)$]) and a nearly massless particle called a #strong[neutrino] (#emph[v]). This reaction is written as #math.equation(block: false, alt: "1 1 p → 0 1 n plus + 1 0 e + v .")[$1 1 "p" → 0 1 "n" + "+" 1 #h(0.7em) 0 "e" #h(0.2em) "+" #h(0.2em) v .$] The positron #math.equation(block: false, alt: "+ 1 0 e")[$"+" 1 #h(0.7em) 0 "e"$] is emitted with the neutrino #emph[v], and the neutron remains in the nucleus. (Like #math.equation(block: false, alt: "β to the power minus")[$β^(−)$] decay, the positron does not precede the decay but is produced in the decay.) For an isolated proton, this process is impossible because the neutron is heavier than the proton. However, this process is possible within the nucleus because the proton can receive energy from other nucleons for the transition. As an example, the isotope of aluminum #math.equation(block: false, alt: "13 26 A l")[$13 26 "A" "l"$] decays by #math.equation(block: false, alt: "β to the power plus")[$β^(+)$] emission with a half-life of #math.equation(block: false, alt: "7.40 times 10 to the power 5 y .")[$7.40 #h(0.2em) × #h(0.2em) 10^(5) "y" .$] The decay is written as #math.equation(block: true, alt: "13 26 A l → 12 26 X plus + 1 0 e + v .")[$13 26 "A" "l" → 12 26 "X" + "+" 1 #h(0.7em) 0 "e" #h(0.2em) "+" #h(0.2em) v .$] The atomic number 12 corresponds to magnesium. Hence, #math.equation(block: true, alt: "13 26 A l → 12 26 M g plus + 1 0 e + v .")[$13 26 "A" "l" → 12 26 "M" "g" + "+" 1 #h(0.7em) 0 "e" #h(0.2em) "+" #h(0.2em) v .$] As a nuclear reaction, positron emission can be written as #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ #math.equation(block: true, alt: "Z A X → Z minus 1 A X plus + 1 0 e + v .")[$Z A "X" → Z − 1 #h(1.5em) A "X" + "+" 1 #h(0.7em) 0 "e" #h(0.2em) "+" #h(0.2em) v .$] ] The neutrino was not detected in the early experiments on #math.equation(block: false, alt: "β")[$β$] decay. However, the laws of energy and momentum seemed to require such a particle. Later, neutrinos were detected through their interactions with nuclei. #examplebox("Example 2")[Bismuth Alpha and Beta Decay][ The #math.equation(block: false, alt: "83 211 B i")[$#h(0.5em) 83 211 "B" "i"$] nucleus undergoes both #math.equation(block: false, alt: "α")[$α$] and #math.equation(block: false, alt: "β to the power minus")[$β^(−)$] decay. For each case, what is the daughter nucleus? Strategy We can use the processes described by and , as well as the Periodic Table, to identify the resulting elements. Solution The atomic number and the mass number for the #math.equation(block: false, alt: "α")[$α$] particle are 2 and 4, respectively. Thus, when a bismuth-211 nucleus emits an #math.equation(block: false, alt: "α")[$α$] particle, the daughter nucleus has an atomic number of 81 and a mass number of 207. The element with an atomic number of 81 is thallium, so the decay is given by #math.equation(block: true, alt: "83 211 B i → 81 207 T i plus 2 4 H e .")[$#h(0.5em) 83 211 "B" "i" → #h(0.5em) 81 207 "T" "i" + 2 4 "H" "e" .$] In #math.equation(block: false, alt: "β to the power minus")[$β^(−)$] decay, the atomic number increases by 1, while the mass number stays the same. The element with an atomic number of 84 is polonium, so the decay is given by #math.equation(block: true, alt: "83 211 B i → 84 211 P o plus −1 0 e + v minus .")[$#h(0.5em) 83 211 "B" "i" → #h(0.5em) 84 211 "P" "o" + −1 #h(0.7em) 0 "e" #h(0.2em) "+" #h(0.2em) accent(v, −) .$] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ In radioactive beta decay, does the atomic mass number, #emph[A], increase or decrease? #solutionbox[ Neither; it stays the same. ] ] === Gamma Decay A nucleus in an excited state can decay to a lower-level state by the emission of a “gamma-ray” photon, and this is known as #strong[gamma decay]. This is analogous to de-excitation of an atomic electron. Gamma decay is represented symbolically by #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ #math.equation(block: true, alt: "Z A X * → Z A X plus γ")[$Z A "X" * → Z A "X" + γ$] ] where the asterisk (\*) on the nucleus indicates an excited state. In #math.equation(block: false, alt: "γ")[$γ$] decay, neither the atomic number nor the mass number changes, so the type of nucleus does not change. === Radioactive Decay Series Nuclei with #math.equation(block: false, alt: "Z greater than 82")[$Z > 82$] are unstable and decay naturally. Many of these nuclei have very short lifetimes, so they are not found in nature. Notable exceptions include #math.equation(block: false, alt: "90 232 T h")[$#h(0.5em) 90 232 "T" "h"$] (or Th-232) with a half-life of #math.equation(block: false, alt: "1.39 times 10 to the power 10")[$1.39 #h(0.2em) × #h(0.2em) 10^(10)$] years, and #math.equation(block: false, alt: "92 238 U")[$#h(0.5em) 92 238 "U"$] (or U-238) with a half-life of #math.equation(block: false, alt: "7.04 times 10 to the power 8")[$7.04 #h(0.2em) × #h(0.2em) 10^(8)$] years. When a heavy nucleus decays to a lighter one, the lighter daughter nucleus can become the parent nucleus for the next decay, and so on. This process can produce a long series of nuclear decays called a #strong[decay series]. The series ends with a stable nucleus. To illustrate the concept of a decay series, consider the decay of Th-232 series . The neutron number, #emph[N], is plotted on the vertical #emph[y]-axis, and the atomic number, #emph[Z], is plotted on the horizontal #emph[x]-axis, so Th-232 is found at the coordinates #math.equation(block: false, alt: "open parenthesis N , Z close parenthesis equals open parenthesis 142 , 90 close parenthesis .")[$( N , Z ) = ( 142 , 90 ) .$] Th-232 decays by #math.equation(block: false, alt: "α")[$α$] emission with a half-life of #math.equation(block: false, alt: "1.39 times 10 to the power 10")[$1.39 #h(0.2em) × #h(0.2em) 10^(10)$] years. Alpha decay decreases the atomic number by 2 and the mass number by 4, so we have #math.equation(block: true, alt: "90 232 T h → 88 228 R a plus 2 4 H e .")[$#h(0.5em) 90 232 "T" "h" → #h(0.5em) 88 228 "R" "a" + 2 4 "H" "e" #h(0.2em) .$] The neutron number for Radium-228 is 140, so it is found in the diagram at the coordinates #math.equation(block: false, alt: "open parenthesis N , Z close parenthesis equals open parenthesis 140 , 88 close parenthesis .")[$( N , Z ) = ( 140 , 88 ) .$] Radium-228 is also unstable and decays by #math.equation(block: false, alt: "β to the power minus")[$β^(−)$] emission with a half-life of 5.76 years to Actinum-228. The atomic number increases by 1, the mass number remains the same, and the neutron number decreases by 1. Notice that in the graph, #math.equation(block: false, alt: "α")[$α$] emission appears as a line sloping downward to the left, with both #emph[N] and #emph[Z] decreasing by 2. Beta emission, on the other hand, appears as a line sloping downward to the right with #emph[N] decreasing by 1, and #emph[Z] increasing by 1. After several additional alpha and beta decays, the series ends with the stable nucleus Pb-208. The relative frequency of different types of radioactive decays (alpha, beta, and gamma) depends on many factors, including the strength of the forces involved and the number of ways a given reaction can occur without violating the conservation of energy and momentum. How often a radioactive decay occurs often depends on a sensitive balance of the strong and electromagnetic forces. These forces are discussed in Particle Physics and Cosmology. #figure(figph[A graph of neutron number N = A – Z versus atomic number Z is shown. Alpha decay is shown by red arrows pointing downward left, thus showing decrease in both N and Z. Beta decay is shown by blue arrows pointing downward right, indicating a decrease in N and increase in Z. The decay is shown as follows: Alpha decay from 232 Th to 228 Ra in 1.39 into 10 to the power 10 years. Beta decay from 228 Ra to 228 Ac in 5.76 years and from 228 Ac to 228 Th in 6.15 hours. Alpha decay from 228 Th to 224 Ra in 1.91 years, from 224 Ra to 220 Rn in 3.66 days, from 220 Rn to 216 Po in 55.6 seconds and from 216 Po to 212 Pb in 0.15 seconds. Beta decay from 212 Pb to 212 Bi in 10.6 hours and from 212 Bi to 212 Po in 60.6 minutes. Alpha decay from 212 Po to 208 Pb in 0.3 into 10 to the power minus 6 seconds.], alt: "A graph of neutron number N = A – Z versus atomic number Z is shown. Alpha decay is shown by red arrows pointing downward left, thus showing decrease in both N and Z. Beta decay is shown by blue arrows pointing downward right, indicating a decrease in N and increase in Z. The decay is shown as follows: Alpha decay from 232 Th to 228 Ra in 1.39 into 10 to the power 10 years. Beta decay from 228 Ra to 228 Ac in 5.76 years and from 228 Ac to 228 Th in 6.15 hours. Alpha decay from 228 Th to 224 Ra in 1.91 years, from 224 Ra to 220 Rn in 3.66 days, from 220 Rn to 216 Po in 55.6 seconds and from 216 Po to 212 Pb in 0.15 seconds. Beta decay from 212 Pb to 212 Bi in 10.6 hours and from 212 Bi to 212 Po in 60.6 minutes. Alpha decay from 212 Po to 208 Pb in 0.3 into 10 to the power minus 6 seconds.", caption: [In the thorium #math.equation(block: false, alt: "90 232 T h")[$#h(0.5em) 90 232 "T" "h"$] decay series, alpha #math.equation(block: false, alt: "open parenthesis α close parenthesis")[$( α )$] decays reduce the atomic number, as indicated by the red arrows. Beta (#math.equation(block: false, alt: "β to the power minus")[$β^(−)$]) decays increase the atomic number, as indicated by the blue arrows. The series ends at the stable nucleus Pb-208.]) As another example, consider the U-238 decay series shown. After numerous alpha and beta decays, the series ends with the stable nucleus Pb-206. An example of a decay whose parent nucleus no longer exists naturally is shown. It starts with Neptunium-237, which decays to Bismuth-209, long thought to be stable, but which decays with a half-life of 2.01 × 10#super[19] years (much longer than the age of the universe) to the stable nucleus Thallium-205. Neptunium is called a #strong[transuranic element] because it lies beyond uranium in the periodic table. Uranium has the highest atomic number #math.equation(block: false, alt: "open parenthesis Z equals 92 close parenthesis")[$( Z = 92 )$] of any element found in nature. Elements with #math.equation(block: false, alt: "Z greater than 92")[$Z > 92$] can be produced only in the laboratory. They most probably also existed in nature at the time of the formation of Earth, but because of their relatively short lifetimes, they have completely decayed. There is nothing fundamentally different between naturally occurring and artificial elements. #figure(figph[A graph of neutron number N = A – Z versus atomic number Z is shown. Alpha decay is shown by red arrows pointing downward left, thus showing decrease in both N and Z. Beta decay is shown by blue arrows pointing downward right, indicating a decrease in N and increase in Z. The decay is shown as follows: Alpha decay from 238 U to 234 Th in 4.46 into 10 to the power 9 years. Beta decay from 234 Th to 234 Pa in 24.1 days and from 234 Pa to 234 U in 6.66 hours. Alpha decay from 234 U to 230 Th in 2.48 into 10 to the power 5 years, from 230 Th to 226 Ra in 7.54 into 10 to the power 4 years, from 226 Ra to 222 Rn in 1600 years, from 222 Rn to 218 Po in 3.82 days, and from 218 Po to 214 Pb in 3.05 minutes. Beta decay from 214 Pb to 214 Bi in 26 minutes and from 214 Bi to 214 Po in 19.9 minutes. Alpha decay from 214 Bi to 210 Tl in 26 minutes and from 214 Po to 210 Pb in 1.64 into 10 to the power minus 4 seconds. Beta decay from 210 Tl to 210 Pb in 1.3 minutes, from 210 Pb to 210 Bi in 22.6 years and from 210 Bi to 210 Po in 5.01 days. Alpha decay from 210 Po to 206 Pb in 138 days.], alt: "A graph of neutron number N = A – Z versus atomic number Z is shown. Alpha decay is shown by red arrows pointing downward left, thus showing decrease in both N and Z. Beta decay is shown by blue arrows pointing downward right, indicating a decrease in N and increase in Z. The decay is shown as follows: Alpha decay from 238 U to 234 Th in 4.46 into 10 to the power 9 years. Beta decay from 234 Th to 234 Pa in 24.1 days and from 234 Pa to 234 U in 6.66 hours. Alpha decay from 234 U to 230 Th in 2.48 into 10 to the power 5 years, from 230 Th to 226 Ra in 7.54 into 10 to the power 4 years, from 226 Ra to 222 Rn in 1600 years, from 222 Rn to 218 Po in 3.82 days, and from 218 Po to 214 Pb in 3.05 minutes. Beta decay from 214 Pb to 214 Bi in 26 minutes and from 214 Bi to 214 Po in 19.9 minutes. Alpha decay from 214 Bi to 210 Tl in 26 minutes and from 214 Po to 210 Pb in 1.64 into 10 to the power minus 4 seconds. Beta decay from 210 Tl to 210 Pb in 1.3 minutes, from 210 Pb to 210 Bi in 22.6 years and from 210 Bi to 210 Po in 5.01 days. Alpha decay from 210 Po to 206 Pb in 138 days.", caption: [In the Uranium-238 decay series, alpha (#math.equation(block: false, alt: "α")[$α$]) decays reduce the atomic number, as indicated by the red arrows. Beta (#math.equation(block: false, alt: "β to the power minus")[$β^(−)$]) decays increase the atomic number, as indicated by the blue arrows. The series ends at the stable nucleus Pb-206.]) Notice that for Bi (21), the decay may proceed through either alpha or beta decay. #figure(figph[A graph of neutron number N = A – Z versus atomic number Z is shown. Alpha decay is shown by red arrows pointing downward left, thus showing decrease in both N and Z. Beta decay is shown by blue arrows pointing downward right, indicating a decrease in N and increase in Z. The decay is shown as follows: Alpha decay from 237 Np to 233 Pa in 2.14 into 10 to the power 6 years. Beta decay from 233 Pa to 233 U in 27 days. Alpha decay from 233 U to 229 Th in 1.59 into 10 to the power 5 years and from 229 Th to 225 Ra in 7900 years. Beta decay from 225 Ra to 225 Ac in 14.8 days. Alpha decay from 225 Ac to 221 Fr in 10 days, from 221 Fr to 217 At in 4.8 minutes and from 217 At to 213 Bi in 0.032 seconds. Beta decay from 213 Bi to 213 Po in 45.6 minutes. Alpha decay from 213 Po to 209 Pb in 4 into 10 to the power minus 6 seconds. Beta decay from 209 Pb to 209 Bi in 3.25 hours.], alt: "A graph of neutron number N = A – Z versus atomic number Z is shown. Alpha decay is shown by red arrows pointing downward left, thus showing decrease in both N and Z. Beta decay is shown by blue arrows pointing downward right, indicating a decrease in N and increase in Z. The decay is shown as follows: Alpha decay from 237 Np to 233 Pa in 2.14 into 10 to the power 6 years. Beta decay from 233 Pa to 233 U in 27 days. Alpha decay from 233 U to 229 Th in 1.59 into 10 to the power 5 years and from 229 Th to 225 Ra in 7900 years. Beta decay from 225 Ra to 225 Ac in 14.8 days. Alpha decay from 225 Ac to 221 Fr in 10 days, from 221 Fr to 217 At in 4.8 minutes and from 217 At to 213 Bi in 0.032 seconds. Beta decay from 213 Bi to 213 Po in 45.6 minutes. Alpha decay from 213 Po to 209 Pb in 4 into 10 to the power minus 6 seconds. Beta decay from 209 Pb to 209 Bi in 3.25 hours.", caption: [In the Neptunium-237 decay series, alpha (#math.equation(block: false, alt: "α")[$α$]) decays reduce the atomic number, as indicated by the red arrows. Beta (#math.equation(block: false, alt: "β to the power minus")[$β^(−)$]) decays increase the atomic number, as indicated by the blue arrows. The series ends at the stable nucleus Bi-209.]) === Radioactivity in the Earth According to geologists, if there were no heat source, Earth should have cooled to its present temperature in no more than 1 × 10#super[9] years. Yet, Earth is more than 4 × 10#super[9] years old. Why is Earth cooling so slowly? The answer is nuclear radioactivity, that is, high-energy particles produced in radioactive decays heat Earth from the inside . #figure(figph[A sectioned figure of the earth showing different layers. A circular arrow, labeled convection, is shown near the core. Outward arrows from here are labeled conduction. Outward arrows outside the earth are labeled radiation. A section from within the earth is shown as a circle containing arrows for alpha, beta and gamma rays in all directions.], alt: "A sectioned figure of the earth showing different layers. A circular arrow, labeled convection, is shown near the core. Outward arrows from here are labeled conduction. Outward arrows outside the earth are labeled radiation. A section from within the earth is shown as a circle containing arrows for alpha, beta and gamma rays in all directions.", caption: [Earth is heated by nuclear reactions (alpha, beta, and gamma decays). Without these reactions, Earth’s core and mantle would be much cooler than it is now.]) Candidate nuclei for this heating model are #math.equation(block: false, alt: "to the power 238 U and to the power 40 K")[$238 "U and" #h(0.2em) 40 "K"$], which possess half-lives similar to or longer than the age of Earth. The energy produced by these decays (per second per cubic meter) is small, but the energy cannot escape easily, so Earth’s core is very hot. Thermal energy in Earth’s core is transferred to Earth’s surface and away from it through the processes of convection, conduction, and radiation. === Summary - The three types of nuclear radiation are alpha (#math.equation(block: false, alt: "α")[$α$]) rays, beta (#math.equation(block: false, alt: "β")[$β$]) rays, and gamma (#math.equation(block: false, alt: "γ")[$γ$]) rays. - We represent #math.equation(block: false, alt: "α")[$α$] decay symbolically by #math.equation(block: false, alt: "Z A X → Z minus 2 A minus 4 X plus 2 4 H e")[$Z A "X" → Z − 2 A − 4 "X" + 2 4 "H" "e"$]. There are two types of #math.equation(block: false, alt: "β")[$β$] decay: either an electron (#math.equation(block: false, alt: "β to the power minus")[$β^(−)$]) or a positron (#math.equation(block: false, alt: "β to the power plus")[$β^(+)$]) is emitted by a nucleus. #math.equation(block: false, alt: "γ")[$γ$] decay is represented symbolically by #math.equation(block: false, alt: "Z A X * → Z A X plus γ")[$Z A "X" * → Z A "X" + γ$]. - When a heavy nucleus decays to a lighter one, the lighter daughter nucleus can become the parent nucleus for the next decay, and so on, producing a decay series. === Conceptual Questions What is the key difference and the key similarity between beta (#math.equation(block: false, alt: "β to the power minus")[$β^(−)$]) decay and alpha decay? What is the difference between #math.equation(block: false, alt: "γ")[$γ$] rays and characteristic X-rays and visible light? #solutionbox[ Gamma (#emph[γ]) rays are produced by nuclear interactions and X-rays and light are produced by atomic interactions. Gamma rays are typically shorter wavelength than X-rays, and X-rays are shorter wavelength than light. ] What characteristics of radioactivity show it to be nuclear in origin and not atomic? Consider . If the magnetic field is replaced by an electric field pointed in toward the page, in which directions will the #math.equation(block: false, alt: "α")[$α$]-, #math.equation(block: false, alt: "β to the power plus")[$β^(+)$]-, and #math.equation(block: false, alt: "γ")[$γ$] rays bend? #solutionbox[ Assume a rectangular coordinate system with an #emph[xy]-plane that corresponds to the plane of the paper. #math.equation(block: false, alt: "α")[$α$] bends into the page (trajectory parabolic in the #emph[xz]-plane); #math.equation(block: false, alt: "β to the power plus")[$β^(+)$] bends into the page (trajectory parabolic in the #emph[xz]-plane); and #math.equation(block: false, alt: "γ")[$γ$] is unbent. ] Why is Earth’s core molten? === Problems #math.equation(block: false, alt: "to the power 249 C f")[$249 "C" "f"$] undergoes alpha decay. (a) Write the reaction equation. (b) Find the energy released in the decay. (a) Calculate the energy released in the #math.equation(block: false, alt: "α")[$α$] decay of #math.equation(block: false, alt: "to the power 238 U")[$238 "U"$]. (b) What fraction of the mass of a single #math.equation(block: false, alt: "to the power 238 U")[$238 "U"$] is destroyed in the decay? The mass of #math.equation(block: false, alt: "to the power 234 T h")[$234 "T" "h"$] is 234.043593 u. (c) Although the fractional mass loss is large for a single nucleus, it is difficult to observe for an entire macroscopic sample of uranium. Why is this? #solutionbox[ a. 4.273 MeV; b. #math.equation(block: false, alt: "1.927 times 10 to the power −5")[$1.927 #h(0.2em) × #h(0.2em) 10^(−5)$]; c. Since #math.equation(block: false, alt: "to the power 238 U")[$238 "U"$] is a slowly decaying substance, only a very small number of nuclei decay on human timescales; therefore, although those nuclei that decay lose a noticeable fraction of their mass, the change in the total mass of the sample is not detectable for a macroscopic sample. ] The #math.equation(block: false, alt: "β to the power minus")[$β^(−)$] particles emitted in the decay of #math.equation(block: false, alt: "cubed H")[$3 "H"$] (tritium) interact with matter to create light in a glow-in-the-dark exit sign. At the time of manufacture, such a sign contains 15.0 Ci of #math.equation(block: false, alt: "cubed H")[$3 "H"$]. (a) What is the mass of the tritium? (b) What is its activity 5.00 y after manufacture? (a) Write the complete #math.equation(block: false, alt: "β to the power minus")[$β^(−)$] decay equation for #math.equation(block: false, alt: "to the power 90 S r ,")[$90 "S" "r" ,$] a major waste product of nuclear reactors. (b) Find the energy released in the decay. #solutionbox[ a. #math.equation(block: false, alt: "38 90 S r sub 52 → 39 90 Y sub 51 plus β to the power −1 plus v sub e minus")[$38 90 "S" "r"_(52) → 39 90 "Y" 51 + β^(−1) + accent(v_(e), −)$]; b. 0.546 MeV ] Write a nuclear #math.equation(block: false, alt: "β to the power minus")[$β^(−)$] decay reaction that produces the #math.equation(block: false, alt: "to the power 90 Y")[$90 "Y"$] nucleus. (#emph[Hint:] The parent nuclide is a major waste product of reactors and has chemistry similar to calcium, so that it is concentrated in bones if ingested.) Write the complete decay equation in the complete #math.equation(block: false, alt: "Z A X sub N")[$Z A "X" N$] notation for the beta (#math.equation(block: false, alt: "β to the power minus")[$β^(−)$]) decay of #math.equation(block: false, alt: "cubed H")[$3 "H"$] (tritium), a manufactured isotope of hydrogen used in some digital watch displays, and manufactured primarily for use in hydrogen bombs. #solutionbox[ #math.equation(block: true, alt: "1 3 H sub 2 → 2 3 H e sub 1 plus β to the power minus plus v sub e minus")[$1 3 "H" 2 → 2 3 "H" "e"_(1) + β^(−) + accent(v_(e), −)$] ] If a 1.50-cm-thick piece of lead can absorb #math.equation(block: false, alt: "90.0 %")[$90.0 "%"$] of the rays from a radioactive source, how many centimeters of lead are needed to absorb all but #math.equation(block: false, alt: "0.100 %")[$0.100 "%"$] of the rays? An electron can interact with a nucleus through the beta-decay process: #math.equation(block: true, alt: "Z A X + e to the power minus → Y plus v sub e")[$Z A "X" #h(0.2em) "+" #h(0.2em) e^(−) → #h(0.2em) Y + v_(e)$]. (a) Write the complete reaction equation for electron capture by #math.equation(block: false, alt: "to the power 7 Be")[$7 "Be"$]. (b) Calculate the energy released. #solutionbox[ a. #math.equation(block: false, alt: "4 7 B e sub 3 plus e to the power minus → 3 7 L i sub 4 plus v sub e")[$4 7 "B" "e"_(3) + e^(−) → 3 7 "L" "i"_(4) + v_(e)$]; b. 0.862 MeV ] (a) Write the complete reaction equation for electron capture by #math.equation(block: false, alt: "to the power 15 O .")[$15 "O" .$] (b) Calculate the energy released. A rare decay mode has been observed in which #math.equation(block: false, alt: "to the power 222 R a")[$222 "R" "a"$] emits a #math.equation(block: false, alt: "to the power 14 C")[$14 "C"$] nucleus. (a) The decay equation is #math.equation(block: false, alt: "to the power 222 Ra → to the power A X plus to the power 14 C")[$222 "Ra" → A "X" + 14 "C"$]. Identify the nuclide #math.equation(block: false, alt: "to the power A X")[$A "X"$]. (b) Find the energy emitted in the decay. The mass of #math.equation(block: false, alt: "to the power 222 Ra")[$222 "Ra"$] is 222.015353 u. #solutionbox[ a. #math.equation(block: false, alt: "X equals 82 208 P b sub 126")[$"X" = #h(0.5em) 82 208 "P" "b"_(126)$]; b. 33.05 MeV ]