GSO001 Problem 11
Problem Statement
Conducting Rod on Parallel Rails Connected to a Capacitor
Problem Statement
Two sufficiently long, smooth parallel metal rails are fixed horizontally at an interval of L. An uncharged capacitor with capacitance C is connected at one end of the rails. A conducting rod of mass m and electrical resistance R is placed perpendicular to the rails. The electrical resistance of the rails is negligible. A uniform magnetic field of magnetic flux density B acts vertically downward throughout the space.
At time t, the rod is given an initial velocity v0 parallel to the rails. The rod moves while always staying perpendicular to the rails, and after sufficient time, it reaches a constant speed vf.
Find the final speed vf of the rod.
(Coordinate system: the x-axis is along the rails, with the direction of v0 as positive. The z-axis is positive upward. The counterclockwise current (when seen from above) is defined as positive.)
Constraints
- L=0.50 m
- C=2.0×10−3 F
- m=1.2×10−2 kg
- R=0.10 Ω
- B=2.0 T
- v0=10 m/s
Input Format
The final speed vf is expressed as an irreducible fraction qp (m/s). Find the value of p+q.
Solution
Let v be the speed of the rod, I the current, and q the charge stored in the capacitor at time t.
When the rod moves at speed v, the induced EMF by Faraday's law is V=vBL. By Kirchhoff's voltage law:
vBL−RI−Cq=0⋯(1)The current I=dtdq. The Ampere force on the rod is directed opposite to motion with magnitude IBL.
The equation of motion of the rod:
mdtdv=−IBL⋯(2)From equation (2), integrating over time:
mdv=−BLIdt=−BLdqIntegrating from t=0 (where v=v0,q=0) to t→∞ (where v=vf, I=0, and the final charge is qf):
m(vf−v0)=−BLqf⋯(3)In the final state, I=0 and vf is constant, so from equation (1):
vfBL−R⋅0−Cqf=0⇒qf=CBLvf⋯(4)Substituting (4) into (3):
m(vf−v0)=−BL(CBLvf)=−CB2L2vf (m+CB2L2)vf=mv0 vf=m+CB2L2mv0Substituting numerical values. First, compute CB2L2:
CB2L2=(2.0×10−3)×(2.0)2×(0.50)2=2.0×10−3×4.0×0.25=2.0×10−3 kgWith m=1.2×10−2 kg=12×10−3 kg:
vf=12×10−3+2.0×10−312×10−3×10=14×10−312×10−3×10=1412×10=760 m/sThis fraction cannot be reduced further, so p=60,q=7. The required value is p+q=60+7=67.
(Note: The value of resistance R does not affect the final speed; it only determines the rate of energy dissipation and the time to reach the final state.)