An electric field and magnetic field relation describes how a time-varying electric field generates a magnetic field, and a time-varying magnetic field induces an electric field, forming the fundamental mechanism behind all electromagnetic interference (EMI), crosstalk, and power transfer in electrical systems.
The Core Relation: How E-Fields and H-Fields Interact
In direct current (DC) circuits, electric fields (created by voltage) and magnetic fields (created by current) exist independently. A static voltage across a capacitor creates an E-field, and a steady current through an inductor creates an H-field. However, in alternating current (AC) circuits, switching power supplies, and digital logic, these fields are inextricably linked. A changing E-field produces a magnetic field (displacement current), and a changing H-field produces an electric field (electromagnetic induction).
This coupling is what allows transformers to transfer power without physical contact, but it is also the root cause of capacitive and inductive crosstalk in tightly packed control panels and printed circuit boards (PCBs). When you route a high-speed digital trace or a pulse-width modulated (PWM) motor cable, you are essentially building an unintentional antenna. The E-field couples capacitively to nearby high-impedance nodes, while the H-field couples inductively to nearby low-impedance loops.
| Parameter | Electric Field (E-Field) | Magnetic Field (H-Field / B-Field) |
|---|---|---|
| Primary Source | Voltage potential (dV/dt) | Current flow (di/dt) |
| Unit of Measure | Volts per meter (V/m) | Amperes per meter (A/m) or Tesla (T) |
| Coupling Mechanism | Capacitive (mutual capacitance between conductors) | Inductive (mutual inductance / magnetic flux linkage) |
| Effective Shielding | Copper foil, aluminum, any conductive enclosure | High-permeability metals (mu-metal), twisted pairs, coaxial geometry |
| Distance Attenuation | Drops off rapidly (1/r² or 1/r³ in near-field) | Drops off slower in near-field; requires loop area cancellation |
| Common Victim Circuits | High-impedance analog inputs, op-amp non-inverting pins | Low-impedance current loops, 4-20mA sensors, RS-485 differential pairs |
Understanding the distinction in the table above is critical for troubleshooting. If you are seeing high-frequency spikes on a high-impedance thermocouple reading, you are likely a victim of E-field coupling. If your 4-20mA pressure transmitter reads 4.5mA when the system is off, you are likely a victim of H-field induction from a nearby motor starter.
Worked Example: Calculating Magnetic Induction in a Sensor Loop
Let us look at a common jobsite mistake: routing an unshielded 4-20mA sensor cable parallel to a Variable Frequency Drive (VFD) output cable. We will calculate the exact noise voltage induced by the magnetic field relation.
The Setup:
- Aggressor: VFD output cable carrying 100A peak current at 60Hz.
- Separation Distance (r): 5 cm (0.05 m) between the VFD cable and the sensor loop.
- Victim: A 4-20mA sensor loop where the outgoing and return wires were separated by 20 cm (0.2 m) over a 1-meter run, creating a loop area (A) of 0.2 m².
Step 1: Calculate the Peak Magnetic Flux Density (B)
Using Ampere's Law for a long straight wire, the peak magnetic field at 5 cm is:
B_peak = (μ₀ × I_peak) / (2π × r)
B_peak = (4π × 10⁻⁷ T·m/A × 100 A) / (2π × 0.05 m) = 400 μT (microteslas)
Step 2: Calculate the Peak Magnetic Flux (Φ)
Flux is the magnetic field multiplied by the loop area it penetrates:
Φ_peak = B_peak × Area = 400 μT × 0.2 m² = 80 μWb (microwebers)
Step 3: Calculate the Induced Voltage (Faraday's Law)
The induced electromotive force (EMF) depends on the rate of change of the flux. For a 60Hz sine wave, the angular frequency (ω) is 2π × 60 ≈ 377 rad/s.
V_induced = ω × Φ_peak = 377 × 80 μWb = 30.1 mV
The fix is not just adding foil shield; foil does almost nothing for 60Hz magnetic fields. The fix is to use a twisted-pair cable, which forces the loop area to alternate in sign every twist, effectively canceling the induced voltage, and to route the cable perpendicular to the VFD line to minimize the parallel run length.
Where You Meet This in Practice: Wiring and PCB Layout
The electric field and magnetic field relation governs physical layout rules across all scales of electrical engineering, from massive switchgear to microscopic silicon traces.
1. VFD and Motor Cabling
Modern VFDs switch at high frequencies (often 2 kHz to 16 kHz) with incredibly fast voltage rise times (dV/dt up to 10,000 V/μs). This massive dV/dt generates intense E-fields that capacitively couple to nearby grounded metal, creating common-mode currents. Simultaneously, the high di/dt of the motor starting current generates H-fields. This is why industry standards mandate the use of symmetric, shielded VFD cables (like the Lapp ÖLFLEX VFD series or Belden 29500). The continuous corrugated aluminum or copper braid shield provides a low-impedance path for the E-field displacement currents to return to the drive, preventing them from radiating outward and corrupting nearby PLC I/O.
2. Twisted Pair and Differential Signaling
Protocols like RS-485, Ethernet, and CAN bus rely on twisted pairs. The twisting directly exploits the magnetic field relation. When an external H-field penetrates the cable, it induces a voltage in one twist that is exactly opposite in polarity to the voltage induced in the adjacent twist. The differential receiver at the end of the line subtracts the two signals, canceling the magnetic noise while preserving the data. If you untwist the last 6 inches of an Ethernet cable to make it easier to terminate into a punch-down block, you have just created an uncancelled loop area that will fail EMC testing or drop packets in noisy environments.
3. PCB Ground Planes and Return Paths
On a multi-layer PCB, a high-speed digital signal trace on the top layer must have a solid, unbroken ground plane directly beneath it. The E-field from the trace terminates directly on the ground plane, minimizing the parasitic capacitance to other traces. More importantly, the return current (which generates the H-field) flows directly underneath the signal trace, minimizing the physical loop area between the outbound and return paths. A smaller loop area means lower loop inductance, less radiated EMI, and reduced susceptibility to external magnetic fields. Slitting a ground plane under a high-speed trace forces the return current to route around the slit, massively increasing the loop area and turning your PCB into an efficient magnetic loop antenna.
FAQ: Common Field Relation Misconceptions
Q: What do people commonly confuse the electric and magnetic field relation with?
A: The most common confusion is conflating electrostatic coupling (capacitive crosstalk) with electromagnetic coupling (inductive crosstalk). Hobbyists and junior technicians often assume that wrapping a noisy cable in aluminum foil will solve all interference problems. Foil is highly effective at blocking E-fields because the free electrons in the aluminum instantly redistribute to cancel the external electric potential. However, aluminum is non-magnetic; it has a relative permeability of essentially 1. It offers almost zero attenuation to low-frequency (50/60Hz) magnetic fields. To block low-frequency H-fields, you need high-permeability materials like mu-metal, or you must eliminate the coupling mechanism entirely by minimizing loop area (twisting).
Q: Do magnetic fields only affect ferrous metals like iron and steel?
A: No. This is a dangerous misconception in electrical work. While ferrous metals are strongly attracted to static magnetic fields (due to high permeability), changing magnetic fields induce voltage in any conductive material, including copper, aluminum, and gold. Faraday's law of induction, as detailed by resources like Georgia State University's HyperPhysics, depends entirely on the rate of change of flux and the conductivity of the loop, not the magnetic permeability of the wire itself. A copper control wire will pick up just as much induced 60Hz voltage as an iron wire if the loop geometries are identical.
Q: How does the field relation apply to wireless power transfer and transformers?
A: Transformers and wireless chargers are the intentional application of this relation. In a transformer, AC current in the primary winding creates a time-varying H-field in the core. This changing H-field induces an E-field (voltage) in the secondary winding. The efficiency of this transfer depends on keeping the magnetic flux tightly coupled between the two coils. In switch-mode power supplies (SMPS), the high switching frequencies allow for much smaller physical loop areas and transformer cores to transfer the same amount of power, which is why your 100W laptop charger is the size of a deck of cards rather than a 20-pound iron brick.
Mastering the electric field and magnetic field relation moves you from guessing why a circuit is noisy to engineering physical layouts that inherently reject interference. Always respect the loop area, terminate your shields correctly, and remember that every wire is an antenna waiting for the right frequency.






