The Core Reactance Formulas and Symbol Definitions

Reactance ($X$) is the opposition a capacitor or inductor presents to alternating current (AC). Unlike resistance, which dissipates energy as heat, reactance temporarily stores energy in electric or magnetic fields and returns it to the circuit. The direct answer for calculating this opposition depends on whether you are dealing with a magnetic field (inductor) or an electric field (capacitor).

The inductive reactance formula is:

$X_L = 2 \pi f L$

The capacitive reactance formula is:

$X_C = \frac{1}{2 \pi f C}$

Table 1: Reactance Formula Symbol Definitions
Symbol Parameter Base SI Unit Common Sub-Units
$X_L$ Inductive Reactance Ohms ($\Omega$) k$\Omega$, m$\Omega$
$X_C$ Capacitive Reactance Ohms ($\Omega$) k$\Omega$, m$\Omega$
$\pi$ Archimedes' constant Unitless $\approx 3.14159$
$f$ Frequency Hertz (Hz) kHz, MHz, GHz
$L$ Inductance Henrys (H) mH, $\mu$H, nH
$C$ Capacitance Farads (F) mF, $\mu$F, nF, pF

Application Boundaries, Assumptions, and Unit Traps

Before plugging numbers into a calculator, you must understand the physical boundaries where these formulas hold true. According to foundational AC circuit theory outlined by All About Circuits, these equations assume an ideal, steady-state sinusoidal waveform.

When the Formulas Apply (and When They Break)

  • Steady-State AC: The formulas assume the AC signal has been running long enough for transient DC offsets to decay. They do not apply to the initial switch-on surge.
  • Linear Core Materials: For $X_L$, the formula assumes the inductor core is not saturated. If you push 10A through a 10$\mu$H ferrite choke rated for 2A, the core saturates, permeability drops, and actual $L$ (and thus $X_L$) collapses.
  • Below Self-Resonant Frequency (SRF): Real inductors have parasitic parallel capacitance, and real capacitors have parasitic series inductance (ESL). As noted in Electronics Tutorials, once your operating frequency approaches the component's SRF, the simple reactance formula fails because the component begins behaving like a resonant tank or a capacitor.

Realistic Answer Magnitudes

If your calculator outputs a wildly unexpected number, check your domain context:

  • Mains Power (60 Hz): Motor run capacitors (typically 5$\mu$F to 50$\mu$F) yield $X_C$ values between 50$\Omega$ and 500$\Omega$. Inductors at 60 Hz require massive Henry values to achieve high reactance.
  • Audio (20 Hz - 20 kHz): Coupling capacitors (1$\mu$F to 100$\mu$F) yield $X_C$ from 80$\Omega$ to 8k$\Omega$. Audio crossover inductors (1mH to 10mH) yield $X_L$ from 0.1$\Omega$ to 1.2k$\Omega$.
  • RF / Switching Converters (100 kHz - 100 MHz): Inductors drop to the $\mu$H or nH range, but $X_L$ remains in the 50$\Omega$ to 500$\Omega$ range due to the high $f$ multiplier.
The Fatal Unit Trap: The most common bench mistake is entering $f$ in kHz or $C$ in $\mu$F directly into the formula without converting to base SI units (Hz and Farads). A 10 $\mu$F capacitor is $10 \times 10^{-6}$ F, not 10. If you forget the $10^{-6}$ multiplier, your calculated reactance will be off by a factor of one million, leading you to select a physically impossible component.

Rearranged Forms for Component Selection

On the bench, you rarely know the reactance and need to find the frequency. Usually, you have a target reactance (e.g., matching a 50$\Omega$ transmission line) and a known frequency, and you need to buy or wind a specific $L$ or $C$. Here are the algebraic rearrangements solving for each variable:

  • Solve for Inductance: $L = \frac{X_L}{2 \pi f}$
  • Solve for Inductive Frequency: $f = \frac{X_L}{2 \pi L}$
  • Solve for Capacitance: $C = \frac{1}{2 \pi f X_C}$
  • Solve for Capacitive Frequency: $f = \frac{1}{2 \pi C X_C}$

Worked Examples with Strict Unit Tracking

Let's run two real-world design problems. We will track the dimensional units through the algebra to prove the math yields the correct physical component value.

Example 1: Sizing a Mains Inductive Choke

