Reactance is the frequency-dependent opposition to alternating current (AC) caused by inductors and capacitors, measured in ohms (Ω). Unlike standard resistance, which dissipates energy as heat, reactance temporarily stores energy in electric or magnetic fields and returns it to the circuit. If you are asking what is reactance in a circuit from a practical design perspective, it is the mechanism we use to build filters, tune antennas, and manage power factor without burning up components.

In this guide, we will move past abstract textbook definitions and design a real-world circuit to demonstrate how reactance behaves, how it fails, and how to measure it on your bench.

The Core Concept: Capacitive vs. Inductive Reactance

Reactance comes in two flavors, and they behave as exact opposites when frequency changes. According to Electronics Tutorials on AC Reactance, the formulas governing these components are:

  • Capacitive Reactance ($X_C$): $X_C = \frac{1}{2 \pi f C}$. As frequency ($f$) goes up, opposition goes down. A capacitor blocks DC (infinite reactance) but passes high-frequency AC easily.
  • Inductive Reactance ($X_L$): $X_L = 2 \pi f L$. As frequency goes up, opposition goes up. An inductor passes DC (zero reactance) but chokes high-frequency AC.
Bench Analogy: Think of a capacitor as a flexible rubber membrane inside a water pipe. Slow, steady water pressure (DC) just stretches the membrane until it stops flowing. But rapid back-and-forth sloshing (high-frequency AC) easily transmits pressure waves through the membrane. An inductor is like a heavy water wheel in the pipe; steady flow spins it up easily, but rapid sloshing just hits the heavy paddles and stops.

Topology Deep-Dive: The RC Low-Pass Filter

To see reactance in action, we will use a Series RC Low-Pass Filter. This topology uses a resistor and a capacitor to attenuate high frequencies while passing low frequencies.

Node Labels and Topology

  • Node A (Vin): AC input signal source.
  • Node B (Vout): The junction between the resistor and capacitor. This is where we measure the filtered output.
  • Node C (GND): The ground reference, connected to the bottom leg of the capacitor and the signal generator ground.

Why RC Over the RL Alternative?

You could build a low-pass filter using a Resistor and an Inductor (RL topology). So why do we almost always choose RC for audio and signal filtering? Parasitics and cost. A 10mH through-hole inductor costs around $3.50, is the size of a thumb, and suffers from high parasitic DC Resistance (DCR) that ruins your signal amplitude. A 100nF X7R ceramic capacitor costs $0.05, is the size of a grain of rice, and has negligible parasitic resistance at audio frequencies. Unless you are designing a high-current switching power supply where inductors are mandatory for energy storage, RC is the superior choice for signal reactance.

Behavior Matrix: How Reactance Shifts

Understanding reactance and impedance requires predicting how the circuit reacts when you tweak a variable. Here is the behavior matrix for our RC low-pass filter:

Parameter Changed Effect on Capacitive Reactance ($X_C$) Effect on Cutoff Frequency ($f_c$) Effect on Vout at a Fixed 1kHz
Increase Frequency Decreases N/A (Property of signal) Amplitude drops (more signal shunted to GND)
Increase Capacitance Decreases Decreases (Filter shifts lower) Amplitude drops (cutoff moved below 1kHz)
Increase Resistance No change Decreases (Filter shifts lower) Amplitude drops (larger voltage drop across R)

Design Walkthrough: Building a 1kHz Cutoff Filter

Let’s design a filter with a cutoff frequency ($f_c$) of exactly 1kHz. The formula for the -3dB cutoff point is $f_c = \frac{1}{2 \pi R C}$.

Step 1: Pick the Capacitor. Capacitor values are limited to standard E-series increments. Let’s choose a readily available 100nF (0.1µF) ceramic capacitor.
Step 2: Calculate the Resistor. Rearranging the formula: $R = \frac{1}{2 \pi f_c C}$.
$R = \frac{1}{2 \times 3.14159 \times 1000 \times 0.0000001} = 1591.5 \Omega$.
Step 3: Select Standard Component. The closest standard 1% metal film resistor value is 1.5kΩ (yielding a true $f_c$ of ~1.06kHz) or 1.6kΩ (yielding ~994Hz). We will use the 1.5kΩ resistor for this build.

