Trajectories of Charged Particles

Working on electrostatic problems you can calculate and view trajectories of charged particles in electric field. To do it, choose Particle Trajectory from View menu. Trajectory calculation uses the following data:

Viewing calculation results, you see:

Calculating trajectories QuickField uses following assumptions:

According to these assumptions, we can describe the trajectory (x(t),y(t),z(t)) of a charged particle in two-dimensional electrostatic field E(x,y) with Newton's system of differential equations:

d2x
dt2
= q
m
· Ex(x,y)
d2y
dt2
= q
m
· Ey(x,y)
d2z
dt2
= 0

We reorganize this system of three second degree equations into six first-degree equations and append the following additional equation:

dl/dt = √(dx/dt)2 + (dy/dt)2 + (dz/dt)2  

defining the length l(t) of the trajectory covered by the particle in time t. We integrate the resulting system using the Runge-Kutta-Merson method with automatically defined integration step. Numerical integration stops immediately before the finite element's boundary, the step leading outside of the element being excluded. At the last point in the element, we extrapolate the trajectory with cubical segment of its Taylor series relative to time and solve the resulting equation using Tartaglia-Cardano formula and taking into account possible decrease of the equation's degree in homogeneous or zero fields.

Related Topics
Particle Properties
Emitter Properties
Particle Kinematic Parameters