The formula for inductance reactance is XL = 2πfL. It defines the opposition an inductor presents to alternating current (AC), measured in ohms (Ω). Unlike resistance, which dissipates energy as heat, reactance temporarily stores energy in a magnetic field and returns it to the circuit. If you are designing an audio crossover, sizing a power supply choke, or tuning an RF matching network, this equation is your starting point. Below, we break down the derivation, track the units through solved problems, and look at a real-world scenario where blindly trusting this formula leads to a melted component.

The Core Equation and Symbol Definitions

The relationship between AC frequency and an inductor's opposition to current is strictly linear in an ideal component. As frequency increases, the rate of change of current (di/dt) increases, which induces a higher back-EMF according to Faraday's law. This back-EMF is what we measure as reactance.

The governing equation is:

XL = 2πfL   (or XL = ωL)
SymbolParameterSI UnitTypical Bench Magnitude
XLInductive ReactanceOhms (Ω)2Ω (audio) to 500Ω (RF chokes)
πPi (mathematical constant)Dimensionless~3.14159
fFrequency of the AC signalHertz (Hz)60Hz (mains) to 2.4GHz (WiFi)
LInductanceHenries (H)10nH (RF) to 100mH (power filters)
ωAngular frequency (2πf)Radians per second (rad/s)377 rad/s (for 60Hz mains)

What does a realistic answer look like? For a 10mH power line choke at 60Hz, expect a reactance around 3.77 Ω. For a 10μH switching regulator inductor at 500kHz, expect roughly 31.4 Ω. If your calculation yields 50,000Ω for a power inductor, you have likely missed a decimal place in your frequency or inductance conversion.

Rearranged Forms: Solving for Frequency and Inductance

On the bench, you rarely just solve for XL. More often, you have a target reactance and need to find the required inductance, or you need to find the cutoff frequency of a filter. Here are the algebraically rearranged forms:

  • Solving for Inductance (L): L = XL / (2πf)
  • Solving for Frequency (f): f = XL / (2πL)
  • Solving for Angular Frequency (ω): ω = XL / L

Solved Problems with Strict Unit Tracking

The most common point of failure for hobbyists and students is unit mismanagement. The formula demands base SI units: Hertz and Henries. Let us walk through two problems, explicitly tracking the dimensional analysis to prove the math works.

Problem 1: Finding Reactance for a Mains Filter

Scenario: You are building an EMI filter for a 60Hz AC motor and need to know the reactance of a 15mH common-mode choke at the fundamental frequency.

  1. Identify and convert variables:
    f = 60 Hz
    L = 15 mH = 15 × 10-3 H = 0.015 H
  2. Apply the formula:
    XL = 2 × π × 60 Hz × 0.015 H
  3. Calculate the scalar value:
    XL = 2 × 3.14159 × 60 × 0.015 = 5.6548...
  4. Track the units:
    [Hz] × [H] = [1/s] × [V·s/A] = [V/A] = [Ω]
  5. Final Answer: XL5.65 Ω

Problem 2: Sizing an RF Choke for a 2.4GHz WiFi Trace

Scenario: You need an RF choke that presents at least 150Ω of reactance to a 2.4GHz WiFi signal to prevent it from leaking into your DC bias line. What inductance do you need?

  1. Identify and convert variables:
    XL = 150 Ω
    f = 2.4 GHz = 2.4 × 109 Hz
  2. Rearrange the formula for L:
    L = XL / (2πf)
  3. Substitute values:
    L = 150 / (2 × 3.14159 × 2.4 × 109)
  4. Calculate:
    L = 150 / (15.079 × 109) = 9.947 × 10-9 H
  5. Convert to standard bench units:
    9.947 × 10-9 H = 9.95 nH

Bench Note: At 2.4GHz, a 9.95nH inductor is physically tiny (likely an 0402 SMD package). You must check the component's Self-Resonant Frequency (SRF); if the SRF is below 2.4GHz, the parasitic capacitance dominates and the part acts like a capacitor, rendering the XL calculation useless.

