Question
Question: A small ball of mass m carrying positive charge +Q is dropped in uniform horizontal magnetic field B...
A small ball of mass m carrying positive charge +Q is dropped in uniform horizontal magnetic field B. The vertical depth of the deepest point of its path from initial position is Q2B2(3k−1)m2g. Find k. ('g' is acceleration due to gravity)

1
2
3
None
1
Solution
The problem describes the motion of a charged ball dropped in a uniform horizontal magnetic field. We need to find the maximum vertical depth reached by the ball and use it to determine the value of 'k'.
1. Set up the Coordinate System and Forces:
Let the initial position of the ball be the origin (0,0,0).
Let the y-axis be vertically downwards.
Let the x-axis be horizontal, perpendicular to the magnetic field.
Let the z-axis be along the direction of the magnetic field B.
So, the magnetic field is B=Bk^.
The acceleration due to gravity is g=gj^.
The forces acting on the ball are:
- Gravitational force: Fg=mg=mgj^
- Magnetic force: Fm=Q(v×B)
Let the velocity of the ball be v=vxi^+vyj^+vzk^.
The magnetic force will be:
Fm=Q((vxi^+vyj^+vzk^)×Bk^)
Fm=Q(vxB(i^×k^)+vyB(j^×k^)+vzB(k^×k^))
Fm=Q(vxB(−j^)+vyB(i^)+0)
Fm=QBvyi^−QBvxj^
2. Equations of Motion:
Using Newton's second law, ma=Fnet:
mdtdvx=QBvy⋯(1)
mdtdvy=mg−QBvx⋯(2)
mdtdvz=0⋯(3)
From equation (3), since the ball starts from rest (vz(0)=0), vz remains zero throughout the motion. Thus, the motion is confined to the x-y plane.
3. Solve the Differential Equations:
Differentiate equation (1) with respect to time:
mdt2d2vx=QBdtdvy
From equation (2), dtdvy=mmg−QBvx.
Substitute this into the differentiated equation (1):
mdt2d2vx=QB(mmg−QBvx)
dt2d2vx=mQBg−m2Q2B2vx
dt2d2vx+(mQB)2vx=mQBg
Let ω=mQB. The equation becomes:
dt2d2vx+ω2vx=ωg
This is a second-order linear non-homogeneous differential equation.
The general solution is vx(t)=vxh(t)+vxp(t).
The homogeneous solution is vxh(t)=Acos(ωt)+Csin(ωt).
For the particular solution, assume vxp=K (constant). Then ω2K=ωg⟹K=ωg=QBmg.
So, vx(t)=Acos(ωt)+Csin(ωt)+QBmg.
Now, find vy(t) using equation (1): vy=QBmdtdvx=ω1dtdvx.
vy(t)=ω1(−Aωsin(ωt)+Cωcos(ωt))
vy(t)=−Asin(ωt)+Ccos(ωt).
4. Apply Initial Conditions:
At t=0, the ball is dropped, so vx(0)=0 and vy(0)=0.
From vx(0)=0: Acos(0)+Csin(0)+QBmg=0⟹A+QBmg=0⟹A=−QBmg.
From vy(0)=0: −Asin(0)+Ccos(0)=0⟹C=0.
Substitute A and C back into the velocity expressions:
vx(t)=−QBmgcos(ωt)+QBmg=QBmg(1−cos(ωt))
vy(t)=−(−QBmg)sin(ωt)=QBmgsin(ωt)
5. Find the Maximum Vertical Depth (ymax):
The deepest point in the path is reached when the vertical velocity vy momentarily becomes zero.
vy(t)=QBmgsin(ωt)=0
Since QBmg=0, we must have sin(ωt)=0.
The first time this occurs after t=0 is when ωt=π.
So, tdeepest=ωπ=QBπm.
Now, we can find the vertical position y(t) by integrating vy(t):
y(t)=∫0tvy(t′)dt′=∫0tQBmgsin(ωt′)dt′
y(t)=QBmg[−ωcos(ωt′)]0t
y(t)=QBωmg[−cos(ωt)−(−cos(0))]
y(t)=QBωmg[1−cos(ωt)]
Substitute ω=mQB:
y(t)=QB(QB/m)mg[1−cos(ωt)]
y(t)=Q2B2m2g[1−cos(ωt)]
To find the maximum depth, substitute tdeepest=ωπ:
ymax=Q2B2m2g[1−cos(π)]
ymax=Q2B2m2g[1−(−1)]
ymax=Q2B22m2g
6. Determine 'k':
The problem states that the vertical depth of the deepest point is Q2B2(3k−1)m2g.
Equating our derived ymax with the given expression:
Q2B2(3k−1)m2g=Q2B22m2g
(3k−1)=2
3k=3
k=1