Inductor Equations- Electronics Formulas

The Core Inductor Equations You Actually Need

Inductors are deceptively simple components. A coil of wire, right? Wrong. They're frequency-dependent energy storage devices that obey some very specific math. Get these equations wrong and your circuit either oscillates wildly or does nothing at all.

Defining Inductance

The fundamental equation:

V = L × (dI/dt)

Where:

This is Faraday's Law in action. A changing current creates a opposing voltage. The bigger the coil, the bigger the L, the bigger the voltage spike when you try to stop current flow fast.

Calculating Inductance from Physical Properties

For a solenoid inductor:

L = (μ₀ × N² × A) / l

Where:

If you add a magnetic core, multiply by the core's relative permeability (μr). Ferrite cores with μr of 1000+ turn a tiny coil into a serious inductor.

Energy Stored in an Inductor

Inductors store energy in their magnetic field:

W = ½ × L × I²

Where:

A 10mH inductor carrying 2A stores 0.02 joules. That doesn't sound like much until you open the circuit and it all dumps into your switch contacts as an arc.

Inductive Reactance

In AC circuits, inductors resist current flow based on frequency:

X_L = 2πfL

Where:

At DC (f=0), reactance is zero. At high frequencies, it shoots up toward infinity. This is why inductors make decent RF chokes — they block high frequencies while passing DC.

Complex Impedance

In AC analysis, inductors have complex impedance:

Z_L = jωL

Where ω = 2πf and j = √(-1)

The "j" accounts for the 90° phase shift between voltage and current. Voltage leads current by 90° in a pure inductor. Remember this or your phasor analysis will be backwards.

Time Constants and Transient Response

Inductor charging and discharging follow predictable exponential curves:

τ = L / R

Where τ = Time constant (seconds)

Current During Charging

I(t) = I_max × (1 - e^(-t/τ))

Current During Discharge

I(t) = I_0 × e^(-t/τ)

After 5τ, the circuit is essentially at steady state (99% of final value). A 10mH inductor with 100Ω series resistance has τ = 0.1ms. It reaches steady state in 0.5ms.

Series and Parallel Combinations

Series Connection

L_total = L₁ + L₂ + L₃ + ...

Just add them up. The magnetic fields add constructively. Total inductance increases.

Parallel Connection

1/L_total = 1/L₁ + 1/L₂ + 1/L₃ + ...

Same formula as resistors. Two 10mH inductors in parallel give 5mH total. Current splits between parallel branches.

Quality Factor (Q)

Q measures inductor efficiency:

Q = ωL / R_ac

Where R_ac is the AC resistance at the operating frequency.

Skin effect and proximity effect increase R_ac at high frequencies, killing your Q. This is why HF inductors often use litz wire — many thin strands twisted together to reduce skin effect.

Mutual Inductance and Transformers

When magnetic fields from one coil link to another:

V₁/V₂ = N₁/N₂ (ideal transformer)

M = k√(L₁ × L₂)

Where k = Coupling coefficient (0 to 1)

Comparing Common Inductor Types

Type Typical L Range Max Frequency Q Factor Saturation
Air Core 1nH - 1mH GHz 100-500 None
Ferrite Bead 1nH - 100μH MHz - GHz 20-100 Low
Iron Core 1mH - 100H Hz - kHz 10-50 High
Toroidal 1μH - 100mH kHz - MHz 50-200 Medium
Multilayer Chip 1nH - 10μH MHz - GHz 30-80 Low

Getting Started: Calculating Your First Inductor

Step 1: Identify your requirements

Step 2: Choose your core type

Step 3: Calculate turns needed

For a ferrite toroid with Al value of 3000nH/turn²:

N = √(L / Al)

Need 10mH? N = √(10,000,000 / 3000) = 58 turns

Step 4: Check wire size

Current density of ~500 circular mils per ampere keeps heating reasonable. 1A needs ~500cmil wire (AWG 20). 3A needs ~1500cmil (AWG 14).

Step 5: Verify it fits

58 turns of AWG 20 on a small toroid might not physically fit. Either use a larger core or thinner wire (if you can tolerate the resistance increase).

Common Mistakes That Will Burn You

Quick Reference Equations

What You Need Equation
Induced voltage V = L × (dI/dt)
Inductance from geometry L = (μ₀μrN²A)/l
Energy stored W = ½LI²
Reactance X_L = 2πfL
Complex impedance Z = jωL
Time constant τ = L/R
Series total L = L₁ + L₂ + ...
Parallel total 1/L = 1/L₁ + 1/L₂ + ...
Quality factor Q = ωL/R

Bookmark this page. You'll be back.