#set document(title: "12.4 Magnetic Field of a Current Loop", 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")) == 12.4#h(0.6em)Magnetic Field of a Current Loop The circular loop of has a radius #emph[R], carries a current #emph[I], and lies in the #emph[xz]-plane. What is the magnetic field due to the current at an arbitrary point #emph[P] along the axis of the loop? #figure(figph[Figure shows a circular loop of radius R that carries a current I and lies in the xz-plane. Point P is located above the center of the loop. Theta is the angle formed by a vector from the loop to the point P and the plane of the loop. It is equivalent to the angle formed by the vector dB from the point P and the y axis.], alt: "Figure shows a circular loop of radius R that carries a current I and lies in the xz-plane. Point P is located above the center of the loop. Theta is the angle formed by a vector from the loop to the point P and the plane of the loop. It is equivalent to the angle formed by the vector dB from the point P and the y axis.", caption: [Determining the magnetic field at point #emph[P] along the axis of a current-carrying loop of wire.]) We can use the Biot-Savart law to find the magnetic field due to a current. We first consider arbitrary segments on opposite sides of the loop to qualitatively show by the vector results that the net magnetic field direction is along the central axis from the loop. From there, we can use the Biot-Savart law to derive the expression for magnetic field. Let #emph[P] be a distance #emph[y] from the center of the loop. From the right-hand rule, the magnetic field #math.equation(block: false, alt: "d B →")[$d arrow(B)$] at #emph[P], produced by the current element #math.equation(block: false, alt: "I d l → ,")[$I #h(0.2em) d arrow(l) ,$] is directed at an angle #math.equation(block: false, alt: "θ")[$θ$] above the #emph[y]-axis as shown. Since #math.equation(block: false, alt: "d l →")[$d arrow(l)$] is parallel along the #emph[x]-axis and #math.equation(block: false, alt: "r ^")[$hat(r)$] is in the #emph[yz]-plane, the two vectors are perpendicular, so we have #math.equation(block: true, alt: "d B equals the fraction μ sub 0 over 4 π the fraction I d l sin π /2 over r squared equals the fraction μ sub 0 over 4 π the fraction I d l over y squared plus R squared")[$d B = frac(μ_(0), 4 π) #h(0.2em) frac(I #h(0.2em) d l #h(0.2em) sin #h(0.1em) π /2, r^(2)) = frac(μ_(0), 4 π) #h(0.2em) frac(I #h(0.2em) d l, y^(2) + R^(2))$] where we have used #math.equation(block: false, alt: "r squared equals y squared plus R squared .")[$r^(2) = y^(2) + R^(2) .$] Now consider the magnetic field #math.equation(block: false, alt: "d B → prime")[$d arrow(B)^(′)$] due to the current element #math.equation(block: false, alt: "I d l → prime ,")[$I #h(0.2em) d arrow(l)^(′) ,$] which is directly opposite #math.equation(block: false, alt: "I d l →")[$I #h(0.2em) d arrow(l)$] on the loop. The magnitude of #math.equation(block: false, alt: "d B → prime")[$d arrow(B)^(′)$] is also given by , but it is directed at an angle #math.equation(block: false, alt: "θ")[$θ$] below the #emph[y]-axis. The components of #math.equation(block: false, alt: "d B →")[$d arrow(B)$] and #math.equation(block: false, alt: "d B → prime")[$d arrow(B)^(′)$] perpendicular to the #emph[y]-axis therefore cancel, and in calculating the net magnetic field, only the components along the #emph[y]-axis need to be considered. The components perpendicular to the axis of the loop sum to zero in pairs. Hence at point #emph[P]: #math.equation(block: true, alt: "B → equals j ^ ∫ loop d B cos θ equals j ^ the fraction μ sub 0 I over 4 π ∫ loop the fraction cos θ d l over y squared plus R squared .")[$arrow(B) = hat(j) display(limits(∫)_("loop") d B #h(0.2em) cos #h(0.1em) θ) = hat(j) frac(μ_(0) I, 4 π) display(limits(∫)_("loop") frac(cos #h(0.1em) θ #h(0.2em) d l, y^(2) + R^(2))) .$] For all elements #math.equation(block: false, alt: "d l →")[$d arrow(l)$] on the wire, #emph[y], #emph[R], and #math.equation(block: false, alt: "cos θ")[$cos #h(0.1em) θ$] are constant and are related by #math.equation(block: true, alt: "cos θ equals the fraction R over the square root of y squared plus R squared .")[$cos #h(0.1em) θ = frac(R, sqrt(y^(2) + R^(2))) .$] Now from , the magnetic field at #emph[P] is #math.equation(block: true, alt: "B → equals j ^ the fraction μ sub 0 I R over 4 π open parenthesis y squared plus R squared close parenthesis to the power 3 / 2 ∫ loop d l equals the fraction μ sub 0 I R squared over 2 open parenthesis y squared plus R squared close parenthesis to the power 3 / 2 j ^")[$arrow(B) = hat(j) frac(μ_(0) I R, 4 π attach(( y^(2) + R^(2) ), t: 3 "/" 2)) display(limits(∫)_("loop") d l) = frac(μ_(0) I R^(2), 2 attach(( y^(2) + R^(2) ), t: 3 "/" 2)) hat(j)$] where we have used #math.equation(block: false, alt: "∫ loop d l equals 2 π R .")[$display(limits(∫)_("loop") d l) = 2 π R .$] As discussed in the previous chapter, the closed current loop is a magnetic dipole of moment #math.equation(block: false, alt: "μ → equals I A n ^ .")[$arrow(μ) = I A hat(n) .$] For this example, #math.equation(block: false, alt: "A equals π R squared")[$A = π R^(2)$] and #math.equation(block: false, alt: "n ^ equals j ^ ,")[$hat(n) = hat(j) ,$] so the magnetic field at #emph[P] can also be written as #math.equation(block: true, alt: "B → equals the fraction μ sub 0 μ j ^ over 2 π open parenthesis y squared plus R squared close parenthesis to the power 3 / 2 .")[$arrow(B) = frac(μ_(0) μ hat(j), 2 π attach(( y^(2) + R^(2) ), t: 3 "/" 2)) .$] By setting #math.equation(block: false, alt: "y equals 0")[$y = 0$] in , we obtain the magnetic field at the center of the loop: #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ #math.equation(block: true, alt: "B → equals the fraction μ sub 0 I over 2 R j ^ .")[$arrow(B) = frac(μ_(0) I, 2 R) hat(j) .$] ] This equation becomes #math.equation(block: false, alt: "B equals μ sub 0 N I / open parenthesis 2 R close parenthesis")[$B = μ_(0) N I / ( 2 R )$] for a flat coil of #emph[N] loops per length. It can also be expressed as #math.equation(block: true, alt: "B → equals the fraction μ sub 0 μ → over 2 π R cubed .")[$arrow(B) = frac(μ_(0) arrow(μ), 2 π R^(3)) .$] If we consider #math.equation(block: false, alt: "y ≫ R")[$y ≫ R$] in , the expression reduces to an expression known as the magnetic field from a dipole: #math.equation(block: true, alt: "B → equals the fraction μ sub 0 μ → over 2 π y cubed .")[$arrow(B) = frac(μ_(0) arrow(μ), 2 π y^(3)) .$] The calculation of the magnetic field due to the circular current loop at points off-axis requires rather complex mathematics, so we’ll just look at the results. The magnetic field lines are shaped as shown. Notice that one field line follows the axis of the loop. This is the field line we just found. Also, very close to the wire, the field lines are almost circular, like the lines of a long straight wire. #figure(figph[Figure shows the magnetic field lines of a circular current loop. One field line follows the axis of the loop. Very close to the wire, the field lines are almost circular, like the lines of a long straight wire.], alt: "Figure shows the magnetic field lines of a circular current loop. One field line follows the axis of the loop. Very close to the wire, the field lines are almost circular, like the lines of a long straight wire.", caption: [Sketch of the magnetic field lines of a circular current loop.]) #examplebox("Example 1")[Magnetic Field between Two Loops][ Two loops of wire carry the same current of 10 mA, but flow in opposite directions as seen in . One loop is measured to have a radius of #math.equation(block: false, alt: "R equals 50 cm")[$R = 50 #h(0.2em) "cm"$] while the other loop has a radius of #math.equation(block: false, alt: "2 R equals 100 cm .")[$2 R = 100 #h(0.2em) "cm" .$] The distance from the first loop to the point where the magnetic field is measured is 0.25 m, and the distance from that point to the second loop is 0.75 m. What is the magnitude of the net magnetic field at point #emph[P]? #figure(figph[Figure shows two loops of radii R and 2R with the same current but flowing in opposite directions. Point P is located between the centers of the loops, at a distance 0.25 meters from the center of the smaller loop and 0.75 meters from the center of the larger loop.], alt: "Figure shows two loops of radii R and 2R with the same current but flowing in opposite directions. Point P is located between the centers of the loops, at a distance 0.25 meters from the center of the smaller loop and 0.75 meters from the center of the larger loop.", caption: [Two loops of different radii have the same current but flowing in opposite directions. The magnetic field at point #emph[P] is measured to be zero.]) Strategy The magnetic field at point #emph[P] has been determined in . Since the currents are flowing in opposite directions, the net magnetic field is the difference between the two fields generated by the coils. Using the given quantities in the problem, the net magnetic field is then calculated. Solution Solving for the net magnetic field using and the given quantities in the problem yields #math.equation(block: true, alt: "B, equals, the fraction μ sub 0 I R sub 1 squared over 2 open parenthesis y sub 1 squared plus R sub 1 squared close parenthesis to the power 3 / 2 minus the fraction μ sub 0 I R sub 2 squared over 2 open parenthesis y sub 2 squared plus R sub 2 squared close parenthesis to the power 3 / 2; B, equals, the fraction open parenthesis 4 π times 10 to the power −7 T times m/A close parenthesis open parenthesis 0.010 A close parenthesis open parenthesis 0.5 m close parenthesis squared over 2 open parenthesis open parenthesis 0.25 m close parenthesis squared plus open parenthesis 0.5 m close parenthesis squared close parenthesis to the power 3 / 2 minus the fraction open parenthesis 4 π times 10 to the power −7 T times m/A close parenthesis open parenthesis 0.010 A close parenthesis open parenthe")[$B & = & frac(μ_(0) I R_(1) 2, 2 attach(( y_(1) 2 + R_(1) 2 ), t: 3 "/" 2)) − #h(0.05em) frac(μ_(0) I R_(2) 2, 2 attach(( y_(2) 2 + R_(2) 2 ), t: 3 "/" 2)) \ B & = & frac(( 4 π #h(0.2em) × #h(0.2em) 10^("−7") "T" ⋅ "m/A" ) ( 0.010 #h(0.2em) "A" ) attach(( 0.5 #h(0.2em) "m" ), t: 2), 2 attach(( attach(( 0.25 #h(0.2em) "m" ), t: 2) + attach(( 0.5 #h(0.2em) "m" ), t: 2) ), t: 3 "/" 2)) − #h(0.05em) frac(( 4 π #h(0.2em) × #h(0.2em) 10^("−7") "T" ⋅ "m/A" ) ( 0.010 #h(0.2em) "A" ) attach(( 1.0 #h(0.2em) "m" ), t: 2), 2 attach(( attach(( 0.75 #h(0.2em) "m" ), t: 2) + attach(( 1.0 #h(0.2em) "m" ), t: 2) ), t: 3 "/" 2)) \ B & = & 5.77 #h(0.2em) × #h(0.2em) 10^("−9") "T" #h(0.2em) "to the right" .$] Significance Helmholtz coils typically have loops with equal radii with current flowing in the same direction to have a strong uniform field at the midpoint between the loops. A similar application of the magnetic field distribution created by Helmholtz coils is found in a magnetic bottle that can temporarily trap charged particles. See Magnetic Forces and Fields for a discussion on this. ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Using , at what distance would you have to move the first coil to have zero measurable magnetic field at point #emph[P]? #solutionbox[ 0.608 meters ] ] === Summary - The magnetic field strength at the center of a circular loop is given by #math.equation(block: false, alt: "B equals the fraction μ sub 0 I over 2 R (at center of loop) ,")[$B = frac(μ_(0) I, 2 R) #h(0.2em) "(at center of loop)" ,$] where #emph[R] is the radius of the loop. RHR-2 gives the direction of the field about the loop. === Conceptual Questions Is the magnetic field of a current loop uniform? What happens to the length of a suspended spring when a current passes through it? #solutionbox[ The spring reduces in length since each coil will have a north pole-produced magnetic field next to a south pole of the next coil. ] Two concentric circular wires with different diameters carry currents in the same direction. Describe the force on the inner wire. === Problems When the current through a circular loop is 6.0 A, the magnetic field at its center is #math.equation(block: false, alt: "2.0 times 10 to the power −4 T .")[$2.0 #h(0.2em) × #h(0.2em) 10^("−4") "T" .$] What is the radius of the loop? #solutionbox[ 0.019 m ] How many turns must be wound on a flat, circular coil of radius 20 cm in order to produce a magnetic field of magnitude #math.equation(block: false, alt: "4.0 times 10 to the power −5 T")[$4.0 #h(0.2em) × #h(0.2em) 10^("−5") "T"$] at the center of the coil when the current through it is 0.85 A? A flat, circular loop has 20 turns. The radius of the loop is 10.0 cm and the current through the wire is 0.50 A. Determine the magnitude of the magnetic field at the center of the loop. #solutionbox[ #math.equation(block: true, alt: "N times 6.28 times 10 to the power −5 T")[$"N" × 6.28 #h(0.2em) × #h(0.2em) 10^("−5") "T"$] ] A circular loop of radius #emph[R] carries a current #emph[I]. At what distance along the axis of the loop is the magnetic field one-half its value at the center of the loop? Two flat, circular coils, each with a radius #emph[R] and wound with #emph[N] turns, are mounted along the same axis so that they are parallel a distance #emph[d] apart. What is the magnetic field at the midpoint of the common axis if a current #emph[I] flows in the same direction through each coil? #solutionbox[ #math.equation(block: true, alt: "B equals the fraction μ sub o I R squared N over open parenthesis open parenthesis the fraction d over 2 close parenthesis squared plus R squared close parenthesis to the power 3 / 2")[$B = frac(μ_(o) I R^(2) N, attach(( attach(( frac(d, 2) ), t: 2) + R^(2) ), t: 3 "/" 2))$] ] For the coils in the preceding problem, what is the magnetic field at the center of either coil?