The strength of electric and magnetic forces is determined by the magnitude of the charges or currents involved, the distance between them, and the physical properties—specifically permittivity and permeability—of the medium separating them.
While textbook physics treats these as abstract vectors, on the workbench or in a panel, these forces dictate everything from the torque of a BLDC motor to the crosstalk ruining your high-speed I2C bus. Understanding the variables that scale these forces up or down is critical for designing reliable power systems and high-frequency electronics.
The Core Drivers: Charge, Current, Distance, and Medium
To predict how these forces behave in a real installation, we have to split them into their two distinct domains: electrostatics (stationary charges) and electromagnetics (moving charges). Both follow inverse-square laws regarding distance, but they interact with materials in fundamentally different ways.
Electric Force (Coulomb's Law)
Electric force acts between charged particles regardless of whether they are moving. It is governed by the magnitude of the charges ($q_1$ and $q_2$) and the permittivity ($\epsilon$) of the dielectric material between them. If you swap air for a high-k ceramic dielectric, the electric field strength for a given voltage drops, but the stored energy and physical attractive force between the plates increase. This is why Electronics Tutorials notes that dielectric selection is just as critical as plate area in capacitor design.
Magnetic Force (Lorentz and Ampere's Laws)
Magnetic force only exists when charges are in motion (current). The strength depends on the current magnitude ($I$), the velocity of the charges, the distance between conductors, and the magnetic permeability ($\mu$) of the surrounding medium. According to the NIST SI base units framework, the permeability of free space ($\mu_0$) anchors these calculations, but inserting a ferromagnetic core (like iron or ferrite) multiplies the magnetic flux density by hundreds or thousands of times.
Worked Numeric Example: Busbar Fault Bracing
Let's calculate the repulsive magnetic force between two parallel copper busbars in a 200A service panel during a short-circuit fault. We use the force-per-unit-length formula: $F/L = (\mu_0 \cdot I_1 \cdot I_2) / (2\pi \cdot d)$.
- Assumptions: Fault current $I_1 = I_2 = 10,000\text{ A}$, busbar spacing $d = 0.02\text{ m}$ (20 mm), air medium ($\mu_0 = 4\pi \times 10^{-7}\text{ T}\cdot\text{m/A}$).
- Calculation: $F/L = (4\pi \times 10^{-7} \cdot 10,000 \cdot 10,000) / (2\pi \cdot 0.02)$
- Result: 1,000 Newtons per meter (approx. 224 lbs/ft).
This massive instantaneous mechanical force is exactly why main switchgear busbars require heavy steel bracing and tie-rods. Without it, the magnetic force would physically rip the copper apart during a fault.
Where You Meet This in Practice: From PCBs to Power Panels
The variables affecting these forces change physical dimensions, component values, and signal integrity in real circuits. Here is where you will encounter them outside of a textbook.
1. Inductor and Transformer Core Saturation
In a switch-mode power supply (SMPS), the magnetic force aligns the atomic domains inside the ferrite core. If you push too much current (increasing the magnetic field strength $H$), you run out of domains to align. The core saturates, its relative permeability ($\mu_r$) crashes toward 1 (air), and the inductance plummets. This causes a massive current spike that usually destroys your switching MOSFET. The fix isn't just 'more turns'—it's selecting a core material with a higher saturation flux density ($B_{sat}$), like powdered iron instead of standard manganese-zinc ferrite.
2. Ceramic Capacitor Microphonics (Piezoelectric Effect)
The electric force pulling charges across the dielectric in a capacitor also physically pulls on the crystal lattice of the dielectric material. In high-capacitance X7R or Y5V ceramic capacitors, this electric force causes the physical package to expand and contract with AC voltage, generating audible acoustic noise (singing capacitors) and injecting microphonic noise into sensitive analog circuits. If your circuit demands low noise, you must switch to C0G/NP0 dielectrics, which have a lower permittivity but a crystal structure immune to this electric-force deformation.
3. PCB Trace Crosstalk
On a high-speed PCB, adjacent traces couple via both electric and magnetic forces. The voltage difference creates an electric field (capacitive crosstalk), while the changing current creates a magnetic field (inductive crosstalk). You mitigate the electric force by increasing the distance between traces or adding a grounded guard trace. You mitigate the magnetic force by minimizing the loop area of the return current path, usually by ensuring an unbroken ground plane directly beneath the signal layer.
The Most Common Confusion: Voltage vs. Current
The most frequent mistake on the bench is assuming voltage drives magnetic force. Voltage creates electric fields; current creates magnetic fields. A 10kV static shock from a doorknob has massive electric field potential but zero magnetic force because the sustained current is zero. Conversely, a 0.05V shunt resistor carrying 100A generates a highly concentrated magnetic field but a negligible external electric field. When troubleshooting EMI, always identify whether the interference is capacitively coupled (electric/voltage-driven) or inductively coupled (magnetic/current-driven) before choosing a shielding strategy.
Electric vs. Magnetic Force: A Quick Reference Matrix
Use this matrix to quickly identify which force is at play and how to manipulate it in your designs.
| Criteria | Electric Force | Magnetic Force |
|---|---|---|
| Source | Stationary or moving charges (Voltage) | Moving charges only (Current) |
| Medium Property | Permittivity ($\epsilon$) | Permeability ($\mu$) |
| Distance Relationship | Inverse square ($1/r^2$) for point charges | Inverse ($1/r$) for long parallel wires |
| Primary Shielding | Copper, Aluminum (Faraday cage) | Mu-metal, Ferrites (High $\mu$ materials) |
| Circuit Component | Capacitor | Inductor / Transformer |
Frequently Asked Questions
Does increasing voltage increase magnetic force?
No, not directly. Magnetic force is strictly a function of current (moving charges), not voltage. However, in a fixed-resistance circuit, increasing the voltage will proportionally increase the current (per Ohm's Law), which subsequently increases the magnetic force. If the resistance is infinite (an open circuit), you can apply 50,000 volts and still generate zero magnetic force.
How does temperature affect the strength of magnetic forces?
Temperature degrades magnetic force in two ways. First, as conductors heat up, their electrical resistance increases, which drops the current for a given voltage, weakening the generated magnetic field. Second, ferromagnetic core materials lose their permeability as they approach their Curie temperature. For standard electrical steel, this is around 770°C, but for some specialized ferrites used in RF transformers, permeability can begin dropping significantly at just 100°C to 120°C.
Can you shield electric and magnetic forces with the same materials?
Rarely. Electric fields are easily blocked by any highly conductive material like copper or aluminum foil, which acts as a Faraday cage by redistributing surface charges to cancel the internal field. Low-frequency magnetic fields, however, pass right through copper. To shield against magnetic forces, you need materials with high magnetic permeability (like Mu-metal or thick steel) that provide a low-reluctance path to 'absorb' and redirect the magnetic flux lines around the sensitive area.
Why do parallel wires carrying AC current vibrate?
This is the Lorentz force in action. When two parallel wires carry alternating current, the magnetic force between them constantly shifts between attraction (when currents flow in the same direction) and repulsion (when currents flow in opposite directions). In a 60 Hz AC system (like US mains power), the current peaks twice per cycle, resulting in a mechanical vibration force at 120 Hz. If the wires or transformer laminations aren't mechanically secured, this 120 Hz magnetic force manifests as the familiar 'mains hum'.






