The direct answers for AC circuit opposition are the inductive reactance formula XL = 2πfL and the capacitive reactance formula XC = 1 / (2πfC). Unlike resistance, which dissipates energy as heat, reactance temporarily stores energy in magnetic or electric fields and returns it to the circuit. Getting these calculations right is the difference between a properly tuned LC filter and a blown inverter stage. Below, we break down the derivations, map out real-world component values, and run through bench-tested examples with strict unit tracking.

The Core Reactance Formulas and Symbol Definitions

Reactance is measured in ohms (Ω), just like resistance, but it is a frequency-dependent imaginary value. In a purely inductive circuit, current lags voltage by 90 degrees. In a purely capacitive circuit, current leads voltage by 90 degrees. The foundational formulas are:

  • Inductive Reactance: XL = 2πfL (or XL = ωL)
  • Capacitive Reactance: XC = 1 / (2πfC) (or XC = 1 / ωC)
Table 1: Reactance Formula Symbol Definitions and SI Units
Symbol Parameter Standard SI Unit Practical Bench Unit Description
XL Inductive Reactance Ohms (Ω) Ω Opposition to AC current change by an inductor.
XC Capacitive Reactance Ohms (Ω) Ω, kΩ Opposition to AC voltage change by a capacitor.
f Frequency Hertz (Hz) Hz, kHz, MHz Cycles per second of the AC waveform.
ω Angular Frequency Radians/second (rad/s) rad/s ω = 2πf. Used to simplify calculus-based derivations.
L Inductance Henries (H) mH, μH Magnetic energy storage capacity of the coil.
C Capacitance Farads (F) μF, nF, pF Electric field energy storage capacity.
π Pi (Constant) Dimensionless ~3.14159 Ratio of circle circumference to diameter; maps linear frequency to angular rotation.

Real-World Reactance Values at Mains Frequencies

Abstract formulas are useless if you don't know what a 'normal' answer looks like. The table below provides real-world reactance magnitudes for common components you will encounter in power electronics, motor drives, and audio design at standard 50 Hz and 60 Hz mains frequencies. Use this as a sanity check for your own calculations.

Table 2: Typical Component Reactance at 50 Hz and 60 Hz
Component Type Nominal Value X at 50 Hz (Ω) X at 60 Hz (Ω) Typical Application
Inductor (HVAC Contactor Coil) 1.5 H 471.2 Ω 565.5 Ω Limiting holding current in 120V/240V AC relay coils.
Inductor (Switchmode PSU Choke) 4.7 mH 1.48 Ω 1.77 Ω Output filtering in buck converters (note: switching freq is usually >50kHz, making XL much higher in operation).
Capacitor (Motor Run Cap) 45 μF 70.7 Ω 58.9 Ω Phase shifting in permanent split capacitor (PSC) HVAC blower motors.
Capacitor (AC Coupling Audio) 10 μF 318.3 Ω 265.3 Ω Blocking DC bias in line-level audio amplifier inputs.
Capacitor (Power Factor Correction) 100 μF 31.8 Ω 26.5 Ω Bulk reactive power compensation on 480V 3-phase industrial busses.

Observation: Notice the inverse relationship. As frequency increases from 50 Hz to 60 Hz, inductive reactance increases (choking high frequencies), while capacitive reactance decreases (passing high frequencies more easily). For a deeper look at the physics governing these magnetic and electric fields, refer to the Georgia State University HyperPhysics inductance reference.

Rearranged Forms: Solving for L, C, and f

On the bench, you rarely just solve for X. Usually, you have a target reactance and need to source the right component, or you know the component and need to find the resonant frequency. Here are the algebraically rearranged forms:

Solving for Inductance and Frequency (Inductive)

  • Find L: L = XL / (2πf)
  • Find f: f = XL / (2πL)

Solving for Capacitance and Frequency (Capacitive)

  • Find C: C = 1 / (2πf XC)
  • Find f: f = 1 / (2πC XC)

When designing LC filters, you often set XL = XC to find the resonant frequency (fr). Equating the two formulas and solving for f yields the classic resonance equation: fr = 1 / (2π√(LC)).

Worked Examples with Strict Unit Tracking

The most common point of failure in reactance calculations isn't the algebra; it's the unit prefixes. A missed 'milli' or 'micro' will throw your answer off by a factor of a thousand or a million. Here are two bench scenarios with explicit unit tracking.

Problem 1: Sizing a Line Reactor for a VFD

