Solve Cyclotron Motion: m\frac{d\hat{v}}{dt}=q\hat{v}\times\hat{B}

  • Thread starter Thread starter ian2012
  • Start date Start date
  • Tags Tags
    Cyclotron Motion
ian2012
Messages
77
Reaction score
0

Homework Statement



Given the equation of motion for charged particle in a magnetic field, with mass m and charge q moves in the y-z plane under the influence of a uniform magnetic field \hat{B}=B_{0}\hat{x} is given by:

m\frac{d\hat{v}}{dt}=q\hat{v}\times\hat{B}

Find the solution to the equation of motion, the cyclotron motion.

(This isn't the full problem, I am stuck on this little part of it)

Homework Equations





The Attempt at a Solution



so what i have done is treat the vector cross product as a multiplication sign. I have separated the variables and integrated:

\int\frac{d\hat{v}}{\hat{v}}=\frac{qB_{0}}{m}dt

Upon integration, you get an exponential velocity, which makes no sense at all? I am not sure how else you'd find the cyclotron velocity solution?
 
Last edited:
Physics news on Phys.org
Hi ian2012,

As you've discovered yourself, it is not correct to treat the cross product as simple multiplication. In fact, you should be able to show in this problem that the acceleration is orthogonal to the velocity. How familiar are you with the cross product? The most basic way to approach this problem is to write the equation of motion in coordinates rather than sticking with the vector notation.
 
I am familiar with the cross product. If you compute the cross product with the direction of the field B and the velocity in the y-z plane, you will get:
\hat{v}\times\hat{B}=\hat{v}B_{0}
But then I am again integrating the same expression.
 
ian2012 said:
I am familiar with the cross product. If you compute the cross product with the direction of the field B and the velocity in the y-z plane, you will get:
\hat{v}\times\hat{B}=\hat{v}B_{0}
But then I am again integrating the same expression.

Sorry, I don't know your conventions, but if you take B to point in the x direction and v to lie in the y-z plane, then the cross product is not proportional to v. In fact, it is orthogonal to v, as I said earlier \vec{v} \cdot ( \vec{v} \times \vec{B} ) = 0. Physically, the magnetic force should be perpendicular to the velocity.
 
Sorry, my hats represent vectors. I beg your pardon, if we say:
\vec{v}=(0, v_{0}, v_{0})

then after taking the cross product, we get:
m\frac{d\vec{v}}{dt}=qB_{0}(0, v_{0}, -v_{0})

I then did:
m\frac{d}{dt}(0, v_{0}, v_{0})}=qB_{0}(0, v_{0}, -v_{0})

I split the problem up into the y, z component DE's:
dv_{0y}=\frac{qB_{0}}{m}v_{0y}dt
dv_{0z}=-\frac{qB_{0}}{m}v_{0z}dt

Therefore the solution is:
\vec{v}=(0, v_{0y}, v_{0z})=(0, C_{1}e^{\frac{qB_{0}t}{m}}, -C_{2}e^{-\frac{qB_{0}t}{m}})

Don't know if this is correct?
 
Last edited:
You're almost there, you just have some confusion about the velocity components. Write \vec{v} = (0, v_y, v_z) and then do the cross product. You should find that the equations of motion are slightly altered from what you wrote.
 
But then how do you integrate the expressions:
\frac{dv_{y}}{dt}=\frac{qB_{0}}{m}v_{z}
\frac{dv_{z}}{dt}=-\frac{qB_{0}}{m}v_{y}

you can't integrate v_{z} w.r.t dv_{y} and visa versa?
 
Try differentiating the first equation with respect to time and using the second equation to produce an equation containing only one velocity component.
 
I managed to get:
v_{y}=c1sin\Omega t+c2cos\Omega t
v_{z}=c1cos\Omega t-c2sin\Omega t

\Omega = \frac{qB_{0}}{m}
 
  • #10
Looks good to me.
 
  • #11
Oh, i just realized, i don't have to calculate the cross product. I found an easier way to solve my problem. Thanks for your help!
 
Back
Top