Current Division for Inductors in Circuit Analysis

What Current Division Actually Is

Current division is a fundamental circuit analysis technique. When current flows into a node that branches into multiple paths, that current splits. The amount going through each branch depends on the impedance of that branch.

For inductors, this gets tricky because inductor impedance changes with frequency. Unlike resistors, you cannot just look at the component values and know how current divides. The frequency matters.

The Current Division Formula for Inductive Circuits

The basic current division principle states that current splits inversely proportional to impedance. A branch with lower impedance gets more current.

For two parallel branches with impedances Z1 and Z2 and total current It entering:

The problem with inductors is that Z1 and Z2 are complex numbers. You are working with phasors, not real numbers.

Inductor Impedance

An inductor's impedance is:

Z_L = jωL = j2πfL

This is purely imaginary. The magnitude is ωL, and the phase angle is always +90°.

When you apply current division with inductors, you must handle complex arithmetic. The resulting currents will have both magnitude and phase.

Generalized Current Division with Complex Impedances

For multiple parallel branches:

Ik = It × (Yk / ΣYn)

Where Y is admittance (1/Z). This works for any component combination including inductors.

Current Division: Inductors vs Other Components

Component Impedance Frequency Behavior Current Division Behavior
Resistor R (real) Constant Simple real-number calculation
Inductor jωL (imaginary) Increases with frequency Phase-shifted currents, frequency dependent
Capacitor 1/(jωC) (imaginary) Decreases with frequency Phase-shifted currents, frequency dependent

Why Inductors Are Different

Resistors give you real-number answers. Inductors force you into the complex plane.

At DC (f = 0), an inductor is a short circuit. At very high frequency, an inductor is an open circuit. This means current division through inductive branches changes dramatically with frequency.

You cannot calculate current division for an inductive circuit without knowing the frequency.

Step-by-Step: Solving Current Division with Inductors

Problem Setup

Say you have a current source It feeding two parallel inductors L1 and L2.

Example: L1 = 10mH, L2 = 20mH, source frequency = 1kHz, It = 5A

Step 1: Calculate Each Inductor's Impedance

Z1 = j2π(1000)(0.01) = j62.83Ω

Z2 = j2π(1000)(0.02) = j125.66Ω

Step 2: Apply Current Division Formula

I1 = It × (Z2 / (Z1 + Z2))

I1 = 5A × (j125.66 / (j62.83 + j125.66))

I1 = 5A × (j125.66 / j188.49)

I1 = 5A × 0.667 = 3.33A

I2 = 5A × (j62.83 / j188.49) = 5A × 0.333 = 1.67A

Step 3: Check Your Work

I1 + I2 should equal It (Kirchhoff's Current Law):

3.33A + 1.67A = 5A ✓

The smaller inductor (L1) gets more current because it has lower impedance. This matches the inverse relationship.

Mixed Component Circuits

Real circuits rarely have only inductors. You will encounter combinations:

The method stays the same. Calculate total impedance of each branch, then apply current division.

Example: Inductor and Resistor in Parallel

L = 5mH, R = 100Ω, f = 2kHz, It = 2A

Z_L = j2π(2000)(0.005) = j62.83Ω

Z_R = 100Ω (real)

For the resistor branch:

I_R = 2A × (|Z_L| / |Z_L + Z_R|)

I_R = 2A × (62.83 / √(100² + 62.83²))

I_R = 2A × (62.83 / 117.8) = 2A × 0.533 = 1.07A

I_L = 2A × (100 / 117.8) = 2A × 0.849 = 1.70A

Check: 1.07 + 1.70 = 2.77A ≠ 2A. The phase angles differ, so vector addition is required, not scalar.

When to Use Admittance Instead

For parallel circuits, admittance (Y = 1/Z) often simplifies calculations:

Ik = It × (Yk / Ytotal)

For inductors, Y_L = 1/(jωL) = -j/(ωL). The admittance is negative imaginary.

Working with admittance eliminates complex denominators in some problems. Choose whichever makes your arithmetic cleaner.

Common Mistakes

Quick Reference: Current Division Formulas

Configuration Formula
Two parallel inductors I1 = It × L2/(L1+L2), I2 = It × L1/(L1+L2) [only at same frequency]
General two-branch I1 = It × Z2/(Z1+Z2), I2 = It × Z1/(Z1+Z2)
General admittance form Ik = It × Yk/(Y1+Y2+...+Yn)
N identical inductors Current through each = It/N

Getting Started: Practice Problems

Work through these to build intuition:

  1. Two 10mH inductors in parallel with 1A source at 60Hz. Find current through each.
  2. 5mH inductor in parallel with 200Ω resistor at 1kHz, It = 100mA. Find branch currents.
  3. 10mH and 20mH in parallel at 500Hz. What happens to current division if frequency doubles?

For problem 1: Both inductors have equal impedance, so current divides equally. Each gets 0.5A.

For problem 3: At 500Hz, Z1 = j15.7Ω, Z2 = j31.4Ω. Current splits 2:1 favoring the smaller inductor. Double frequency to 1kHz: Z1 = j31.4Ω, Z2 = j62.8Ω. The ratio stays 2:1. Current division ratio depends only on the inductance ratio, not the frequency—when comparing two pure inductors.

When You Will Actually Use This

Current division with inductors appears in:

If you are designing any AC circuit, you need this. If you are just solving textbook problems, you still need this.

The math is straightforward once you accept that complex numbers are required. Calculate impedances, apply the division formula, and track your phase angles. That is it.