GSO000 Problem 3
Problem Statement
Conducting Rod Moving in a Magnetic Field Connected to a Capacitor
Problem Statement
On a horizontal plane with a uniform magnetic field of magnetic flux density B directed vertically upward, two sufficiently long parallel metal rails are fixed at an interval of L. A capacitor of capacitance C (initially uncharged) is connected at the left end of the rails.
A metal rod of mass m is placed perpendicular to the rails, and at time t=0 it is given an initial velocity v0 to the right. The metal rod moves smoothly while remaining perpendicular to the rails. The electrical resistance of the entire circuit and the friction between the rod and rails are all negligible.
After sufficient time has passed, the velocity of the metal rod asymptotically approaches a constant value vf. Find this final velocity vf.
Constraints
- Mass of metal rod m=2.0×10−2 kg
- Capacitance of capacitor C=0.50 F
- Magnetic flux density B=0.20 T
- Rail spacing L=1.0 m
- Initial velocity v0=12 m/s
Input Format
Find the final speed vf of the metal rod in m/s and give the answer as a positive integer.
Solution
This is the classic problem of a conducting rod moving in a magnetic field. Since the electrical resistance is negligible, we use the impulse-momentum relation combined with conservation laws.
Let the velocity of the rod at time t be v(t). The induced EMF V(t) is:
V(t)=v(t)BLSince the resistance is zero, this EMF equals the potential difference across the capacitor. So the charge stored in the capacitor Q(t) is:
Q(t)=CV(t)=Cv(t)BLThe current I(t) is the time rate of change of charge:
I(t)=dtdQ(t)=CBLdtdv(t)The Ampere force F(t) acting on the rod (opposing motion) is:
F(t)=−I(t)BL=−CB2L2dtdv(t)From the equation of motion mdtdv(t)=F(t):
mdtdv(t)=−CB2L2dtdv(t)⟹(m+CB2L2)dtdv(t)=0This means (m+CB2L2)v(t) is constant over time (a conservation law).
Integrating the equation of motion from t=0 to t→∞:
mvf−mv0=−BLQfwhere the final charge is Qf=CvfBL. Substituting:
m(vf−v0)=−CB2L2vf (m+CB2L2)vf=mv0⟹vf=m+CB2L2mv0Substituting numerical values: CB2L2=0.50×(0.20)2×(1.0)2=0.50×0.040=0.020 kg
vf=0.020+0.0200.020×12=21×12=6.0 m/sAnswer: 6