#set document(title: "8.2 Orbital Magnetic Dipole Moment of the Electron", 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.2#h(0.6em)Orbital Magnetic Dipole Moment of the Electron In Bohr’s model of the hydrogen atom, the electron moves in a circular orbit around the proton. The electron passes by a particular point on the loop in a certain time, so we can calculate a current #math.equation(block: false, alt: "I equals Q / t")[$I = Q "/" t$]. An electron that orbits a proton in a hydrogen atom is therefore analogous to current flowing through a circular wire . In the study of magnetism, we saw that a current-carrying wire produces magnetic fields. It is therefore reasonable to conclude that the hydrogen atom produces a magnetic field and interacts with other magnetic fields. #figure(figph[Figure (a) shows a current carrying loop. The loop has current I circulating counterclockwise as viewed from above. A vector mu pointing upward is shown at the center of the loop. Figure (b) shows the hydrogen atom as an electron, represented as a small ball and labeled minus e, making a counterclockwise circular orbit, as viewed from above. A sphere, a vector mu pointing downward, and a vector L pointing upward are shown in the center of the orbit.], alt: "Figure (a) shows a current carrying loop. The loop has current I circulating counterclockwise as viewed from above. A vector mu pointing upward is shown at the center of the loop. Figure (b) shows the hydrogen atom as an electron, represented as a small ball and labeled minus e, making a counterclockwise circular orbit, as viewed from above. A sphere, a vector mu pointing downward, and a vector L pointing upward are shown in the center of the orbit.", caption: [(a) Current flowing through a circular wire is analogous to (b) an electron that orbits a proton in a hydrogen atom.]) The #strong[orbital magnetic dipole moment] is a measure of the strength of the magnetic field produced by the orbital angular momentum of an electron. From Force and Torque on a Current Loop, the magnitude of the orbital magnetic dipole moment for a current loop is #math.equation(block: true, alt: "μ equals I A ,")[$μ = I A ,$] where #emph[I] is the current and #emph[A] is the area of the loop. (For brevity, we refer to this as the magnetic moment.) The current #emph[I] associated with an electron in orbit about a proton in a hydrogen atom is #math.equation(block: true, alt: "I equals the fraction e over T ,")[$I = frac(e, T) ,$] where #emph[e] is the magnitude of the electron charge and #emph[T] is its orbital period. If we assume that the electron travels in a perfectly circular orbit, the orbital period is #math.equation(block: true, alt: "T equals the fraction 2 π r over v ,")[$T = frac(2 π r, v) ,$] where #emph[r] is the radius of the orbit and #emph[v] is the speed of the electron in its orbit. Given that the area of a circle is #math.equation(block: false, alt: "π r squared")[$π r^(2)$], the absolute magnetic moment is #math.equation(block: true, alt: "μ equals I A equals the fraction e over open parenthesis the fraction 2 π r over v close parenthesis π r squared equals the fraction e v r over 2.")[$μ = I A = frac(e, ( frac(2 π r, v) )) π r^(2) = frac(e v r, 2) .$] It is helpful to express the magnetic momentum #math.equation(block: false, alt: "μ")[$μ$] in terms of the orbital angular momentum #math.equation(block: false, alt: "open parenthesis vector L equals vector r times vector p close parenthesis .")[$( arrow(L) = arrow(r) #h(0.2em) × #h(0.2em) arrow(p) ) .$] Because the electron orbits in a circle, the position vector #math.equation(block: false, alt: "vector r")[$arrow(r)$] and the momentum vector #math.equation(block: false, alt: "vector p")[$arrow(p)$] form a right angle. Thus, the magnitude of the orbital angular momentum is #math.equation(block: true, alt: "L equals vertical bar vector L vertical bar equals vertical bar vector r times vector p vertical bar equals r p sin θ equals r p equals r m v .")[$L = | arrow(L) | = | arrow(r) #h(0.2em) × #h(0.2em) arrow(p) | = r p #h(0.2em) "sin" #h(0.2em) θ = r p = r m v .$] Combining these two equations, we have #math.equation(block: true, alt: "μ equals open parenthesis the fraction e over 2 m sub e close parenthesis L .")[$μ = ( frac(e, 2 m_(e)) ) L .$] In full vector form, this expression is written as #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ #math.equation(block: true, alt: "vector μ equals − open parenthesis the fraction e over 2 m sub e close parenthesis vector L .")[$arrow("μ") = "−" ( frac(e, 2 m_(e)) ) arrow("L") .$] ] The negative sign appears because the electron has a negative charge. Notice that the direction of the magnetic moment of the electron is antiparallel to the orbital angular momentum, as shown in (b). In the Bohr model of the atom, the relationship between #math.equation(block: false, alt: "vector μ")[$arrow(μ)$] and #math.equation(block: false, alt: "vector L")[$arrow(L)$] in is independent of the radius of the orbit. The magnetic moment #math.equation(block: false, alt: "μ")[$μ$] can also be expressed in terms of the orbital angular quantum number #emph[l]. Combining and , the magnitude of the magnetic moment is #math.equation(block: true, alt: "μ equals open parenthesis the fraction e over 2 m sub e close parenthesis L equals open parenthesis the fraction e over 2 m sub e close parenthesis the square root of l open parenthesis l plus 1 close parenthesis ℏ equals μ sub B the square root of l open parenthesis l plus 1 close parenthesis .")[$μ = ( frac(e, 2 m_(e)) ) L = ( frac(e, 2 m_(e)) ) sqrt(l ( l + 1 )) ℏ = μ_("B") sqrt(l ( l + 1 )) .$] The #emph[z]-component of the magnetic moment is #math.equation(block: true, alt: "μ sub z equals − open parenthesis the fraction e over 2 m sub e close parenthesis L sub z equals − open parenthesis the fraction e over 2 m sub e close parenthesis m ℏ equals − μ sub B m .")[$μ_(z) = "−" ( frac(e, 2 m_(e)) ) L_(z) = "−" ( frac(e, 2 m_(e)) ) m ℏ = "−" μ_("B") m .$] The quantity #math.equation(block: false, alt: "μ sub B")[$μ_(B)$] is a fundamental unit of magnetism called the #strong[Bohr magneton], which has the value #math.equation(block: false, alt: "9.3 times 10 to the power −24 joule/tesla")[$9. 3 #h(0.2em) × #h(0.2em) 10^(−24) "joule/tesla"$] (J/T) or #math.equation(block: false, alt: "5.8 times 10 to the power −5 eV/T .")[$5. 8 #h(0.2em) × #h(0.2em) 10^(−5) "eV/T" "."$] Quantization of the magnetic moment is the result of quantization of the orbital angular momentum. As we will see in the next section, the total magnetic dipole moment of the hydrogen atom is due to both the orbital motion of the electron and its intrinsic spin. For now, we ignore the effect of electron spin. #examplebox("Example 1")[Orbital Magnetic Dipole Moment][ What is the magnitude of the orbital dipole magnetic moment #math.equation(block: false, alt: "μ")[$μ$] of an electron in the hydrogen atom in the (a) #emph[s] state, (b) #emph[p] state, and (c) #emph[d] state? (Assume that the spin of the electron is zero.) Strategy The magnetic momentum of the electron is related to its orbital angular momentum #emph[L]. For the hydrogen atom, this quantity is related to the orbital angular quantum number #emph[l]. The states are given in spectroscopic notation, which relates a letter (#emph[s], #emph[p], #emph[d], etc.) to a quantum number. Solution The magnitude of the magnetic moment is given in : #math.equation(block: true, alt: "μ equals open parenthesis the fraction e over 2 m sub e close parenthesis L equals open parenthesis the fraction e over 2 m sub e close parenthesis the square root of l open parenthesis l plus 1 close parenthesis ℏ equals μ sub B the square root of l open parenthesis l plus 1 close parenthesis .")[$μ = ( frac(e, 2 m_(e)) ) L = ( frac(e, 2 m_(e)) ) sqrt(l ( l + 1 )) ℏ = μ_("B") sqrt(l ( l + 1 )) .$] + For the #emph[s] state, #math.equation(block: false, alt: "l equals 0")[$l = 0$] so we have #math.equation(block: false, alt: "μ equals 0")[$μ = 0$] and #math.equation(block: false, alt: "μ sub z equals 0.")[$μ_(z) = 0 .$] + For the #emph[p] state, #math.equation(block: false, alt: "l equals 1")[$l = 1$] and we have #math.equation(block: true, alt: "μ equals μ sub B the square root of 1 open parenthesis 1 plus 1 close parenthesis equals the square root of 2 μ sub B; μ sub z equals − μ sub B m , where m equals open parenthesis minus 1 , 0 , 1 close parenthesis , so; μ sub z equals μ sub B , 0 , − μ sub B .")[$μ = μ_("B") sqrt(1 ( 1 + 1 )) = sqrt(2) μ_("B") \ μ_(z) = "−" μ_("B") m , #h(0.2em) "where" #h(0.2em) m = ( − 1 , 0 , 1 ) , "so" \ μ_(z) = μ_("B") , 0 , "−" μ_("B") .$] + For the #emph[d] state, #math.equation(block: false, alt: "l equals 2")[$l = 2$] and we obtain #math.equation(block: true, alt: "μ equals μ sub B the square root of 2 open parenthesis 2 plus 1 close parenthesis equals the square root of 6 μ sub B; μ sub z equals − μ sub B m , where m equals open parenthesis minus 2 , minus 1 , 0 , 1 , 2 close parenthesis , so; μ sub z equals 2 μ sub B , μ sub B , 0 , − μ sub B , −2 μ sub B .")[$μ = μ_("B") sqrt(2 ( 2 + 1 )) = sqrt(6) μ_("B") \ μ_(z) = "−" μ_("B") m , #h(0.2em) "where" #h(0.2em) m = ( − 2 , − 1 , 0 , 1 , 2 ) , #h(0.2em) "so" \ μ_(z) = 2 μ_("B") , μ_("B") , 0 , "−" μ_("B") , −2 μ_("B") .$] Significance In the #emph[s] state, there is no orbital angular momentum and therefore no magnetic moment. This does not mean that the electron is at rest, just that the overall motion of the electron does not produce a magnetic field. In the #emph[p] state, the electron has a magnetic moment with three possible values for the #emph[z]-component of this magnetic moment; this means that magnetic moment can point in three different polar directions—each antiparallel to the orbital angular momentum vector. In the #emph[d] state, the electron has a magnetic moment with five possible values for the #emph[z]-component of this magnetic moment. In this case, the magnetic moment can point in five different polar directions. ] A hydrogen atom has a magnetic field, so we expect the hydrogen atom to interact with an external magnetic field—such as the push and pull between two bar magnets. From Force and Torque on a Current Loop, we know that when a current loop interacts with an external magnetic field #math.equation(block: false, alt: "vector B")[$arrow(B)$], it experiences a torque given by #math.equation(block: true, alt: "vector τ equals I open parenthesis vector A times vector B close parenthesis equals vector μ times vector B ,")[$arrow("τ") = I ( arrow(A) #h(0.2em) × #h(0.2em) arrow(B) ) = arrow("μ") #h(0.2em) × #h(0.2em) arrow(B) ,$] where #emph[I] is the current, #math.equation(block: false, alt: "vector A")[$arrow(A)$] is the area of the loop, #math.equation(block: false, alt: "vector μ")[$arrow("μ")$] is the magnetic moment, and #math.equation(block: false, alt: "vector B")[$arrow(B)$] is the external magnetic field. This torque acts to rotate the magnetic moment vector of the hydrogen atom to align with the external magnetic field. Because mechanical work is done by the external magnetic field on the hydrogen atom, we can talk about energy transformations in the atom. The potential energy of the hydrogen atom associated with this magnetic interaction is given by : #math.equation(block: true, alt: "U equals − vector μ times vector B .")[$U = "−" arrow("μ") · arrow("B") .$] If the magnetic moment is antiparallel to the external magnetic field, the potential energy is large, but if the magnetic moment is parallel to the field, the potential energy is small. Work done on the hydrogen atom to rotate the atom’s magnetic moment vector in the direction of the external magnetic field is therefore associated with a drop in potential energy. The energy of the system is conserved, however, because a drop in potential energy produces radiation (the emission of a photon). These energy transitions are quantized because the magnetic moment can point in only certain directions. If the external magnetic field points in the positive #emph[z]-direction, the potential energy associated with the orbital magnetic dipole moment is #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ #math.equation(block: true, alt: "U open parenthesis θ close parenthesis equals − μ B c o s θ equals − μ sub z B equals − open parenthesis − μ sub B m close parenthesis B equals m μ sub B B ,")[$U ( θ ) = "−" μ B #h(0.2em) c o s #h(0.2em) θ = "−" μ_(z) B = "−" ( "−" μ_("B") m ) B = m μ_("B") B ,$] ] where #math.equation(block: false, alt: "μ sub B")[$μ_(B)$] is the Bohr magneton and #emph[m] is the angular momentum projection quantum number (or #strong[magnetic orbital quantum number]), which has the values #math.equation(block: true, alt: "m equals − l , − l plus 1 ,... , 0 ,... , l minus 1 , l .")[$m = "−" l , "−" l + 1 ",..." #h(0.2em) , 0 ",..." #h(0.2em) , l − 1 , l .$] For example, in the #math.equation(block: false, alt: "l equals 1")[$l = 1$] electron state, the total energy of the electron is split into three distinct energy levels corresponding to #math.equation(block: false, alt: "U equals − μ sub B B , 0 , μ sub B B .")[$U = "−" μ_("B") B , 0 , μ_("B") B .$]$$ The splitting of energy levels by an external magnetic field is called the #strong[Zeeman effect]. Ignoring the effects of electron spin, transitions from the #math.equation(block: false, alt: "l equals 1")[$l = 1$] state to a common lower energy state produce three closely spaced spectral lines (, left column). Likewise, transitions from the #math.equation(block: false, alt: "l equals 2")[$l = 2$] state produce five closely spaced spectral lines (right column). The separation of these lines is proportional to the strength of the external magnetic field. This effect has many applications. For example, the splitting of lines in the hydrogen spectrum of the Sun is used to determine the strength of the Sun’s magnetic field. Many such magnetic field measurements can be used to make a map of the magnetic activity at the Sun’s surface called a #strong[magnetogram] . #figure(figph[The figure shows the effect of magnetic field, B sub ext, on two different spectral lines, corresponding to the l=1 to l=0 transition on the left and the l=2 to l=0 transition on the right. The spectra are shown for no external field, for a non zero external field and for a large external field. With no external field, both transitions appear as single lines. In the second case, when magnetic field is applied, the spectral lines split into several lines; the line on the left splits into three lines. The line on the right splits into five. In the third case, the magnetic field is large. The left line is again split into three lines and the right into five, but the split lines are farther apart than they are when the external magnetic field is not as strong.], alt: "The figure shows the effect of magnetic field, B sub ext, on two different spectral lines, corresponding to the l=1 to l=0 transition on the left and the l=2 to l=0 transition on the right. The spectra are shown for no external field, for a non zero external field and for a large external field. With no external field, both transitions appear as single lines. In the second case, when magnetic field is applied, the spectral lines split into several lines; the line on the left splits into three lines. The line on the right splits into five. In the third case, the magnetic field is large. The left line is again split into three lines and the right into five, but the split lines are farther apart than they are when the external magnetic field is not as strong.", caption: [The Zeeman effect refers to the splitting of spectral lines by an external magnetic field. In the left column, the energy splitting occurs due to transitions from the state #math.equation(block: false, alt: "open parenthesis n equals 2 , l equals 1")[$\( n = 2 , l = 1$]) to a lower energy state; and in the right column, energy splitting occurs due to transitions from the state #math.equation(block: false, alt: "open parenthesis n equals 2 , l equals 2 close parenthesis")[$( n = 2 "," #h(0.2em) l = 2 )$] to a lower-energy state. The separation of these lines is proportional to the strength of the external magnetic field.]) #figure(figph[A magnetogram of the sun, which appears as a gray disc against a black background, with white and black spots scattered on it. Most of the spots are concentrated in the center right part of the image.], alt: "A magnetogram of the sun, which appears as a gray disc against a black background, with white and black spots scattered on it. Most of the spots are concentrated in the center right part of the image.", caption: [A magnetogram of the Sun. The bright and dark spots show significant magnetic activity at the surface of the Sun.]) === Summary - A hydrogen atom has magnetic properties because the motion of the electron acts as a current loop. - The energy levels of a hydrogen atom associated with orbital angular momentum are split by an external magnetic field because the orbital angular magnetic moment interacts with the field. - The quantum numbers of an electron in a hydrogen atom can be used to calculate the magnitude and direction of the orbital magnetic dipole moment of the atom. === Conceptual Questions Explain why spectral lines of the hydrogen atom are split by an external magnetic field. What determines the number and spacing of these lines? A hydrogen atom is placed in a magnetic field. Which of the following quantities are affected? (a) total energy; (b) angular momentum; (c) z-component of angular momentum; (d) polar angle. #solutionbox[ a, c, d; The total energy is changed (Zeeman splitting). The work done on the hydrogen atom rotates the atom, so the #emph[z]-component of angular momentum and polar angle are affected. However, the angular momentum is not affected. ] On what factors does the orbital magnetic dipole moment of an electron depend? === Problems Find the magnitude of the orbital magnetic dipole moment of the electron in in the 3#emph[p] state. (Express your answer in terms of #math.equation(block: false, alt: "μ sub B .")[$μ_("B") .$]) #solutionbox[ The 3#emph[p] state corresponds to #math.equation(block: false, alt: "n equals 3")[$n = 3$], #math.equation(block: false, alt: "l equals 1")[$l = 1$]. Therefore, #math.equation(block: false, alt: "μ equals μ sub B the square root of 1 open parenthesis 1 plus 1 close parenthesis μ equals μ sub B the square root of 2")[$μ = μ_("B") sqrt(1 ( 1 #h(0.2em) + #h(0.2em) 1 )) μ = μ_("B") sqrt(2)$] ] A current of #math.equation(block: false, alt: "I equals 2 A")[$I = 2 "A"$] flows through a square-shaped wire with 2-cm side lengths. What is the magnetic moment of the wire? Estimate the ratio of the electron magnetic moment to the #emph[muon] magnetic moment for the same state of orbital angular momentum. (#emph[Hint:] #math.equation(block: false, alt: "m sub μ equals 105.7 MeV / c squared close parenthesis")[$m_(μ) = 105.7 #h(0.2em) "MeV" "/" c^(2) \)$] #solutionbox[ The ratio of their masses is 1/207, so the ratio of their magnetic moments is 207. The electron’s magnetic moment is more than 200 times larger than the muon. ] Find the magnitude of the orbital magnetic dipole moment of the electron in in the 4#emph[d] state. (Express your answer in terms of #math.equation(block: false, alt: "μ sub B .")[$μ_("B") .$]) For a 3#emph[d] electron in an external magnetic field of #math.equation(block: false, alt: "2.50 times 10 to the power − 3 T")[$2.50 #h(0.2em) × #h(0.2em) 10^("−" 3) #h(0.2em) "T"$], find (a) the current associated with the orbital angular momentum, and (b) the maximum torque. #solutionbox[ a. The 3#emph[d] state corresponds to #math.equation(block: false, alt: "n equals 3")[$n = 3$], #math.equation(block: false, alt: "l equals 2")[$l = 2$]. So, #linebreak() #math.equation(block: false, alt: "I equals 4.43 times 10 to the power −7 A .")[$I = 4.43 #h(0.2em) × #h(0.2em) 10^(−7) #h(0.2em) "A" .$] #linebreak() b. The maximum torque occurs when the magnetic moment and external magnetic field vectors are at right angles (#math.equation(block: false, alt: "sin θ equals 1 close parenthesis")[$"sin" #h(0.2em) θ = 1 \)$]. In this case: #linebreak() #math.equation(block: false, alt: "vertical bar vector τ vertical bar equals μ B .")[$| arrow("τ") | = μ B .$] #linebreak() #math.equation(block: false, alt: "τ equals 5.70 times 10 to the power −26 N times m .")[$τ = 5.70 #h(0.2em) × #h(0.2em) 10^(−26) #h(0.2em) "N" · "m" .$] ] An electron in a hydrogen atom is in the #math.equation(block: false, alt: "n equals 5")[$n = 5$], #math.equation(block: false, alt: "l equals 4")[$l = 4$] state. Find the smallest angle the magnetic moment makes with the #emph[z]-axis. (Express your answer in terms of #math.equation(block: false, alt: "μ sub B .")[$μ_("B" .)$]) Find the minimum torque magnitude #math.equation(block: false, alt: "vertical bar vector τ")[$| arrow(τ)$] | that acts on the orbital magnetic dipole of a 3#emph[p] electron in an external magnetic field of #math.equation(block: false, alt: "2.50 times 10 to the power minus 3 T")[$2.50 #h(0.2em) × #h(0.2em) 10^(− 3) #h(0.2em) "T"$]. #solutionbox[ A 3#emph[p] electron is in the state #math.equation(block: false, alt: "n equals 3")[$n = 3$] and #math.equation(block: false, alt: "l equals 1")[$l = 1$]. The minimum torque magnitude occurs when the magnetic moment and external magnetic field vectors are most parallel (antiparallel). This occurs when #math.equation(block: false, alt: "m equals plus or minus 1")[$m = ± 1$]\.The torque magnitude is given by #linebreak() #math.equation(block: false, alt: "vertical bar vector τ vertical bar equals μ B sin θ ,")[$| arrow("τ") | = μ B #h(0.2em) "sin" #h(0.2em) θ ,$] #linebreak() Where #linebreak() #math.equation(block: false, alt: "μ equals open parenthesis 1.31 times 10 to the power −24 J/T close parenthesis .")[$μ = ( 1.31 #h(0.2em) × #h(0.2em) 10^(−24) #h(0.2em) "J/T" ) .$] #linebreak() For #math.equation(block: false, alt: "m equals plus or minus 1 ,")[$m = ± 1 ,$] we have: #linebreak() #math.equation(block: false, alt: "vertical bar vector τ vertical bar equals 2.32 times 10 to the power 21 N times m .")[$| arrow("τ") | = 2.32 #h(0.2em) × #h(0.2em) 10^(21) "N" · "m" .$] ] An electron in a hydrogen atom is in 3#emph[p] state. Find the smallest angle the magnetic moment makes with the #emph[z]-axis. (Express your answer in terms of #math.equation(block: false, alt: "μ sub B .")[$μ_("B") .$]) Show that #math.equation(block: false, alt: "U equals − vector μ times vector B")[$U = "−" #h(0.2em) arrow("μ") · arrow(B)$]. (#emph[Hint]: An infinitesimal amount of work is done to align the magnetic moment with the external field. This work rotates the magnetic moment vector through an angle #math.equation(block: false, alt: "minus d θ")[$− d θ$] (toward the positive #emph[z]-direction), where #math.equation(block: false, alt: "d θ")[$d θ$] is a positive angle change.) #solutionbox[ An infinitesimal work #emph[dW] done by a magnetic torque #math.equation(block: false, alt: "τ")[$τ$] to rotate the magnetic moment through an angle #math.equation(block: false, alt: "minus d θ")[$− d θ$]: #linebreak() #math.equation(block: false, alt: "d W equals τ open parenthesis − d θ close parenthesis")[$d W = τ ( "−" d θ )$], #linebreak() where #math.equation(block: false, alt: "τ equals vertical bar vector μ times vector B vertical bar")[$τ = | arrow("μ") #h(0.2em) × #h(0.2em) arrow(B) |$]. Work done is interpreted as a drop in potential energy #emph[U], so #linebreak() #math.equation(block: false, alt: "d W equals − d U .")[$d W = "−" d U .$] #linebreak() The total energy change is determined by summing over infinitesimal changes in the potential energy: #linebreak() #math.equation(block: false, alt: "U equals − μ B c o s θ")[$U = "−" μ B #h(0.2em) c o s #h(0.2em) θ$] #linebreak() #math.equation(block: false, alt: "U equals − vector μ times vector B .")[$U = "−" arrow("μ") · arrow(B) .$] ]