Expressing equation of motion in Cartesian components

Click For Summary

Homework Help Overview

The problem involves expressing the equation of motion for a non-relativistic particle with mass m and charge q in the presence of electric and magnetic fields. The original poster seeks to write the equation in Cartesian components, given specific conditions for the fields and the initial state of the particle.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning, Problem interpretation

Approaches and Questions Raised

  • Participants discuss the correct application of vector cross products and the implications of the particle's initial conditions on its motion. There are attempts to derive the equations of motion in Cartesian coordinates, with some participants expressing confusion over the components and the resulting equations.

Discussion Status

The discussion is active, with participants providing hints and corrections to each other's reasoning. Some guidance has been offered regarding the interpretation of the cross product and the necessity of considering the time-dependent nature of the particle's velocity. Multiple interpretations of the equations are being explored, with no explicit consensus reached yet.

Contextual Notes

Participants are working under the constraints of a homework assignment, which may limit the information they can use or the methods they can apply. There are indications of missing information and assumptions that are being questioned throughout the discussion.

bigevil
Messages
77
Reaction score
0

Homework Statement


The general equation of motion of a non-relativistic particle of mass m and charge q when it is placed in a region where there is a magnetic field B and an electric field E is

[tex]m\bold{\ddot{r}} = q(\bold{E} + \bold{\dot{r}} \times \bold{B})[/tex]

where r is the position of the particle at time t and [tex]\bold{\dot{r}} = v_o \bold{k}[/tex]

Write the above equation in terms of Cartesian components of the vectors involved.

When [tex]\bold{B} = B \bold{j}[/tex] and [tex]\bold{E} = E \bold{i}[/tex] and the particle starts from the origin at t=0 and [tex]\bold{\dot{r}} = v_o \bold{k}[/tex], prove that the particle continues along its initial path.

There's a further third part which is even more complicated, but I'm trying to wrap my head around the first two.

2. The attempt at a solution

I'm definitely missing something here that I should know but don't.

[tex]\dot{\bold{r}} \times \bold{B} = -Bqv_o \bold{i}[/tex]
[tex]\bold{E} = E \bold{i}[/tex]

Given these, shouldn't [tex]m\ddot{x} = qE - Bv_{o}q[/tex]? And shouldn't the rest be effectively zero because both E and the cross vector only have values in the i direction!

The answer given is this:

[tex]m\ddot{x} = -\frac{(Bq)^2}{m}x + qE - Bv_{o}q[/tex]
[tex]\ddot{y} = 0[/tex]

No answer for [tex]\ddot{z}[/tex] is given.

I'd appreciate any hints, please don't work everything out for me...
 
Physics news on Phys.org
First, that's in 3 dimensions, not two, isn't it?

If [itex]\vec{B}= B\vec{j}[/itex] then
[tex]\vec{r}'\times\vec{B}= \left|\begin{array}{ccc}\vec{i} & \vec{j} & \vec{k} \\ \frac{d x}{dt} & \frac{d y}{dt} & \frac{d z}{dt} \\ 0 & B & 0\end{array}\right|[/tex]
[tex]= -B\frac{dz}{dt}\vec{i}+ 0\vec{j}+ B\frac{dx}{dt}\vec{k}[/itex]<br /> <br /> Put those into your component equations.[/tex]
 
Last edited by a moderator:
Thanks Halls. It's 3 dimensions ijk/xyz. I already did that. I used [tex]B_x, B_y, B_z[/tex].

My own equation for the x-component equation comes up to:

[tex]m\ddot{x} = qE_x + qB_{z}\dot{y} - qB_{y}\dot{z}[/tex], of which the middle term equals zero. And I still don't have a function in terms of x, as per the answer. I think I've done the component equation wrongly, but I don't know what or why.
 
To extend on what Halls said; you seem to be assuming that [tex]\mathbf{\dot{r}}(t)=v_0\mathbf{k}[/tex] for all [tex]t[/tex] when you are computing [tex]\mathbf{\dot{r}}\times\mathbf{B}}[/tex], but you are only told that [tex]\mathbf{\dot{r}}(0)=v_0\mathbf{k}[/tex].

