#set document(title: "8.3 Electron Spin", 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")) == 8.3#h(0.6em)Electron Spin In this section, we consider the effects of electron spin. Spin introduces two additional quantum numbers to our model of the hydrogen atom. Both were discovered by looking at the fine structure of atomic spectra. Spin is a fundamental characteristic of all particles, not just electrons, and is analogous to the intrinsic spin of extended bodies about their own axes, such as the daily rotation of Earth. Spin is quantized in the same manner as orbital angular momentum. It has been found that the magnitude of the intrinsic spin angular momentum #emph[S] of an electron is given by #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ #math.equation(block: true, alt: "S equals the square root of s open parenthesis s plus 1 close parenthesis ℏ ,")[$S = sqrt(s ( s + 1 )) ℏ ,$] ] where #emph[s] is defined to be the #strong[spin quantum number]. This is similar to the quantization of #emph[L] given in , except that the only value allowed for #emph[s] for an electron is #math.equation(block: false, alt: "s equals 1 / 2 .")[$s = 1 "/" 2 .$] The electron is said to be a “spin-half particle.” The #strong[spin projection quantum number] #math.equation(block: false, alt: "m sub s")[$m_(s)$] is associated with the #emph[z]-components of spin, expressed by #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ #math.equation(block: true, alt: "S sub z equals m sub s ℏ .")[$S_(z) = m_(s) ℏ .$] ] In general, the allowed quantum numbers are #math.equation(block: true, alt: "m sub s equals − s , − s plus 1 , … , 0 , … , plus s minus 1 , s .")[$m_(s) = "−" s , "−" s + 1 , "…" , 0 , "…" , + s − 1 , s .$] For the special case of an electron (#math.equation(block: false, alt: "s equals 1 / 2")[$s = 1 "/" 2$]), #math.equation(block: true, alt: "m sub s equals minus the fraction 1 over 2 , the fraction 1 over 2 .")[$m_(s) = − frac(1, 2) , frac(1, 2) .$] Directions of intrinsic spin are quantized, just as they were for orbital angular momentum. The #math.equation(block: false, alt: "m sub s equals −1 / 2")[$m_(s) = −1 "/" 2$] state is called the “spin-down” state and has a #emph[z]-component of spin, #math.equation(block: false, alt: "s sub z equals −1 / 2")[$s_(z) = −1 "/" 2$]; #math.equation(block: false, alt: "the m sub s equals plus 1 / 2")[$"the" #h(0.2em) m_(s) = + 1 "/" 2$] state is called the “spin-up” state and has a #emph[z]-component of spin, #math.equation(block: false, alt: "s sub z equals plus 1 / 2 .")[$s_(z) = + 1 "/" 2 .$] These states are shown. #figure(figph[The two possible spin states of the electron are illustrated as vectors of equal length, one pointing up and right, representing vector S spin up, and the other pointing down and right, representing spin down. The two vectors are at the same angle to the horizontal. Spin up has a z component of plus h bar over two, and spin down has a z component of minus h bar over 2.], alt: "The two possible spin states of the electron are illustrated as vectors of equal length, one pointing up and right, representing vector S spin up, and the other pointing down and right, representing spin down. The two vectors are at the same angle to the horizontal. Spin up has a z component of plus h bar over two, and spin down has a z component of minus h bar over 2.", caption: [The two possible states of electron spin.]) The intrinsic magnetic dipole moment of an electron #math.equation(block: false, alt: "μ sub e")[$μ_(e)$] can also be expressed in terms of the spin quantum number. In analogy to the orbital angular momentum, the magnitude of the electron magnetic moment is #math.equation(block: true, alt: "μ sub s equals open parenthesis the fraction e over 2 m sub e close parenthesis S .")[$μ_(s) = ( frac(e, 2 m_(e)) ) S .$] According to the special theory of relativity, this value is low by a factor of 2. Thus, in vector form, the spin magnetic moment is #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ #math.equation(block: true, alt: "μ → equals open parenthesis the fraction e over m sub e close parenthesis S → .")[$arrow("μ") = ( frac(e, m_(e)) ) arrow(S) .$] ] The #emph[z]-component of the magnetic moment is #math.equation(block: true, alt: "μ sub z equals − open parenthesis the fraction e over m sub e close parenthesis S sub z equals − open parenthesis the fraction e over m sub e close parenthesis m sub s ℏ .")[$μ_(z) = "−" ( frac(e, m_(e)) ) S_(z) = "−" ( frac(e, m_(e)) ) m_(s) ℏ .$] The spin projection quantum number has just two values #math.equation(block: false, alt: "open parenthesis m sub s equals plus or minus 1 / 2 close parenthesis ,")[$( m_(s) = ± 1 "/" 2 ) ,$] so the #emph[z-]component of the magnetic moment also has just two values: #math.equation(block: true, alt: "μ sub z equals plus or minus open parenthesis the fraction e over 2 m sub e close parenthesis ℏ equals plus or minus μ sub B ,")[$μ_(z) = ± ( frac(e, 2 m_(e)) ) ℏ = ± μ_("B") ,$] where #math.equation(block: false, alt: "μ sub B")[$μ_("B")$] is one Bohr magneton. An electron is magnetic, so we expect the electron to interact with other magnetic fields. We consider two special cases: the interaction of a free electron with an external (nonuniform) magnetic field, and an electron in a hydrogen atom with a magnetic field produced by the orbital angular momentum of the electron. #examplebox("Example 1")[Electron Spin and Radiation][ A hydrogen atom in the ground state is placed in an external uniform magnetic field (#math.equation(block: false, alt: "B equals 1.5 T")[$B = 1.5 #h(0.2em) "T"$]). Determine the frequency of radiation produced in a transition between the spin-up and spin-down states of the electron. Strategy The spin projection quantum number is #math.equation(block: false, alt: "m sub s equals plus or minus 1 / 2")[$m_(s) = ± 1 "/" 2$], so the #emph[z-]component of the magnetic moment is #math.equation(block: true, alt: "μ sub z equals plus or minus open parenthesis the fraction e over 2 m sub e close parenthesis equals plus or minus μ sub B .")[$μ_(z) = ± ( frac(e, 2 m_(e)) ) = ± μ_("B") .$] The potential energy associated with the interaction between the electron magnetic moment and the external magnetic field is #math.equation(block: true, alt: "U equals − μ sub z B equals ∓ μ sub B B .")[$U = "−" μ_(z) B = ∓ μ_("B") B .$] The frequency of light emitted is proportional to the energy (#math.equation(block: false, alt: "Δ E")[$"Δ" E$]) difference between these two states. Solution The energy difference between these states is #math.equation(block: false, alt: "Δ E equals 2 μ sub B B")[$"Δ" E = 2 μ_("B") B$], so the frequency of radiation produced is #math.equation(block: true, alt: "f equals the fraction Δ E over h equals the fraction 2 μ sub B B over h equals the fraction 2 open parenthesis 5.79 times the fraction 10 to the power −5 eV over T close parenthesis open parenthesis 1.5 T close parenthesis over 4.136 times 10 to the power −15 eV times s equals 4.2 times 10 to the power 10 the fraction cycles over s .")[$f = frac("Δ" E, h) = frac(2 μ_(B) B, h) = frac(2 ( 5.79 #h(0.2em) × #h(0.2em) frac(10^(−5) #h(0.2em) "eV", "T") ) ( 1.5 "T" ), 4.136 #h(0.2em) × #h(0.2em) 10^(−15) #h(0.2em) "eV" #h(0.2em) · "s") = 4.2 #h(0.2em) × #h(0.2em) 10^(10) frac("cycles", "s") .$] Significance The electron magnetic moment couples with the external magnetic field. The energy of this system is different whether the electron is aligned or not with the proton. The frequency of radiation produced by a transition between these states is proportional to the energy difference. If we double the strength of the magnetic field, holding all other things constant, the frequency of the radiation doubles and its wavelength is cut in half. ] In a hydrogen atom, the electron magnetic moment can interact with the magnetic field produced by the orbital angular momentum of the electron, a phenomenon called #strong[spin-orbit coupling]. The orbital angular momentum (#math.equation(block: false, alt: "L →")[$arrow("L")$]), orbital magnetic moment (#math.equation(block: false, alt: "μ →")[$arrow("μ")$]), spin angular momentum (#math.equation(block: false, alt: "S →")[$arrow("S")$]), and spin magnetic moment (#math.equation(block: false, alt: "μ → sub s")[$arrow("μ")_(s)$]) vectors are shown together in . Just as the energy levels of a hydrogen atom can be split by an #emph[external] magnetic field, so too are the energy levels of a hydrogen atom split by #emph[internal] magnetic fields of the atom. If the magnetic moment of the electron and orbital magnetic moment of the electron are antiparallel, the potential energy from the magnetic interaction is relatively high, but when these moments are parallel, the potential energy is relatively small. Transition from each of these two states to a lower-energy level results in the emission of a photon of slightly different frequency. That is, the spin-orbit coupling “splits” the spectral line expected from a spin-less electron. The #strong[fine structure] of the hydrogen spectrum is explained by spin-orbit coupling. #figure(figph[The orbit of an electron in an atom is illustrated as a small sphere in a circular orbit about a larger sphere at the center of the circle. The direction of travel is right handed (counter clock wise if looking down at it.) At the nucleus, a vector L points up (again, as viewed from above) and a vector mu sub l points down. At the electron, a vector S points at an unspecified angle with respect to the direction of L, and a vector mu sub s points in the opposite direction to S.], alt: "The orbit of an electron in an atom is illustrated as a small sphere in a circular orbit about a larger sphere at the center of the circle. The direction of travel is right handed (counter clock wise if looking down at it.) At the nucleus, a vector L points up (again, as viewed from above) and a vector mu sub l points down. At the electron, a vector S points at an unspecified angle with respect to the direction of L, and a vector mu sub s points in the opposite direction to S.", caption: [Spin-orbit coupling is the interaction of an electron’s spin magnetic moment #math.equation(block: false, alt: "μ → sub s")[$arrow("μ")_(s)$] with its orbital magnetic moment #math.equation(block: false, alt: "μ → sub l")[$arrow("μ")_(l)$].]) The #strong[Stern-Gerlach experiment] provides experimental evidence that electrons have spin angular momentum. The experiment passes a stream of silver (Ag) atoms through an external, nonuniform magnetic field. The Ag atom has an orbital angular momentum of zero and contains a single unpaired electron in the outer shell. Therefore, the total angular momentum of the Ag atom is due entirely to the spin of the outer electron (#math.equation(block: false, alt: "s equals 1 / 2 close parenthesis")[$s = 1 "/" 2 \)$]. Due to electron spin, the Ag atoms act as tiny magnets as they pass through the magnetic field. These “magnets” have two possible orientations, which correspond to the spin-up and -down states of the electron. The magnetic field diverts the spin up atoms in one direction and the spin-down atoms in another direction. This produces two distinct bands on a screen . #figure(figph[The figure shows an illustration of a Stern Gerlach experiment. A beam of silver atoms leaves an oven and is collimated as it passes through a slit. The collimated beam enters a magnet. As it passes between the poles of the magnet, the nonuniform magnetic field causes the beam to split in two. One part moves in the direction of the north pole, the other in the direction of the south pole. The two beams exit the magnet and hit a photographic plate in two distinct places.], alt: "The figure shows an illustration of a Stern Gerlach experiment. A beam of silver atoms leaves an oven and is collimated as it passes through a slit. The collimated beam enters a magnet. As it passes between the poles of the magnet, the nonuniform magnetic field causes the beam to split in two. One part moves in the direction of the north pole, the other in the direction of the south pole. The two beams exit the magnet and hit a photographic plate in two distinct places.", caption: [In the Stern-Gerlach experiment, an external, nonuniform magnetic field diverts a beam of electrons in two different directions. This result is due to the quantization of spin angular momentum.]) According to classical predictions, the angular momentum (and, therefore, the magnetic moment) of the Ag atom can point in any direction, so one expects, instead, a continuous smudge on the screen. The resulting two bands of the Stern-Gerlach experiment provide startling support for the ideas of quantum mechanics. #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Visit #link("https://openstax.org/l/21sterngerlach")[PhET Explorations: Stern-Gerlach Experiment] to learn more about the Stern-Gerlach experiment. ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ If the Stern-Gerlach experiment yielded four distinct bands instead of two, what might be concluded about the spin quantum number of the charged particle? #solutionbox[ #math.equation(block: true, alt: "s equals 3 / 2 less than")[$s = 3 "/" 2 <$] ] ] Just like an electron, a proton is spin 1/2 and has a magnetic moment. (According to nuclear theory, this moment is due to the orbital motion of quarks within the proton.) The #strong[hyperfine structure] of the hydrogen spectrum is explained by the interaction between the magnetic moment of the proton and the magnetic moment of the electron, an interaction known as spin-spin coupling. The energy of the electron-proton system is different depending on whether or not the moments are aligned. Transitions between these states (#strong[spin-flip transitions]) result in the emission of a photon with a wavelength of #math.equation(block: false, alt: "λ approximately equals 2 1 cm")[$λ ≈ 2 1 #h(0.2em) "cm"$] (in the radio range). The 21-cm line in atomic spectroscopy is a “fingerprint” of hydrogen gas. Astronomers exploit this spectral line to map the spiral arms of galaxies, which are composed mostly of hydrogen . #figure(figph[Three telescope images of the pinwheel galaxy. In figure a, the image is of visible light. The galaxy appears as a collection of stars, very dense in the center and with spiraling arms. Figure b is the 21 c m radiation image. The spiral nature is more distinct in this image, and the central bulge is absent. Figure c overlays both the visible and 21 c m images.], alt: "Three telescope images of the pinwheel galaxy. In figure a, the image is of visible light. The galaxy appears as a collection of stars, very dense in the center and with spiraling arms. Figure b is the 21 c m radiation image. The spiral nature is more distinct in this image, and the central bulge is absent. Figure c overlays both the visible and 21 c m images.", caption: [The magnetic interaction between the electron and proton in the hydrogen atom is used to map the spiral arms of the Pinwheel Galaxy (NGC 5457). (a) The galaxy seen in visible light; (b) the galaxy seen in 21-cm hydrogen radiation; (c) the composite image of (a) and (b). Notice how the hydrogen emission penetrates dust in the galaxy to show the spiral arms very clearly, whereas the galactic nucleus shows up better in visible light]) A complete specification of the state of an electron in a hydrogen atom requires five quantum numbers: #emph[n], #emph[l], #emph[m], #emph[s], and #math.equation(block: false, alt: "m sub s")[$m_(s)$]. The names, symbols, and allowed values of these quantum numbers are summarized in . #figure(table( columns: 3, align: left, inset: 6pt, table.header([Name], [Symbol], [Allowed values]), [Principal quantum number], [#emph[n]], [1, 2, 3, …], [Angular momentum], [#emph[l]], [0, 1, 2, … #emph[n] – 1], [Angular momentum projection], [#emph[m]], [#math.equation(block: false, alt: "0 , plus or minus 1 , plus or minus 2 ,... plus or minus l")[$0 , ± 1 , ± 2 ",..." #h(0.2em) ± l$]], [Spin], [#emph[s]], [1/2 (electrons)], [Spin projection], [#emph[#sub[#math.equation(block: false, alt: "m sub s")[$m_(s)$]]]], [#math.equation(block: false, alt: "minus ½ , plus ½")[$− ½ , + ½$]], )) Note that the intrinsic quantum numbers introduced in this section (#emph[s] and #emph[m#sub[s]]) are valid for many particles, not just electrons. For example, quarks within an atomic nucleus are also spin-half particles. As we will see later, quantum numbers help to classify subatomic particles and enter into scientific models that attempt to explain how the universe works. === Summary - The state of an electron in a hydrogen atom can be expressed in terms of five quantum numbers. - The spin angular momentum quantum of an electron is #emph[=] #math.equation(block: false, alt: "plus ½")[$+ ½$]. The spin angular momentum projection quantum number is #emph[m#sub[s]] #math.equation(block: false, alt: "equals plus ½ or minus ½")[$= + ½ #h(0.2em) "or" #h(0.2em) − ½$] (spin up or spin down). - The fine and hyperfine structures of the hydrogen spectrum are explained by magnetic interactions within the atom. === Conceptual Questions Explain how a hydrogen atom in the ground state #math.equation(block: false, alt: "open parenthesis l equals 0")[$\( l = 0$]) can interact magnetically with an external magnetic field. #solutionbox[ Even in the ground state (#math.equation(block: false, alt: "l equals 0")[$l = 0$]), a hydrogen atom has magnetic properties due the intrinsic (internal) electron spin. The magnetic moment of an electron is proportional to its spin. ] Compare orbital angular momentum with spin angular momentum of an electron in the hydrogen atom. List all the possible values of #emph[s] and #math.equation(block: false, alt: "m sub s")[$m_(s)$] for an electron. Are there particles for which these values are different? #solutionbox[ For all electrons, #math.equation(block: false, alt: "s equals ½")[$s = "½"$] and #math.equation(block: false, alt: "m sub s equals plus or minus ½ .")[$m_(s) = ± "½" .$] As we will see, not all particles have the same spin quantum number. For example, a photon as a spin 1 (#math.equation(block: false, alt: "s equals 1")[$s = 1$]), and a Higgs boson has spin 0 (#math.equation(block: false, alt: "s equals 0")[$s = 0$]). ] Are the angular momentum vectors #math.equation(block: false, alt: "L →")[$arrow(L)$] and #math.equation(block: false, alt: "S →")[$arrow(S)$] necessarily aligned? What is spin-orbit coupling? #solutionbox[ An electron has a magnetic moment associated with its intrinsic (internal) spin. Spin-orbit coupling occurs when this interacts with the magnetic field produced by the orbital angular momentum of the electron. ] === Problems What is the magnitude of the spin momentum of an electron? (Express you answer in terms of #math.equation(block: false, alt: "ℏ . close parenthesis")[$ℏ . \)$] What are the possible polar orientations of the spin momentum vector for an electron? #solutionbox[ Spin up (relative to positive #emph[z]-axis): #linebreak() #math.equation(block: false, alt: "θ equals 55 ° .")[$θ = 55 "°" .$] #linebreak() Spin down (relative to positive #emph[z]-axis): #linebreak() #math.equation(block: false, alt: "θ equals cos to the power −1 open parenthesis the fraction S sub z over S close parenthesis equals cos to the power −1 open parenthesis the fraction minus the fraction 1 over 2 over the fraction the square root of 3 over 2 close parenthesis equals cos to the power −1 open parenthesis the fraction −1 over the square root of 3 close parenthesis equals 125 ° .")[$θ = attach(#h(0.2em) "cos", t: −1) ( frac(S_(z), "S" #h(0.2em)) ) = "cos"^(−1) ( frac(− frac(1, 2), frac(sqrt(3), 2)) ) = "cos"^(−1) ( frac(−1, sqrt(3)) ) = 125 "°" .$] ] For #math.equation(block: false, alt: "n equals 1 ,")[$n = 1 ,$] write all the possible sets of quantum numbers (#emph[n], #emph[l], #emph[m], #math.equation(block: false, alt: "m sub s")[$m_(s)$]). A hydrogen atom is placed in an external uniform magnetic field (#math.equation(block: false, alt: "B equals 200 T")[$B = 200 #h(0.2em) "T"$]). Calculate the wavelength of light produced in a transition from a spin up to spin down state. #solutionbox[ The spin projection quantum number is #math.equation(block: false, alt: "m sub s equals plus or minus ½")[$m_(s) = ± "½"$], so the #emph[z-]component of the magnetic moment is #linebreak() #math.equation(block: false, alt: "μ sub z equals plus or minus μ sub B .")[$μ_(z) = ± μ_("B") .$] #linebreak() The potential energy associated with the interaction between the electron and the external magnetic field is #linebreak() #math.equation(block: false, alt: "U equals ∓ μ sub B B .")[$U = ∓ μ_("B") B .$] #linebreak() The energy difference between these states is #math.equation(block: false, alt: "Δ E equals 2 μ sub B B")[$"Δ" E = 2 μ_("B") B$], so the wavelength of light produced is #linebreak() #math.equation(block: false, alt: "λ equals 8.38 times 10 to the power −5 m approximately equals 84 μ m")[$λ = 8.38 #h(0.2em) × #h(0.2em) 10^(−5) #h(0.2em) "m" ≈ 84 #h(0.2em) μ "m"$] ] If the magnetic field in the preceding problem is quadrupled, what happens to the wavelength of light produced in a transition from a spin up to spin down state? If the magnetic moment in the preceding problem is doubled, what happens to the frequency of light produced in a transition from a spin-up to spin-down state? #solutionbox[ It is increased by a factor of 2. ] For #math.equation(block: false, alt: "n equals 2")[$n = 2$], write all the possible sets of quantum numbers (#emph[n], #emph[l], #emph[m], #math.equation(block: false, alt: "m sub s")[$m_(s)$]).