Breadboard Testing Steps

  1. Power Down: Ensure your function generator and oscilloscope are powered off or outputs disabled before wiring.
  2. Place Components: Insert one leg of the 1.5kΩ resistor into row 10 (Node A) and the other into row 15 (Node B). Insert the 100nF capacitor with one leg in row 15 (Node B) and the other in the ground rail (Node C).
  3. Wire the Input: Connect the function generator’s BNC-to-alligator clip positive lead to row 10 (Node A). Connect the ground clip to the breadboard ground rail.
  4. Wire the Output: Connect your oscilloscope probe tip to row 15 (Node B). Attach the probe’s ground spring (not the long pigtail wire, to avoid picking up switching noise) to the ground rail.
  5. Configure Instruments: Set the function generator to a 1V peak-to-peak (Vpp) sine wave at 100Hz. Set the oscilloscope to AC coupling, 500mV/div, and 2ms/div.
  6. Sweep and Verify: Slowly increase the function generator frequency. At 100Hz, Vout should be roughly 1Vpp. As you pass 1.06kHz, the amplitude should drop to ~707mVpp (the -3dB point). By 10kHz, it should be heavily attenuated to roughly 100mVpp.
Pro-Tip on Parasitics: If you sweep this circuit up to 10MHz, you will notice the attenuation stops improving and the signal actually starts rising again. This is because real 100nF ceramic capacitors have Equivalent Series Inductance (ESL). At very high frequencies, the capacitor’s parasitic inductive reactance overtakes its capacitive reactance, turning it into an inductor!

Failure Modes: What Breaks at the Extremes?

When troubleshooting, you must understand how series and parallel topologies fail. Here is the failure-mode contrast for our RC circuit if a component goes to an extreme open or short state:

  • Capacitor Shorts (Node B to GND): Capacitive reactance drops to 0Ω. Vout becomes 0V at all frequencies. The resistor now acts as a simple current limiter protecting your signal generator from a dead short.
  • Capacitor Opens (Node B disconnected from GND): Capacitive reactance becomes infinite. The filter ceases to exist. Vout will equal Vin at all frequencies because there is no longer a path to shunt high frequencies to ground.
  • Resistor Shorts (Node A to Node B): Resistance drops to 0Ω. Vout equals Vin. The circuit becomes a straight wire to the capacitor, which will likely cause your function generator to throw an over-current fault if it tries to drive high frequencies into the low-impedance capacitor.
  • Resistor Opens (Node A disconnected from Node B): Resistance becomes infinite. Vout drops to 0V (or floats to pick up ambient 60Hz mains noise on your scope) because the signal path is physically broken.

Frequently Asked Questions

What is the difference between reactance and impedance in AC circuits?

Reactance ($X$) is strictly the opposition caused by energy storage elements (inductors and capacitors) and is measured in ohms. Impedance ($Z$) is the total opposition to AC current, combining both standard resistance ($R$) and reactance ($X$) as a complex vector sum: $Z = R + jX$. If a circuit has only a capacitor, its impedance and reactance are effectively the same number. If it has a resistor and a capacitor, impedance accounts for the phase angle difference between the two.

Why does capacitive reactance decrease when frequency increases?

Physically, a capacitor consists of two conductive plates separated by an insulator. To pass current, electrons must pile up on one plate, repelling electrons off the other plate. At low frequencies, the voltage changes slowly, giving the plates plenty of time to charge up to the source voltage, which halts further current flow (high reactance). At high frequencies, the voltage reverses direction before the plates can fully charge, meaning electrons are constantly sloshing back and forth in the wires. This continuous movement registers as a high AC current, which mathematically equates to low opposition, or low reactance.

Can reactance be negative, and what does that mean physically?

Yes, in complex math notation, capacitive reactance is often written with a negative imaginary component ($-jX_C$), while inductive reactance is positive ($+jX_L$). Physically, this doesn’t mean "negative ohms" of resistance. It represents the phase shift. In an inductor, voltage leads current by 90 degrees. In a capacitor, current leads voltage by 90 degrees. The negative sign is simply the mathematical way engineers track that the current and voltage waveforms are pushing in opposite directions on the complex plane.

How do I measure reactance with a standard digital multimeter?

You cannot directly measure reactance with a standard multimeter. Multimeters use a small DC test current to measure resistance, which will just read as an open circuit (OL) on a capacitor or a short (near 0Ω) on an inductor. To measure reactance, you must use an LCR meter, which applies an AC test signal at a specific frequency (usually 1kHz or 100Hz) and calculates the impedance. Alternatively, you can use the breadboard sweep method outlined above with a function generator and oscilloscope, applying Ohm’s law ($X = V/I$) to calculate it manually at your target frequency.