You should get that at a general time [itex]t[/itex], [tex]\mathbf{\dot{r}}\times\mathbf{B}}=B(-\dot{z}\mathbf{i}+\dot{x}\mathbf{k})[/tex] (Halls' result contains an error)...And hence you should find that you obtain coupled DE's which you must decouple in order to obtain the given result.
 
I thought of that too gabba, but my reasoning was that the particle starts from the origin, so integrating [tex]\bold{\dot{r}}[/tex], [tex]\bold{r}(t) = v_{o}t + c[/tex], where c=0, so the relation holds as I assumed when differentiating back. Is this right? (EDIT: of course not.)

Let me chew on what you said for a while... thanks gabba.
 
I did get at the second equation you mentioned, gabba, but still I don't understand how to get the coupled DEs. Presumably you mean changing variables or applying chain rule after reaching this second equation, still trying something out, but still lost nonetheless...

I'm just working on the x-component equation now. What I did think of is expanding [tex]-B \frac{dz}{dt}[/tex]. That would generate two functions if B was a vector. But it isn't. So I'm just stuck with [tex]\frac{dz}{dt}[/tex] now.
 
I just noticed that I had the derivatives of "x" and "z" reversed in my formula for the cross product so I corrected my post. That, I think, is the error gabbagabbahey was referring to.

Since [itex]\vec{E}= E\vec{j}[/itex] and [itex]\vec{r}\times\vec{B}= -\frac{dz}{dt}\vec{i}+ \frac{dx}{dt}\vec{k}[/itex] you equations will be
mx"= -B z', my"= -E, mz"= Bx'

It is easy to solve for y separately. To solve for x and z, either write it as a matrix equation,
[tex]m\left[\begin{array}{c}x" \\ z"\end{array}\right]= \left[\begin{array}{cc}0 & -B \\ B & 0\end{array}\right]\left[\begin{array}{c} x \\ z\end{array}\right][/tex]
and find eigenvalues or, simpler in concept but more computation,
differentiate the first equation to get mx"'= -B z"= -B(Bx'/m) or x"'= -(B/m)2x'. That's easy to solve for x' and then integrate to get x. Once you have that us z'= -(m/b)x" to find z' and then integrate to get z.
 
Thanks a lot Halls and gabba, I've got it. The matrix equation you were talking about doesn't display though.

Please look through my work here, hopefully it's right:

[tex]\bold{E} + \bold{\dot{r}} \times \bold{B} = (E - \dot{z}B) \bold{i} + \dot{x}B \bold{k}[/tex]
as discussed above.

a) [tex]m\ddot{x} = qE - \dot{z}Bq[/tex]
b) [tex]\ddot{z} = \dot{x}\frac{Bq}{m}[/tex]

Integrate b) to get [tex]\dot{z} = \frac{Bq}{m} x + c[/tex], but we already know that [tex]\dot{z}(0) = v_o[/tex], so [tex]v_o = c[/tex] and [tex]\dot{z} = \frac{Bq}{m}x + v_o[/tex]

Then, [tex]m\ddot{x} = qE - (\frac{Bq}{m}x + v_o)qB[/tex] giving the answer required.
 
Last edited:
bigevil said:
Thanks a lot Halls and gabba, I've got it. The matrix equation you were talking about doesn't display though.

Please look through my work here, hopefully it's right:

[tex]\bold{E} + \bold{\dot{r}} \times \bold{B} = (E - \dot{z}B) \bold{i} + \dot{x}B \bold{k}[/tex]
as discussed above.

a) [tex]m\ddot{x} = qE - \dot{z}Bq[/tex]
b) [tex]\ddot{z} = \dot{x}\frac{Bq}{m}[/tex]

Integrate b) to get [tex]\dot{z} = \frac{Bq}{m} x + c[/tex], but we already know that [tex]\dot{z}(0) = v_o[/tex], so [tex]v_o = c[/tex] and [tex]\dot{z} = \frac{Bq}{m}x + v_o[/tex]

Then, [tex]m\ddot{x} = qE - (\frac{Bq}{m}x + v_o)qB[/tex] giving the answer required.

Looks Good to me! :approve:
 

Similar threads

  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 35 ·
2
Replies
35
Views
4K
Replies
1
Views
1K
Replies
6
Views
2K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 23 ·
Replies
23
Views
6K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 0 ·
Replies
0
Views
1K
Replies
1
Views
1K