#set document(title: "11.7 Applications of Magnetic Forces and Fields", 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.7#h(0.6em)Applications of Magnetic Forces and Fields Being able to manipulate and sort charged particles allows deeper experimentation to understand what matter is made of. We first look at a mass spectrometer to see how we can separate ions by their charge-to-mass ratio. Then we discuss cyclotrons as a method to accelerate charges to very high energies. === Mass Spectrometer The #strong[mass spectrometer] is a device that separates ions according to their charge-to-mass ratios. One particular version, the Bainbridge mass spectrometer, is illustrated in . Ions produced at a source are first sent through a velocity selector, where the magnetic force is equally balanced with the electric force. These ions all emerge with the same speed #math.equation(block: false, alt: "v equals E / B")[$v = E "/" B$] since any ion with a different velocity is deflected preferentially by either the electric or magnetic force, and ultimately blocked from the next stage. They then enter a uniform magnetic field #math.equation(block: false, alt: "B sub 0")[$B_(0)$] where they travel in a circular path whose radius #emph[R] is given by . The radius is measured by a particle detector located as shown in the figure. #figure(figph[A schematic of the Bainbridge mass spectrometer. Charged particles moving down enter a region with electric field E pointing to the left and magnetic field B pointing into the page. The particle path continues in a straight line until it enters a region with no electric field. The magnetic field here is uniform, into the page, and magnitude B naught. The particle path in this region curves in a counterclockwise circle of radius R until it hits a particle detector.], alt: "A schematic of the Bainbridge mass spectrometer. Charged particles moving down enter a region with electric field E pointing to the left and magnetic field B pointing into the page. The particle path continues in a straight line until it enters a region with no electric field. The magnetic field here is uniform, into the page, and magnitude B naught. The particle path in this region curves in a counterclockwise circle of radius R until it hits a particle detector.", caption: [A schematic of the Bainbridge mass spectrometer, showing charged particles leaving a source, followed by a velocity selector where the electric and magnetic forces are balanced, followed by a region of uniform magnetic field where the particle is ultimately detected.]) The relationship between the charge-to-mass ratio #emph[q]/#emph[m] and the radius #emph[R] is determined by combining and : #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ #math.equation(block: true, alt: "the fraction q over m equals the fraction E over B B sub 0 R .")[$frac(q, m) = frac(E, B B_(0) R) .$] ] Since most ions are singly charged #math.equation(block: false, alt: "open parenthesis q equals 1.6 times 10 to the power −19 C close parenthesis ,")[$( q = 1.6 #h(0.2em) × #h(0.2em) 10^(−19) #h(0.2em) "C" ) ,$] measured values of #emph[R] can be used with this equation to determine the mass of ions. With modern instruments, masses can be determined to one part in #math.equation(block: false, alt: "10 to the power 8 .")[$10^(8) .$] An interesting use of a spectrometer is as part of a system for detecting very small leaks in a research apparatus. In low-temperature physics laboratories, a device known as a dilution refrigerator uses a mixture of He-3, He-4, and other cryogens to reach temperatures well below 1 K. The performance of the refrigerator is severely hampered if even a minute leak between its various components occurs. Consequently, before it is cooled down to the desired temperature, the refrigerator is subjected to a leak test. A small quantity of gaseous helium is injected into one of its compartments, while an adjacent, but supposedly isolated, compartment is connected to a high-vacuum pump to which a mass spectrometer is attached. A heated filament ionizes any helium atoms evacuated by the pump. The detection of these ions by the spectrometer then indicates a leak between the two compartments of the dilution refrigerator. In conjunction with gas chromatography, mass spectrometers are used widely to identify unknown substances. While the gas chromatography portion breaks down the substance, the mass spectrometer separates the resulting ionized molecules. This technique is used with fire debris to ascertain the cause, in law enforcement to identify illegal drugs, in security to identify explosives, and in many medicinal applications. === Cyclotron The #strong[cyclotron] was developed by E.O. Lawrence to accelerate charged particles (usually protons, deuterons, or alpha-particles) to large kinetic energies. These particles are then used for nuclear-collision experiments to produce radioactive isotopes. A cyclotron is illustrated in . The particles move between two flat, semi-cylindrical metallic containers D1 and D2, called #strong[dees]. The dees are enclosed in a larger metal container, and the apparatus is placed between the poles of an electromagnet that provides a uniform magnetic field. Air is removed from the large container so that the particles neither lose energy nor are deflected because of collisions with air molecules. The dees are connected to a high-frequency voltage source that provides an alternating electric field in the small region between them. Because the dees are made of metal, their interiors are shielded from the electric field. #figure(figph[The path of ions in a cyclotron is illustrated. The dees are two halves of a circle, slightly separated from each other to form a gap. A high frequency voltage source connects the dees across the gap. The particles are generated by an ion source near the center and spiral outward. The magnetic field is perpendicular to the plane of the motion.], alt: "The path of ions in a cyclotron is illustrated. The dees are two halves of a circle, slightly separated from each other to form a gap. A high frequency voltage source connects the dees across the gap. The particles are generated by an ion source near the center and spiral outward. The magnetic field is perpendicular to the plane of the motion.", caption: [The inside of a cyclotron. A uniform magnetic field is applied as circulating protons travel through the dees, gaining energy as they traverse through the gap between the dees.]) Suppose a positively charged particle is injected into the gap between the dees when D2 is at a positive potential relative to D1. The particle is then accelerated across the gap and enters D1 after gaining kinetic energy #emph[qV], where #emph[V] is the average potential difference the particle experiences between the dees. When the particle is inside D1, only the uniform magnetic field #math.equation(block: false, alt: "B →")[$arrow(B)$] of the electromagnet acts on it, so the particle moves in a circle of radius #math.equation(block: true, alt: "r equals the fraction m v over q B")[$r = frac(m v, q B)$] with a period of #math.equation(block: true, alt: "T equals the fraction 2 π m over q B .")[$T = frac(2 π m, q B) .$] The period of the alternating voltage course is set at #emph[T], so while the particle is inside D1, moving along its semicircular orbit in a time #emph[T]/2, the polarity of the dees is reversed. When the particle reenters the gap, D1 is positive with respect to D2, and the particle is again accelerated across the gap, thereby gaining a kinetic energy #emph[qV]. The particle then enters D2, circulates in a slightly larger circle, and emerges from D2 after spending a time #emph[T]/2 in this dee. This process repeats until the orbit of the particle reaches the boundary of the dees. At that point, the particle (actually, a beam of particles) is extracted from the cyclotron and used for some experimental purpose. The operation of the cyclotron depends on the fact that, in a uniform magnetic field, a particle’s orbital period is independent of its radius and its kinetic energy. Consequently, the period of the alternating voltage source need only be set at the one value given by . With that setting, the electric field accelerates particles every time they are between the dees. If the maximum orbital radius in the cyclotron is #emph[R], then from , the maximum speed of a circulating particle of mass #emph[m] and charge #emph[q] is #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ #math.equation(block: true, alt: "v sub max equals the fraction q B R over m .")[$v_("max") = frac(q B R, m) .$] ] Thus, its kinetic energy when ejected from the cyclotron is #math.equation(block: true, alt: "the fraction 1 over 2 m v sub max squared equals the fraction q squared B squared R squared over 2 m .")[$frac(1, 2) m v_("max") 2 = frac(q^(2) B^(2) R^(2), 2 m) .$] The maximum kinetic energy attainable with this type of cyclotron is approximately 30 MeV. Above this energy, relativistic effects become important, which causes the orbital period to increase with the radius. Up to energies of several hundred MeV, the relativistic effects can be compensated for by making the magnetic field gradually increase with the radius of the orbit. However, for higher energies, much more elaborate methods must be used to accelerate particles. Particles are accelerated to very high energies with either linear accelerators or synchrotrons. The linear accelerator accelerates particles continuously with the electric field of an electromagnetic wave that travels down a long evacuated tube. The Stanford Linear Accelerator (SLAC) is about 3.3 km long and accelerates electrons and positrons (positively charged electrons) to energies of 50 GeV. The synchrotron is constructed so that its bending magnetic field increases with particle speed in such a way that the particles stay in an orbit of fixed radius. The world’s highest-energy synchrotron is located at CERN, which is on the Swiss-French border near Geneva. CERN has been of recent interest with the verified discovery of the Higgs Boson (see Particle Physics and Cosmology). This synchrotron can accelerate beams of approximately #math.equation(block: false, alt: "10 to the power 13")[$10^(13)$] protons to energies of about #math.equation(block: false, alt: "10 cubed")[$10^(3)$] GeV. #examplebox("Example 1")[Accelerating Alpha-Particles in a Cyclotron][ A cyclotron used to accelerate alpha-particles (#math.equation(block: false, alt: "m equals 6.64 times 10 to the power −27 kg , q equals 3.2 times 10 to the power −19 C")[$m = 6.64 #h(0.2em) × #h(0.2em) 10^(−27) "kg" , q = 3.2 #h(0.2em) × #h(0.2em) 10^(−19) "C"$]) has a radius of 0.50 m and a magnetic field of 1.8 T. (a) What is the period of revolution of the alpha-particles? (b) What is their maximum kinetic energy? Strategy + The period of revolution is approximately the distance traveled in a circle divided by the speed. Identifying that the magnetic force applied is the centripetal force, we can derive the period formula. + The kinetic energy can be found from the maximum speed of the beam, corresponding to the maximum radius within the cyclotron. Solution + By identifying the mass, charge, and magnetic field in the problem, we can calculate the period: #math.equation(block: true, alt: "T equals the fraction 2 π m over q B equals the fraction 2 π open parenthesis 6.64 times 10 to the power −27 kg close parenthesis over open parenthesis 3.2 times 10 to the power −19 C close parenthesis open parenthesis 1.8 T close parenthesis equals 7.3 times 10 to the power −8 s.")[$T = frac(2 π m, q B) = frac(2 π ( 6.64 #h(0.2em) × #h(0.2em) 10^(−27) "kg" ), ( 3.2 #h(0.2em) × #h(0.2em) 10^(−19) "C" ) ( 1.8 "T" )) = 7.3 #h(0.2em) × #h(0.2em) 10^(−8) "s."$] + By identifying the charge, magnetic field, radius of path, and the mass, we can calculate the maximum kinetic energy: #math.equation(block: true, alt: "the fraction 1 over 2 m v sub max squared equals the fraction q squared B squared R squared over 2 m equals the fraction open parenthesis 3.2 times 10 to the power −19 C close parenthesis squared open parenthesis 1.8 T close parenthesis squared open parenthesis 0.50 m close parenthesis squared over 2 open parenthesis 6.65 times 10 to the power −27 kg close parenthesis equals 6.2 times 10 to the power −12 J equals 39 MeV.")[$frac(1, 2) m v_("max") 2 = frac(q^(2) B^(2) R^(2), 2 m) = frac(attach(( 3.2 #h(0.2em) × #h(0.2em) 10^(−19) "C" ), t: 2) attach(( 1.8 "T" ), t: 2) attach(( 0.50 "m" ), t: 2), 2 ( 6.65 #h(0.2em) × #h(0.2em) 10^(−27) "kg" )) = 6.2 #h(0.2em) × #h(0.2em) 10^(−12) "J" = 39 "MeV."$] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ A cyclotron is to be designed to accelerate protons to kinetic energies of 20 MeV using a magnetic field of 2.0 T. What is the required radius of the cyclotron? #solutionbox[ 0.32 m ] ] === Summary - A mass spectrometer is a device that separates ions according to their charge-to-mass ratios by first sending them through a velocity selector, then a uniform magnetic field. - Cyclotrons are used to accelerate charged particles to large kinetic energies through applied electric and magnetic fields. === Key Equations #figure(table( columns: 2, align: left, inset: 6pt, table.header([Force on a charge in a magnetic field], [#math.equation(block: false, alt: "F → equals q v → times B →")[$arrow(F) = q arrow(v) #h(0.2em) × #h(0.2em) arrow(B)$]]), [Magnitude of magnetic force], [#math.equation(block: false, alt: "F equals q v B sin θ")[$F = q v B #h(0.1em) "sin" #h(0.1em) θ$]], [Radius of a particle’s path in a magnetic field], [#math.equation(block: false, alt: "r equals the fraction m v over q B")[$r = frac(m v, q B)$]], [Period of a particle’s motion in a magnetic field], [#math.equation(block: false, alt: "T equals the fraction 2 π m over q B")[$T = frac(2 π m, q B)$]], [Force on a current-carrying wire in a uniform magnetic field], [#math.equation(block: false, alt: "F → equals I l → times B →")[$arrow(F) = I arrow(l) #h(0.2em) × #h(0.2em) arrow(B)$]], [Magnetic dipole moment], [#math.equation(block: false, alt: "μ → equals N I A n ^")[$arrow(μ) = N I A hat(n)$]], [Torque on a current loop], [#math.equation(block: false, alt: "τ → equals μ → times B →")[$arrow(τ) = arrow(μ) #h(0.2em) × #h(0.2em) arrow(B)$]], [Energy of a magnetic dipole], [#math.equation(block: false, alt: "U equals − μ → times B →")[$U = "−" arrow(μ) · arrow(B)$]], [Drift velocity in crossed electric and magnetic fields], [#math.equation(block: false, alt: "v sub d equals the fraction E over B")[$v_(d) = frac(E, B)$]], [Hall potential], [#math.equation(block: false, alt: "V equals the fraction I B l over n e A")[$V = frac(I B l, n e A)$]], [Hall potential in terms of drift velocity], [#math.equation(block: false, alt: "V equals B l v sub d")[$V = B l v_(d)$]], [Charge-to-mass ratio in a mass spectrometer], [#math.equation(block: false, alt: "the fraction q over m equals the fraction E over B B sub 0 R")[$frac(q, m) = frac(E, B B_(0) R)$]], [Maximum speed of a particle in a cyclotron], [#math.equation(block: false, alt: "v sub max equals the fraction q B R over m")[$v_("max") = frac(q B R, m)$]], )) === Conceptual Questions Describe the primary function of the electric field and the magnetic field in a cyclotron. === Problems A physicist is designing a cyclotron to accelerate protons to one-tenth the speed of light. The magnetic field will have a strength of 1.5 T. Determine (a) the rotational period of the circulating protons and (b) the maximum radius of the protons’ orbit. #solutionbox[ a. #math.equation(block: false, alt: "4.4 times 10 to the power −8 s ;")[$4.4 #h(0.2em) × #h(0.2em) 10^(−8) "s" ;$] b. 0.21 m ] The strengths of the fields in the velocity selector of a Bainbridge mass spectrometer are #emph[B] = 0.500 T and #emph[E] = #math.equation(block: false, alt: "1.2 times 10 to the power 5 V/m ,")[$1.2 #h(0.2em) × #h(0.2em) 10^(5) #h(0.2em) "V/m" ,$] and the strength of the magnetic field that separates the ions is #math.equation(block: false, alt: "B sub o equals 0.750 T .")[$B_(o) = 0.750 #h(0.2em) "T" .$] A stream of singly charged Li ions is found to bend in a circular arc of radius 2.32 cm. What is the mass of the Li ions? The magnetic field in a cyclotron is 1.25 T, and the maximum orbital radius of the circulating protons is 0.40 m. (a) What is the kinetic energy of the protons when they are ejected from the cyclotron? (b) What is this energy in MeV? (c) Through what potential difference would a proton have to be accelerated to acquire this kinetic energy? (d) What is the period of the voltage source used to accelerate the protons? (e) Repeat the calculations for alpha-particles. #solutionbox[ a. #math.equation(block: false, alt: "1.92 times 10 to the power −12 J ;")[$1.92 #h(0.2em) × #h(0.2em) 10^(−12) "J" ;$] b. 12 MeV; c. 12 MV; d. #math.equation(block: false, alt: "5.2 times 10 to the power −8 s ;")[$5.2 #h(0.2em) × #h(0.2em) 10^(−8) "s" ;$] e. #math.equation(block: false, alt: "1.92 times 10 to the power −12 J ,")[$1.92 #h(0.2em) × #h(0.2em) 10^(−12) "J" ,$] 12 MeV, 12 V, #math.equation(block: false, alt: "10.4 times 10 to the power −8 s")[$10.4 #h(0.2em) × #h(0.2em) 10^(−8) "s"$] ] A mass spectrometer is being used to separate common oxygen-16 from the much rarer oxygen-18, taken from a sample of old glacial ice. (The relative abundance of these oxygen isotopes is related to climatic temperature at the time the ice was deposited.) The ratio of the masses of these two ions is 16 to 18, the mass of oxygen-16 is #math.equation(block: false, alt: "2.66 times 10 to the power −26 kg ,")[$2.66 #h(0.2em) × #h(0.2em) 10^(−26) "kg" ,$] and they are singly charged and travel at #math.equation(block: false, alt: "5.00 times 10 to the power 6 m/s")[$5.00 #h(0.2em) × #h(0.2em) 10^(6) "m/s"$] in a 1.20-T magnetic field. What is the separation between their paths when they hit a target after traversing a semicircle? (a) Triply charged uranium-235 and uranium-238 ions are being separated in a mass spectrometer. (The much rarer uranium-235 is used as reactor fuel.) The masses of the ions are $$#math.equation(block: false, alt: "3.90 times 10 to the power −25 kg")[$3.90 #h(0.2em) × #h(0.2em) 10^(−25) "kg"$] and #math.equation(block: false, alt: "3.95 times 10 to the power −25 kg ,")[$3.95 #h(0.2em) × #h(0.2em) 10^(−25) "kg" ,$] respectively, and they travel at #math.equation(block: false, alt: "3.0 times 10 to the power 5 m/s")[$3.0 #h(0.2em) × #h(0.2em) 10^(5) "m/s"$] in a 0.250-T field. What is the separation between their paths when they hit a target after traversing a semicircle? (b) Discuss whether this distance between their paths seems to be big enough to be practical in the separation of uranium-235 from uranium-238. #solutionbox[ a. #math.equation(block: false, alt: "2.50 times 10 to the power −2 m ;")[$2.50 #h(0.2em) × #h(0.2em) 10^(−2) "m" ;$] b. Yes, this distance between their paths is clearly big enough to separate the U-235 from the U-238, since it is a distance of 2.5 cm. ] === Additional Problems Calculate the magnetic force on a hypothetical particle of charge #math.equation(block: false, alt: "1.0 times 10 to the power −19 C")[$1.0 #h(0.2em) × #h(0.2em) 10^(−19) "C"$] moving with a velocity of #math.equation(block: false, alt: "6.0 times 10 to the power 4 i ^ m/s")[$6.0 #h(0.2em) × #h(0.2em) 10^(4) hat(i) "m/s"$] in a magnetic field of #math.equation(block: false, alt: "1.2 k ^ T .")[$1.2 hat(k) "T" .$] Repeat the previous problem with a new magnetic field of #math.equation(block: false, alt: "open parenthesis 0.4 i ^ plus 1.2 k ^ close parenthesis T .")[$( 0.4 hat(i) + 1.2 hat(k) ) "T" .$] #solutionbox[ #math.equation(block: true, alt: "−7.2 times 10 to the power −15 N j ^")[$−7.2 #h(0.2em) × #h(0.2em) 10^(−15) "N" hat(j)$] ] An electron is projected into a uniform magnetic field #math.equation(block: false, alt: "open parenthesis 0.5 i ^ plus 0.8 k ^ close parenthesis T")[$( 0.5 hat(i) + 0.8 hat(k) ) "T"$] with a velocity of #math.equation(block: false, alt: "open parenthesis 3.0 i ^ plus 4.0 j ^ close parenthesis times 10 to the power 6 m/s .")[$( 3.0 hat(i) + 4.0 hat(j) ) #h(0.2em) × #h(0.2em) 10^(6) #h(0.2em) "m/s" .$] What is the magnetic force on the electron? The mass and charge of a water droplet are #math.equation(block: false, alt: "1.0 times 10 to the power −4 g")[$1.0 #h(0.2em) × #h(0.2em) 10^(−4) "g"$] and #math.equation(block: false, alt: "2.0 times 10 to the power −8 C ,")[$2.0 #h(0.2em) × #h(0.2em) 10^(−8) "C" ,$] respectively. If the droplet is given an initial horizontal velocity of #math.equation(block: false, alt: "5.0 times 10 to the power 5 i ^ m/s ,")[$5.0 #h(0.2em) × #h(0.2em) 10^(5) hat(i) "m/s" ,$] what magnetic field will keep it moving in this direction? Why must gravity be considered here? #solutionbox[ #math.equation(block: false, alt: "9.8 times 10 to the power −5 j ^ T ;")[$9.8 #h(0.2em) × #h(0.2em) 10^(−5) hat(j) "T" ;$] the magnetic and gravitational forces must balance to maintain dynamic equilibrium ] Four different proton velocities are given. For each case, determine the magnetic force on the proton in terms of e, #math.equation(block: false, alt: "v sub 0 ,")[$v_(0) ,$] and #math.equation(block: false, alt: "B sub 0 .")[$B_(0) .$] #figure(figph[B = B naught k hat. v 1 = v naught k hat. v 2 = v naught I hat. v 3 = v naught j hat. v 4 = v naught times (one half I hat plus one half root 3 j hat)], alt: "B = B naught k hat. v 1 = v naught k hat. v 2 = v naught I hat. v 3 = v naught j hat. v 4 = v naught times (one half I hat plus one half root 3 j hat)", caption: none) An electron of kinetic energy 2000 eV passes between parallel plates that are 1.0 cm apart and kept at a potential difference of 300 V. What is the strength of the uniform magnetic field B that will allow the electron to travel undeflected through the plates? Assume E and B are perpendicular. #solutionbox[ #math.equation(block: true, alt: "1.13 times 10 to the power −3 T")[$1.13 #h(0.2em) × #h(0.2em) 10^(−3) "T"$] ] An alpha-particle #math.equation(block: false, alt: "open parenthesis m equals 6.64 times 10 to the power −27 kg ,")[$\( m = 6.64 #h(0.2em) × #h(0.2em) 10^(−27) "kg" ,$] #math.equation(block: false, alt: "q equals 3.2 times 10 to the power −19 C close parenthesis")[$q = 3.2 #h(0.2em) × #h(0.2em) 10^(−19) "C" \)$] moving with a velocity #math.equation(block: false, alt: "v → equals open parenthesis 2.0 i ^ minus 4.0 k ^ close parenthesis times 10 to the power 6 m/s")[$arrow(v) = ( 2.0 hat(i) − 4.0 hat(k) ) #h(0.2em) × #h(0.2em) 10^(6) "m/s"$] enters a region where #math.equation(block: false, alt: "E → equals open parenthesis 5.0 i ^ minus 2.0 j ^ close parenthesis times 10 to the power 4 V/m")[$arrow(E) = ( 5.0 hat(i) − 2.0 hat(j) ) #h(0.2em) × #h(0.2em) 10^(4) #h(0.2em) "V/m"$] and #math.equation(block: false, alt: "B → equals open parenthesis 1.0 i ^ plus 4.0 k ^ close parenthesis times 10 to the power −2 T .")[$arrow(B) = ( 1.0 hat(i) + 4.0 hat(k) ) #h(0.2em) × #h(0.2em) 10^(−2) "T" .$] What is the initial force on it? An electron moving with a velocity #math.equation(block: false, alt: "v → equals open parenthesis 4.0 i ^ plus 3.0 j ^ plus 2.0 k ^ close parenthesis times 10 to the power 6 m/s")[$arrow(v) = ( 4.0 hat(i) + 3.0 hat(j) + 2.0 hat(k) ) #h(0.2em) × #h(0.2em) 10^(6) "m/s"$] enters a region where there is a uniform electric field and a uniform magnetic field. The magnetic field is given by #math.equation(block: false, alt: "B → equals open parenthesis 1.0 i ^ minus 2.0 j ^ plus 4.0 k ^ close parenthesis times 10 to the power −2 T .")[$arrow(B) = ( 1.0 hat(i) − 2.0 hat(j) + 4.0 hat(k) ) #h(0.2em) × #h(0.2em) 10^(−2) "T" .$] If the electron travels through a region without being deflected, what is the electric field? #solutionbox[ #math.equation(block: true, alt: "open parenthesis 1.6 i ^ minus 1.4 j ^ minus 1.1 k ^ close parenthesis times 10 to the power 5 V/m")[$( 1.6 hat(i) − 1.4 hat(j) − 1.1 hat(k) ) #h(0.2em) × #h(0.2em) 10^(5) #h(0.2em) "V/m"$] ] At a particular instant, an electron is traveling west to east with a kinetic energy of 10 keV. Earth’s magnetic field has a horizontal component of #math.equation(block: false, alt: "1.8 times 10 to the power −5 T")[$1.8 #h(0.2em) × #h(0.2em) 10^(−5) "T"$] north and a vertical component of #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"$] down. (a) What is the path of the electron? (b) What is the radius of curvature of the path? What is the (a) path of a proton and (b) the magnetic force on the proton that is traveling west to east with a kinetic energy of 10 keV in Earth’s magnetic field that has a horizontal component of 1.8 x 10#super[–5] T north and a vertical component of 5.0 x 10#super[–5] T down? #solutionbox[ a. circular motion in a north, down plane; b. #math.equation(block: false, alt: "open parenthesis 1.61 j ^ minus 0.58 k ^ close parenthesis times 10 to the power −14 N")[$( 1.61 hat(j) − 0.58 hat(k) ) #h(0.2em) × #h(0.2em) 10^(−14) "N"$] ] What magnetic field is required in order to confine a proton moving with a speed of #math.equation(block: false, alt: "4.0 times 10 to the power 6 m/s")[$4.0 #h(0.2em) × #h(0.2em) 10^(6) "m/s"$] to a circular orbit of radius 10 cm? An electron and a proton move with the same speed in a plane perpendicular to a uniform magnetic field. Compare the radii and periods of their orbits. #solutionbox[ The proton has more mass than the electron; therefore, its radius and period will be larger. ] A proton and an alpha-particle have the same kinetic energy and both move in a plane perpendicular to a uniform magnetic field. Compare the periods of their orbits. A singly charged ion takes #math.equation(block: false, alt: "2.0 times 10 to the power −3 s")[$2.0 #h(0.2em) × #h(0.2em) 10^(−3) "s"$] to complete eight revolutions in a uniform magnetic field of magnitude #math.equation(block: false, alt: "2.0 times 10 to the power −2 T .")[$2.0 #h(0.2em) × #h(0.2em) 10^(−2) "T" .$] What is the mass of the ion? #solutionbox[ #math.equation(block: true, alt: "1.3 times 10 to the power −25 kg")[$1.3 #h(0.2em) × #h(0.2em) 10^(−25) "kg"$] ] A particle moving downward at a speed of #math.equation(block: false, alt: "6.0 times 10 to the power 6 m/s")[$6.0 #h(0.2em) × #h(0.2em) 10^(6) "m/s"$] enters a uniform magnetic field that is horizontal and directed from east to west. (a) If the particle is deflected initially to the north in a circular arc, is its charge positive or negative? (b) If #emph[B] = 0.25 T and the charge-to-mass ratio (#emph[q/m]) of the particle is #math.equation(block: false, alt: "4.0 times 10 to the power 7 C/kg ,")[$4.0 #h(0.2em) × #h(0.2em) 10^(7) "C/kg" ,$] what is the radius of the path? (c) What is the speed of the particle after it has moved in the field for #math.equation(block: false, alt: "1.0 times 10 to the power −5 s ?")[$1.0 #h(0.2em) × #h(0.2em) 10^(−5) "s" ?$] for 2.0 s? A proton, deuteron, and an alpha-particle are all accelerated from rest through the same potential difference. They then enter the same magnetic field, moving perpendicular to it. Compute the ratios of the radii of their circular paths. Assume that #math.equation(block: false, alt: "m sub d equals 2 m sub p")[$m_(d) = 2 m_(p)$] and #math.equation(block: false, alt: "m sub α equals 4 m sub p .")[$m_(α) = 4 m_(p) .$] #solutionbox[ 1:0.707:1 ] A singly charged ion is moving in a uniform magnetic field of #math.equation(block: false, alt: "7.5 times 10 to the power −2 T")[$7.5 #h(0.2em) × #h(0.2em) 10^(−2) "T"$] completes 10 revolutions in #math.equation(block: false, alt: "3.47 times 10 to the power −4 s .")[$3.47 #h(0.2em) × #h(0.2em) 10^(−4) "s" .$] Identify the ion. Two particles have the same linear momentum, but particle A has four times the charge of particle B. If both particles move in a plane perpendicular to a uniform magnetic field, what is the ratio #math.equation(block: false, alt: "R sub A / R sub B")[$R_(A) "/" R_(B)$] of the radii of their circular orbits? #solutionbox[ 1/4 ] A uniform magnetic field of magnitude #math.equation(block: false, alt: "B")[$B$] is directed parallel to the #emph[z]-axis. A proton enters the field with a velocity #math.equation(block: false, alt: "v → equals open parenthesis 4 j ^ plus 3 k ^ close parenthesis times 10 to the power 6 m/s")[$arrow(v) = ( 4 hat(j) + 3 hat(k) ) #h(0.2em) × #h(0.2em) 10^(6) "m/s"$] and travels in a helical path with a radius of 5.0 cm. (a) What is the value of #math.equation(block: false, alt: "B")[$B$]? (b) What is the time required for one trip around the helix? (c) Where is the proton #math.equation(block: false, alt: "5.0 times 10 to the power −7 s")[$5.0 #h(0.2em) × #h(0.2em) 10^(−7) "s"$] after entering the field? An electron moving along the +#emph[x] -axis at #math.equation(block: false, alt: "5.0 times 10 to the power 6 m/s")[$5.0 #h(0.2em) × #h(0.2em) 10^(6) "m/s"$] enters a magnetic field that makes a #math.equation(block: false, alt: "75 to the power o")[$75^("o")$] angle with the #emph[x]-axis of magnitude 0.20 T. Calculate the (a) pitch and (b) radius of the trajectory. #solutionbox[ a. #math.equation(block: false, alt: "2.3 times 10 to the power −4 m ;")[$2.3 #h(0.2em) × #h(0.2em) 10^(−4) "m" ;$] b. #math.equation(block: false, alt: "1.37 times 10 to the power −4 m")[$1.37 #h(0.2em) × #h(0.2em) 10^(−4) "m"$] ] (a) A 0.750-m-long section of cable carrying current to a car starter motor makes an angle of 60º with Earth’s #math.equation(block: false, alt: "5.5 times 10 to the power −5 T")[$5.5 #h(0.2em) × #h(0.2em) 10^(−5) "T"$] field. What is the current when the wire experiences a force of #math.equation(block: false, alt: "7.0 times 10 to the power −3 N ?")[$7.0 #h(0.2em) × #h(0.2em) 10^(−3) "N" ?$] (b) If you run the wire between the poles of a strong horseshoe magnet, subjecting 5.00 cm of it to a 1.75-T field, what force is exerted on this segment of wire? (a) What is the angle between a wire carrying an 8.00-A current and the 1.20-T field it is in if 50.0 cm of the wire experiences a magnetic force of 2.40 N? (b) What is the force on the wire if it is rotated to make an angle of 90º with the field? #solutionbox[ a. #math.equation(block: false, alt: "30.0 ° ;")[$30.0 "°" ;$] b. 4.80 N ] A 1.0-m-long segment of wire lies along the #emph[x]-axis and carries a current of 2.0 A in the positive #emph[x]-direction. Around the wire is the magnetic field of #math.equation(block: false, alt: "open parenthesis 3.0 i ^ plus 4.0 k ^ close parenthesis times 10 to the power −3 T .")[$( 3.0 hat(i) #h(0.2em) + #h(0.2em) 4.0 hat(k) ) #h(0.2em) × #h(0.2em) 10^(−3) "T" .$] Find the magnetic force on this segment. A 5.0-m section of a long, straight wire carries a current of 10 A while in a uniform magnetic field of magnitude #math.equation(block: false, alt: "8.0 times 10 to the power −3 T .")[$8.0 #h(0.2em) × #h(0.2em) 10^(−3) "T" .$] Calculate the magnitude of the force on the section if the angle between the field and the direction of the current is (a) 45°; (b) 90°; (c) 0°; or (d) 180°. #solutionbox[ a. 0.283 N; b. 0.4 N; c. 0 N; d. 0 N ] An electromagnet produces a magnetic field of magnitude 1.5 T throughout a cylindrical region of radius 6.0 cm. A straight wire carrying a current of 25 A passes through the field as shown in the accompanying figure. What is the magnetic force on the wire? #figure(figph[The field in the vertical gap of an electromagnet points down. The gap is 12.0 cm wide. A horizontal wire passes through the gap and carries a current of 25 A, flowing to the right.], alt: "The field in the vertical gap of an electromagnet points down. The gap is 12.0 cm wide. A horizontal wire passes through the gap and carries a current of 25 A, flowing to the right.", caption: none) The current loop shown in the accompanying figure lies in the plane of the page, as does the magnetic field. Determine the net force and the net torque on the loop if #emph[I] = 10 A and #emph[B] = 1.5 T. #figure(figph[The current loop forms a parallelogram: the top and bottom are horizontal and 10 cm long, the sides are tilted at an angle of 60 degrees up from the +x direction and are 8.0 cm long. A current of 10 A flows counterclockwise. The magnetic field is up.], alt: "The current loop forms a parallelogram: the top and bottom are horizontal and 10 cm long, the sides are tilted at an angle of 60 degrees up from the +x direction and are 8.0 cm long. A current of 10 A flows counterclockwise. The magnetic field is up.", caption: none) #solutionbox[ 0 N and 0.012 Nm ] A circular coil of radius 5.0 cm is wound with five turns and carries a current of 5.0 A. If the coil is placed in a uniform magnetic field of strength 5.0 T, what is the maximum torque on it? A circular coil of wire of radius 5.0 cm has 20 turns and carries a current of 2.0 A. The coil lies in a magnetic field of magnitude 0.50 T that is directed parallel to the plane of the coil. (a) What is the magnetic dipole moment of the coil? (b) What is the torque on the coil? #solutionbox[ a. #math.equation(block: false, alt: "0.0157 Am squared ;")[$0.0157 #h(0.2em) "Am"^(2) ;$] b. 0.0078 Nm ] A current-carrying coil in a magnetic field experiences a torque that is 75% of the maximum possible torque. What is the angle between the magnetic field and the normal to the plane of the coil? A 4.0-cm by 6.0-cm rectangular current loop carries a current of 10 A. What is the magnetic dipole moment of the loop? #solutionbox[ #math.equation(block: true, alt: "0.024 Am squared")[$0.024 #h(0.2em) "Am"^(2)$] ] A circular coil with 200 turns has a radius of 2.0 cm. (a) What current through the coil results in a magnetic dipole moment of 3.0 Am#super[2]? (b) What is the maximum torque that the coil will experience in a uniform field of strength #math.equation(block: false, alt: "5.0 times 10 to the power −2 T ?")[$5.0 #h(0.2em) × #h(0.2em) 10^(−2) "T" ?$] (c) If the angle between #emph[μ] and #emph[B] is 45°, what is the magnitude of the torque on the coil? (d) What is the magnetic potential energy of coil for this orientation? The current through a circular wire loop of radius 10 cm is 5.0 A. (a) Calculate the magnetic dipole moment of the loop. (b) What is the torque on the loop if it is in a uniform 0.20-T magnetic field such that #math.equation(block: false, alt: "μ")[$μ$] and B are directed at #math.equation(block: false, alt: "30 °")[$30 "°"$] to each other? (c) For this position, what is the potential energy of the dipole? #solutionbox[ a. #math.equation(block: false, alt: "0.16 Am squared ;")[$0.16 #h(0.2em) "Am"^(2) ;$] b. 0.016 Nm; c. 0.028 J ] A wire of length 1.0 m is wound into a single-turn planar loop. The loop carries a current of 5.0 A, and it is placed in a uniform magnetic field of strength 0.25 T. (a) What is the maximum torque that the loop will experience if it is square? (b) If it is circular? (c) At what angle relative to #emph[B] would the normal to the circular coil have to be oriented so that the torque on it would be the same as the maximum torque on the square coil? Consider an electron rotating in a circular orbit of radius r. Show that the magnitudes of the magnetic dipole moment μ and the angular momentum #emph[L] of the electron are related by: #math.equation(block: true, alt: "the fraction μ over L equals the fraction e over 2 m .")[$frac(μ, L) = frac(e, 2 m) .$] #solutionbox[ (Proof) ] The Hall effect is to be used to find the sign of charge carriers in a semiconductor sample. The probe is placed between the poles of a magnet so that magnetic field is pointed up. A current is passed through a rectangular sample placed horizontally. As current is passed through the sample in the east direction, the north side of the sample is found to be at a higher potential than the south side. Decide if the number density of charge carriers is positively or negatively charged. The density of charge carriers for copper is #math.equation(block: false, alt: "8.47 times 10 to the power 28")[$8.47 #h(0.2em) × #h(0.2em) 10^(28)$] electrons per cubic meter. What will be the Hall voltage reading from a probe made up of #math.equation(block: false, alt: "3 cm times 2 cm times 1 cm open parenthesis L times W times T close parenthesis")[$3 #h(0.2em) "cm" #h(0.2em) × #h(0.2em) "2 cm" #h(0.2em) × #h(0.2em) "1 cm" #h(0.2em) ( "L" #h(0.2em) × #h(0.2em) "W" #h(0.2em) × #h(0.2em) "T" )$] copper plate when a current of 1.5 A is passed through it in a magnetic field of 2.5 T perpendicular to the #math.equation(block: false, alt: "3 cm times 2 cm .")[$3 #h(0.2em) "cm" #h(0.2em) × #h(0.2em) "2 cm" .$] #solutionbox[ #math.equation(block: true, alt: "4.65 times 10 to the power −7 V")[$4.65 #h(0.2em) × #h(0.2em) 10^(−7) "V"$] ] The Hall effect is to be used to find the density of charge carriers in an unknown material. A Hall voltage 40 #math.equation(block: false, alt: "μV")[$"μV"$] for 3-A current is observed in a 3-T magnetic field for a rectangular sample with length 2 cm, width 1.5 cm, and height 0.4 cm. Determine the density of the charge carriers. Show that the Hall voltage across wires made of the same material, carrying identical currents, and subjected to the same magnetic field is inversely proportional to their diameters. (Hint: Consider how drift velocity depends on wire diameter.) #solutionbox[ Since #math.equation(block: false, alt: "E equals B l v ,")[$E = B l v ,$] where the width is twice the radius, #math.equation(block: false, alt: "I equals 2 r ,")[$I = 2 r ,$] #math.equation(block: false, alt: "I equals n q A v sub d ,")[$I = n q A v_(d) ,$] #linebreak() #math.equation(block: false, alt: "v sub d equals the fraction I over n q A equals the fraction I over n q π r squared")[$v_("d") = frac(I, n q A) = frac(I, n q π r^(2))$] so #math.equation(block: false, alt: "E equals B times 2 r times the fraction I over n q π r squared equals the fraction 2 I B over n q π r ∝ the fraction 1 over r ∝ the fraction 1 over d .")[$E = B #h(0.2em) × #h(0.2em) 2 r #h(0.2em) × #h(0.2em) frac("I", n q π r^(2)) = frac(2 I B, n q π r) ∝ frac(1, r) ∝ frac(1, d) .$] #linebreak() The Hall voltage is inversely proportional to the diameter of the wire. ] A velocity selector in a mass spectrometer uses a 0.100-T magnetic field. (a) What electric field strength is needed to select a speed of #math.equation(block: false, alt: "4.0 times 10 to the power 6 m/s ?")[$4.0 #h(0.2em) × #h(0.2em) 10^(6) "m/s" ?$] (b) What is the voltage between the plates if they are separated by 1.00 cm? Find the radius of curvature of the path of a 25.0-MeV proton moving perpendicularly to the 1.20-T field of a cyclotron. #solutionbox[ #math.equation(block: false, alt: "6.92 times 10 to the power 7 m/s ;")[$6.92 #h(0.2em) × #h(0.2em) 10^(7) #h(0.2em) "m/s" ;$] 0.602 m ] #strong[Unreasonable results] To construct a non-mechanical water meter, a 0.500-T magnetic field is placed across the supply water pipe to a home and the Hall voltage is recorded. (a) Find the flow rate through a 3.00-cm-diameter pipe if the Hall voltage is 60.0 mV. (b) What would the Hall voltage be for the same flow rate through a 10.0-cm-diameter pipe with the same field applied? #strong[Unreasonable results] A charged particle having mass #math.equation(block: false, alt: "6.64 times 10 to the power −27 kg")[$6.64 #h(0.2em) × #h(0.2em) 10^(−27) "kg"$] (that of a helium atom) moving at #math.equation(block: false, alt: "8.70 times 10 to the power 5 m/s")[$8.70 #h(0.2em) × #h(0.2em) 10^(5) "m/s"$] perpendicular to a 1.50-T magnetic field travels in a circular path of radius 16.0 mm. (a) What is the charge of the particle? (b) What is unreasonable about this result? (c) Which assumptions are responsible? #solutionbox[ a. #math.equation(block: false, alt: "2.4 times 10 to the power −19 C ;")[$2.4 #h(0.2em) × #h(0.2em) 10^(−19) "C" ;$] b. not an integer multiple of e; c. need to assume all charges have multiples of e, could be other forces not accounted for ] #strong[Unreasonable results] An inventor wants to generate 120-V power by moving a 1.00-m-long wire perpendicular to Earth’s #math.equation(block: false, alt: "5.00 times 10 to the power −5 T")[$5.00 #h(0.2em) × #h(0.2em) 10^(−5) #h(0.2em) "T"$] field. (a) Find the speed with which the wire must move. (b) What is unreasonable about this result? (c) Which assumption is responsible? #strong[Unreasonable results] Frustrated by the small Hall voltage obtained in blood flow measurements, a medical physicist decides to increase the applied magnetic field strength to get a 0.500-V output for blood moving at 30.0 cm/s in a 1.50-cm-diameter vessel. (a) What magnetic field strength is needed? (b) What is unreasonable about this result? (c) Which premise is responsible? #solutionbox[ a. B = 5 T; b. very large magnet; c. applying such a large voltage ] === Challenge Problems A particle of charge +#emph[q] and mass #emph[m] moves with velocity #math.equation(block: false, alt: "v → sub 0")[$arrow(v)_(0)$] pointed in the +#emph[y]-direction as it crosses the #emph[x]-axis at #emph[x] = #emph[R] at a particular time. There is a negative charge –#emph[Q] fixed at the origin, and there exists a uniform magnetic field #math.equation(block: false, alt: "B → sub 0")[$arrow(B)_(0)$] pointed in the +#emph[z]-direction. It is found that the particle describes a circle of radius #emph[R] about –#emph[Q]. Find #math.equation(block: false, alt: "B → sub 0")[$arrow(B)_(0)$] in terms of the given quantities. A proton of speed #emph[v] = #math.equation(block: false, alt: "6 times 10 to the power 5 m/s")[$6 #h(0.2em) × #h(0.2em) 10^(5) "m/s"$] enters a region of uniform magnetic field of #emph[B] = 0.5 T at an angle of #math.equation(block: false, alt: "q equals 30 °")[$q = 30 "°"$] to the magnetic field. In the region of magnetic field proton describes a helical path with radius #emph[R] and pitch #emph[p] (distance between loops). Find #emph[R] and #emph[p]. #solutionbox[ #math.equation(block: true, alt: "R equals open parenthesis m v sin θ close parenthesis / q B ;")[$R = ( m v #h(0.1em) "sin" #h(0.1em) θ ) "/" q B ;$]#math.equation(block: true, alt: "p equals open parenthesis the fraction 2 π m over e B close parenthesis v cos θ")[$p = ( frac(2 π m, e B) ) v "cos" #h(0.1em) θ$] ] A particle’s path is bent when it passes through a region of non-zero magnetic field although its speed remains unchanged. This is very useful for “beam steering” in particle accelerators. Consider a proton travelling with speed #math.equation(block: false, alt: "4 times 10 to the power 6 m/s")[$4 #h(0.2em) × #h(0.2em) 10^(6) "m/s"$] entering a region of uniform magnetic field. The magnetic field is perpendicular to the velocity of the particle and has strength 0.2 T over a 5-cm-wide region. By what angle will the path of the proton be bent? (Hint: The particle comes out tangent to a circle. Do not use small angle approximation.) #figure(figph[The particle enters the region with field from the left with a horizontal velocity to the right. It exits at an angle theta above the horizontal (right) direction. The region with field is 5 cm wide.], alt: "The particle enters the region with field from the left with a horizontal velocity to the right. It exits at an angle theta above the horizontal (right) direction. The region with field is 5 cm wide.", caption: none) In a region a non-uniform magnetic field exists such that #math.equation(block: false, alt: "B sub x equals 0 , B sub y equals 0 , a n d B sub z equals a x ,")[$B_(x) = 0 , B_(y) = 0 , #h(0.2em) a n d #h(0.2em) B_(z) = a x ,$] where #emph[a] is a constant. At some time #emph[t], a wire of length #emph[L] is carrying a current #emph[I] is located along the #emph[x]-axis from origin to #emph[x] = #emph[L]. Find the magnetic force on the wire at this instant in time. #solutionbox[ #math.equation(block: true, alt: "I a L squared / 2")[$I a L^(2) "/" 2$] ] A copper rod of mass #emph[m] and length #emph[L] is hung from the ceiling using two springs of spring constant #emph[k]. A uniform magnetic field of magnitude #math.equation(block: false, alt: "B sub 0")[$B_(0)$] pointing perpendicular to the rod and spring (coming into the page in the figure) exists in a region of space covering a length #emph[w] of the copper rod. The ends of the rod are then connected by flexible copper wire across the terminals of a battery of voltage #emph[V]. Determine the change in the length of the springs when a current #emph[I] runs through the copper rod in the direction shown in figure. (Ignore any force by the flexible wire.) #figure(figph[An illustration of the problem. The copper rod is horizontal and hangs from springs at either end. A current I flows to the right through the rod. A field B points into the page in a region width w.], alt: "An illustration of the problem. The copper rod is horizontal and hangs from springs at either end. A current I flows to the right through the rod. A field B points into the page in a region width w.", caption: none) The accompanied figure shows an arrangement for measuring mass of ions by an instrument called the mass spectrometer. An ion of mass #emph[m] and charge +#emph[q] is produced essentially at rest in source #emph[S], a chamber in which a gas discharge is taking place. The ion is accelerated by a potential difference #math.equation(block: false, alt: "V sub acc")[$V_("acc")$] and allowed to enter a region of constant magnetic field #math.equation(block: false, alt: "B → sub 0 .")[$arrow(B)_(0) .$] In the uniform magnetic field region, the ion moves in a semicircular path striking a photographic plate at a distance #emph[x] from the entry point. Derive a formula for mass m in terms of #math.equation(block: false, alt: "B sub 0 ,")[$B_(0) ,$] #emph[q], #math.equation(block: false, alt: "V sub acc ,")[$V_("acc") ,$] and #emph[x]. #figure(figph[A schematic of the mass spectrometer. The source is at the bottom. Particles are accelerated by the potential difference V acc, then enter a region in which there is only a uniform magnetic field B naught. In that region, the particles follow a clockwise semicircular trajectory of diameter x.], alt: "A schematic of the mass spectrometer. The source is at the bottom. Particles are accelerated by the potential difference V acc, then enter a region in which there is only a uniform magnetic field B naught. In that region, the particles follow a clockwise semicircular trajectory of diameter x.", caption: none) #solutionbox[ #math.equation(block: true, alt: "m equals the fraction q B sub 0 squared over 8 V sub acc x squared")[$m = frac(q B_(0) 2, 8 V_("acc")) x^(2)$] ] A wire is made into a circular shape of radius #emph[R] and pivoted along a central support. The two ends of the wire are touching a brush that is connected to a dc power source. The structure is between the poles of a magnet such that we can assume there is a uniform magnetic field on the wire. In terms of a coordinate system with origin at the center of the ring, magnetic field is #math.equation(block: false, alt: "B sub x equals B sub 0 , B sub y equals B sub z equals 0 ,")[$B_(x) = B_(0) , B_(y) = B_(z) = 0 ,$] and the ring rotates about the #emph[z]-axis. Find the torque on the ring when it is not in the #emph[xz]-plane. #figure(figph[A circular, vertical loop with current flowing in it is between the poles of a magnet with a horizontal gap.], alt: "A circular, vertical loop with current flowing in it is between the poles of a magnet with a horizontal gap.", caption: none) A long-rigid wire lies along the #emph[x]-axis and carries a current of 2.5 A in the positive #emph[x]-direction. Around the wire is the magnetic field #math.equation(block: false, alt: "B → equals 2.0 i ^ plus 5.0 x squared j ^ ,")[$arrow(B) = 2.0 hat(i) + 5.0 x^(2) hat(j) ,$] with #emph[x] in meters and #emph[B] in millitesla. Calculate the magnetic force on the segment of wire between #emph[x] = 2.0 m and #emph[x] = 4.0 m. #solutionbox[ 0.23 N ] A circular loop of wire of area 10 cm#super[2] carries a current of 25 A. At a particular instant, the loop lies in the #emph[xy]-plane and is subjected to a magnetic field #math.equation(block: false, alt: "B → equals open parenthesis 2.0 i ^ plus 6.0 j ^ plus 8.0 k ^ close parenthesis times 10 to the power −3 T .")[$arrow(B) = ( 2.0 hat(i) + 6.0 hat(j) + 8.0 hat(k) ) #h(0.2em) × #h(0.2em) 10^(−3) #h(0.2em) "T" .$] As viewed from above the #emph[xy]-plane, the current is circulating clockwise. (a) What is the magnetic dipole moment of the current loop? (b) At this instant, what is the magnetic torque on the loop?