Problem: You are building a 60 Hz AC mains filter and need an inductor that presents exactly 50$\Omega$ of reactance to limit harmonic currents. What inductance ($L$) is required?

  1. Identify knowns in base SI units:
    $X_L = 50 \, \Omega$
    $f = 60 \, \text{Hz}$ (which is equivalent to $60 \, \text{s}^{-1}$)
  2. Select the rearranged formula:
    $L = \frac{X_L}{2 \pi f}$
  3. Substitute and calculate:
    $L = \frac{50}{2 \cdot 3.14159 \cdot 60}$
    $L = \frac{50}{376.99}$
    $L = 0.13262 \, \text{H}$
  4. Dimensional Unit Tracking:
    Recall that $1 \, \Omega = 1 \, \text{V/A}$ and $1 \, \text{H} = 1 \, (\text{V} \cdot \text{s}) / \text{A}$.
    $\frac{\Omega}{\text{Hz}} = \frac{\text{V/A}}{\text{s}^{-1}} = \frac{\text{V} \cdot \text{s}}{\text{A}} = \text{Henrys (H)}$. The units balance perfectly.
  5. Convert to practical sub-units:
    $0.13262 \, \text{H} \times 1000 = \mathbf{132.6 \, \text{mH}}$

Example 2: Sizing an Audio Coupling Capacitor

Problem: You are designing the input stage of an audio amplifier. You want the coupling capacitor to have a reactance of no more than 100$\Omega$ at the lowest bass frequency of 20 Hz to prevent signal attenuation. What minimum capacitance ($C$) is required?

  1. Identify knowns in base SI units:
    $X_C = 100 \, \Omega$
    $f = 20 \, \text{Hz}$ ($20 \, \text{s}^{-1}$)
  2. Select the rearranged formula:
    $C = \frac{1}{2 \pi f X_C}$
  3. Substitute and calculate:
    $C = \frac{1}{2 \cdot 3.14159 \cdot 20 \cdot 100}$
    $C = \frac{1}{12566.37}$
    $C = 0.000079577 \, \text{F}$
  4. Dimensional Unit Tracking:
    Recall that $1 \, \text{F} = 1 \, (\text{A} \cdot \text{s}) / \text{V}$.
    $\frac{1}{\text{Hz} \cdot \Omega} = \frac{1}{\text{s}^{-1} \cdot (\text{V/A})} = \frac{\text{A} \cdot \text{s}}{\text{V}} = \text{Farads (F)}$. The units balance.
  5. Convert to practical sub-units and select standard value:
    $0.000079577 \, \text{F} \times 1,000,000 = 79.577 \, \mu\text{F}$.
    Since 79.5$\mu$F is not a standard E12 value, we round up to the next standard size to ensure $X_C$ stays below 100$\Omega$.
    Final Pick: $82 \, \mu\text{F}$ (or $100 \, \mu\text{F}$ for margin).

Decision Path: Selecting Your Physical Component

Calculating the theoretical value is only step one. Step two is picking a physical part that won't melt, saturate, or introduce parasitic distortion. Use this decision matrix to terminate your design process with a concrete component selection.

Operating Condition Required Technology / Dielectric Concrete Part Recommendation
IF $f < 1 \, \text{kHz}$ AND Current $> 1 \, \text{A}$ (e.g., Mains filtering, low-freq power crossovers) Laminated iron core or large gapped ferrite toroid. Must check saturation current ($I_{sat}$) rating on datasheet. Inductor: Bourns 2100LL-150-H-RC (150$\mu$H, 10A $I_{sat}$).
Capacitor: Illinois Capacitor 5002TT (Motor Run, 50$\mu$F, 370VAC).
IF $f$ is 20 Hz - 20 kHz AND Current $< 100 \, \text{mA}$ (e.g., Audio signal coupling, tone stacks) Non-polarized aluminum electrolytic (audio grade) or Polypropylene film (WIMA/Foil). Avoid standard polarized e-caps for AC coupling without DC bias. Capacitor: Nichicon UFG1H101MEM (100$\mu$F, 50V, Audio Grade Non-Polarized).
Inductor: Eagle Plastic Devices 42TL022-RC (Audio crossover bobbin).
IF $f > 100 \, \text{kHz}$ AND Current $< 5 \, \text{A}$ (e.g., Buck/Boost converter chokes, RF matching) Shielded ferrite drum core (power) or Air-core / NP0/C0G Ceramic (RF). Must verify SRF is at least 10x above operating $f$. Power Inductor: Würth Elektronik 744774115 (150$\mu$H, 1.2A, Shielded SMD).
RF Capacitor: Kemet C0805C101J5GACTU (100pF, C0G/NP0, 50V).

By strictly tracking your base SI units through the reactance formulas and mapping the output to the correct physical dielectric or core material, you eliminate the guesswork from AC component selection. Calculate the theoretical $X$, rearrange for $L$ or $C$, and use the matrix above to lock in your bill of materials.