A magnetic field from an electric field is generated either by charges moving under the influence of that electric field (conduction current) or by the electric field itself changing over time (displacement current). While most hobbyists and technicians only think about the magnetic fields created by current flowing through a wire, high-speed digital design and RF engineering require a deep understanding of how a purely changing electric field generates a magnetic field across empty space or a dielectric. This phenomenon, formalized by James Clerk Maxwell's addition to Ampere's Law, is the exact mechanism that allows electromagnetic waves to propagate and dictates signal integrity on modern printed circuit boards.
The Core Mechanism: Conduction vs. Displacement Current
To understand how this works on the bench, we have to split the concept into two physical realities. First, an electric field applied across a conductor pushes electrons, creating a conduction current. This moving charge generates a magnetic field (Ampere's original law). Second, and more critically for high-frequency circuits, a changing electric field in a vacuum or dielectric generates a magnetic field even if zero physical charges move. This is displacement current.
Think of a water pipe blocked by a flexible rubber membrane. If you push water into one side, the membrane stretches, and water is displaced out the other side. No water actually crosses the membrane, but the change in pressure (analogous to the changing electric field) creates a continuous flow effect (displacement current) that generates the same downstream effects as real water flow.
Below is a data-dense breakdown of how these fields manifest across different real-world electrical scenarios.
| Physical Scenario | Electric Field Parameter | Resulting Magnetic Field (B) | Practical Application / Impact |
|---|---|---|---|
| 10 AWG THHN DC Wire (Conduction) | Static E-field driving 20A DC | ~400 µT at 1cm distance | Magnetic sensors, DC motor commutation |
| 12/2 NM-B 60Hz Mains (Conduction) | Oscillating E-field driving 15A RMS | ~300 µT peak at 1cm (fields largely cancel in twin cable) | Clamp meter operation, transformer hum |
| 100pF MLCC Capacitor (Displacement) | 10 V/ns slew rate across 1mm dielectric | ~0.31 µT at capacitor edge | High-speed decoupling, EMI radiation |
| FR4 Microstrip Trace at 2.4 GHz (Displacement) | RF E-field oscillating in PCB dielectric (Dk=4.2) | Highly localized, propagates as TEM wave | WiFi antennas, impedance matching, crosstalk |
Worked Example: Magnetic Field Inside an MLCC Capacitor
Let's prove the math with a real component. Suppose you are designing a snubber network or a high-speed decoupling stage using a 100pF multilayer ceramic capacitor (MLCC). The capacitor has a dielectric thickness ($d$) of 1 mm (0.001 m) and an effective plate area ($A$) of 1 cm² ($10^{-4}$ m²). You hit it with a fast digital edge possessing a slew rate ($dV/dt$) of 10 V/ns, which is typical for modern DDR5 memory interfaces.
Step 1: Calculate the rate of change of the electric field ($dE/dt$)
The electric field $E = V/d$. Therefore, the rate of change is:
$dE/dt = (dV/dt) / d = (10 \times 10^9 \text{ V/s}) / 0.001 \text{ m} = 10^{13} \text{ V/(m}\cdot\text{s)}$
Step 2: Calculate the Displacement Current ($I_d$)
Using the permittivity of free space ($\epsilon_0 \approx 8.854 \times 10^{-12}$ F/m), and assuming the ceramic dielectric constant scales the local field but we are looking at the fundamental vacuum displacement for the boundary:
$I_d = \epsilon_0 \times A \times (dE/dt)$
$I_d = (8.854 \times 10^{-12}) \times (10^{-4}) \times (10^{13}) = 8.854 \times 10^{-3} \text{ A} = 8.85 \text{ mA}$
Step 3: Calculate the resulting Magnetic Field ($B$)
Using Ampere's law at the edge of the capacitor plate (radius $r \approx 5.64$ mm or 0.00564 m):
$B = (\mu_0 \times I_d) / (2 \pi r)$
$B = (4\pi \times 10^{-7} \times 8.854 \times 10^{-3}) / (2 \pi \times 0.00564) \approx 3.14 \times 10^{-7} \text{ Tesla} = 0.314 \text{ \mu T}$
While 0.314 µT seems tiny, in a dense BGA footprint with hundreds of decoupling caps switching simultaneously, these localized displacement magnetic fields couple into adjacent traces, causing ground bounce and crosstalk. For deeper theoretical derivations of Maxwell's addition to Ampere's Law, the MIT OpenCourseWare Physics II materials provide rigorous calculus-based proofs.
Where You Meet This in Practice: PCB Traces and EMI
In practical electronics and home wiring, you rarely calculate displacement current by hand, but you fight its effects constantly. Here is where the magnetic field generated by a changing electric field dictates your design choices:
- High-Speed Digital Routing (DDR4/DDR5, PCIe): When a logic gate switches, the voltage on the PCB trace changes in picoseconds. This massive $dV/dt$ creates a changing electric field through the FR4 dielectric to the ground plane. The resulting displacement current generates a magnetic field that propagates as an electromagnetic wave down the trace. If you don't maintain strict 50-ohm impedance (matching the trace width to the dielectric height), these fields reflect, causing signal ringing.
- Capacitor Self-Resonance: An MLCC isn't just a capacitor; it's a resonant LC tank. The 'L' (parasitic inductance) is largely born from the magnetic fields generated by both the conduction current in the metal electrodes and the displacement current in the dielectric. Above the self-resonant frequency (SRF), the component acts as an inductor, rendering it useless for high-frequency decoupling.
- EMI Shielding and Snubbers: In switch-mode power supplies (SMPS), the switching node (SW pin) has massive voltage swings (e.g., 400V in 20ns). This creates an intense, rapidly changing electric field that acts as a parasitic antenna via displacement current to the chassis. Adding a copper shield tied to primary ground intercepts this changing E-field, containing the magnetic flux.
For standardized measurement techniques regarding how these fields radiate and couple, the NIST Physics Division guidelines on electric and magnetic fields outline the baseline metrology used to calibrate the near-field probes we use on the bench.
Common Confusions and Troubleshooting FAQs
When discussing fields on the workbench, terminology gets sloppy. Here is a breakdown of what people commonly confuse this phenomenon with, and how to troubleshoot the resulting circuit failures.
Do static electric fields create magnetic fields?
No. A purely static electric field (like the charge sitting on a disconnected capacitor or a Van de Graaff generator) generates zero magnetic field. The electric field must be changing over time ($dE/dt > 0$) to generate a magnetic field. If your multimeter reads a steady DC voltage, there is no displacement current and no resulting magnetic field.
What do people commonly confuse this with?
Beginners frequently confuse electrostatic induction (capacitive coupling) with electromagnetic induction (inductive coupling).
- Capacitive coupling is driven by a changing electric field displacing charges in a nearby conductor (creating a noise voltage).
- Inductive coupling is driven by a changing magnetic field inducing a current loop in a nearby conductor.
Both cause crosstalk, but you fix capacitive coupling with grounded Faraday shields, and inductive coupling by minimizing loop areas and twisting wires.
How does this change what I measure in a real circuit?
If you are debugging a noisy analog-to-digital converter (ADC) and you see high-frequency hash on your oscilloscope that correlates with a nearby digital clock line, you are likely seeing the magnetic field generated by the clock trace's changing electric field coupling into your ADC's high-impedance input. To fix it, you don't just add a ferrite bead (which fights conduction current); you must increase the physical distance between the traces or route a grounded guard trace between them to intercept the changing E-field before it generates a magnetic field in the victim trace. Resources like Electronics Tutorials on Electromagnetism provide excellent visual diagrams of these coupling vectors.
Can I measure displacement current with a standard clamp meter?
No. Standard AC clamp meters measure the magnetic field generated by conduction current (moving electrons inside the wire). Because displacement current flows through a dielectric or air gap where no physical electrons cross, a clamp meter placed around the physical body of a capacitor will read zero, even if high-frequency displacement current is actively generating localized magnetic fields at the capacitor's edges. You need an RF near-field sniffer probe connected to a spectrum analyzer to see it.
Understanding that a changing electric field is a literal source of magnetism bridges the gap between basic DC circuit theory and high-frequency RF design. Whether you are sizing a decoupling capacitor for an ESP32-S3 or routing differential pairs for a Gigabit Ethernet PHY, respecting displacement current is what separates a working prototype from a production-ready board.