Scenario: You are installing a 3-phase AC line reactor to protect a Variable Frequency Drive (VFD) from mains transients. The reactor has an inductance of 2.5 mH per phase. The mains supply is 480V AC at 60 Hz. What is the inductive reactance per phase, and what is the voltage drop across the reactor if the drive draws 15 ARMS?

  1. Convert to base SI units:
    L = 2.5 mH = 2.5 × 10-3 H = 0.0025 H.
    f = 60 Hz.
  2. Calculate XL:
    XL = 2 × π × 60 Hz × 0.0025 H
    XL = 376.99 × 0.0025
    XL = 0.942 Ω
  3. Calculate Voltage Drop (VL):
    Using Ohm's Law for AC (V = I × XL):
    VL = 15 A × 0.942 Ω
    VL = 14.13 VRMS

Sanity Check: A 14V drop on a 480V line is roughly 2.9%, which is perfectly within the standard 3% to 5% impedance drop expected for VFD line reactors.

Problem 2: Sizing a Motor Run Capacitor

Scenario: An older 1/4 HP single-phase compressor motor requires a replacement run capacitor. The nameplate is faded, but the service manual specifies the auxiliary winding requires a capacitive reactance (XC) of exactly 132.6 Ω to achieve the correct 90-degree phase shift at 60 Hz. What capacitance value in μF do you need to order?

  1. Identify knowns and target:
    XC = 132.6 Ω
    f = 60 Hz;
    Target = C in Farads, then convert to μF.
  2. Rearrange formula for C:
    C = 1 / (2πf XC)
  3. Substitute and solve:
    C = 1 / (2 × π × 60 × 132.6)
    C = 1 / (376.99 × 132.6)
    C = 1 / 50,000
    C = 0.00002 F (or 2 × 10-5 F)
  4. Convert to practical bench units:
    0.00002 F × 1,000,000 μF/F = 20 μF

Sanity Check: 20 μF is a highly standard, off-the-shelf value for fractional horsepower motor run capacitors (typically rated at 370V or 440V AC). For more on practical AC circuit analysis and component selection, the Electronics Tutorials AC Inductance guide provides excellent supplementary reading.

Application Boundaries and Fatal Unit Mistakes

Reactance formulas are powerful, but they are not universal laws that apply to every waveform and component. Knowing their boundaries prevents catastrophic design flaws.

When the Formulas Apply (and When They Fail)

  • Steady-State Sinusoidal AC: These formulas assume a pure sine wave. If you apply a square wave (like the output of a 555 timer or a PWM inverter), the fundamental frequency will follow these rules, but the odd harmonics (3rd, 5th, 7th) will experience drastically different reactances. Inductors will choke the high-frequency harmonics, causing voltage spikes (L di/dt) that can destroy switching MOSFETs if snubbers aren't used.
  • DC Conditions (f = 0): At DC, frequency is zero. Therefore, XL = 0 (an ideal inductor is a dead short) and XC = ∞ (an ideal capacitor is an open circuit). In reality, inductors have DC Resistance (DCR) and capacitors have leakage current.
  • Parasitics: At high frequencies (RF and switching power supplies >100 kHz), physical components stop behaving ideally. A capacitor's Equivalent Series Inductance (ESL) creates a self-resonant frequency. Above this frequency, the capacitor actually acts like an inductor, and the XC formula is entirely invalid.

Fatal Unit Mistakes to Avoid

  1. Confusing f (Hz) with ω (rad/s): If a textbook or datasheet gives you angular frequency (ω = 377 rad/s for 60Hz mains), do not multiply by 2π again. The formula is simply XL = ωL. Multiplying 377 by 2π will result in an answer 6.28 times too large.
  2. The 'Micro' and 'Milli' Trap: Multimeters read capacitance in μF or nF, and inductance in mH or μH. The formulas demand base SI units (Farads and Henries). Always write out the scientific notation (e.g., 4.7 μF = 4.7 × 10-6 F) before plugging numbers into your calculator.
  3. Ignoring RMS vs. Peak: Reactance (X) is a ratio of Voltage to Current. If you use Vpeak to calculate current, you will get Ipeak. If you use VRMS (what your multimeter reads), you get IRMS. Never mix peak voltage with RMS current.

Realistic Answer Magnitudes (The Sanity Check)

Develop an intuition for what the final number should look like based on the application domain:

  • Power Inductors (Mains/Line filtering): XL is usually between 0.1 Ω and 10 Ω. If you calculate 5,000 Ω for a 60Hz line reactor, you forgot to convert mH to H.
  • RF Inductors (MHz range): XL is typically 50 Ω to 300 Ω to match transmission line impedances.
  • Mains Capacitors (Motor run/PFC): XC is usually 10 Ω to 150 Ω.
  • Signal Coupling Capacitors (Audio/Data): XC is typically 1 kΩ to 100 kΩ to prevent loading the previous stage.

By anchoring your calculations to these real-world magnitudes and strictly tracking your unit prefixes, you can confidently design, troubleshoot, and verify AC circuits without relying solely on simulation software.