Inductance is the property of an electrical conductor that opposes a change in the current flowing through it by storing energy in a magnetic field. When you force current through a wire, it generates a magnetic field; when that current changes, the expanding or collapsing field induces a voltage that actively fights the change. This is Faraday’s law of induction in action, and it is the fundamental reason your bench power supply rings when you switch a heavy load, why buck converters require physical coils to step down voltage, and why a simple relay can destroy a microcontroller if left unprotected.
The Physics of the Magnetic Flywheel
To understand inductance ($L$, measured in Henries), it helps to look at the governing equation: $V = L \frac{di}{dt}$. This formula states that the voltage ($V$) induced across an inductor is equal to its inductance multiplied by the rate of change of current ($\frac{di}{dt}$) over time.
Unlike resistance, which dissipates energy as heat, an ideal inductor stores energy in its magnetic field and returns it to the circuit when the current decreases. The energy stored is calculated as $E = \frac{1}{2} L I^2$. This energy storage capability is what makes inductors indispensable in modern power electronics.
Where You Meet Inductance in Practice
You interact with inductance constantly on the workbench and in the field, whether you are designing a PCB or wiring a control panel. Here is where it physically manifests:
- Switch-Mode Power Supplies (SMPS): Buck, boost, and buck-boost converters rely on inductors (like the Coilcraft XEL or Würth Elektronik WE-PD series) as temporary energy buckets to transfer power from input to output efficiently.
- Motors and Electromechanical Relays: Every motor winding and relay coil is essentially a massive inductor. A standard 12V automotive relay (e.g., Bosch 0332014150) possesses a coil inductance of roughly 100mH to 150mH.
- EMI and RFI Filtering: Common-mode chokes utilize high inductance to block high-frequency switching noise from escaping a power supply, while allowing 50/60Hz AC or DC to pass unimpeded.
- Parasitic Inductance: Every physical conductor has parasitic inductance. A straight piece of 12 AWG THHN wire has approximately 1 µH of inductance per meter. In high-speed digital circuits or MOSFET gate drive loops, even the 2mm length of a PCB trace (roughly 2nH) can cause severe voltage ringing if the switching edge ($\frac{di}{dt}$) is fast enough.
Worked Numeric Example: Sizing a Buck Converter Inductor
Let us move from theory to the bench. Suppose you are designing a 12V to 5V buck converter to power a logic circuit, delivering a maximum of 2A at a 500 kHz switching frequency ($f_{sw}$). You need to calculate the required inductance to keep the ripple current manageable.
$\Delta I_L = 0.30 \times 2A = 0.6A$
The standard formula for calculating the inductance of a continuous conduction mode (CCM) buck converter is:
$L = \frac{V_{out} \times (V_{in} - V_{out})}{V_{in} \times f_{sw} \times \Delta I_L}$
Plugging in our real-world values:
- $L = \frac{5 \times (12 - 5)}{12 \times 500,000 \times 0.6}$
- $L = \frac{35}{3,600,000}$
- $L = 9.72 \mu H$
We round to the nearest standard E-series value and select a 10 µH shielded power inductor. However, inductance is only half the specification. We must verify the saturation current ($I_{sat}$). The peak current through the inductor is $I_{out} + \frac{\Delta I_L}{2} = 2A + 0.3A = 2.3A$. We select a component like the Coilcraft XEL5030-103, which boasts an $I_{sat}$ of 7.5A. This massive headroom ensures the magnetic core will not saturate—and drop its inductance to near zero—during sudden load transients. For deeper component selection parameters, the Coilcraft Power Inductor Selection Guide is an essential bench reference.
Real-World Scenario Walkthrough: The Relay Flyback Spike
Ignoring inductance is the fastest way to destroy semiconductor components. Here is a classic failure mode that happens to hobbyists and junior engineers alike.
The Setup
You are using an Arduino Nano to control a 12V fuel pump relay via a standard 2N2222 NPN bipolar junction transistor (BJT). The Arduino GPIO pin drives the BJT base through a 1kΩ resistor. The relay coil is connected between the 12V supply and the BJT collector. To save space on your perfboard, you omit the flyback diode.
The Numbers
The relay coil has a DC resistance of 75Ω. The steady-state current is $I = \frac{12V}{75\Omega} = 160mA$. The coil inductance is measured at 150mH (0.15H). The energy stored in the magnetic field while the relay is pulled in is $E = \frac{1}{2} L I^2 = 0.5 \times 0.15 \times (0.16)^2 = 1.92 mJ$.
The Outcome
The Arduino pulls the GPIO pin LOW, turning off the BJT in roughly 50 nanoseconds. The current attempts to drop from 160mA to 0A almost instantly. Because $V = L \frac{di}{dt}$, the inductor generates a massive voltage spike at the collector node to force the current to keep flowing.
What Went Wrong
The voltage at the collector spikes well past 200V. The 2N2222 has a maximum Collector-Emitter breakdown voltage ($V_{CEO}$) of only 40V. The transistor undergoes avalanche breakdown, effectively becoming a short circuit for a microsecond and dissipating the 1.92 mJ of energy as intense localized heat in the tiny silicon die. The BJT is destroyed, and the high-voltage spike couples back through the base-collector capacitance, permanently frying the Arduino's ATmega328P GPIO pin.
Common Confusions: Inductance vs. Resistance vs. Capacitance
When diagnosing AC circuits or transient DC faults, confusing these three fundamental properties leads to incorrect component selection. The table below breaks down exactly how they differ in behavior and energy management.
| Property | Symbol | Unit | Opposes Change In... | Energy Storage Method |
|---|---|---|---|---|
| Resistance | R | Ohms (Ω) | Current flow (steady state & AC) | Dissipates as heat (no storage) |
| Inductance | L | Henries (H) | Current (transient/AC) | Magnetic field |
| Capacitance | C | Farads (F) | Voltage (transient/AC) | Electric field |
A common mistake is assuming an inductor blocks DC. In steady-state DC, an ideal inductor acts as a short circuit (zero resistance). It only reveals its impedance ($X_L = 2\pi f L$) when the current is changing, such as in AC circuits or during the PWM switching cycles of a motor controller. For a deeper dive into how these components interact in AC networks, the All About Circuits textbook on AC inductance provides excellent foundational math.
Frequently Asked Questions
What does inductance actually change in a real circuit or installation?
Inductance changes the timing and shape of current flow. In a practical sense, it delays the rise time of current when a switch is closed (preventing inrush spikes in some contexts) and causes voltage overshoots or arcing when a switch is opened. In AC power installations, inductive loads (like large HVAC motors) cause the current waveform to lag behind the voltage waveform, resulting in a poor power factor that requires capacitor banks to correct.
What do people most commonly confuse inductance with?
Beginners most commonly confuse inductance with resistance or capacitance. They confuse it with resistance because both limit current, but resistance limits all current equally by burning energy as heat, whereas inductance only limits changing current by storing energy. They confuse it with capacitance because both store energy, but capacitance opposes changes in voltage (acting like an electrical spring), while inductance opposes changes in current (acting like electrical mass).
Does wire gauge or physical shape affect inductance?
Yes, profoundly. Inductance is dictated by the physical geometry of the conductor. Coiling a wire multiplies its inductance because the magnetic fields of adjacent loops interact and叠加 (stack). Furthermore, increasing the cross-sectional area of a loop or adding a ferromagnetic core (like iron or ferrite) drastically increases the inductance. This is why a 500-foot spool of 14 AWG wire has significantly more inductance than the same length of wire stretched out in a straight line across a field.






