Magnetism and electricity are two manifestations of the same fundamental electromagnetic force, where moving electric charges create magnetic fields, and changing magnetic fields induce electric voltage. This relationship, governed by Maxwell’s equations, is the bedrock of modern power generation and electromechanical conversion. In a real circuit or installation, this interaction introduces inductance and back-electromotive force (back-EMF), which causes alternating current to lag behind voltage, limits inrush current in motors, and allows transformers to step voltages up or down. A common confusion among hobbyists and junior technicians is assuming that any magnetic field induces current; in reality, the magnetic flux must be changing over time, or the conductor must be physically moving through a static field, to generate an electromotive force (EMF).
The Core Data: Magnetic Properties of Common Core Materials
When designing inductors, transformers, or electromagnets, the material you place inside the wire coil dictates how efficiently magnetic flux is generated and contained. This efficiency is measured by relative permeability (how much better the material conducts magnetic flux compared to a vacuum) and saturation flux density (the maximum magnetic field the material can hold before it behaves like air). Pushing a core past its saturation point causes inductance to collapse, leading to massive current spikes.
Below is a reference table of core materials you will encounter in everything from 60Hz mains transformers to high-frequency switch-mode power supplies (SMPS).
| Core Material | Relative Permeability (μr) | Saturation Flux Density (Tesla) | Typical Application & Notes |
|---|---|---|---|
| Air / Vacuum | 1 | N/A (Linear) | RF inductors, high-current chokes. Never saturates, but requires many turns for low inductance. |
| MnZn Ferrite | 1,000 – 15,000 | 0.3T – 0.5T | Switch-mode power supplies (10kHz - 2MHz). High permeability but saturates easily and is brittle. |
| Silicon Electrical Steel | 4,000 – 8,000 | 1.5T – 2.0T | 50/60Hz Mains transformers, motor stators. Laminated to reduce eddy current losses at low frequencies. |
| Powdered Iron | 10 – 100 | 0.8T – 1.2T | High-frequency filtering, PFC chokes. Distributed air gap prevents hard saturation, offering a 'soft' roll-off. |
Worked Example: Calculating Induced Voltage (Back-EMF)
To understand what this interaction changes in a real circuit, we look to Faraday’s Law of Induction. The induced voltage (E) across a coil is proportional to the number of turns (N) and the rate of change of the magnetic flux (ΔΦ/Δt). The formula is:
E = -N × (ΔΦ / Δt)
Let’s look at a scenario that destroys microcontrollers every day: inductive kickback from a DC relay.
The Scenario: You are using an ESP32 GPIO pin (via a driver transistor) to switch a standard 12V DC automotive relay. The relay coil has 800 turns of wire. When the ESP32 pulls the GPIO LOW to turn off the relay, the magnetic field collapses. The flux drops from 1.5 milliWebers (mWb) to 0 mWb in just 0.5 milliseconds (ms).
The Calculation:
- Change in flux (ΔΦ) = 1.5 × 10-3 Wb
- Change in time (Δt) = 0.5 × 10-3 s
- Number of turns (N) = 800
E = 800 × (1.5 × 10-3 / 0.5 × 10-3)
E = 800 × 3 = 2,400 Volts
When you break the circuit, the collapsing magnetic field induces a 2,400V spike of reverse polarity across the coil. Because the ESP32 GPIO and standard logic-level MOSFETs are rated for a maximum of 3.3V to 20V, this 2.4kV spike will instantly avalanche the silicon junction, permanently bricking your microcontroller or blowing the MOSFET.
The Fix: This is exactly why you must solder a flyback diode (like a 1N4007) in reverse-parallel across the relay coil. The diode clamps the induced voltage to roughly 0.7V, safely dissipating the stored magnetic energy as heat.
Where You Meet Magnetism and Electricity in Practice
Beyond relay snubbers, the magnetism-electricity relationship dictates the behavior of several common components you will wire and troubleshoot on the bench or in the panel.
AC Motor Startup vs. Running Current
When you first energize an AC induction motor (like a table saw or HVAC compressor), the rotor is stationary. There is no back-EMF, so the only thing limiting current is the low DC resistance of the windings. This results in a massive Locked Rotor Amps (LRA) inrush, often 6 to 8 times the running current. As the motor spins, the rotating magnetic field induces a back-EMF in the stator that opposes the line voltage, dropping the current down to the normal Full Load Amps (FLA). This is why motor-rated breakers (like HACR types) have magnetic trip curves designed to tolerate this brief inrush without nuisance-tripping.
Transformer Mutual Induction
In a transformer, alternating current in the primary winding creates a constantly expanding and collapsing magnetic field in the core. This changing field cuts across the secondary winding, inducing a voltage. The ratio of primary to secondary voltage is strictly dictated by the ratio of wire turns. According to All About Circuits, if a transformer has 500 primary turns and 50 secondary turns, a 120V AC input will induce exactly 12V AC on the secondary, assuming ideal coupling.
Inductive Reactance in AC Wiring
In long AC cable runs, the physical spacing between the hot and neutral conductors creates a small amount of inductance. While negligible in standard 14 AWG NM-B residential romex, in heavy industrial feeders or high-frequency VFD (Variable Frequency Drive) motor cables, this inductance causes voltage drop and phase shift. This is why VFD cables often use symmetrical shielded designs or continuous corrugated aluminum armor to minimize the magnetic loop area.
Frequently Asked Questions
Why doesn't a static magnet sitting next to a wire generate electricity?
Faraday’s Law requires a change in magnetic flux over time (dΦ/dt). A static magnet produces a constant magnetic field. Because the flux is not changing, the derivative is zero, and no voltage is induced. To generate power, you must either move the magnet, move the wire, or use an alternating current to create a fluctuating field (as seen in Georgia State University's HyperPhysics references on electromagnetic induction).
What is the difference between magnetic flux (Webers) and flux density (Teslas)?
Think of magnetic flux (measured in Webers, Wb) as the total 'amount' of magnetic field passing through a given area. Flux density (measured in Teslas, T) is how concentrated that field is per square meter (1 Tesla = 1 Weber per square meter). A core material's saturation limit is always rated in Teslas (flux density), because it describes how tightly packed the magnetic domains can get before the material saturates.
Does inductance consume power like resistance does?
No. Pure inductance stores energy in a magnetic field and returns it to the circuit when the field collapses. It does not dissipate energy as heat. However, real-world inductors have wire resistance (which causes I²R heating) and core losses (eddy currents and hysteresis in the magnetic material). When measuring with a clamp meter or analyzing power factor, inductive loads draw 'reactive power' (VARs), which burdens the wiring and transformers without performing useful work.
How do I measure inductance on the bench?
You cannot measure inductance with a standard multimeter's resistance setting. You need an LCR meter. Set the meter to measure inductance (L) and select a test frequency appropriate for your component (e.g., 100 Hz for mains chokes, 100 kHz for SMPS ferrite inductors). As noted by Fluke Corporation, always discharge large capacitors and isolate the inductor from the rest of the circuit before probing, as parallel components will skew the LCR reading.






