Charged particle in a magnetic field

AI Thread Summary
The discussion focuses on the motion of a charged particle in a magnetic field, emphasizing the equations governing its velocity and net force. Participants address the calculation of the particle's path, initially questioning the derivation of the circular motion center. They explore solving differential equations to find the particle's trajectory, confirming that the speed remains constant. The final equations for x and y as functions of time lead to the identification of the circular path's center. The importance of visualizing the particle's motion and forces through diagrams is highlighted for clarity in understanding the trajectory.
Jahnavi
Messages
848
Reaction score
102

Homework Statement


problem3.jpg


Homework Equations

The Attempt at a Solution



Velocity of particle at any time t is

v = vxi + vyj

Net Force on the particle F = (2qvyB)i + (2qvxB)j

Net acceleration of the particle = F/m

Magnitude of net acceleration = (2qvB)/m

Particle has an initial velocity as well as acceleration along an angle 45° with +x direction which means it moves along the straight line x = y .

I wonder why the question talks about finding the center of the circular path followed by the particle .

I might be making mistake .
 

Attachments

  • problem3.jpg
    problem3.jpg
    25.9 KB · Views: 727
Physics news on Phys.org
Your calculation of the net force is wrong. Do the cross product carefully.
 
  • Like
Likes Jahnavi
Sorry .

Net Force on the particle F = (2qvyB)i -(2qvxB)j

If I solve the two eq of motion in x and y directions , I end up with vx2 + vy2 =v2 .

I might be making mistake again .
 
What is the path with this correct force?
 
How do I do that ? I solved the two eqs of motion and ended up with the above result .
 
Last edited:
There are a couple of ways of doing this depending on the level at which you are working. Do you know how to solve a differential equation of motion? For example, did you solve the differential equation for a simple harmonic oscillator, or for motion with constant acceleration?
 
mdvx/dt = 2qvyB

mdvy/dt = -2qvxB

Solving them gives vx2 + vy2 = v2 which means speed of the particle is constant .

How do I find the path ?
 
How did you solve those two differential equations?
 
Dividing first eq by second and integrating both sides .

Limits of vx is v/√2 to vx

Limits of vy is v/√2 to vy

∫vxdvx = -∫vydvy
 
  • #10
Try solving them like this:
1. Differentiate each equation with respect to t once more. The first equation will then have dvy/dt in it. For that substitute from the first equation. This will give you a familiar equation in vx, without the vy in it. Similalry get an equation for vy alone. This technique will "decouple" the equations for the two variables vx and vy. You can then solve each separately, given the initial conditions.
 
  • Like
Likes Jahnavi
  • #11
Sorry. There was a typo. The third sentence in item 1 should have been, "For that substitute from the second equation."
 
  • #12
vx = vsin(ωt+π/4) , ω=2qB/m

vy = -vsin(ωt-π/4)

Is that correct ?
 
  • #13
Do these agree with your initial conditions?
 
  • Like
Likes Jahnavi
  • #14
Yes .
 
  • #15
Now, since vx = dx/dt, and vy = dy/dt, you have two 1st order differential equations to solve, again with given initial conditions. Go ahead and solve them.
 
  • Like
Likes Jahnavi
  • #16
Solving further gives ,

x = v/(√2ω) - (v/ω)cos(ωt+π/4)

y= -v/(√2ω) + (v/ω)cos(ωt-π/4)
 
  • #17
Well, now you have x and y as functions of time, so you have the actual path. Show that it is a circle, and you will also get the radius.
 
  • Like
Likes Jahnavi
  • #18
Squaring and adding is quite messy .

It looks difficult to manipulate terms . There are cos2(A+B) , cos2(A-B) terms .

Algebra looks far more difficult , rather terrible :)
 
  • #19
Try taking the constant terms to the left hand side and then square and add.
 
  • Like
Likes Jahnavi
  • #20
The trick worked :smile:

Center is [ (mv)/(2√2qB) , (-mv)/(2√2qB) , 0 ]

Is that correct ?
 
  • #21
Certainly looks like that, unless something went wrong in the arithmetic. You can check that for yourself. You should draw a diagram, and make sure that the circle looks correct. For example, when you projected the particle from the origin, in which direction did it start? What was the dorection of the force? Which way would the force bend the path of the particle? Form that you can predict which way the circle would look, and where you can expect the center. That is, are you expecting the circle to bend upwards, or downwards? Does that agree with your final answer? All such questions will become clear if you draw the diagram and the initial velocity and force vectors.

Good luck!
 
  • Like
Likes Jahnavi
  • #22
Thank you so much :)
 
Back
Top