Charged particle in Electric and Magnetic field

Click For Summary

Homework Help Overview

The discussion revolves around the motion of a charged particle projected in a uniform electric and magnetic field. The specific charge of the particle and its initial velocity components are provided, with the goal of determining conditions under which the particle returns to the origin after being influenced by the Lorentz force.

Discussion Character

  • Exploratory, Assumption checking, Mathematical reasoning

Approaches and Questions Raised

  • Participants explore the implications of the Lorentz force on the particle's trajectory, questioning how the velocity components interact with the fields. There are discussions about the nature of the motion and the conditions necessary for the particle to return to the origin.

Discussion Status

Some participants have offered insights into the equations of motion and the relationships between the components of velocity and acceleration. There is an ongoing exploration of the conditions under which the particle's coordinates can return to zero simultaneously, with various interpretations being discussed.

Contextual Notes

Participants are working under the constraints of the problem statement, which includes specific initial conditions and the effects of the electric and magnetic fields on the particle's motion. There is a focus on ensuring that all components of motion are considered in relation to the particle's return to the origin.

Vibhor
Messages
971
Reaction score
40

Homework Statement



A particle of specific charge q/m is projected from the origin of coordinates with initial velocity ##v_1\hat{i}+v_2\hat{j}## in space having uniform electric field and magnetic field as ##-E\hat{j}## and ##-B\hat{j}## respectively. The particle will definitely return to the origin once if

A) ##\frac{v_1B}{\pi E}## is an integer
B) ##\frac{v_2B}{\pi E}## is an integer
C) ##\frac{\sqrt{{v_1}^2+{v_2}^2}B}{\pi E}## is an integer
D) ##\frac{q}{m}\frac{\sqrt{{v_1}^2+{v_2}^2}B}{\pi E}## is an integer

Homework Equations



Lorentz force = ##q\vec{v}## x ##\vec{B} + q\vec{E}##

The Attempt at a Solution



The force on the charged particle will be ##\vec{F} = qBv_y\hat{i} - qE\hat{j}- qBv_x\hat{k}## .

There will be a force on the particle in negative z- direction which means particle will never return to origin . I am not sure how to move forward .

Please help me .

Thanks
 
Last edited:
Physics news on Phys.org
Vibhor said:
There will be a force on the particle in negative z- direction
If so, it acquires a velocity component in that direction and your Lorentz force changes !
 
BvU said:
If so, it acquires a velocity component in that direction and your Lorentz force changes !

Ok . So what should be my next step ?
 
What kind of trajectories can you think of in a field like that ? Which would let the partcle go through the origin more than once ?
 
Sorry , I have no idea .
 
Vibhor said:

Homework Statement



A particle of specific charge q/m is projected from the origin of coordinates with initial velocity ##v_1\hat{i}+v_2\hat{j}## in space having uniform electric field and magnetic field as ##-E\hat{j}## and ##-B\hat{j}## respectively. The particle will definitely return to the origin once if

Homework Equations



Lorentz force = ##q\vec{v}## x ##\vec{B} + q\vec{E}##

The Attempt at a Solution



The force on the charged particle will be ##\vec{F} = qBv_y\hat{i} - qE\hat{j}- qBv_x\hat{k}## .
Check the vector product. Y component of velocity does not give component of force with y component of magnetic field.
Vibhor said:
There will be a force on the particle in negative z- direction which means particle will never return to origin .
Thanks
Without the electric field, the particle would move in the ( x,z) plane, perpendicular to the magnetic field, along a circle.
Recall that ##\vec F= m \frac {d \vec v }{dt}##. Write it in components.
 
Last edited:
  • Like
Likes   Reactions: Vibhor
Hello ehild ,

Thanks for replying.

ehild said:
Check the vector product. Y component of velocity does not give component of force with y component of magnetic field.

Sorry . That was a typo . ##\vec{F} = qBv_z\hat{i} - qE\hat{j}- qBv_x\hat{k}##

ehild said:
Without the electric field, the particle would move in the ( x,z) plane, perpendicular to the magnetic field, along a circle.

Why ? There is an initial component of velocity along Y-axis .

ehild said:
Recall that ##\vec F= m \vec {\dot v}##. Write it in components.

##m a_x = qBv_z##
##m a_y = -qE##
##m a_z = -qBv_x##
 
Vibhor said:
Hello ehild ,

Why ? There is an initial component of velocity along Y-axis .
Ah, yes.
Vibhor said:
##m a_x = qBv_z##
##m a_y = -qE##
##m a_z = -qBv_x##
Write the acceleration components as time derivatives of the velocity components, and solve the system of differential equation.
 
  • Like
Likes   Reactions: Vibhor
ehild said:
Write the acceleration components as time derivatives of the velocity components, and solve the system of differential equation.
You mean I should solve the following three equations .

$$m \frac{dv_x}{dt} = qBv_z$$
$$m \frac{dv_y}{dt} = -qE$$
$$m \frac{dv_z}{dt} = -qBv_x$$