Bench Reality: A Real-World Scenario Walkthrough

Formulas assume ideal components. Real components exist in physics. Here is a scenario where ignoring the physical limits of the inductor led to a failure, despite the math being perfectly correct.

The Setup: A maker is designing a passive low-pass filter to clean up the 120VAC output of a modified sine wave inverter before feeding it to a sensitive audio amplifier. The goal is to block the 3rd harmonic (180Hz) noise. The target is to insert a series inductor that provides 25Ω of reactance at 180Hz, effectively choking the high-frequency noise while letting the 60Hz fundamental pass.

The Numbers:
Using the rearranged formula: L = 25 / (2 × π × 180) = 0.0221 H, or 22.1 mH.
The maker sources a 22mH iron-core toroidal inductor rated for 5A RMS and wires it in series with the load. The audio amplifier draws about 4A RMS at 60Hz.

The Outcome: Upon powering the circuit, the audio amplifier hums loudly. The inductor begins to emit an audible 60Hz buzz and grows hot to the touch within three minutes. The 180Hz noise is barely attenuated.

What Went Wrong (Core Saturation):
The formula for inductance reactance assumes L is a constant. However, inductance is dependent on the magnetic permeability (μ) of the core material. The 22mH rating on the datasheet was measured at a small-signal test current (usually 10mA). When the maker pushed 4A RMS of 60Hz fundamental current through the coil, the iron core entered magnetic saturation.

Once saturated, the core's permeability drops drastically, approaching that of air. The actual inductance under load plummeted from 22mH down to roughly 1.5mH. Recalculating the reactance at 180Hz with the saturated inductance: XL = 2π(180)(0.0015) = 1.7 Ω. This is virtually zero impedance, allowing the 180Hz noise to pass straight through to the amplifier. Furthermore, the collapsed magnetic field caused excessive eddy currents and hysteresis losses in the core, generating the heat and the audible buzzing. Lesson: Always verify that your inductor's saturation current (Isat) is significantly higher than the peak operating current of your circuit.

Assumptions, Limitations, and Unit Traps

To use the formula for inductance reactance effectively, you must understand the boundaries of its applicability. According to foundational texts like those found on All About Circuits and Electronics Tutorials, the equation relies on several strict assumptions.

When the Formula Applies (and When It Doesn't)

  • Pure Sinusoidal AC: The formula calculates reactance for a single, pure sine wave frequency. If you apply a square wave, you are actually applying an infinite series of odd harmonics. You must use Fourier analysis to find the reactance for each harmonic individually.
  • Steady-State Conditions: XL = 2πfL applies to steady-state AC. It does not describe the transient turn-on spike or the exponential decay when DC is suddenly applied or removed.
  • Linear Magnetic Regions: As demonstrated in the bench reality scenario, the core must not be saturated. The B-H curve must remain in its linear region for L to remain constant.

Unit Mistakes That Break the Math

The vast majority of calculation errors stem from failing to convert prefix units to base SI units before plugging them into the equation.

  • The milli/micro trap: Plugging '10' into the formula when you have a 10mH inductor will yield a result 1,000 times too large. Always multiply mH by 10-3 and μH by 10-6.
  • RPM vs. Hz: In motor and generator applications, speed is often given in Revolutions Per Minute (RPM). You must divide RPM by 60 to get Hertz before using the reactance formula.
  • Angular vs. Standard Frequency: If a problem gives you angular frequency (ω) in rad/s, do not multiply by 2π again. The formula simplifies to XL = ωL. (See Georgia State University HyperPhysics for detailed derivations on angular frequency in AC circuits).

Mastering the formula for inductance reactance is about more than memorizing XL = 2πfL. It requires tracking your units meticulously, understanding the physical limits of magnetic cores, and recognizing when parasitic elements like DC resistance and self-resonance take over the circuit's behavior.