The capacitive definition in circuit theory refers to a component's ability to store electrical energy in an electric field and oppose changes in voltage, quantified in AC circuits as capacitive reactance. Often abbreviated in maker forums as the 'capacitive def', this concept is the bedrock of filtering, timing, and motor control. Unlike a resistor that simply burns off energy as heat, a capacitor temporarily hoards charge and releases it, fundamentally altering how alternating current behaves in your wiring.
What the Capacitive Definition Actually Changes in a Circuit
When you introduce capacitance into an AC circuit, it changes the phase relationship between voltage and current. In a purely resistive circuit (like a space heater), voltage and current peak at the exact same time. But a capacitor resists changes in voltage. Because it must physically accumulate charge before the voltage across its plates can rise, the current flow peaks before the voltage does.
This results in a phase shift where current leads voltage by 90 degrees in a purely capacitive circuit. Think of a capacitor like a mechanical spring connected to a mass: you have to push the spring (current) to compress it, and only after it is compressed does it exert maximum force (voltage) back against your hand.
This phase shift creates capacitive reactance ($X_C$), which is the AC equivalent of resistance, measured in Ohms (Ω). However, unlike resistance, reactance is highly dependent on frequency. As the AC frequency increases, the capacitor has less time to charge and discharge, meaning it opposes the current flow less. High frequencies pass through easily; low frequencies (and DC, which is 0 Hz) are blocked entirely.
Worked Numeric Example: Calculating AC Reactance
Let's look at a real-world scenario: you are replacing a motor run capacitor on a 120V, 60Hz HVAC blower motor, and the schematic calls for a 10µF capacitor. You need to know how much current this capacitor will draw from the line to ensure your wiring and breaker can handle the reactive load.
First, we calculate the capacitive reactance ($X_C$) using the standard formula:
$X_C = \frac{1}{2 \pi f C}$
- f (frequency) = 60 Hz
- C (capacitance) = 10µF = 0.000010 Farads
- π ≈ 3.14159
Plugging in the numbers:
$X_C = \frac{1}{2 \times 3.14159 \times 60 \times 0.000010}$
$X_C = \frac{1}{0.0037699}$
$X_C = 265.25 \Omega$
Now, using Ohm's Law ($I = \frac{V}{R}$, but substituting $X_C$ for $R$), we find the current draw at 120V nominal:
$I = \frac{120V}{265.25 \Omega} = 0.452 Amps$
This 0.45A is 'reactive current.' It sloshes back and forth between the power grid and the capacitor, doing no real work (zero watts consumed), but it still creates thermal stress on your wires and breakers. This is why power companies penalize industrial facilities for poor power factor—they have to size their transformers and transmission lines to handle this sloshing current, even if it doesn't spin the residential watt-hour meter.
Where You Meet This in Practice
You will encounter the practical effects of capacitive loads in three main areas on the bench and in the field:
1. AC Motor Run and Start Circuits
Single-phase AC motors (like those in table saws, air compressors, and HVAC units) cannot generate a rotating magnetic field on their own. They use an auxiliary winding paired with a capacitor to shift the phase of the current in that winding. This creates an artificial second phase, giving the motor the starting torque it needs to spin. If the capacitor degrades and its µF value drops, the reactance increases, the phase shift weakens, and the motor hums but fails to start.
2. Power Factor Correction (PFC)
Industrial facilities are heavily inductive due to massive banks of motors and transformers (where voltage leads current). To avoid utility penalties, they switch in large capacitive banks. The capacitive reactance perfectly cancels out the inductive reactance, bringing the overall phase angle back to zero and the power factor close to 1.0.
3. DC Blocking and AC Coupling in Electronics
When feeding an audio signal into an ESP32's ADC pin, you must block the DC offset from the amplifier while letting the AC audio waveform pass. A series capacitor acts as a high-pass filter. The capacitive definition dictates that at DC (0 Hz), reactance is infinite (an open circuit), but at audio frequencies (e.g., 1kHz), the reactance drops low enough to pass the signal.
Decision Tree: Picking the Right Capacitor for Your Load
Choosing the wrong dielectric or voltage rating is the fastest way to brick a board or start a fire. Use this decision matrix to terminate your part selection with a concrete, proven component.
| Application Scenario | Required Traits | Dielectric Type | Concrete Part Pick |
|---|---|---|---|
| AC Motor Run (HVAC, compressors, continuous duty) | High AC voltage tolerance, self-healing, no polarity, long life at 60Hz | Metallized Polypropylene Film (Oil-filled) | Dayton 2MEV5 (5µF, 370VAC) or equivalent oval-run cap |
| AC Motor Start (Intermittent duty, high starting torque) | High µF for brief burst, must be disconnected by centrifugal switch within 3 seconds | Electrolytic (Non-polar, AC rated) | Genteq 329P series (e.g., 189-226µF, 250VAC start cap) |
| DC Bulk Filtering (Power supply smoothing, 12V-48V rails) | High capacitance, low ESR for high ripple current, polarized | Aluminum Electrolytic (Low-ESR variant) | Panasonic EEU-FR1V102 (1000µF, 35V, FR series) |
| High-Frequency Decoupling (ESP32 VCC pins, IC bypass) | Ultra-low ESL/ESR, fast response to MHz transients | Multi-Layer Ceramic (MLCC), X7R or C0G | Kemet C0805C104K5RACTU (0.1µF, 50V, 0805 package) |
| Snubber / AC Line Filtering (Across relay contacts, EMI suppression) | Must survive high dV/dt spikes, AC line rated (X2/Y2 safety) | Metallized Polypropylene Film | Cornell Dubilier 940C series or Vishay B3292 X2 caps |
Common Confusions: Start vs. Run and Voltage Derating
The most frequent mistake DIYers make when repairing power tools or appliances is confusing start capacitors with run capacitors.
A run capacitor is designed for continuous duty. It stays in the circuit while the motor is running, smoothing the magnetic field and improving efficiency. They are typically silver, oil-filled polypropylene film cans with relatively low µF values (2µF to 15µF). A start capacitor is usually a black plastic cylinder with a much higher µF value (50µF to 300µF). It is only meant to be energized for the 1 to 3 seconds it takes the motor to reach 75% of its rated speed. If you wire a start cap in place of a run cap, it will overheat and fail catastrophically within minutes. For a deep dive into the physics of motor phase shifting, the All About Circuits reactive power chapter provides excellent foundational math.
The second major pitfall is ignoring voltage derating. If you are designing a DC power supply with a 24V nominal output, do not use a 25V capacitor. Power supplies can overshoot during transient loads, and electrolytic capacitors lose capacitance and lifespan when operated near their maximum rated voltage. The industry standard practice is to derate by at least 20% to 50%. For a 24V rail, specify a 35V or 50V capacitor. As noted in Electronics Tutorials, operating an aluminum electrolytic cap at 80% of its rated voltage can double its expected operational lifespan compared to running it at 100%.
Frequently Asked Questions
Can I measure capacitive reactance directly with a standard multimeter?
No. A standard multimeter measures DC resistance, which will read as infinite (open loop) on a healthy capacitor after the initial inrush charge. To measure the actual capacitance (µF), you need a meter with a dedicated capacitance setting (like the Fluke 117 or Extech EX330). To measure the resulting AC reactance ($X_C$) in a live circuit, you must measure the AC voltage across the capacitor and the AC current through it, then apply Ohm's law ($X_C = V / I$).
Why does my ESP32 ADC read erratic values when using a capacitive voltage divider?
The ESP32's internal ADC sampling capacitor needs to charge fully during the brief sampling window. If your external capacitive divider has too high an impedance (reactance), the internal cap won't charge in time, resulting in dropped or noisy readings. Always buffer high-impedance capacitive dividers with an op-amp or use a low-impedance resistive divider with a small 100nF ceramic bypass cap at the ADC pin to stabilize the sample.
Does temperature affect capacitive reactance?
Indirectly, yes. The reactance formula relies on the capacitance value ($C$), and a capacitor's actual $C$ shifts with temperature based on its dielectric. Y5V ceramics can lose up to 80% of their capacitance at high temperatures, drastically increasing their reactance. For stable reactance in precision filters or timing circuits, always specify C0G/NP0 ceramics or polypropylene film, which hold their value tightly across temperature swings.
When sizing capacitors, always default to the strict derating rule: select a voltage rating at least 1.5 times your maximum expected circuit voltage, and always match the dielectric to the duty cycle. A properly specified capacitor will outlast the equipment it is installed in; a poorly specified one will fail and take your microcontroller or motor winding down with it.






