The Core Inductance Equation and Symbol Definitions

When you need to design a custom choke, wind a transformer, or simply understand why your buck converter inductor is saturating, you must rely on the foundational magnetic equations physics provides for solenoids and toroids. The master equation for the inductance of a coil wound around a uniform magnetic core is derived from Hopkinson’s Law and the definition of magnetic flux linkage.

The formula is:

L = (μ0 · μr · N2 · A) / l

Table 1: Symbol Definitions and SI Units
Symbol Parameter SI Unit Typical Bench Value
L Inductance Henries (H) 10 nH to 10 mH
μ0 Vacuum permeability H/m 4π × 10-7 (1.2566 × 10-6)
μr Relative permeability of core Dimensionless 1 (air) to 2000 (MnZn ferrite)
N Number of wire turns Dimensionless 5 to 500
A Cross-sectional area of core Square meters (m2) 10 mm2 to 200 mm2
l Magnetic path length Meters (m) 20 mm to 150 mm

Assumptions, Unit Traps, and Realistic Magnitudes

This equation is not a universal magic wand; it operates under strict physical assumptions. It applies only when the magnetic path is uniform (like a toroid or a long solenoid), the core material is operating below its saturation flux density (Bsat), and the coil length is significantly greater than its diameter (for solenoids) to ignore end-fringing effects.

⚠️ The Unit Trap That Breaks 90% of Calculations:
Core datasheets from manufacturers like TDK, Fair-Rite, or Micrometals almost always list Area (Ae) in mm2 and Path Length (le) in mm. If you plug mm2 directly into the formula without converting to m2 (multiplying by 10-6), your calculated inductance will be off by a factor of one million. Always convert geometry to base SI units (meters) before calculating.

Realistic Answer Magnitudes: If you are calculating an air-core coil (μr = 1), expect answers in the nanoHenry (nH) to low microHenry (μH) range. If you are using a high-permeability ferrite (μr > 1000), expect milliHenry (mH) values. If your air-core math spits out 5 Henries, you forgot to square the radius when calculating area.

Rearranged Forms for Practical Design

On the bench, you rarely solve for L directly. Usually, you have a target inductance and a core sitting in your parts bin, and you need to know how many turns to wind. Here are the algebraically rearranged forms you will actually use:

  • Solving for Turns (N): N = √( (L · l) / (μ0 · μr · A) )
  • Solving for Required Area (A): A = (L · l) / (μ0 · μr · N2)
  • Solving for Core Permeability (μr): μr = (L · l) / (μ0 · N2 · A)
  • Solving for Path Length (l): l = (μ0 · μr · N2 · A) / L

Worked Problem 1: Designing an Air-Core RF Choke

Scenario: You are building an RF matching network for an ESP32-WROOM-32 antenna trace and need a 100 nH air-core choke. You have a 4 mm diameter ceramic coil form (radius = 2 mm) and want the coil to be 10 mm long. How many turns of enameled copper wire do you need?

Step 1: Convert to SI Units

  • Target L = 100 nH = 100 × 10-9 H
  • Radius r = 2 mm = 0.002 m
  • Length l = 10 mm = 0.01 m
  • μr = 1 (air/ceramic form)

Step 2: Calculate Cross-Sectional Area (A)

  • A = π · r2 = π · (0.002)2 = 1.2566 × 10-5 m2

Step 3: Apply the Rearranged Formula for N

  • N = √( (L · l) / (μ0 · μr · A) )
  • Numerator: (100 × 10-9) · (0.01) = 1.0 × 10-9
  • Denominator: (4π × 10-7) · 1 · (1.2566 × 10-5) = 1.579 × 10-11
  • Division: 1.0 × 10-9 / 1.579 × 10-11 = 63.33
  • N = √(63.33) = 7.96 turns

Result: Wind exactly 8 turns. For RF applications, always verify the final value with an LCR meter at your operating frequency (e.g., 2.4 GHz), as parasitic capacitance between windings will shift the effective inductance.

Worked Problem 2: Sizing a Ferrite Toroid for a Filter

Scenario: You need a 1 mH common-mode choke for a 50 kHz audio DAC power supply filter. You select a standard Material 43 MnZn ferrite toroid (OD=38mm, ID=24mm, Ht=13mm) which has an initial permeability (μi) of 850. How many turns are required?

Step 1: Extract and Convert Core Geometry

  • Mean Path Length l = π · ((OD + ID) / 2) = π · ((38 + 24) / 2) = 97.39 mm = 0.09739 m
  • Cross-Sectional Area A = ((OD - ID) / 2) · Ht = ((38 - 24) / 2) · 13 = 91 mm2 = 91 × 10-6 m2
  • Target L = 1 mH = 1 × 10-3 H

Step 2: Calculate the Denominator (Core Factor)

  • μ0 · μr · A = (1.2566 × 10-6) · 850 · (91 × 10-6) = 9.715 × 10-8

Step 3: Solve for N

  • Numerator: L · l = (1 × 10-3) · 0.09739 = 9.739 × 10-5
  • Ratio: 9.739 × 10-5 / 9.715 × 10-8 = 1002.47
  • N = √(1002.47) = 31.66 turns

Result: Wind 32 turns. Because Material 43 is highly sensitive to temperature and DC bias, measure the inductance with your actual DC load current applied; permeability can drop by 20% under bias, requiring you to add 3 or 4 extra turns to compensate.

Decision Path: Selecting Your Core Material and Geometry

Knowing the math is only half the battle. The equation assumes μr is constant, but in reality, core permeability collapses if you exceed the material's saturation flux density or operate outside its frequency band. Use this decision tree to terminate your design process with a specific, orderable part number.

Application Condition Core Material Type Concrete Part Pick
IF Frequency < 100 kHz AND High DC bias current (> 2A) THEN Powdered Iron (Distributed air gap prevents hard saturation) Micrometals T50-2 (Material 2, μr=10)
IF Frequency > 100 kHz AND Low DC bias (Signal/EMI filtering) THEN MnZn Ferrite (High permeability, low core loss at HF) Fair-Rite 5943003801 (Material 43, μr=850)
IF High Frequency (> 300 kHz) AND High DC Bias (Switching Power Supply) THEN Gapped Ferrite E-Core (Physical gap stores energy, linearizes μ) EPCOS B66317G0250X127 (E20 core, 250μm gap)
The Default Recommendation: If you are building a modern DC-DC buck converter (e.g., 12V to 5V at 500 kHz) and need a power inductor, stop calculating air-gaps on toroids. Buy the EPCOS B66317G0250X127. The physical 250μm air gap machined into the center leg lowers the effective permeability to roughly 125, allowing it to handle amps of DC bias without saturating, while the N87 ferrite material keeps high-frequency hysteresis losses minimal.

For deeper reference on material characteristics and core loss curves, always consult the TDK Electronics Ferrite Cores catalog or the Micrometals material datasheets. The underlying physics of magnetic circuits, as documented by resources like Georgia State University's HyperPhysics, remains constant, but the material science dictating μr and Bsat requires up-to-date manufacturer data.