GSO001 Problem 13
Problem Statement
Motion of a Charged Particle Between Two Parallel Currents
Problem Statement
In a three-dimensional Cartesian coordinate system in vacuum, two infinitely long straight wires are placed parallel to the z-axis. One wire passes through (d,0,z) and the other through (−d,0,z). Both wires carry a constant current I in the +z direction.
At time t, a charged particle of mass m and charge q (q>0) is placed at the origin (0,0,0) and given an initial velocity v=(v1,0,v0). Here v1 is much smaller than v0 (v1≪v0), and the x-displacement of the particle is always much smaller than d (∣x∣≪d).
The particle moves in the z-direction while performing small oscillations in the x-direction. The z-component of velocity may be approximated as constant at v0. Find the distance L the particle travels in the z-direction during one period of the x-oscillation.
Constraints
- Wire position parameter: d=0.50 m
- Current in wires: I=50 A
- Particle charge: q=2.0×10−4 C
- Particle mass: m=4.0×10−5 kg
- Initial velocity in z-direction: v0=1.0×102 m/s
- Vacuum permeability: μ0=4π×10−7 N/A2
- Ignore gravity and electromagnetic radiation from the particle.
Input Format
The distance L is expressed as Aπ (m). Give the value of positive integer A.
Solution
1. Magnetic Flux Density Near the Origin
The magnetic flux density B at distance r from a long straight current I:
B=2πrμ0I- Wire 1 at x=d: Distance from observation point (x,0,z) is d−x. By the right-hand rule, it creates a field in the +y direction.
- Wire 2 at x=−d: Distance is d+x. It creates a field in the −y direction.
The y-component of the combined field:
By=B1−B2=2πμ0Id2−x22x=π(d2−x2)μ0IxSince ∣x∣≪d, we approximate d2−x2≈d2:
By≈πd2μ0Ix2. Lorentz Force on the Particle
With particle velocity v=(vx,0,v0) and B=(0,By,0):
v×B=(−v0By,0,vxBy)The x-component of the Lorentz force:
Fx=−qv0By=−qv0(πd2μ0Ix)=−(πd2qv0μ0I)xThis is a restoring force of the form Fx=−Kx, which causes simple harmonic motion in the x-direction.
(The z-force Fz=qvxBy is a second-order small quantity, justifying the approximation that vz≈v0 = constant.)
3. Equation of Motion and Period
The equation of motion in the x-direction:
mdt2d2x=−(πd2qv0μ0I)xComparing with ma=−mω2x, the angular frequency ω:
ω=πmd2qv0μ0IThe period T=2π/ω:
T=2πdqv0μ0Iπm4. Computing Distance L
L=v0T=2πdqμ0Iπmv0Substituting numerical values. First, compute the content under the square root:
Numerator:
πmv0=π×(4.0×10−5)×(1.0×102)=4.0π×10−3Denominator:
qμ0I=(2.0×10−4)×(4π×10−7)×50=4.0π×10−9Content inside the square root:
4.0π×10−94.0π×10−3=106Therefore:
L=2π×0.50×106=2π×0.50×1000=1000πAnswer: 1000