What Happens When You Misapply the Lorentz Force Equation?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 1K views
Gabriele Pinna
Messages
14
Reaction score
1
We know that Lorentz Force is a centripetal force so:
$$qVBsenx=m\frac{v^2}{r}$$ and the value of V is constant (but not the direction)
But if we write:
$$qvBsenx=m\frac{dV}{dt}$$
we obtain that v is exponential.
What is wrong ?
 
Physics news on Phys.org
I guess you want to solve the nonrelativistic equation of motion for a particle in a constant magnetic field. Let's put ##\vec{B}=B \vec{e}_z##. Then the equations of motion read (in SI units)
$$m \frac{\mathrm{d} \vec{v}}{\mathrm{d}t} = q \vec{v} \times \vec{B}.$$
In components you have
$$\begin{pmatrix} \dot{v}_x \\ \dot{v}_y \\ \dot{v}_z \end{pmatrix}=\frac{qB}{m} \begin{pmatrix} v_y \\ -v_x \\ 0 \end{pmatrix}=\omega \begin{pmatrix} v_y \\ -v_x \\ 0\end{pmatrix}.$$
Now you can integrate the equations of motion quite easily. I give some hints:

The equation for ##v_z## is very simple. This you should be able to solve very easily.

To solve also for ##v_x## and ##v_y##, just take the time derivative of the equation for ##v_x## and use the 2nd equation to eliminate ##v_y##. Then you have a equation for ##v_x## alone, which is quite easy to solve too.

Once you have ##\vec{v}## just take one more integration to get ##\vec{x}##.