Electrostatic force is the attraction or repulsion between stationary electric charges, while magnetic force is the push or pull generated exclusively by moving electric charges or intrinsic magnetic moments. When troubleshooting or designing circuits, makers and engineers frequently conflate the two because both follow an inverse-square law at a distance and both mediate electromagnetic interactions, but they act on fundamentally different states of charge and manifest in entirely different physical components.
The Core Physics: Stationary vs. Moving Charges
To properly distinguish between magnetic force and electrostatic force, you have to look at the state of the charge experiencing the field. Electrostatic force is governed by Coulomb's Law. It acts on any electric charge, regardless of whether that charge is sitting still or moving at relativistic speeds. The force vector points directly along the line connecting the two charges, meaning it pulls them together (opposite signs) or pushes them apart (like signs).
Magnetic force, described by the magnetic component of the Lorentz Force Law, is far more restrictive. It only acts on charges that are moving relative to the magnetic field. Furthermore, the resulting force is always perpendicular to both the velocity of the charge and the direction of the magnetic field. A stationary electron in a massive 5-Tesla MRI magnetic field will experience exactly zero magnetic force. Georgia State University's HyperPhysics resource provides an excellent breakdown of how this cross-product dictates motor rotation and particle deflection.
Worked Numeric Example: Calculating the Forces
Let's put real numbers to these concepts to see how they scale in practical engineering scenarios. We will calculate the electrostatic force between two isolated point charges, and then calculate the macroscopic magnetic force on a current-carrying wire.
Electrostatic Force Calculation
Imagine two isolated conductive spheres, each carrying a static charge of 1 µC (1 × 10⁻⁶ Coulombs), separated by a distance of 0.1 meters (10 cm) in dry air.
- Formula: F = k × (|q₁ × q₂| / r²)
- Coulomb Constant (k): ~8.99 × 10⁹ N·m²/C² (per NIST CODATA fundamental constants)
- Calculation: F = (8.99 × 10⁹) × [(10⁻⁶ × 10⁻⁶) / (0.1)²]
- Result: 0.899 Newtons of repulsive force.
That is nearly 90 grams of mechanical force pushing two tiny 10cm-spaced charges apart. This is why high-voltage DC busbars require significant physical spacing to prevent electrostatic dust accumulation and eventual dielectric breakdown.
Magnetic Force Calculation
Now, consider a straight copper wire carrying 10 Amps of DC current. The wire is 0.1 meters long and sits perpendicular to a 0.5 Tesla magnetic field (the typical surface field strength of an N52 neodymium magnet).
- Formula: F = I × L × B × sin(θ)
- Calculation: F = 10A × 0.1m × 0.5T × sin(90°)
- Result: 0.5 Newtons of lateral force.
While the magnetic force on a single moving electron is microscopically small, the aggregate Lorentz force on billions of moving electrons in a wire yields a measurable macroscopic push. This exact 0.5N calculation is the foundational principle behind the voice coil in a loudspeaker and the torque generation in a BLDC motor.
Where You Meet This in Practice
Understanding what changes in a real circuit or installation when these forces act is critical for component selection and physical layout. Here is how you will encounter both forces on the workbench and in the field.
| Feature | Electrostatic Force Applications | Magnetic Force Applications |
|---|---|---|
| Primary Component | Capacitors (energy stored in the E-field between plates) | Inductors, Transformers, Motors (energy stored in the B-field) |
| Failure Mode | Dielectric breakdown, ESD (Electrostatic Discharge) frying MOSFET gates | Core saturation, inductive kickback voltage spikes, contactor chatter |
| Physical Layout Impact | Requires creepage and clearance distances on PCBs to prevent arcing | Requires physical bracing for busbars to withstand short-circuit repulsion |
| Shielding Material | Faraday cages (copper foil, conductive enclosures) | High-permeability metals (Mu-metal, thick steel) |
Electrostatic Hazards in Embedded Systems
If you are building with an ESP32 or Arduino, electrostatic force is your primary enemy during assembly. When you shuffle across a carpeted room, your body accumulates a static charge. The electrostatic force drives a rapid equalization of charge (ESD) the moment you touch an exposed GPIO pin. This transient current can instantly vaporize the microscopic silicon junctions inside the microcontroller. This is why handling bare PCBs requires an ESD wrist strap and a grounded mat.
Magnetic Hazards in Power Distribution
In high-current electrical panels, magnetic force dictates mechanical structural integrity. During a dead-bolt short circuit, current can spike to 50,000 Amps (50kA) for a few milliseconds before the breaker trips. Because parallel conductors carrying current in opposite directions repel each other magnetically, the magnetic force between the busbars can exceed thousands of Newtons. If the busbars are not secured with adequately rated mechanical bracing, the magnetic force will physically rip the copper out of its mounts, causing a catastrophic arc flash.
Frequently Asked Questions
Can a magnetic field exert force on a stationary electron?
No. The magnetic force equation (F = qvB) includes velocity (v) as a multiplier. If the charge is stationary relative to the magnetic field (v = 0), the resulting magnetic force is exactly zero. To move a stationary electron, you must apply an electric (electrostatic) field.
Why do parallel wires carrying current attract or repel each other?
This is a purely magnetic interaction known as Ampere's Force Law. The moving charges (current) in the first wire generate a magnetic field. That magnetic field then exerts a Lorentz force on the moving charges in the second wire. If the currents flow in the same direction, the wires attract; if they flow in opposite directions, they repel. Electrostatic forces do not cause this, as the wires remain electrically neutral overall.
Is electrostatic force always stronger than magnetic force?
At the fundamental particle level, the electrostatic force between two electrons is vastly stronger than the magnetic force between them at typical non-relativistic speeds. In fact, magnetism is essentially a relativistic byproduct of electrostatics. However, in macroscopic engineering, we rarely deal with isolated net charges because matter naturally neutralizes itself. Therefore, in practical high-power devices like electric motors and transformers, the aggregate magnetic forces we harness are orders of magnitude larger and more useful than any macroscopic electrostatic forces we can safely generate.






