The inductive reactance formula is XL = 2πfL and the capacitive reactance formula is XC = 1 / (2πfC). Both equations calculate the opposition to alternating current (AC) in ohms (Ω), but they scale inversely with frequency. Inductors block high frequencies, while capacitors block low frequencies. Below, we break down every variable, map real-world magnitudes, and solve bench-level problems with strict unit tracking.

The XL and XC Formula: Core Equations and Symbol Definitions

Reactance is the imaginary part of impedance. Unlike resistance, which dissipates energy as heat, ideal reactance stores and releases energy in magnetic (inductive) or electric (capacitive) fields. To use the formulas correctly, you must map every symbol to its strict SI base unit.

Table 1: Symbol Definitions and SI Base Units
SymbolParameterSI UnitCommon Bench Prefixes
XLInductive ReactanceOhms (Ω)None (base unit)
XCCapacitive ReactanceOhms (Ω)None (base unit)
πPi (mathematical constant)Dimensionless≈ 3.14159
fFrequencyHertz (Hz)kHz (103), MHz (106), GHz (109)
LInductanceHenries (H)mH (10-3), μH (10-6), nH (10-9)
CCapacitanceFarads (F)mF (10-3), μF (10-6), nF (10-9), pF (10-12)

Rearranged Forms for Component Sizing

On the bench, you rarely solve for reactance directly. Usually, you have a target reactance (e.g., matching a 50Ω RF trace) and need to find the required component value or the crossover frequency. Here are the algebraic rearrangements:

  • Solve for Frequency (f): f = XL / (2πL) | f = 1 / (2πCXC)
  • Solve for Inductance (L): L = XL / (2πf)
  • Solve for Capacitance (C): C = 1 / (2πfXC)

Real-World Reactance Magnitudes Across Frequencies

Abstract formulas become intuitive when you see how values scale. The table below tracks a standard 10mH inductor (typical for audio crossovers or low-frequency filtering) and a 10μF capacitor (common for power supply decoupling) across four distinct frequency decades.

Table 2: Reactance Scaling for L = 10mH and C = 10μF
Frequency (f)Application ContextXL (10mH)XC (10μF)Dominant Component
60 HzAC Mains Power3.77 Ω265.26 ΩCapacitor blocks, Inductor passes
1 kHzAudio Midrange62.83 Ω15.92 ΩInductor blocks, Capacitor passes
10 kHzAudio Tweeter / PWM628.32 Ω1.59 ΩInductor heavily blocks
100 kHzSwitching Regulator6,283.19 Ω0.16 ΩCapacitor acts as near-short

Realistic Answer Magnitudes: If you calculate an XC of 0.0001Ω for a 100μF bulk capacitor at 100kHz, that is correct—it is effectively a short circuit to high-frequency noise. Conversely, if you calculate an XL of 45,000Ω for a 10μH RF choke at 700MHz, that is also correct. Reactance spans from milliohms in power filtering to tens of kilo-ohms in RF chokes. Trust the math when the magnitudes seem extreme.

Step-by-Step Solved Problems with Unit Tracking

The most common point of failure in reactance calculations is unit mismatch. The formulas demand strict SI base units (Henries, Farads, Hertz). Below are two worked examples demonstrating explicit unit conversion.

Problem 1: Sizing a Mains Choke for a Tube Amplifier

Scenario: You are rebuilding the power supply of a vintage tube amplifier. You need to calculate the inductive reactance of a 47mH choke coil operating on a standard 60Hz AC mains line to determine its voltage drop.

  1. Identify given values: L = 47mH, f = 60Hz.
  2. Convert to SI base units:
    L = 47 × 10-3 H = 0.047 H.
    f = 60 Hz (already base unit).
  3. Apply the XL formula:
    XL = 2πfL
    XL = 2 × 3.14159 × 60 × 0.047
  4. Calculate intermediate steps:
    2 × 3.14159 × 60 = 376.99 (angular velocity, ω)
    376.99 × 0.047 = 17.718
  5. Final Answer: XL17.72 Ω.

Bench Insight: At 17.72Ω, if the amplifier draws 200mA of AC ripple current, this choke will drop about 3.5V of AC ripple (V = I × XL), smoothing the DC rail significantly.

Problem 2: Selecting an RF Bypass Capacitor for a 2.4GHz WiFi Module

Scenario: You are designing a PCB for an ESP32-C3 module. The datasheet recommends a bypass capacitor that presents a reactance (XC) of no more than 50Ω at the 2.4GHz carrier frequency to shunt RF noise to ground. What capacitance do you need?

  1. Identify given values: XC = 50Ω, f = 2.4GHz.
  2. Convert to SI base units:
    f = 2.4 × 109 Hz = 2,400,000,000 Hz.
  3. Rearrange formula to solve for C:
    C = 1 / (2πfXC)
  4. Substitute and calculate:
    Denominator = 2 × 3.14159 × 2,400,000,000 × 50
    Denominator = 753,982,236,861.55
    C = 1 / 753,982,236,861.55
  5. Convert back to practical units:
    C = 1.326 × 10-12 F
    C = 1.33 pF.

Bench Insight: A 1.33pF capacitor is extremely small physically (likely an 0402 or 0201 SMD package). In reality, you would use a standard 100pF (0.1μF) ceramic capacitor, which yields an XC of just 0.66Ω at 2.4GHz, providing a much stronger RF short to ground. For more on high-frequency decoupling, refer to the All About Circuits guide on AC reactance.

Boundary Conditions: Assumptions, Unit Traps, and Parasitics

The XL and XC formulas are elegant, but they model ideal components in a sinusoidal steady state. When you move from textbook problems to physical circuit debugging, you must account for the following boundary conditions.

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

These formulas assume a pure sine wave. If you are driving an inductor with a square wave (like a 50% duty cycle PWM signal from a microcontroller), the square wave contains a fundamental frequency plus infinite odd harmonics. The XL formula only gives you the reactance at the fundamental frequency. The higher harmonics will see progressively higher inductive reactance, which is why square waves get rounded off when passed through inductors.

Furthermore, XC assumes AC. For pure DC (f = 0Hz), the capacitive reactance formula yields division by zero, resulting in infinite reactance. This mathematically proves the rule that 'capacitors block DC'.

The Unit Mistakes That Break Calculations

If your calculated answer is off by a factor of a million, you fell into a prefix trap. The three most common bench mistakes are:

  • The Microfarad Trap: Plugging '10' into the formula for a 10μF capacitor instead of '0.00001'. Always convert to Farads first.
  • The Kilohertz Trap: Using '100' for a 100kHz switching frequency instead of '100,000'. Always convert to Hertz.
  • The Milli-Henry Trap: Confusing mH (10-3) with μH (10-6). Power inductors are usually μH, while audio chokes are mH. Check the datasheet carefully.

Real-World Parasitics: ESR and ESL

At high frequencies, the ideal XC formula lies to you. A physical capacitor, like a Murata GRM series MLCC, has Equivalent Series Resistance (ESR) and Equivalent Series Inductance (ESL). As frequency increases, XC drops toward zero, but the ESL causes the overall impedance to bottom out and then rise again. The frequency where XC equals XL (parasitic) is the Self-Resonant Frequency (SRF). Above the SRF, your capacitor actually acts like an inductor. For deep dives into component parasitics and SRF curves, review Electronics Tutorials on AC Inductance and practical component behavior.

Mastering the XL and XC formulas requires more than memorizing the algebra. It requires internalizing the SI base units, understanding the inverse frequency scaling, and knowing when physical parasitics override the ideal math. Keep your unit conversions strict, and the formulas will reliably predict your circuit's AC behavior.