#set document(title: "33.2 The Four Basic Forces", 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.2#h(0.6em)The Four Basic Forces === Learning Objectives By the end of this section, you will be able to: - State the four basic forces. - Explain the Feynman diagram for the exchange of a virtual photon between two positive charges. - Define QED. - Describe the Feynman diagram for the exchange of a between a proton and a neutron. As first discussed in Problem-Solving Strategies and mentioned at various points in the text since then, there are only four distinct basic forces in all of nature. This is a remarkably small number considering the myriad phenomena they explain. Particle physics is intimately tied to these four forces. Certain fundamental particles, called carrier particles, carry these forces, and all particles can be classified according to which of the four forces they feel. The table given below summarizes important characteristics of the four basic forces. #figure(table( columns: 5, align: left, inset: 6pt, table.header([Force], [Approximate relative strength], [Range], [+/− + attractive; ‑ repulsive; #math.equation(block: false, alt: "plus /−")[$+ /−$] both.], [Carrier particle]), [Gravity], [#math.equation(block: false, alt: "10 to the power minus 38")[$"10"^(− "38")$]], [#math.equation(block: false, alt: "infinity")[$∞$]], [+ only], [Graviton (conjectured)], [Electromagnetic], [#math.equation(block: false, alt: "10 to the power minus 2")[$"10"^(− 2)$]], [#math.equation(block: false, alt: "infinity")[$∞$]], [#math.equation(block: false, alt: "plus / minus")[$+ / −$]], [Photon (observed)], [Weak force], [#math.equation(block: false, alt: "10 to the power minus 13")[$"10"^(− "13")$]], [#math.equation(block: false, alt: "less than 10 to the power minus 18 m")[$< "10"^(− "18") " m"$]], [#math.equation(block: false, alt: "plus / minus")[$+ / −$]], [#emph[#math.equation(block: false, alt: "W to the power plus , W to the power minus , Z to the power 0")[$W^(+) , #h(0.25em) W^(−) , #h(0.25em) Z^(0)$]] (observedPredicted by theory and first observed in 1983.)], [Strong force], [#math.equation(block: false, alt: "1")[$1$]], [#math.equation(block: false, alt: "less than 10 to the power minus 15 m")[$< "10"^(− "15") " m"$]], [#math.equation(block: false, alt: "plus / minus")[$+ / −$]], [Gluons (conjecturedEight proposed—indirect evidence of existence. Underlie meson exchange.)], )) #figure(figph[The first image shows a photon traveling between positive charges to transmit a repulsive electromagnetic force. The second image is the same except that an eye detects the photon before it arrives at the second positive charge, thereby obstructing the passage of the photon and preventing the force from being transmitted.], alt: "The first image shows a photon traveling between positive charges to transmit a repulsive electromagnetic force. The second image is the same except that an eye detects the photon before it arrives at the second positive charge, thereby obstructing the passage of the photon and preventing the force from being transmitted.", caption: [The first image shows the exchange of a virtual photon transmitting the electromagnetic force between charges, just as virtual pion exchange carries the strong nuclear force between nucleons. The second image shows that the photon cannot be directly observed in its passage, because this would disrupt it and alter the force. In this case it does not get to the other charge.]) #figure(figph[A diagram is shown in which time proceeds along the vertical y axis and distance along the horizontal x axis. Two positive charges are shown approaching each other, exchanging a virtual photon, then moving apart.], alt: "A diagram is shown in which time proceeds along the vertical y axis and distance along the horizontal x axis. Two positive charges are shown approaching each other, exchanging a virtual photon, then moving apart.", caption: [The Feynman diagram for the exchange of a virtual photon between two positive charges illustrates how the electromagnetic force is transmitted on a quantum mechanical scale. Time is graphed vertically while the distance is graphed horizontally. The two positive charges are seen to be repelled by the photon exchange.]) Although these four forces are distinct and differ greatly from one another under all but the most extreme circumstances, we can see similarities among them. (In GUTs: the Unification of Forces, we will discuss how the four forces may be different manifestations of a single unified force.) Perhaps the most important characteristic among the forces is that they are all transmitted by the exchange of a carrier particle, exactly like what Yukawa had in mind for the strong nuclear force. Each carrier particle is a virtual particle—it cannot be directly observed while transmitting the force. shows the exchange of a virtual photon between two positive charges. The photon cannot be directly observed in its passage, because this would disrupt it and alter the force. shows a way of graphing the exchange of a virtual photon between two positive charges. This graph of time versus position is called a #strong[Feynman diagram], after the brilliant American physicist Richard Feynman (1918–1988) who developed it. is a Feynman diagram for the exchange of a virtual pion between a proton and a neutron representing the same interaction as in . Feynman diagrams are not only a useful tool for visualizing interactions at the quantum mechanical level, they are also used to calculate details of interactions, such as their strengths and probability of occurring. Feynman was one of the theorists who developed the field of #strong[quantum electrodynamics] (QED), which is the quantum mechanics of electromagnetism. QED has been spectacularly successful in describing electromagnetic interactions on the submicroscopic scale. Feynman was an inspiring teacher, had a colorful personality, and made a profound impact on generations of physicists. He shared the 1965 Nobel Prize with Julian Schwinger and S. I. Tomonaga for work in QED with its deep implications for particle physics. Why is it that particles called gluons are listed as the carrier particles for the strong nuclear force when, in The Yukawa Particle and the Heisenberg Uncertainty Principle Revisited, we saw that pions apparently carry that force? The answer is that pions are exchanged but they have a substructure and, as we explore it, we find that the strong force is actually related to the indirectly observed but more fundamental #strong[gluons]. In fact, all the carrier particles are thought to be fundamental in the sense that they have no substructure. Another similarity among carrier particles is that they are all bosons (first mentioned in Patterns in Spectra Reveal More Quantization), having integral intrinsic spins. #figure(figph[A diagram is shown in which time progresses along the vertical y axis and distance along the horizontal x axis. Protons and neutrons are shown approaching each other, exchanging a virtual pion, then moving apart.], alt: "A diagram is shown in which time progresses along the vertical y axis and distance along the horizontal x axis. Protons and neutrons are shown approaching each other, exchanging a virtual pion, then moving apart.", caption: [The image shows a Feynman diagram for the exchange of a #math.equation(block: false, alt: "π to the power plus")[$π^(+)$] between a proton and a neutron, carrying the strong nuclear force between them. This diagram represents the situation shown more pictorially in .]) There is a relationship between the mass of the carrier particle and the range of the force. The photon is massless and has energy. So, the existence of (virtual) photons is possible only by virtue of the Heisenberg uncertainty principle and can travel an unlimited distance. Thus, the range of the electromagnetic force is infinite. This is also true for gravity. It is infinite in range because its carrier particle, the graviton, has zero rest mass. (Gravity is the most difficult of the four forces to understand on a quantum scale because it affects the space and time in which the others act. But gravity is so weak that its effects are extremely difficult to observe quantum mechanically. We shall explore it further in General Relativity and Quantum Gravity). The #math.equation(block: false, alt: "W to the power plus , W to the power minus")[$W^(+) , #h(0.25em) W^(−)$], and #math.equation(block: false, alt: "Z to the power 0")[$Z^(0)$] particles that carry the weak nuclear force have mass, accounting for the very short range of this force. In fact, the #math.equation(block: false, alt: "W to the power plus , W to the power minus")[$W^(+) , #h(0.25em) W^(−)$], and #math.equation(block: false, alt: "Z to the power 0")[$Z^(0)$] are about 1000 times more massive than pions, consistent with the fact that the range of the weak nuclear force is about 1/1000 that of the strong nuclear force. Gluons are actually massless, but since they act inside massive carrier particles like pions, the strong nuclear force is also short ranged. The relative strengths of the forces given in the are those for the most common situations. When particles are brought very close together, the relative strengths change, and they may become identical at extremely close range. As we shall see in GUTs: the Unification of Forces, carrier particles may be altered by the energy required to bring particles very close together—in such a manner that they become identical. === Test Prep for AP Courses Two intact (not ionized) hydrogen atoms are 10 cm apart. Which of the following are true? + Gravity, though very weak, is acting between them. + The neutral charge means the electromagnetic force between them can be ignored. + The range is too long for the strong force to be involved. + All of the above. #solutionbox[ (d) ] Explain why we only need to concern ourselves with gravitational force to describe the orbit of the Earth around the Sun. Consider four forces: the gravitational force between the Earth and the Sun; the electrostatic force between the Earth and the Sun; the gravitational force between the proton and electron in a hydrogen atom, and the electrostatic force between the proton and electron in a hydrogen atom. What is the proper ordering of the magnitude of these forces, from greatest to least? + gravity, Earth-Sun; electrostatic, Earth-Sun; gravity, hydrogen; electrostatic, hydrogen + electrostatic, Earth-Sun; gravity, Earth-Sun; electrostatic, hydrogen; gravity, hydrogen + gravity, Earth-Sun; gravity, hydrogen; electrostatic, hydrogen; electrostatic, Earth-Sun + gravity, Earth-Sun; electrostatic, hydrogen; gravity, hydrogen; electrostatic, Earth-Sun #solutionbox[ (d) ] Deep within a nucleon, which is the stronger force between two quarks, gravity or the weak force? Why do you think so? Consider the Earth-Moon system. If we were to place equal charges on the Earth and the Moon, how large would they need to be for the electrostatic repulsion to counteract the gravitational attraction? + 5.1×10#super[13] C + 5.7×10#super[13] C + 6.7×10#super[13] C + 3.3×10#super[27] C #solutionbox[ (b) ] What is the strength of the magnetic field created by the orbiting Moon, at the center of the orbit, in the system in the previous problem? (Treat the charge going around in orbit as a current loop.) How does this compare with the strength of the Earth's intrinsic magnetic field? An atomic nucleus consists of positively charged protons and neutral neutrons, so the electrostatic repulsion should destroy it by making the protons fly apart. This doesn't happen because: + The strong force is ~100 times stronger than electromagnetism. + The weak force generates massive particles that hold it together. + Electromagnetism is sometimes attractive. + Gravity is always attractive. #solutionbox[ (a) ] The atomic number of an atom is the number of protons in that atom's nucleus. Make a prediction as to what happens to electromagnetic repulsion as the atomic number gets larger. Then, make a further prediction about what this implies about the number of neutrons in heavy nuclei. === Summary - The four basic forces and their carrier particles are summarized in the . - Feynman diagrams are graphs of time versus position and are highly useful pictorial representations of particle processes. - The theory of electromagnetism on the particle scale is called quantum electrodynamics (QED). === Problems & Exercises (a) Find the ratio of the strengths of the weak and electromagnetic forces under ordinary circumstances. (b) What does that ratio become under circumstances in which the forces are unified? #solutionbox[ (a) #math.equation(block: false, alt: "10 to the power minus 11")[$"10"^(− "11")$] to 1, weak to EM (b) 1 to 1 ] The ratio of the strong to the weak force and the ratio of the strong force to the electromagnetic force become 1 under circumstances where they are unified. What are the ratios of the strong force to those two forces under normal circumstances?