#set document(title: "10.6 Nuclear Fusion", 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.6#h(0.6em)Nuclear Fusion The process of combining lighter nuclei to make heavier nuclei is called #strong[nuclear fusion]. As with fission reactions, fusion reactions are exothermic—they release energy. Suppose that we fuse a carbon and helium nuclei to produce oxygen: #math.equation(block: true, alt: "6 12 C + 2 4 H e → 8 16 O + γ .")[$#h(0.5em) 6 12 "C" "+" #h(0.2em) 2 4 "H" "e" → #h(0.5em) 8 16 "O" #h(0.2em) "+" #h(0.2em) γ .$] The energy changes in this reaction can be understood using a graph of binding energy per nucleon . Comparing the binding energy per nucleon for oxygen, carbon, and helium, the oxygen nucleus is much more tightly bound than the carbon and helium nuclei, indicating that the reaction produces a drop in the energy of the system. This energy is released in the form of gamma radiation. Fusion reactions are said to be exothermic when the amount of energy released (known as the #strong[#emph[Q value]]) in each reaction is greater than zero #math.equation(block: false, alt: "open parenthesis Q greater than 0 close parenthesis .")[$( Q > 0 ) .$] An important example of nuclear fusion in nature is the production of energy in the Sun. In 1938, Hans #strong[Bethe] proposed that the Sun produces energy when hydrogen nuclei (#math.equation(block: false, alt: "to the power 1 H")[$1 "H"$]) fuse into stable helium nuclei #math.equation(block: false, alt: "open parenthesis to the power 4 He close parenthesis")[$( 4 "He" )$] in the Sun’s core . This process, called the #strong[proton-proton chain], is summarized by three reactions: #math.equation(block: true, alt: "1 1 H plus 1 1 H → 1 2 H plus + 1 0 e + v + Q ,; 1 1 H plus 1 2 H → 2 3 H e plus γ plus Q ,; 2 3 H e plus 2 3 H e → 2 4 H e plus 1 1 H plus 1 1 H + Q .")[$1 1 "H" + 1 1 "H" → 1 2 "H" + "+" 1 #h(0.7em) 0 "e" #h(0.2em) "+" #h(0.2em) v #h(0.2em) "+" #h(0.2em) Q , \ 1 1 "H" + 1 2 "H" → 2 3 "H" "e" + γ #h(0.2em) + #h(0.2em) Q , \ 2 3 "H" "e" #h(0.2em) + 2 3 "H" "e" → 2 4 "H" "e" #h(0.2em) + 1 1 "H" + 1 1 "H" #h(0.2em) "+" #h(0.2em) Q .$] Thus, a stable helium nucleus is formed from the fusion of the nuclei of the hydrogen atom. These three reactions can be summarized by #math.equation(block: true, alt: "4 1 1 H → 2 4 H e plus 2 + 1 0 e plus 2 γ plus 2 v + Q .")[$4 1 1 "H" → 2 4 "H" "e" + #h(0.2em) 2 #h(0.2em) "+" 1 #h(0.7em) 0 "e" + 2 γ + 2 v #h(0.2em) "+" #h(0.2em) Q .$] The net #emph[Q] value is about 26 MeV. The release of this energy produces an outward thermal gas pressure that prevents the Sun from gravitational collapse. Astrophysicists find that hydrogen fusion supplies the energy stars require to maintain energy balance over most of a star's life span. #figure(figph[The figure shows the Sun as a circle and the Sun’s core as a smaller concentric circle within it. Arrows labeled fusion radiate outwards from the core. Arrows labeled gravity radiate inwards from the surface.], alt: "The figure shows the Sun as a circle and the Sun’s core as a smaller concentric circle within it. Arrows labeled fusion radiate outwards from the core. Arrows labeled gravity radiate inwards from the surface.", caption: [The Sun produces energy by fusing hydrogen into helium at the Sun’s core. The red arrows show outward pressure due to thermal gas, which tends to make the Sun expand. The blue arrows show inward pressure due to gravity, which tends to make the Sun contract. These two influences balance each other.]) === Nucleosynthesis Scientist now believe that many heavy elements found on Earth and throughout the universe were originally synthesized by fusion within the hot cores of the stars. This process is known as #strong[nucleosynthesis]. For example, in lighter stars, hydrogen combines to form helium through the proton-proton chain. Once the hydrogen fuel is exhausted, the star enters the next stage of its life and fuses helium. An example of a nuclear reaction chain that can occur is: #math.equation(block: true, alt: "2 4 He plus 2 4 H e → 4 8 Be plus γ ,; 4 8 Be plus 2 4 H e → 6 12 C + γ ,; 6 12 C + 2 4 H e → 8 16 O plus γ .")[$2 4 "He" + 2 4 "H" "e" #h(0.2em) → 4 8 "Be" + γ , \ 4 8 "Be" + 2 4 "H" "e" #h(0.2em) → #h(0.5em) 6 12 "C" #h(0.2em) "+" #h(0.2em) γ , \ #h(0.5em) 6 12 "C" #h(0.2em) "+" #h(0.2em) 2 4 "H" "e" #h(0.2em) → #h(0.5em) 8 16 "O" + #h(0.2em) γ .$] Carbon and oxygen nuclei produced in such processes eventually reach the star’s surface by convection. Near the end of its lifetime, the star loses its outer layers into space, thus enriching the interstellar medium with the nuclei of heavier elements . #figure(figph[A greenish blob is seen against a black background. The edges of this are yellowish. A bright white star is seen within it.], alt: "A greenish blob is seen against a black background. The edges of this are yellowish. A bright white star is seen within it.", caption: [A planetary nebula is produced at the end of the life of a star. The greenish color of this planetary nebula comes from oxygen ions.]) Stars similar in mass to the Sun do not become hot enough to fuse nuclei as heavy (or heavier) than oxygen nuclei. However, in massive stars whose cores become much hotter #math.equation(block: false, alt: "open parenthesis T greater than 6 times 10 to the power 8 K close parenthesis ,")[$( T > 6 #h(0.2em) × #h(0.2em) 10^(8) #h(0.2em) "K" ) ,$] even more complex nuclei are produced. Some representative reactions are #math.equation(block: true, alt: "6 12 C + 6 12 C → 11 23 N a plus 1 1 H ,; 6 12 C plus 6 12 C → 12 24 M g plus γ ,; 6 12 C + 8 16 O → 14 28 S i plus γ .")[$#h(0.5em) 6 12 "C" #h(0.2em) "+" #h(0.2em) #h(0.5em) 6 12 "C" → 11 23 "N" "a" + 1 1 "H" , \ #h(0.5em) 6 12 "C" #h(0.2em) #h(0.2em) + #h(0.5em) 6 12 "C" → 12 24 "M" "g" + #h(0.2em) γ , \ #h(0.5em) 6 12 "C" #h(0.2em) "+" #h(0.2em) #h(0.5em) 8 16 "O" → 14 28 "S" "i" + γ .$] Nucleosynthesis continues until the core is primarily iron-nickel metal. Now, iron has the peculiar property that any fusion or fission reaction involving the iron nucleus is endothermic, meaning that energy is absorbed rather than produced. Hence, nuclear energy cannot be generated in an iron-rich core. Lacking an outward pressure from fusion reactions, the star begins to contract due to gravity. This process heats the core to a temperature on the order of #math.equation(block: false, alt: "5 times 10 to the power 9 K .")[$5 #h(0.2em) × #h(0.2em) 10^(9) "K" .$] Expanding shock waves generated within the star due to the collapse cause the star to quickly explode. The luminosity of the star can increase temporarily to nearly that of an entire galaxy. During this event, the flood of energetic neutrons reacts with iron and the other nuclei to produce elements heavier than iron. These elements, along with much of the star, are ejected into space by the explosion. Supernovae and the formation of planetary nebulas together play a major role in the dispersal of chemical elements into space. Eventually, much of the material lost by stars is pulled together through the gravitational force, and it condenses into a new generation of stars and accompanying planets. Recent images from the Hubble Space Telescope provide a glimpse of this magnificent process taking place in the constellation Serpens . The new generation of stars begins the nucleosynthesis process anew, with a higher percentage of heavier elements. Thus, stars are “factories” for the chemical elements, and many of the atoms in our bodies were once a part of stars. #figure(figph[A telescope image showing numerous stars. A bright cluster in the center has yellow, orange and blue stars.], alt: "A telescope image showing numerous stars. A bright cluster in the center has yellow, orange and blue stars.", caption: [This image taken by NASA’s Spitzer Space Telescope and the Two Micron All Sky Survey (2MASS), shows the Serpens Cloud Core, a star-forming region in the constellation Serpens (the “Serpent”). Located about 750 light-years away, this cluster of stars is formed from cooling dust and gases. Infrared light has been used to reveal the youngest stars in orange and yellow.]) #examplebox("Example 1")[Energy of the Sun][ The power output of the Sun is approximately #math.equation(block: false, alt: "3.8 times 10 to the power 26 J / s .")[$3.8 #h(0.2em) × #h(0.2em) 10^(26) #h(0.2em) "J" "/" "s" .$] Most of this energy is produced in the Sun’s core by the proton-proton chain. This energy is transmitted outward by the processes of convection and radiation. (a) How many of these fusion reactions per second must occur to supply the power radiated by the Sun? (b) What is the rate at which the mass of the Sun decreases? (c) In about five billion years, the central core of the Sun will be depleted of hydrogen. By what percentage will the mass of the Sun have decreased from its present value when the core is depleted of hydrogen? Strategy The total energy output per second is given in the problem statement. If we know the energy released in each fusion reaction, we can determine the rate of the fusion reactions. If the mass loss per fusion reaction is known, the mass loss rate is known. Multiplying this rate by five billion years gives the total mass lost by the Sun. This value is divided by the original mass of the Sun to determine the percentage of the Sun’s mass that has been lost when the hydrogen fuel is depleted. Solution + The decrease in mass for the fusion reaction is #math.equation(block: true, alt: "Δ m, equals 4 m open parenthesis 1 1 H close parenthesis minus m open parenthesis 2 4 H e close parenthesis minus 2 m open parenthesis + 1 0 e close parenthesis; equals 4 open parenthesis 1.007825 u close parenthesis minus 4.002603 u minus 2 open parenthesis 0.000549 u close parenthesis; equals 0.0276 u .")[$"Δ" m & = 4 m ( 1 1 "H" ) − m ( 2 4 "H" "e" ) − 2 m ( "+" 1 #h(0.7em) 0 "e" ) \ & = 4 ( 1.007825 #h(0.2em) "u" ) − 4.002603 #h(0.2em) "u" − 2 ( 0.000549 #h(0.2em) "u" ) \ & = 0.0276 #h(0.2em) "u" .$] The energy released per fusion reaction is #math.equation(block: true, alt: "Q equals open parenthesis 0.0276 u close parenthesis open parenthesis 931.49 MeV/u close parenthesis equals 25.7 MeV .")[$Q = ( 0.0276 #h(0.2em) "u" ) ( 931.49 #h(0.2em) "MeV/u" ) = 25.7 #h(0.2em) "MeV" .$] Thus, to supply #math.equation(block: false, alt: "3.8 times 10 to the power 26 J/s equals 2.38 times 10 to the power 39 MeV/s ,")[$3.8 #h(0.2em) × #h(0.2em) 10^(26) #h(0.2em) "J/s" = 2.38 #h(0.2em) × #h(0.2em) 10^(39) #h(0.2em) "MeV/s" ,$] there must be #math.equation(block: true, alt: "the fraction 2.38 times 10 to the power 39 MeV/s over 25.7 MeV/reaction equals 9.26 times 10 to the power 37 reaction/s .")[$frac(2.38 #h(0.2em) × #h(0.2em) 10^(39) #h(0.2em) "MeV/s", 25.7 #h(0.2em) "MeV/reaction") = 9.26 #h(0.2em) × #h(0.2em) 10^(37) #h(0.2em) "reaction/s" .$] + The Sun’s mass decreases by #math.equation(block: false, alt: "0.0276 u equals 4.58 times 10 to the power − 29 kg")[$0.0276 #h(0.2em) "u" = 4.58 #h(0.2em) × #h(0.2em) 10^("−" 29) "kg"$] per fusion reaction, so the rate at which its mass decreases is #math.equation(block: true, alt: "open parenthesis 9.26 times 10 to the power 37 reaction/s close parenthesis open parenthesis 4.58 times 10 to the power −29 kg/reaction close parenthesis equals 4.24 times 10 to the power 9 kg/s .")[$( 9.26 #h(0.2em) × #h(0.2em) 10^(37) #h(0.2em) "reaction/s" ) ( 4.58 #h(0.2em) × #h(0.2em) 10^(−29) #h(0.2em) "kg/reaction" ) = 4.24 #h(0.2em) × #h(0.2em) 10^(9) #h(0.2em) "kg/s" .$] + In #math.equation(block: false, alt: "5 times 10 to the power 9 y equals 1.6 times 10 to the power 17 s ,")[$5 #h(0.2em) × #h(0.2em) 10^(9) #h(0.2em) "y" = 1.6 #h(0.2em) × #h(0.2em) 10^(17) #h(0.2em) "s" ,$] the Sun’s mass will therefore decrease by #math.equation(block: true, alt: "Δ M equals open parenthesis 4.24 times 10 to the power 9 kg/s close parenthesis open parenthesis 1.6 times 10 to the power 17 s close parenthesis equals 6.8 times 10 to the power 26 kg .")[$"Δ" M = ( 4.24 #h(0.2em) × #h(0.2em) 10^(9) #h(0.2em) "kg/s" ) ( 1.6 #h(0.2em) × #h(0.2em) 10^(17) #h(0.2em) "s" ) = 6.8 #h(0.2em) × #h(0.2em) 10^(26) #h(0.2em) "kg" .$] The current mass of the Sun is about #math.equation(block: false, alt: "2.0 times 10 to the power 30 kg ,")[$2.0 #h(0.2em) × #h(0.2em) 10^(30) #h(0.2em) "kg" ,$] so the percentage decrease in its mass when its hydrogen fuel is depleted will be #math.equation(block: true, alt: "open parenthesis the fraction 6.8 times 10 to the power 26 kg over 2.0 times 10 to the power 30 kg close parenthesis times 100 % equals 0.034 % .")[$( frac(6.8 #h(0.2em) × #h(0.2em) 10^(26) #h(0.2em) "kg", 2.0 #h(0.2em) × #h(0.2em) 10^(30) #h(0.2em) "kg") ) #h(0.2em) × #h(0.2em) 100 "%" = 0.034 "%" .$] Significance After five billion years, the Sun is very nearly the same mass as it is now. Hydrogen burning does very little to change the mass of the Sun. This calculation assumes that only the proton-proton decay change is responsible for the power output of the Sun. ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Where does the energy from the Sun originate? #solutionbox[ the conversion of mass to energy ] ] === The Hydrogen Bomb In 1942, Robert Oppenheimer suggested that the extremely high temperature of an atomic bomb could be used to trigger a fusion reaction between deuterium and tritium, thus producing a fusion (or hydrogen) bomb. The reaction between deuterium and tritium, both isotopes of hydrogen, is given by #math.equation(block: true, alt: "1 2 H + 1 3 H → 2 4 H e plus 0 1 n + 17.6 MeV .")[$1 2 "H" #h(0.2em) "+" #h(0.2em) 1 3 "H" → 2 4 "H" "e" + 0 1 "n" #h(0.2em) "+" #h(0.2em) 17.6 #h(0.2em) "MeV" .$] Deuterium is relatively abundant in ocean water but tritium is scarce. However, tritium can be generated in a nuclear reactor through a reaction involving lithium. The neutrons from the reactor cause the reaction #math.equation(block: true, alt: "0 1 n + 3 7 L i → 2 4 H e plus 1 3 H plus 0 1 n ,")[$0 1 "n" #h(0.2em) "+" #h(0.2em) 3 7 "L" "i" → 2 4 "H" "e" + 1 3 "H" + 0 1 "n" ,$] to produce the desired tritium. The first hydrogen bomb was detonated in 1952 on the remote island of Eniwetok in the Marshall Islands. A hydrogen bomb has never been used in war. Modern hydrogen bombs are approximately 1000 times more powerful than the fission bombs dropped on Hiroshima and Nagasaki in World War II. === The Fusion Reactor The fusion chain believed to be the most practical for use in a #strong[nuclear fusion reactor] is the following two-step process: #math.equation(block: true, alt: "1 2 H + 1 2 H → 1 3 H + 1 1 H ,; 1 2 H + 1 3 H → 2 4 H e plus 0 1 n .")[$1 2 "H" #h(0.2em) "+" #h(0.2em) 1 2 "H" → 1 3 "H" #h(0.2em) "+" #h(0.2em) 1 1 "H" , \ 1 2 "H" #h(0.2em) "+" #h(0.2em) 1 3 "H" → 2 4 "H" "e" + 0 1 "n" .$] This chain, like the proton-proton chain, produces energy without any radioactive by-product. However, there is a very difficult problem that must be overcome before fusion can be used to produce significant amounts of energy: Extremely high temperatures #math.equation(block: false, alt: "open parenthesis ~ 10 to the power 7 K close parenthesis")[$( ∼ 10^(7) "K" )$] are needed to drive the fusion process. To meet this challenge, test fusion reactors are being developed to withstand temperatures 20 times greater than the Sun’s core temperature. An example is the Joint European Torus (JET) shown. A great deal of work still has to be done on fusion reactor technology, but many scientists predict that fusion energy will power the world’s cities by the end of the twenty-first century. #figure(figph[A photograph of The Joint European Torus (JET) tokamak fusion detector.], alt: "A photograph of The Joint European Torus (JET) tokamak fusion detector.", caption: [The Joint European Torus (JET) tokamak fusion detector uses magnetic fields to fuse deuterium and tritium nuclei]) === Summary - Nuclear fusion is a reaction in which two nuclei are combined to form a larger nucleus; energy is released when light nuclei are fused to form medium-mass nuclei. - The amount of energy released by a fusion reaction is known as the #emph[Q] value. - Nuclear fusion explains the reaction between deuterium and tritium that produces a fusion (or hydrogen) bomb; fusion also explains the production of energy in the Sun, the process of nucleosynthesis, and the creation of the heavy elements. === Conceptual Questions Explain the difference between nuclear fission and nuclear fusion. Why does the fusion of light nuclei into heavier nuclei release energy? #solutionbox[ The nuclei produced in the fusion process have a larger binding energy per nucleon than the nuclei that are fused. That is, nuclear fusion decreases average energy of the nucleons in the system. The energy difference is carried away as radiation. ] === Problems Verify that the total number of nucleons, and total charge are conserved for each of the following fusion reactions in the proton-proton chain. (i) #math.equation(block: false, alt: "to the power 1 H plus to the power 1 H → squared H plus e to the power plus plus v sub e")[$1 "H" + 1 "H" → 2 "H" + e^(+) + v_("e")$], (ii) #math.equation(block: false, alt: "to the power 1 H plus squared H → cubed H e plus γ")[$1 "H" + 2 "H" → 3 "H" "e" #h(0.2em) + γ$], and (iii) #math.equation(block: false, alt: "cubed H e plus cubed H e → to the power 4 H e plus to the power 1 H plus to the power 1 H")[$3 "H" "e" #h(0.2em) + 3 "H" "e" → 4 "H" "e" + 1 "H" + 1 "H"$]. (List the value of each of the conserved quantities before and after each of the reactions.) #solutionbox[ i. #math.equation(block: false, alt: "1 1 H plus 1 1 H, → 1 2 H plus e to the power plus plus v sub e; A sub i, equals 1 plus 1 equals 2 ; A sub f equals 2 Z sub i equals 1 plus 1 equals 2; Z sub f, equals 1 plus 1 equals 2")[$1 1 "H" + 1 1 "H" & → 1 2 "H" + e^(+) + v_(e) \ A_("i") & = 1 + 1 = 2 ; A_("f") = 2 #h(0.2em) #h(0.2em) Z_("i") = 1 + 1 = 2 \ Z_("f") & = 1 + 1 = 2 #h(0.2em) #h(0.2em)$]; #linebreak() ii. #math.equation(block: false, alt: "1 1 H plus 1 2 H, → 2 3 H plus γ; A sub i, equals 1 plus 2 equals 3 ; A sub f equals 3 plus 0 equals 3 Z sub i equals 1 plus 1 equals 2; Z sub E, equals 1 plus 1 equals 2")[$1 1 "H" + 1 2 "H" & → 2 3 "H" + γ \ A_("i") & = 1 + 2 = 3 ; A_("f") = 3 + 0 = 3 #h(0.2em) #h(0.2em) Z_("i") = 1 + 1 = 2 \ Z_(E) & = 1 + 1 = 2 #h(0.2em) #h(0.2em)$]; #linebreak() iii. #math.equation(block: false, alt: "2 3 H plus 2 3 H, → 2 4 H plus 1 1 H plus 1 1 H; A sub i, equals 3 plus 3 equals 6 ; A sub f equals 4 plus 1 plus 1 equals 6 Z sub i equals 2 plus 2 equals 4; Z sub f, equals 2 plus 1 plus 1 equals 4")[$2 3 "H" + 2 3 "H" & → 2 4 "H" + 1 1 "H" + 1 1 "H" \ A_("i") & = 3 + 3 = 6 ; A_("f") = 4 + 1 + 1 = 6 #h(0.2em) #h(0.2em) Z_("i") = 2 + 2 = 4 \ Z_("f") & = 2 + 1 + 1 = 4 #h(0.2em) #h(0.2em)$] ] Calculate the energy output in each of the fusion reactions in the proton-proton chain, and verify the values determined in the preceding problem. Show that the total energy released in the proton-proton chain is 26.7 MeV, considering the overall effect in #math.equation(block: false, alt: "to the power 1 H plus to the power 1 H → squared H plus e to the power plus plus v sub e")[$1 "H" + 1 "H" → 2 "H" + e^(+) + v_("e")$], #math.equation(block: false, alt: "to the power 1 H plus squared H → cubed H e plus γ")[$1 "H" + 2 "H" → 3 "H" "e" #h(0.2em) + γ$], and #math.equation(block: false, alt: "cubed H e plus cubed H e → to the power 4 H e plus to the power 1 H plus to the power 1 H")[$3 "H" "e" #h(0.2em) + 3 "H" "e" → 4 "H" "e" + 1 "H" + 1 "H"$]. Be sure to include the annihilation energy. #solutionbox[ 26.73 MeV ] Two fusion reactions mentioned in the text are #math.equation(block: false, alt: "n plus cubed H e → to the power 4 H e plus γ")[$n + 3 "H" "e" → 4 "H" "e" + γ$] and #math.equation(block: false, alt: "n plus to the power 1 H → squared H plus γ")[$n + 1 "H" → 2 "H" + γ$]. Both reactions release energy, but the second also creates more fuel. Confirm that the energies produced in the reactions are 20.58 and 2.22 MeV, respectively. Comment on which product nuclide is most tightly bound, #math.equation(block: false, alt: "to the power 4 H e")[$4 "H" "e"$] or #math.equation(block: false, alt: "squared H")[$2 "H"$]. The power output of the Sun is #math.equation(block: false, alt: "4 times 10 to the power 26 W .")[$4 #h(0.2em) × #h(0.2em) 10^(26) "W" .$] (a) If #math.equation(block: false, alt: "90 %")[$90 "%"$] of this energy is supplied by the proton-proton chain, how many protons are consumed per second? (b) How many neutrinos per second should there be per square meter at the surface of Earth from this process? #solutionbox[ a. #math.equation(block: false, alt: "3 times 10 to the power 38 protons/s")[$3 #h(0.2em) × #h(0.2em) 10^(38) #h(0.2em) "protons/s"$]; b. #math.equation(block: false, alt: "6 times 10 to the power 14 neutrinos/m squared times s")[$6 #h(0.2em) × #h(0.2em) 10^(14) #h(0.2em) "neutrinos/m"^(2) · "s"$]; #linebreak() This huge number is indicative of how rarely a neutrino interacts, since large detectors observe very few per day. ] Another set of reactions that fuses hydrogen into helium in the Sun and especially in hotter stars is called the CNO cycle: #math.equation(block: true, alt: "to the power 12 C plus to the power 1 H → to the power 13 N plus γ")[$12 "C" + 1 "H" → 13 "N" + γ$] #math.equation(block: true, alt: "to the power 13 N → to the power 13 C plus e to the power plus plus v sub e")[$13 "N" → 13 "C" + e^(+) + v_("e")$] #math.equation(block: true, alt: "to the power 13 C plus to the power 1 H → to the power 14 N plus γ")[$13 "C" + 1 "H" → 14 "N" + γ$] #math.equation(block: true, alt: "to the power 14 N plus to the power 1 H → to the power 15 O plus γ")[$14 "N" + 1 "H" #h(0.2em) → 15 "O" + γ$] #math.equation(block: true, alt: "to the power 15 O → to the power 15 N plus e to the power plus plus v sub e")[$15 "O" → 15 "N" + e^(+) + v_("e")$] #math.equation(block: true, alt: "to the power 15 N plus to the power 1 H → to the power 12 C plus to the power 4 H e")[$15 "N" + 1 "H" → 12 "C" + 4 "H" "e"$] This process is a “cycle” because #math.equation(block: false, alt: "to the power 12 C")[$12 "C"$] appears at the beginning and end of these reactions. Write down the overall effect of this cycle (as done for the proton-proton chain in #math.equation(block: false, alt: "2 e to the power minus plus 4 to the power 1 H → to the power 4 H e plus 2 v sub e plus 6 γ")[$2 e^(−) + 4 1 "H" → 4 "H" "e" + 2 v_("e") + 6 γ$]). Assume that the positrons annihilate electrons to form more #math.equation(block: false, alt: "γ")[$γ$] rays. (a) Calculate the energy released by the fusion of a 1.00-kg mixture of deuterium and tritium, which produces helium. There are equal numbers of deuterium and tritium nuclei in the mixture. (b) If this process takes place continuously over a period of a year, what is the average power output? #solutionbox[ a. The atomic mass of deuterium (#math.equation(block: false, alt: "squared H")[$2 "H"$]) is 2.014102 u, while that of tritium (#math.equation(block: false, alt: "cubed H")[$3 "H"$]) is 3.016049 u, for a total of 5.032151 u per reaction. So a mole of reactants has a mass of 5.03 g, and in 1.00 kg, there are #math.equation(block: false, alt: "open parenthesis 1000 g close parenthesis / open parenthesis 5.03 g / mol close parenthesis equals 198.8 mol")[$( 1000 #h(0.2em) "g" ) "/" ( 5.03 #h(0.2em) "g" "/" "mol" ) = 198.8 #h(0.2em) "mol"$] of reactants. The number of reactions that take place is therefore #linebreak() #math.equation(block: false, alt: "open parenthesis 198.8 mol close parenthesis open parenthesis 6.02 times 10 to the power 23 mol to the power −1 close parenthesis equals 1.20 times 10 to the power 26 reactions")[$( 198.8 #h(0.2em) "mol" ) ( 6.02 #h(0.2em) × #h(0.2em) 10^(23) #h(0.2em) "mol"^(−1) ) = 1.20 #h(0.2em) × #h(0.2em) 10^(26) #h(0.2em) "reactions"$]. #linebreak() The total energy output is the number of reactions times the energy per reaction: #linebreak() #math.equation(block: false, alt: "E equals 3.37 times 10 to the power 14 J;")[$E = 3.37 #h(0.2em) × #h(0.2em) 10^(14) #h(0.2em) "J;"$] #linebreak() b. Power is energy per unit time. One year has #math.equation(block: false, alt: "3.16 times 10 to the power 7 s ,")[$3.16 #h(0.2em) × #h(0.2em) 10^(7) "s" ,$] so #linebreak() #math.equation(block: false, alt: "P equals 10.7 MW .")[$P = 10.7 #h(0.2em) "MW" .$] #linebreak() We expect nuclear processes to yield large amounts of energy, and this is certainly the case here. The energy output of #math.equation(block: false, alt: "3.37 times 10 to the power 14 J")[$3.37 #h(0.2em) × #h(0.2em) 10^(14) #h(0.2em) "J"$] from fusing 1.00 kg of deuterium and tritium is equivalent to 2.6 million gallons of gasoline and about eight times the energy output of the bomb that destroyed Hiroshima. Yet the average backyard swimming pool has about 6 kg of deuterium in it, so that fuel is plentiful if it can be utilized in a controlled manner. ]