The Series Inductors Formula and Node Topology

The series inductors formula dictates that when inductors are connected end-to-end with no mutual magnetic coupling, their total inductance is the simple sum of their individual values. Expressed mathematically:

Ltotal = L1 + L2 + ... + Ln

This assumes the magnetic fields of the inductors do not interact. In a physical circuit, the topology follows a strict daisy-chain node structure. Current flows from the source into Node A, through the first inductor to Node B, through the second to Node C, and so on, until exiting the final inductor at the output node. Because there is only one path for current, the exact same AC or DC current flows through every component in the chain.

To ground this in reality, let us look at a physical build using standard off-the-shelf axial inductors. If you need a specific inductance value that is not available in a single package, or if you are building a multi-stage filter, you can combine standard values. Below is a data-dense breakdown using real Bourns 78F-series RF chokes.

Table 1: Real-World Series Inductor Calculation (Bourns 78F Series)
Component Part Number Inductance (L) DC Resistance (DCR) Max DC Current
L1 78F100J-RC 10 µH 0.70 Ω 1.10 A
L2 78F470J-RC 47 µH 2.30 Ω 0.65 A
L3 78F101J-RC 100 µH 4.20 Ω 0.48 A
Total / Limit Combined 157 µH 7.20 Ω 0.48 A
Critical Design Constraint: Notice the Max DC Current row. In a series topology, the maximum continuous current the entire chain can handle is strictly limited by the weakest link—in this case, L3 at 0.48 A. Pushing 0.60 A through this chain will overheat and destroy L3, regardless of L1's 1.10 A rating.

Series vs. Parallel: Why Choose Series Inductors?

Why use the series inductors formula instead of wiring them in parallel? The choice comes down to impedance targets, DC resistance (DCR) tolerance, and current handling. Wiring inductors in series increases both total inductance and total DCR. Wiring them in parallel decreases both, following the reciprocal formula (similar to parallel resistors).

Table 2: Topology Comparison Matrix
Criteria Series Topology Parallel Topology
Total Inductance Increases (L1 + L2) Decreases (1 / (1/L1 + 1/L2))
Total DCR Increases (Cumulative voltage drop) Decreases (Current divides)
Current Handling Limited by the lowest-rated component Sum of individual current ratings (if DCR is matched)
Primary Use Case Achieving high L values, multi-stage EMI filtering, increasing impedance at high frequencies. Handling high ripple current in DC-DC converters, lowering DCR in high-power rails.
Failure Tolerance Zero (An open circuit kills the whole path) Moderate (One open branch shifts current to others)

You choose the series topology when you need cumulative inductance for steep filter roll-offs (like a Pi-filter or T-filter in audio crossovers) or when you need to block high-frequency noise across a broad spectrum by stacking a small high-frequency choke in series with a large low-frequency choke. For deeper reading on AC reactance behavior in these configurations, refer to the All About Circuits AC textbook chapter on inductors.

Design Walkthrough: Breadboard-Testing a 157µH Chain

Let us take the 157 µH Bourns chain from Table 1 and validate it on the bench. Inductors are notoriously sensitive to parasitic capacitance and mutual coupling, so physical layout matters just as much as the math. If you place L1, L2, and L3 physically parallel and touching on a breadboard, their magnetic fields will couple, introducing mutual inductance (M). This alters the formula to Ltotal = L1 + L2 + L3 ± 2M, ruining your calculated value.

Step-by-Step Breadboard Verification

  1. Baseline DCR Measurement: Before inserting the components, use a precision multimeter (e.g., Fluke 87V) to measure the DC resistance of each inductor individually. Record these values to compare against the datasheet DCR.
  2. Orthogonal Placement: Insert L1, L2, and L3 into the breadboard. Crucially, orient them orthogonally (at 90-degree angles to one another) or space them at least 1 inch apart to minimize mutual magnetic coupling.
  3. Series Jumper Wiring: Use short, thick jumper wires to connect the output lead of L1 to the input lead of L2 (Node B), and L2 to L3 (Node C). Keep lead lengths under 10mm to minimize stray series inductance from the wires themselves.
  4. Total DCR Check: Measure the resistance across Node A and Node D. It should read approximately 7.2 Ω. If it reads significantly higher, you have a poor breadboard contact introducing parasitic resistance.
  5. LCR Meter Validation: Connect a dedicated LCR meter (like the DER EE DE-5000) across Node A and Node D. Set the test frequency to 1 kHz. The reading should be within 5% of 157 µH. If it reads higher (e.g., 170 µH), your inductors are too close together and are mutually coupling.
  6. Time-Constant Functional Test: For a dynamic check, apply a 5V square wave from a function generator in series with a known 100 Ω resistor. Probe the voltage across the inductor chain with an oscilloscope. Measure the time it takes for the voltage to decay to 36.8% of its initial peak. Using the formula τ = L / Rtotal, you can back-calculate the real-world inductance under dynamic conditions.

Failure Modes: What Breaks at the Extremes?

Understanding how a series inductor chain fails is critical for designing protective circuitry, especially in switch-mode power supplies (SMPS) where inductive kickback can destroy silicon. Below is the behavior matrix for extreme fault conditions.

Table 3: Series Inductor Fault Behavior Matrix
Fault Condition Effect on Total Inductance Effect on Circuit Current Physical Consequence
L1 Opens (Wire breaks) Becomes irrelevant (Infinite impedance) Drops to zero immediately System loses power. If current was high, a massive voltage spike (V = L di/dt) occurs across the break, potentially arcing across the air gap or destroying upstream MOSFETs.
L2 Shorts (Internal winding insulation fails) Drops to L1 + L3 (110 µH) Increases due to lost inductive reactance and lower DCR Filter cutoff frequency shifts higher. The remaining inductors (L1, L3) must now absorb the full ripple current, potentially leading to cascading thermal failures.
Core Saturation (Current exceeds Isat) Plummets to near-zero (Air-core value) Spikes dramatically (Limited only by DCR) The inductor effectively becomes a short circuit. In a buck converter, this results in immediate overcurrent destruction of the switching transistor unless cycle-by-cycle current limiting is active.
Saturation vs. Thermal Limits: Datasheets list two current ratings: Irms (thermal limit, where the part gets too hot) and Isat (saturation limit, where inductance drops by 20-30%). In a series chain, you must ensure your peak transient current never exceeds the Isat of the smallest inductor. If L3 saturates during a load transient, your 157 µH filter instantly becomes a ~10 µH filter, causing severe output voltage ringing. For comprehensive derating guidelines, consult manufacturer resources like the Electronics Tutorials inductor series guide.

By treating the series inductors formula not just as an addition problem, but as a complex interplay of DCR, current limits, and magnetic coupling, you can design robust filters and power stages that survive real-world bench and field conditions. Always verify your physical layout, respect the weakest current link, and test for mutual coupling before finalizing your PCB footprint.