I have the following problem to solve:
A particle of mass $m$ and charge $e$ moves in the laboratory in crossed, static, uniform, electric and magnetic fields. $\mathbf{E}$ is parallel to the $x$-axis; $\mathbf{B}$ is parallel to the $y$-axis. Find the EOM for $|\mathbf{E}|<|\mathbf{B}|$ and $|\mathbf{B}|<|\mathbf{E}|$.
I was planning on using the following: $$\vec{E}'=\gamma(\vec{E}+\vec{\beta}\times\vec{B})-\frac{\gamma^2}{\gamma +1}\vec{\beta}(\vec{\beta}\cdot \vec{E})$$ $$\vec{B}'=\gamma(\vec{B}-\vec{\beta}\times\vec{E})-\frac{\gamma^2}{\gamma +1}\vec{\beta}(\vec{\beta}\cdot \vec{B})$$ along with $$t'=\gamma (t-\vec{\beta}\cdot\vec{x})$$ $$ \vec{x}'=\vec{x}+\frac{(\gamma -1)}{\beta^2}(\vec{\beta}\cdot \vec{x})\vec{\beta}-\gamma \vec{\beta}t$$ with the addition constraints $$\frac{d\vec{p}}{dt}=e\left[ \vec{E}+\frac{\vec{u}}{c}\times \vec{B}\right]$$ and $$\frac{dU}{dt}=e\vec{u}\cdot \vec{E}$$ To solve this I am going to switch to a frame with $$\vec{\beta}=\frac{E}{B}\hat{z}$$for the first case. With this case $dU/dt=0$ and i can solve the equations of motion to find $\vec{x}(t)$ directly, and then boost back to get the trajectories in the original frame. However for the the second case I was wondering if my procedure is correct. I am going to switch to a frame with $\vec{\beta}=(B/E) \hat{z}$ to remove the magnetic field. Now here it seems that $\vec{u}_0$ is perdepdicular to $\vec{E}$ to start in the new frame, but that it will be accelerated in the $x$ direction and hence $dU/dt\neq 0$ and I can't just straightforwardly solve the EOMs. How would I proceed from here?
Thanks,