The relationship between electricity and magnetism—fundamentally known as electromagnetism—is the physical interaction where moving electric charges generate magnetic fields, and changing magnetic fields induce electric currents. In a real circuit or installation, this relationship dictates how inductors resist sudden current changes, how transformers step voltage up or down, and why motors generate back-EMF that limits their top speed and requires specific breaker sizing. If you are designing a switch-mode power supply or troubleshooting an HVAC contactor, understanding this interaction is the difference between a stable system and a melted transistor.
The Core Physics: Moving Charges and Induced Voltage
To describe the relationship between electricity and magnetism accurately, you have to look at two sides of the same coin: Ampere’s Law and Faraday’s Law of Induction. When direct current flows through a wire, it generates a static magnetic field around the conductor. The strength of this field is directly proportional to the current. However, a static magnetic field does not induce voltage in a nearby conductor. For induction to occur, the magnetic field must change relative to the conductor.
Faraday’s Law states that the induced electromotive force (EMF) in any closed circuit is equal to the negative of the time rate of change of the magnetic flux enclosed by the circuit. In practical bench terms: the faster you try to change the current through an inductor, the harder the inductor fights back by generating a voltage spike of opposite polarity.
Magnetic Field Metrics in Common Circuit Components
When selecting components, you aren't just picking an inductance value; you are managing the physical limits of the magnetic core. If the current exceeds the core's saturation point, the magnetic field collapses, inductance drops to near zero, and the component acts like a plain wire. Below is a spec-sheet-table of real-world inductors showing how physical size and core material dictate their magnetic performance.
| Component Type & Model | Inductance | DCR (mΩ) | Saturation Current ($I_{sat}$) | Core Material |
|---|---|---|---|---|
| RF Choke (Bourns 78F101J-RC) | 100 µH | 250 | 0.35 A | Ferrite |
| Power Inductor (Wurth 74477410) | 10 µH | 18 | 4.2 A | Nickel-Zinc |
| Line Filter Choke (Schaffner RN212) | 10 mH | 350 | 1.0 A | Nanocrystalline |
| Audio Crossover (Jantzen 000-1212) | 1.5 mH | 12 | ~15 A (Air core) | Air (No saturation) |
Notice the audio crossover inductor uses an air core. Because air cannot magnetically saturate, it handles massive current spikes without distortion, which is critical for high-fidelity audio. However, the trade-off is a much larger physical size and higher DC resistance compared to a ferrite-cored power inductor of the same inductance. For deep dives into core material physics, the All About Circuits textbook chapter on inductors provides excellent foundational theory.
Worked Numeric Example: Calculating Induced Back-EMF
Let’s look at a scenario that destroys microcontrollers and transistors on the bench: switching off an inductive load without a flyback diode. We will use a standard 12V automotive relay (e.g., a Bosch-style 5-pin relay).
- Supply Voltage ($V$): 12V DC
- Coil Resistance ($R$): 75 Ω
- Coil Inductance ($L$): 150 mH (0.15 H)
- Switching Time ($dt$): 1 µs (0.000001 s) — typical for a mechanical contact bounce or a fast MOSFET turn-off.
Step 1: Calculate Steady-State Current
Using Ohm's Law, the current flowing through the coil when the relay is energized is:
$I = V / R = 12V / 75\Omega = 0.16\text{ A}$ (160 mA).
Step 2: Calculate the Induced Voltage Spike
When the switch opens, the current drops from 0.16 A to 0 A in 1 microsecond. The rate of change of current ($di/dt$) is $0.16 / 0.000001 = 160,000\text{ A/s}$.
Using Faraday’s Law of Induction ($V = -L \times di/dt$):
$V = -0.15\text{ H} \times 160,000\text{ A/s} = -24,000\text{ V}$.
This calculation perfectly illustrates how to describe the relationship between electricity and magnetism in a failure-analysis context: the magnetic field stored energy must go somewhere, and if you don't provide a safe electrical path, it will forge its own path via high-voltage breakdown. For practical measurement techniques on these spikes, Fluke's guide on inductance and electrical testing details how to safely probe inductive kickback using oscilloscopes and high-voltage probes.
Where You Meet This in Practice (And What People Confuse It With)
You interact with electromagnetism every time you wire a panel or design a PCB. Here is where this relationship physically manifests in daily work:
- Mains Wiring and Breaker Sizing: Inductive loads like HVAC compressors and fluorescent ballasts draw high inrush currents and cause the current waveform to lag the voltage waveform (poor power factor). This is why motor circuits require Type C or Type D curve breakers; a standard Type B breaker would trip instantly on the magnetic inrush, misinterpreting the electromagnetism-driven startup surge as a short circuit.
- Switch-Mode Power Supplies (SMPS): In a buck converter, a MOSFET switches on and off at high frequencies (e.g., 500 kHz). The inductor stores energy in its magnetic field during the 'on' time and releases it to the output capacitor during the 'off' time. Without this magnetic energy transfer, efficient voltage step-down would be impossible.
- Variable Frequency Drives (VFDs): VFDs use PWM to synthesize AC waveforms for motor control. The long cable runs between the VFD and the motor act as parasitic inductors and capacitors. The changing magnetic fields in the cables can cause reflected wave voltage spikes at the motor terminals, degrading the winding insulation over time.
Common Confusions on the Bench
When troubleshooting, hobbyists and junior techs frequently confuse a few core concepts regarding this relationship:
- Static vs. Changing Fields: People often assume that running a steady DC current through a primary coil will induce a steady voltage in a secondary coil. It will not. A steady DC current creates a static magnetic field. Faraday's law requires a changing magnetic flux to induce voltage. This is why transformers only work with AC or pulsed DC.
- Magnetic Fields vs. Electrostatic Fields: Inductors store energy in a magnetic field (proportional to current), while capacitors store energy in an electrostatic field (proportional to voltage). Confusing the two leads to disastrous component substitutions, like trying to use a capacitor to smooth a current ripple in a way that requires an inductor.
- Core Saturation vs. Thermal Limits: A component might be rated for 5A thermally (the wire won't melt), but its magnetic core might saturate at 2A. Once saturated, the inductance collapses, and the circuit loses its filtering or energy-storage capability, even though the part isn't physically hot.
Frequently Asked Questions
Q: Does maintaining a magnetic field consume real power (watts)?
A: No. An ideal inductor stores energy in its magnetic field and returns it to the circuit, consuming zero real power (watts). It only draws reactive power (VARs). In the real world, the only real power consumed by an inductor is the $I^2R$ heat loss from the DC resistance of the copper wire itself.
Q: Why do high-frequency circuits use powdered iron or ferrite cores instead of silicon steel?
A: Silicon steel (used in 50/60Hz mains transformers) is highly conductive. At high frequencies, the changing magnetic field induces massive eddy currents inside the steel core, causing it to overheat and fail. Ferrite is a ceramic material that is magnetic but electrically insulating, which effectively blocks eddy currents at frequencies up to several megahertz. For deeper physics on magnetic flux and induction, the Georgia State University HyperPhysics portal remains a gold-standard academic reference.






