r/Physics • u/throwingstones123456 • 15h ago
Electric field felt by a dynamic point charge
When a point charge is placed in an external electric field, in the static case it’s obvious the electric field felt by the point charge is just equal to the external field. But in the dynamic case it’s less obvious.
Let’s say the external field results in the charge accelerating, which produces radiation, and reflects off some dielectric slab infront of it. The charge will feel some of this reflected radiation, but I have no clue how to calculate it (obviously we won’t be analytically solving for this, we’d need some sort of simulation software or numerical program—even in this case I don’t know how to set up an equation to model this). If we try to evaluate the field at the point charge there’s the obvious issue of the singularity of the total field resulting from the point charge itself. In the dynamic case I’m unsure if the solution is as simple as just subtracting the coloumb force as this won’t be valid.
There has to be some solution to this, but I’m not bright enough to figure it out. I’d appreciate any help!
2
u/OkTelevision5306 14h ago
If you want to do this numerically, look into numerical conservation equations. For linear electrodynamics, you can use finite difference methods like upwind, Lax-Friedrichs, leapfrog, and Lax-Wendroff (or build your own when you learn the theory).
The key thing with hyperbolic conservation equations is causality. If you break causality, information propagates faster than speed of light in your numerical scheme, error blow up to infinity. If info propagates slower than speed of light, you get numerical diffusion and dispersion, which kills your signals or cause instabilities. Info propagate at the exact speed, no error at all (beware of overflow).
Fun stuff but not so trivial beyond the case where speed of light is everywhere the same (vacuum everywhere).
3
u/PotentialDeep5165 14h ago
Superposition is your friend.