They look bit difficult to solve ?
 
  • #10
Vibhor said:
You mean I should solve the following three equations .

$$m \frac{dv_x}{dt} = qBv_z$$
$$m \frac{dv_y}{dt} = -qE$$
$$m \frac{dv_z}{dt} = -qBv_x$$

They look bit difficult to solve ?

No. You can solve the y component at once. The x, z components correspond to circular motion. (Why?) Take the derivative of the first equation and substitute ## \frac{dv_z}{dt} ## into the third one.
 
  • Like
Likes   Reactions: Vibhor
  • #11
Ok . So what should I do once I get vx,vy,vz ? How do I impose the condition that particle passes the origin ? Should I need to find general coordinates of the particle ?
 
  • #12
Vibhor said:
Ok . So what should I do once I get vx,vy,vz ? How do I impose the condition that particle passes the origin ? Should I need to find general coordinates of the particle ?
Integrate the velocity components to get the coordinates with the initial condition x=y=z = 0. Find the condition that they are the same at a later time.
No need to use other coordinates.
 
  • Like
Likes   Reactions: BvU and Vibhor
  • #13
ehild said:
Find the condition that they are the same at a later time.

What is same at a later time ?
 
  • #14
Vibhor said:
What is same at a later time ?
x and y and z all are zero again.
 
  • Like
Likes   Reactions: Vibhor
  • #15
Ok . I tried finding vx . ##v_x = ±v_1sin(ωt+φ)## where ω = qB/m and φ = nπ/2 ( n is odd) . Is this alright ?
 
  • #16
Vibhor said:
Ok . I tried finding vx . ##v_x = ±v_1sin(ωt+φ)## where ω = qB/m and φ = nπ/2 ( n is odd) . Is this alright ?
You can write it as vx=v1 cos (wt). And what is vz?
 
  • Like
Likes   Reactions: Vibhor
  • #17
ehild said:
You can write it as vx=v1 cos (wt).

Please explain .
 
Last edited:
  • #18
You left your solution with an arbitrary odd n. Choose n =1, then vx=v1cos(wt) will fulfill the initial condition.
 
  • Like
Likes   Reactions: Vibhor
  • #19
Ok .

So, ##x=\frac{v_1}{ω}sinωt## ??
 
  • #20
Vibhor said:
Ok .

So, ##x=\frac{v_1}{ω}sinωt## ??
Yes. Go ahead.
 
  • Like
Likes   Reactions: Vibhor
  • #21
The general coordinates are ##x=\frac{v_1m}{qB}sinωt## , ##y = v_2t - \frac{qE}{2m}t^2## , ##z = \frac{v_1m}{qB}(1-cosωt)##
 
Last edited:
  • #22
Vibhor said:
The general coordinates are ##x=\frac{v_1m}{qB}sinωt## , ##y = v_2t - \frac{qE}{2m}t^2## , ##z = \frac{v_1m}{qB}(1-cosωt)##
Are you sure in the minus sign in z? Check the acceleration.

Then find the time when x, y, z are zero and the condition that this can happen.
 
  • Like
Likes   Reactions: Vibhor
  • #23
ehild said:
Are you sure in the minus sign in x ?

You mean there should be a minus sign ??
 
  • #24
Vibhor said:
You mean there should be a minus sign ??
No, in z. I think the minus sign is at the wrong place. Check.
 
  • Like
Likes   Reactions: Vibhor
  • #25
Sorry . I think It should be ##x=\frac{v_1m}{qB}sinωt## only . I don't see why there should be a minus sign .
 
  • #26
Vibhor said:
Sorry . I think It should be ##x=\frac{v_1m}{qB}sinωt## only . I don't see why there should be a minus sign .
x is correct. I meant z, sorry.
 
  • Like
Likes   Reactions: Vibhor
  • #27
##z = - \frac{v_1m}{qB}(1-cosωt) ## ??
 
  • #28
Vibhor said:
##z = - \frac{v_1m}{qB}(1-cosωt) ## ??
Yes.
 
  • Like
Likes   Reactions: Vibhor
  • #29
Ok .

x will be 0 when ##\frac{qBt}{\pi m }## is an integer , y will be 0 at ##t = \frac{2mv_2}{qE}## , z will be 0 when ##\frac{qBt}{2\pi m }## is an integer
 
  • #30
Vibhor said:
Ok .

x will be 0 when ##\frac{qBt}{\pi m }## is an integer , y will be 0 at ##t = \frac{2mv_2}{qE}## , z will be 0 when ##\frac{qBt}{2\pi m }## is an integer
What integer is it? When is z = 0? And all of them should be zero at the same time.
 
  • Like
Likes   Reactions: Vibhor

Similar threads

Replies
12
Views
2K
Replies
1
Views
2K
Replies
2
Views
1K
  • · Replies 6 ·
Replies
6
Views
1K
Replies
8
Views
2K
Replies
8
Views
2K
  • · Replies 4 ·
Replies
4
Views
1K
  • · Replies 28 ·
Replies
28
Views
1K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K