Inductive and capacitive reactance is the opposition that inductors and capacitors present to alternating current (AC), measured in ohms but fundamentally different from DC resistance because it stores and releases energy rather than dissipating it as heat. When you wire up a 240V HVAC compressor or design an ESP32 AC-zero-cross detector, this reactance is the invisible variable that shifts your voltage and current out of phase, dictating your circuit's true power factor and dictating how much apparent power your system demands from the grid.
The Core Mechanics: Reactance vs. Resistance (And the Common Confusion)
The most common mistake hobbyists and junior technicians make is confusing reactance ($X$) with resistance ($R$), or conflating both with impedance ($Z$). Resistance burns energy as heat; a 10Ω resistor gets hot whether you feed it 12V DC or 12V AC. Reactance, however, borrows energy from the circuit during one half of the AC cycle and returns it during the next. It does not dissipate real power (Watts); it exchanges reactive power (VARs).
What reactance fundamentally changes in a real circuit is the phase angle between voltage and current. Inductors cause current to lag behind voltage, while capacitors cause current to lead voltage. Impedance is simply the vector sum of resistance and reactance.
The formulas governing these behaviors depend entirely on frequency ($f$), which is why reactance is strictly an AC phenomenon:
- Inductive Reactance: X_L = 2πfL (Increases with frequency)
- Capacitive Reactance: X_C = 1 / (2πfC) (Decreases with frequency)
For a deeper dive into the vector math behind these phase shifts, the All About Circuits textbook on AC inductance provides excellent phasor diagrams.
Worked Numeric Example: Calculating Reactance at 60Hz vs 50Hz
Let's look at a real-world scenario: You are evaluating a motor control circuit containing a 150 mH choke (inductor) and a 40 µF run capacitor. We need to know their exact reactance on a North American 60Hz grid, and what happens if that same equipment is shipped to a 50Hz European facility.
At 60 Hz (North America)
- Inductor (150 mH or 0.150 H):
X_L = 2 × π × 60 × 0.150 = 56.55 Ω - Capacitor (40 µF or 0.000040 F):
X_C = 1 / (2 × π × 60 × 0.000040) = 66.31 Ω
At 50 Hz (Europe)
- Inductor:
X_L = 2 × π × 50 × 0.150 = 47.12 Ω (Reactance drops by ~16%) - Capacitor:
X_C = 1 / (2 × π × 50 × 0.000040) = 79.58 Ω (Reactance rises by ~20%)
The Real-World Consequence: This math explains exactly why a 60Hz motor runs hotter and draws more reactive current if you drop it on a 50Hz supply without a Variable Frequency Drive (VFD). The inductive reactance drops, pulling more magnetizing current through the windings. Simultaneously, the capacitive reactance of any parallel power-factor-correction capacitors rises, meaning they fail to inject enough leading current to compensate. The motor's power factor tanks, and the thermal overload trips.
Where You Meet Inductive and Capacitive Reactance in Practice
You don't just see reactance on an oscilloscope; it dictates the physical hardware you buy and install on the jobsite or workbench.
HVAC Run Capacitors and Motor Phase Shifts
Single-phase AC motors cannot start on their own because a single alternating waveform produces a pulsing magnetic field, not a rotating one. To create a rotating field, the motor uses an auxiliary winding fed through a run capacitor. The capacitor's capacitive reactance is specifically chosen to offset the auxiliary winding's inductive reactance, shifting the current phase by roughly 90 degrees. If your 45µF capacitor degrades to 30µF due to dielectric breakdown, its capacitive reactance rises. The phase shift weakens, the motor loses torque, hums loudly, and eventually trips the breaker. Always test HVAC caps with a multimeter that reads actual microfarads, not just continuity.
Capacitive Dropper LED Drivers
Cheap, transformerless LED bulbs often use a capacitive dropper circuit. Instead of using a hot, heavy transformer or a high-frequency switching IC, they rely entirely on the capacitive reactance of an X2 safety film capacitor to limit AC mains current. For a 120V, 60Hz circuit driving 20mA of LEDs, you need roughly a 0.47µF capacitor (X_C ≈ 5.6kΩ). If the line frequency fluctuates, or if the X2 capacitor degrades from voltage spikes, the reactance changes, resulting in visible 120Hz flicker or premature LED failure.
VFD Output Filters and Cable Capacitance
Variable Frequency Drives output high-frequency PWM waveforms to simulate AC sine waves. Long motor cables act as giant distributed capacitors. Without a dv/dt choke (a heavy inductor adding intentional inductive reactance) at the VFD output, the cable's capacitive reactance and the VFD's fast switching edges create severe voltage reflections. These reflections can double the peak voltage at the motor terminals, punching right through the winding insulation and destroying a $5,000 motor. According to Electronics Tutorials, managing the interplay between distributed capacitance and lumped inductance is critical in high-frequency AC power delivery.
Frequently Asked Questions
Does inductive and capacitive reactance cancel each other out in a series circuit?
Yes, but only at a specific frequency called the resonant frequency. Because inductive reactance ($X_L$) is positive (voltage leads) and capacitive reactance ($X_C$) is negative (voltage lags), they are 180 degrees out of phase with each other. When $X_L = X_C$, they perfectly cancel out. In a series RLC circuit, this causes the total impedance to drop to just the bare DC resistance ($R$), allowing maximum current to flow. This is the exact principle behind AM radio tuning circuits and induction heating tanks.
Why does capacitive reactance decrease when frequency increases?
A capacitor stores charge on its plates. At low frequencies (or DC), the plates have plenty of time to fill up with electrons, creating a reverse voltage that eventually blocks all further current flow. At high frequencies, the AC polarity reverses so quickly that the plates never fully charge. Because the capacitor is constantly in a state of 'accepting' charge without ever filling up, it presents very little opposition to the current. Thus, higher frequency equals lower capacitive reactance.
Can you measure inductive and capacitive reactance directly with a standard multimeter?
No. A standard digital multimeter (DMM) measures DC resistance by injecting a tiny DC current and reading the voltage drop. If you put a DMM in resistance mode across an inductor, you will only read the DC resistance of the copper wire (often less than 1Ω). If you put it across a capacitor, it will read 'OL' (open line) once the cap charges. To measure reactance, you need an LCR meter (like a Keysight U1733C or a benchtop DER EE DE-5000). An LCR meter injects a known AC test signal (usually at 100Hz, 120Hz, 1kHz, or 100kHz) and calculates the reactance based on the AC voltage and phase shift.
How do inductive and capacitive reactance affect my home electricity bill?
For residential users, standard utility meters only bill for 'real power' (Watts/kWh), ignoring the reactive power (VARs) caused by inductive and capacitive reactance. However, high inductive reactance in large home loads (like a deep well pump or a central AC compressor) causes high inrush currents and $I^2R$ line losses in your home's wiring, which slightly increases your real power consumption. Industrial and commercial users, on the other hand, are heavily penalized by utilities for poor power factor (high reactance) and must install automated capacitor banks to cancel out inductive reactance and keep their bills down.






