The formula for reactance of capacitor circuits is XC = 1 / (2πfC). This equation defines the opposition a capacitor presents to alternating current (AC), measured in ohms (Ω). Unlike resistance, which dissipates energy as heat, capacitive reactance stores and releases energy in an electric field, causing the current to lead the voltage by exactly 90 degrees in an ideal component.
Below is the complete breakdown of the formula, strict unit-tracked examples, and a decision framework for selecting physical components based on your target reactance.
The Core Formula and Symbol Definitions
To use the formula accurately, every variable must be converted to its base SI unit before calculation. Plugging in microfarads or kilohertz directly without scientific notation is the primary cause of calculation failure on the bench.
| Symbol | Parameter | Base SI Unit | Common Practical Units |
|---|---|---|---|
| XC | Capacitive Reactance | Ohms (Ω) | kΩ, mΩ |
| f | Frequency of the AC signal | Hertz (Hz) | kHz, MHz |
| C | Capacitance | Farads (F) | µF (10-6), nF (10-9), pF (10-12) |
| π | Pi (mathematical constant) | ~3.14159 | Use at least 4 decimal places for precision |
Rearranged Forms: Solving for C, f, and XC
In practical circuit design, you rarely solve for XC in isolation. You usually have a target reactance and need to find the required capacitor, or you have a fixed capacitor and need to find the cutoff frequency. Here are the algebraically rearranged forms:
- To solve for Capacitance (C):
C = 1 / (2 * π * f * XC)
Use when designing filters to pass or block a specific frequency. - To solve for Frequency (f):
f = 1 / (2 * π * C * XC)
Use when identifying the -3dB cutoff frequency of an existing RC network. - To solve for Reactance (XC):
XC = 1 / (2 * π * f * C)
Use when calculating AC voltage drop across a known capacitor.
Worked Examples with Strict Unit Tracking
Theory is useless if the math fails on the breadboard. These two examples demonstrate strict unit conversion to prevent order-of-magnitude errors.
Example 1: Audio Crossover Network
Problem: You are building a first-order high-pass filter for an 8Ω tweeter. You need the capacitive reactance to equal the tweeter's impedance (8Ω) at the crossover frequency of 2,500 Hz. What value of capacitor (C) do you need?
Step 1: Identify and convert knowns to base SI units.
- XC = 8 Ω
- f = 2,500 Hz (already in base unit)
- π ≈ 3.14159
Step 2: Select the rearranged formula.
C = 1 / (2 * π * f * XC)
Step 3: Substitute and calculate.
- C = 1 / (2 * 3.14159 * 2500 * 8)
- C = 1 / (125,663.6)
- C = 0.000007957 Farads
Step 4: Convert back to practical units.
Multiply by 106 to get microfarads (µF).
Answer: C = 7.96 µF. (In practice, you would select a standard 8.2 µF or 10 µF film capacitor).
Example 2: Switch-Mode Power Supply (SMPS) Decoupling
Problem: A 500 kHz switching regulator requires an output capacitor that presents a reactance of no more than 0.05 Ω (50 mΩ) at the switching frequency to minimize output ripple. What is the minimum capacitance required?
Step 1: Identify and convert knowns.
- XC = 0.05 Ω
- f = 500,000 Hz (500 kHz converted to base unit)
Step 2: Substitute into the capacitance formula.
- C = 1 / (2 * 3.14159 * 500000 * 0.05)
- C = 1 / (157,079.5)
- C = 0.000006366 Farads
Step 3: Convert to practical units.
Answer: C = 6.37 µF. You would select a low-ESR 10 µF or 22 µF MLCC (Multi-Layer Ceramic Capacitor) to ensure the actual impedance (which includes ESR) stays below 50 mΩ.
Application Boundaries and Assumptions
The formula XC = 1 / (2πfC) is an idealized model. According to foundational circuit theory documented by resources like All About Circuits, this equation assumes specific conditions that break down in real-world edge cases.
When the Formula Applies
- Pure Sinusoidal AC: The formula assumes a single-frequency sine wave. For square or triangle waves, you must decompose the signal into its Fourier harmonics and calculate XC for each harmonic individually.
- Steady-State Conditions: It applies only after initial transient charging/discharging has settled.
- Ideal Components: It assumes the capacitor has zero Equivalent Series Resistance (ESR) and zero Equivalent Series Inductance (ESL).
When the Formula Breaks Down
- DC Circuits (f = 0): If f = 0, the denominator becomes zero, making XC infinite. In reality, DC leakage current flows through the dielectric, meaning the true opposition is the capacitor's insulation resistance (often in the megaohm range), not infinity.
- High Frequencies (Near Self-Resonant Frequency): As frequency increases, the parasitic inductance (ESL) of the capacitor's leads and internal structure begins to dominate. At the Self-Resonant Frequency (SRF), XC equals XL, and the component acts like a pure resistor (ESR). Above the SRF, the capacitor actually becomes inductive, and the XC formula is entirely invalid.
Common Unit Mistakes and Realistic Magnitudes
When your calculated reactance seems 'wrong', it is almost always a unit conversion error. Here are the traps that destroy bench math, alongside a reality-check table for expected magnitudes.
Reality Check: Realistic XC Magnitudes by Domain
| Application Domain | Typical Frequencies | Typical Capacitance | Realistic XC Range |
|---|---|---|---|
| Audio Crossovers / Coupling | 20 Hz - 20 kHz | 100 nF - 100 µF | 10 Ω to 10 kΩ |
| Mains Power Factor Correction | 50 Hz / 60 Hz | 1 µF - 50 µF | 50 Ω to 3 kΩ |
| SMPS Output Filtering | 100 kHz - 2 MHz | 10 µF - 100 µF | 1 mΩ to 100 mΩ |
| RF Impedance Matching | 10 MHz - 2.4 GHz | 1 pF - 100 pF | 0.5 Ω to 50 Ω |
If you are designing an audio crossover and your math yields an XC of 0.002 Ω, you have forgotten to convert microfarads to Farads. If you are designing an RF match and get 4 Megaohms, you likely forgot to convert picofarads.
Decision Path: Selecting a Capacitor for a Target Reactance
Calculating the theoretical capacitance is only step one. Step two is selecting a physical component that maintains that reactance in reality. Use this decision tree to terminate your design process with a concrete part selection.
| Design Condition | Physical Reality Constraint | Action / Component Selection |
|---|---|---|
| IF Target XC is for audio frequencies (20Hz-20kHz) and signal path. | Dielectric absorption and microphonics in ceramic caps distort audio. Electrolytics have high ESR and dry out. | Select: Metallized Polypropylene Film Capacitor. Concrete Pick: WIMA MKP10 series or Cornell Dubilier 940C series. |
| IF Target XC is for high-frequency decoupling (>100kHz) on a digital IC. | Lead inductance (ESL) will ruin film/electrolytic caps. You need the lowest possible ESL to keep total impedance down. | Select: X7R or C0G Multi-Layer Ceramic Capacitor (MLCC) in a small footprint (0402 or 0603). Concrete Pick: Murata GRM series or Kemet C-series MLCC. |
| IF Target XC is for bulk energy storage / low-frequency ripple (50Hz-120Hz). | Film caps at >1000µF are physically massive and cost-prohibitive. High capacitance is mandatory. | Select: Low-ESR Aluminum Electrolytic Capacitor. Concrete Pick: Nichicon UHE or Panasonic FR series. |
| IF Target XC is across AC mains (e.g., EMI suppression). | Standard caps will short-circuit and cause a fire if the dielectric fails. Safety certification is legally required. | Select: Class X2 or Y2 Safety Certified Film Capacitor. Concrete Pick: Vishay B3292 series (X2) or Kemet R46 series. |
Final Execution Example: Returning to our audio crossover calculation (Example 1), we needed 7.96 µF to achieve 8Ω reactance at 2.5 kHz. Following the decision tree for audio signal paths, we reject electrolytics and ceramics. We round up to the nearest standard value and specify a 10 µF, 100V WIMA MKP10 Metallized Polypropylene Film Capacitor. This guarantees low dielectric distortion, maintains the target reactance curve across the audio band, and provides ample voltage headroom for amplifier peaks.






