#set document(title: "11.4 Magnetic Force on a Current-Carrying Conductor", 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")) == 11.4#h(0.6em)Magnetic Force on a Current-Carrying Conductor Moving charges experience a force in a magnetic field. If these moving charges are in a wire—that is, if the wire is carrying a current—the wire should also experience a force. However, before we discuss the force exerted on a current by a magnetic field, we first examine the magnetic field generated by an electric current. We are studying two separate effects here that interact closely: A current-carrying wire generates a magnetic field and the magnetic field exerts a force on the current-carrying wire. === Magnetic Fields Produced by Electrical Currents When discussing historical discoveries in magnetism, we mentioned Oersted’s finding that a wire carrying an electrical current caused a nearby compass to deflect. A connection was established that electrical currents produce magnetic fields. (This connection between electricity and magnetism is discussed in more detail in Sources of Magnetic Fields.) The compass needle near the wire experiences a force that aligns the needle tangent to a circle around the wire. Therefore, a current-carrying wire produces circular loops of magnetic field. To determine the direction of the magnetic field generated from a wire, we use a second right-hand rule. In RHR-2, your thumb points in the direction of the current while your fingers wrap around the wire, pointing in the direction of the magnetic field produced . If the magnetic field were coming at you or out of the page, we represent this with a dot. If the magnetic field were going into the page, we represent this with an #math.equation(block: false, alt: "times .")[$× .$] These symbols come from considering a vector arrow: An arrow pointed toward you, from your perspective, would look like a dot or the tip of an arrow. An arrow pointed away from you, from your perspective, would look like a cross or an #math.equation(block: false, alt: "times .")[$× .$] A composite sketch of the magnetic circles is shown in , where the field strength is shown to decrease as you get farther from the wire by loops that are farther separated. #figure(figph[Figure a shows the right hand rule applied to a wire carrying an upward current. The right hand is placed so that the thumb points up, in the direction of the current. The fingers curl around the wire. The magnetic field is out of the page to the left of the current and into the page to the right of the current. Figure b shows the magnetic field lines for the upward current. The field lines form concentric rings that circulate in the same direction as the fingers of the right hand in figure a. The spacing between rings increases with distance from the current.], alt: "Figure a shows the right hand rule applied to a wire carrying an upward current. The right hand is placed so that the thumb points up, in the direction of the current. The fingers curl around the wire. The magnetic field is out of the page to the left of the current and into the page to the right of the current. Figure b shows the magnetic field lines for the upward current. The field lines form concentric rings that circulate in the same direction as the fingers of the right hand in figure a. The spacing between rings increases with distance from the current.", caption: [(a) When the wire is in the plane of the paper, the field is perpendicular to the paper. Note the symbols used for the field pointing inward (like the tail of an arrow) and the field pointing outward (like the tip of an arrow). (b) A long and straight wire creates a field with magnetic field lines forming circular loops.]) === Calculating the Magnetic Force Electric current is an ordered movement of charge. A current-carrying wire in a magnetic field must therefore experience a force due to the field. To investigate this force, let’s consider the infinitesimal section of wire as shown. The length and cross-sectional area of the section are #emph[dl] and #emph[A], respectively, so its volume is #math.equation(block: false, alt: "V equals A times d l .")[$V = A · d l .$] The wire is formed from material that contains #emph[n] charge carriers per unit volume, so the number of charge carriers in the section is #math.equation(block: false, alt: "n A times d l .")[$n A · d l .$] If the charge carriers move with drift velocity #math.equation(block: false, alt: "vector v sub d ,")[$arrow(v)_("d") ,$] the current #emph[I] in the wire is (from Current and Resistance) #math.equation(block: true, alt: "I equals n e A v sub d .")[$I = n e A v_(d) .$] The magnetic force on any single charge carrier is #math.equation(block: false, alt: "e vector v sub d times vector B ,")[$e arrow(v)_("d") #h(0.2em) × #h(0.2em) arrow(B) ,$] so the total magnetic force #math.equation(block: false, alt: "d vector F")[$d arrow(F)$] on the #math.equation(block: false, alt: "n A times d l")[$n A · d l$] charge carriers in the section of wire is #math.equation(block: true, alt: "d vector F equals open parenthesis n A times d l close parenthesis e vector v sub d times vector B .")[$d arrow(F) = ( n A · d l ) e arrow(v)_("d") #h(0.2em) × #h(0.2em) arrow(B) .$] We can define #emph[dl] to be a vector of length #emph[dl] pointing along #math.equation(block: false, alt: "vector v sub d ,")[$arrow(v)_("d") ,$] which allows us to rewrite this equation as #math.equation(block: true, alt: "d vector F equals n e A v sub d vector d l times vector B ,")[$d arrow(F) = n e A v_("d") arrow(d l) #h(0.2em) × #h(0.2em) arrow(B) ,$] or #math.equation(block: true, alt: "d vector F equals I vector d l times vector B .")[$d arrow(F) = I arrow(d l) #h(0.2em) × #h(0.2em) arrow(B) .$] This is the magnetic force on the section of wire. Note that it is actually the net force exerted by the field on the charge carriers themselves. The direction of this force is given by RHR-1, where you point your fingers in the direction of the current and curl them toward the field. Your thumb then points in the direction of the force. #figure(figph[An illustration of a curving current-carrying wire in a uniform magnetic field. A detail view of a small segment of the wire shows a short, straight piece of current, length d l with current I though it. The velocity v sub d is in the direction of the current. The field B makes an angle theta with the velocity vector.], alt: "An illustration of a curving current-carrying wire in a uniform magnetic field. A detail view of a small segment of the wire shows a short, straight piece of current, length d l with current I though it. The velocity v sub d is in the direction of the current. The field B makes an angle theta with the velocity vector.", caption: [An infinitesimal section of current-carrying wire in a magnetic field.]) To determine the magnetic force #math.equation(block: false, alt: "vector F")[$arrow(F)$] on a wire of arbitrary length and shape, we must integrate over the entire wire. If the wire section happens to be straight and #emph[B] is uniform, the equation differentials become absolute quantities, giving us #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ #math.equation(block: true, alt: "vector F equals I vector l times vector B .")[$arrow(F) = I arrow(l) #h(0.2em) × #h(0.2em) arrow(B) .$] ] This is the force on a straight, current-carrying wire in a uniform magnetic field. #examplebox("Example 1")[Balancing the Gravitational and Magnetic Forces on a Current-Carrying Wire][ A wire of length 50 cm and mass 10 g is suspended in a horizontal plane by a pair of flexible leads . The wire is then subjected to a constant magnetic field of magnitude 0.50 T, which is directed as shown. What are the magnitude and direction of the current in the wire needed to remove the tension in the supporting leads? #figure(figph[Figure a: An illustration of a wire suspended in a uniform magnetic field. The magnetic field points into the page. The wire is horizontal and is 50 cm long. A variable voltage source completes the circuit made by the wire and the leads used to suspend it. Figure b: A free body diagram of the wire. The current is to the right. The weight, mg, points down. Tension at either end is up. The magnetic force is up.], alt: "Figure a: An illustration of a wire suspended in a uniform magnetic field. The magnetic field points into the page. The wire is horizontal and is 50 cm long. A variable voltage source completes the circuit made by the wire and the leads used to suspend it. Figure b: A free body diagram of the wire. The current is to the right. The weight, mg, points down. Tension at either end is up. The magnetic force is up.", caption: [(a) A wire suspended in a magnetic field. (b) The free-body diagram for the wire.]) Strategy From the free-body diagram in the figure, the tensions in the supporting leads go to zero when the gravitational and magnetic forces balance each other. Using the RHR-1, we find that the magnetic force points up. We can then determine the current #emph[I] by equating the two forces. Solution Equate the two forces of weight and magnetic force on the wire: #math.equation(block: true, alt: "m g equals I l B .")[$m g = I l B .$] Thus, #math.equation(block: true, alt: "I equals the fraction m g over l B equals the fraction open parenthesis 0.010 kg close parenthesis open parenthesis 9.8 m/s squared close parenthesis over open parenthesis 0.50 m close parenthesis open parenthesis 0.50 T close parenthesis equals 0.39 A.")[$I = frac(m g, l B) = frac(( 0.010 #h(0.2em) "kg" ) ( 9.8 attach(#h(0.2em) "m/s", t: 2) ), ( 0.50 #h(0.2em) "m" ) ( 0.50 #h(0.2em) "T" )) = 0.39 #h(0.2em) "A."$] Significance This large magnetic field creates a significant force on a length of wire to counteract the weight of the wire. ] #examplebox("Example 2")[Calculating Magnetic Force on a Current-Carrying Wire][ A long, rigid wire lying along the #emph[y]-axis carries a 5.0-A current flowing in the positive #emph[y]-direction. (a) If a constant magnetic field of magnitude 0.30 T is directed along the positive #emph[x]-axis, what is the magnetic force per unit length on the wire? (b) If a constant magnetic field of 0.30 T is directed 30 degrees from the +#emph[x]-axis towards the +#emph[y]-axis, what is the magnetic force per unit length on the wire? Strategy The magnetic force on a current-carrying wire in a magnetic field is given by #math.equation(block: false, alt: "vector F equals I vector l times vector B .")[$arrow(F) = I arrow(l) #h(0.2em) × #h(0.2em) arrow(B) .$] For part a, since the current and magnetic field are perpendicular in this problem, we can simplify the formula to give us the magnitude and find the direction through the RHR-1. The angle #emph[θ] is 90 degrees, which means #math.equation(block: false, alt: "sin θ equals 1.")[$"sin" #h(0.1em) θ = 1 .$] Also, the length can be divided over to the left-hand side to find the force per unit length. For part b, the current times length is written in unit vector notation, as well as the magnetic field. After the cross product is taken, the directionality is evident by the resulting unit vector. Solution + We start with the general formula for the magnetic force on a wire. We are looking for the force per unit length, so we divide by the length to bring it to the left-hand side. We also set #math.equation(block: false, alt: "sin θ equals 1.")[$"sin" #h(0.1em) θ = 1 .$] The solution therefore is #math.equation(block: true, alt: "F, equals, I l B sin θ; the fraction F over l, equals, open parenthesis 5.0 A close parenthesis open parenthesis 0.30 T close parenthesis; the fraction F over l, equals, 1.5 N/m.")[$F & = & I l B #h(0.2em) "sin" #h(0.1em) θ \ frac(F, l) & = & ( 5.0 #h(0.2em) "A" ) ( "0.30 T" ) \ frac(F, l) & = & 1.5 #h(0.2em) "N/m."$] Directionality: Point your fingers in the positive #emph[y]-direction and curl your fingers in the positive #emph[x]-direction. Your thumb will point in the #math.equation(block: false, alt: "− vector k")[$"−" arrow(k)$] direction. Therefore, with directionality, the solution is #math.equation(block: true, alt: "the fraction vector F over l equals −1.5 vector k N/m.")[$frac(arrow(F), l) = −1.5 arrow(k) #h(0.2em) "N/m."$] + The current times length and the magnetic field are written in unit vector notation. Then, we take the cross product to find the force: #math.equation(block: true, alt: "vector F, equals, I vector l times vector B equals open parenthesis 5.0 A close parenthesis l j hat times open parenthesis 0.30 T cos open parenthesis 30 ° close parenthesis i hat plus 0.30 T sin open parenthesis 30 ° close parenthesis j hat close parenthesis; vector F / l, equals, −1.30 k hat N/m.")[$arrow(F) & = & I arrow(l) #h(0.2em) × #h(0.2em) arrow(B) = ( 5.0 A ) l hat(j) #h(0.2em) × #h(0.2em) ( 0.30 T "cos" ( 30 "°" ) hat(i) + 0.30 T #h(0.1em) "sin" ( 30 "°" ) hat(j) ) \ arrow(F) "/" l & = & −1.30 hat(k) #h(0.2em) "N/m."$] Significance This large magnetic field creates a significant force on a small length of wire. As the angle of the magnetic field becomes more closely aligned to the current in the wire, there is less of a force on it, as seen from comparing parts a and b. ] #notebox("Check Your Understanding", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ A straight, flexible length of copper wire is immersed in a magnetic field that is directed into the page. (a) If the wire’s current runs in the +#emph[x]-direction, which way will the wire bend? (b) Which way will the wire bend if the current runs in the –#emph[x]-direction? #solutionbox[ a. bends upward; b. bends downward ] ] #examplebox("Example 3")[Force on a Circular Wire][ A circular current loop of radius #emph[R] carrying a current #emph[I] is placed in the #emph[xy]-plane. A constant uniform magnetic field cuts through the loop parallel to the #emph[y]-axis . Find the magnetic force on the upper half of the loop, the lower half of the loop, and the total force on the loop. #figure(figph[A loop of radius R is in the plane of the page. The loop carries a clockwise current I and is in a uniform magnetic field that points up the page.], alt: "A loop of radius R is in the plane of the page. The loop carries a clockwise current I and is in a uniform magnetic field that points up the page.", caption: [A loop of wire carrying a current in a magnetic field.]) Strategy The magnetic force on the upper loop should be written in terms of the differential force acting on each segment of the loop. If we integrate over each differential piece, we solve for the overall force on that section of the loop. The force on the lower loop is found in a similar manner, and the total force is the addition of these two forces. Solution A differential force on an arbitrary piece of wire located on the upper ring is: #math.equation(block: true, alt: "d F equals I B sin θ d l .")[$d F = I B #h(0.1em) "sin" #h(0.1em) θ #h(0.1em) d l .$] where #math.equation(block: false, alt: "θ")[$θ$] is the angle between the magnetic field direction (+#emph[y]) and the segment of wire. A differential segment is located at the same radius, so using an arc-length formula, we have: #math.equation(block: true, alt: "d l, equals, R d θ; d F, equals, I B R sin θ d θ .")[$d l & = & R #h(0.1em) d θ \ d F & = & I B R #h(0.1em) "sin" #h(0.1em) θ #h(0.1em) d θ .$] In order to find the force on a segment, we integrate over the upper half of the circle, from 0 to #math.equation(block: false, alt: "π .")[$π .$] This results in: #math.equation(block: true, alt: "F equals I B R ∫ 0 π sin θ d θ equals I B R open parenthesis − cos π plus cos 0 close parenthesis equals 2 I B R .")[$F = I B R attach(display(limits(∫)^(π)_(0) "sin" #h(0.1em) θ #h(0.1em) d θ = I B R ( "−" "cos" π + "cos" 0 ))) = 2 I B R .$] The lower half of the loop is integrated from #math.equation(block: false, alt: "π")[$π$] to zero, giving us: #math.equation(block: true, alt: "F equals I B R ∫ π 0 sin θ d θ equals I B R open parenthesis − cos 0 plus cos π close parenthesis equals −2 I B R .")[$F = I B R attach(display(limits(∫)^(0)_(π) "sin" #h(0.1em) θ #h(0.1em) d θ = I B R ( "−" "cos" 0 + "cos" π ))) = −2 I B R .$] The net force is the sum of these forces, which is zero. Significance The total force on any closed loop in a uniform magnetic field is zero. Even though each piece of the loop has a force acting on it, the net force on the system is zero. (Note that there is a net torque on the loop, which we consider in the next section.) ] === Summary - An electrical current produces a magnetic field around the wire. - The directionality of the magnetic field produced is determined by the right hand rule-2, where your thumb points in the direction of the current and your fingers wrap around the wire in the direction of the magnetic field. - The magnetic force on current-carrying conductors is given by #math.equation(block: false, alt: "vector F equals I vector l times vector B")[$arrow(F) = I arrow(l) #h(0.2em) × #h(0.2em) arrow(B)$] where #emph[I] is the current and #emph[l] is the length of a wire in a uniform magnetic field #emph[B]. === Conceptual Questions Describe the error that results from accidently using your left rather than your right hand when determining the direction of a magnetic force. Considering the magnetic force law, are the velocity and magnetic field always perpendicular? Are the force and velocity always perpendicular? What about the force and magnetic field? #solutionbox[ Velocity and magnetic field can be set together in any direction. If there is a force, the velocity is perpendicular to it. The magnetic field is also perpendicular to the force if it exists. ] Why can a nearby magnet distort a cathode ray tube television picture? A magnetic field exerts a force on the moving electrons in a current carrying wire. What exerts the force on a wire? #solutionbox[ A force on a wire is exerted by an external magnetic field created by a wire or another magnet. ] There are regions where the magnetic field of earth is almost perpendicular to the surface of Earth. What difficulty does this cause in the use of a compass? === Problems What is the direction of the magnetic force on the current in each of the six cases? #figure(figph[Case a: I is down, B is out of the page. Case b: I is up, B is to the right. Case c: I is to the right, B is into the page. Case d: I is to the left , B is to the right. Case e: I is into the page, B is up. Case f: I is out of the page, B is to the left.], alt: "Case a: I is down, B is out of the page. Case b: I is up, B is to the right. Case c: I is to the right, B is into the page. Case d: I is to the left , B is to the right. Case e: I is into the page, B is up. Case f: I is out of the page, B is to the left.", caption: none) #solutionbox[ a. left; b. into the page; c. up; d. no force; e. right; f. down ] What is the direction of a current that experiences the magnetic force shown in each of the three cases, assuming the current runs perpendicular to #math.equation(block: false, alt: "vector B")[$arrow(B)$]? #figure(figph[Case a: B is out of the page, F is up. Case b: B is to the right, F is up. Case c: B is into the page, F is to the left.], alt: "Case a: B is out of the page, F is up. Case b: B is to the right, F is up. Case c: B is into the page, F is to the left.", caption: none) What is the direction of the magnetic field that produces the magnetic force shown on the currents in each of the three cases, assuming #math.equation(block: false, alt: "vector B")[$arrow(B)$] is perpendicular to #emph[I]? #figure(figph[Case a: I is up, F is to the left. Case b: I is down, F is into the page. Case c: I is to the left, F is up.], alt: "Case a: I is up, F is to the left. Case b: I is down, F is into the page. Case c: I is to the left, F is up.", caption: none) #solutionbox[ a. into the page; b. left; c. out of the page ] (a) What is the force per meter on a lightning bolt at the equator that carries 20,000 A perpendicular to Earth’s #math.equation(block: false, alt: "3.0 times 10 to the power −5 T")[$3.0 #h(0.2em) × #h(0.2em) 10^(−5) "T"$] field? (b) What is the direction of the force if the current is straight up and Earth’s field direction is due north, parallel to the ground? (a) A dc power line for a light-rail system carries 1000 A at an angle of 30.0º to Earth’s #math.equation(block: false, alt: "5.0 times 10 to the power −5 T")[$5.0 #h(0.2em) × #h(0.2em) 10^(−5) "T"$] field. What is the force on a 100-m section of this line? (b) Discuss practical concerns this presents, if any. #solutionbox[ a. 2.50 N; b. This means that the light-rail power lines must be attached in order not to be moved by the force caused by Earth’s magnetic field. ] A wire carrying a 30.0-A current passes between the poles of a strong magnet that is perpendicular to its field and experiences a 2.16-N force on the 4.00 cm of wire in the field. What is the average field strength?