The Capacitors in Series Formula and Topology Basics
When you place capacitors in series, the total equivalent capacitance drops, but the voltage rating of the string increases. The capacitors in series formula for any number of components is the reciprocal sum:
1 / C_eq = 1 / C_1 + 1 / C_2 + ... + 1 / C_n
For the most common scenario—two capacitors in series—the formula simplifies to the product-over-sum method:
C_eq = (C_1 × C_2) / (C_1 + C_2)
Topology and Node Labels:
Imagine a simple series string connected across a DC bus.
- Node A (HV+): The high-voltage input rail.
- Node B (Midpoint): The junction between the positive terminal of C_2 and the negative terminal of C_1.
- Node C (GND/HV-): The ground or negative return rail.
Why Series Over Parallel? The Design Decision Tree
Beginners often confuse series and parallel capacitor behavior because it is the exact inverse of resistor behavior. Use the decision matrix below to determine your topology before opening your component drawer.
| Design Requirement | Topology Choice | Mathematical Effect | Real-World Example |
|---|---|---|---|
| Need to block higher DC voltage than a single rated cap allows | Series | C_eq decreases; V_rating increases | 400V DC bus snubber using 250V caps |
| Need to store more energy or filter lower ripple frequencies | Parallel | C_eq increases; V_rating stays the same | Power supply bulk filtering (4x 1000µF) |
| Need a precise, non-standard low capacitance value | Series | Fine-tuning via product-over-sum | RF tuning or precise analog filter cutoffs |
| Need to lower Equivalent Series Resistance (ESR) | Parallel | ESR drops (1/R_eq = 1/R_1 + 1/R_2) | High-current switching regulator output |
The Verdict: Choose series when your voltage constraint is the bottleneck. Choose parallel when your capacitance or ripple-current constraint is the bottleneck.
Real-World Design Walkthrough: 400V DC Bus Snubber
Let us design a snubber capacitor for a 400V DC bus (common in variable frequency drives and off-grid inverters). We need approximately 10µF to absorb high-frequency switching spikes, but our parts bin only contains 250V-rated electrolytics. A single 250V cap on a 400V bus will fail catastrophically within seconds.
Step 1: Select the Capacitors
We need an equivalent of ~10µF. Using the product-over-sum formula, if we use two identical 22µF capacitors, the equivalent capacitance is:
C_eq = (22 × 22) / (22 + 22) = 484 / 44 = 11µF
This is close enough to our 10µF target. We select two Nichicon UCY2E220 (22µF, 250V, 105°C rated) capacitors. The theoretical voltage rating of the string is now 500V.
Step 2: Calculate Balancing Resistors
Electrolytic capacitors have internal leakage current. For the UCY2E220, the maximum leakage is roughly 55µA. If C_1 leaks 10µA and C_2 leaks 50µA, C_1 will charge to a much higher voltage than C_2, potentially pushing Node B down to 120V. This puts 280V across C_1, exceeding its 250V rating and causing a dielectric breakdown.
To fix this, we place high-value resistors in parallel with each capacitor to force the voltage to divide equally. The current through these resistors must be at least 10 to 20 times the maximum expected leakage current.
- Target resistor current: ~2mA (safely swamps the 55µA leakage).
- Voltage across each resistor: 200V (half of 400V).
- Resistance needed:
R = V / I = 200V / 0.002A = 100,000Ω (100kΩ).
Step 3: Resistor Power Rating
Do not skip the power calculation. P = V² / R = 200² / 100,000 = 0.4W. A standard 1/4W (0.25W) resistor will overheat and drift. Select 1/2W or 1W metal film resistors (e.g., Vishay MRS25 series, 100kΩ 1%) to ensure long-term thermal stability.
Behavior and Failure Mode Contrast
Understanding how a circuit fails is just as critical as knowing how it works. Here is the behavior table contrasting series and parallel topologies when a single element degrades or fails.
| Event | Series Topology Impact | Parallel Topology Impact |
|---|---|---|
| C_1 Shorts | Node B connects to Node A. C_2 absorbs the entire bus voltage. If C_2 is not rated for the full bus voltage, it will short and cascade the failure. | The entire parallel bank shorts. The main fuse or breaker trips immediately. Circuit is dead. |
| C_1 Opens | The series string is broken. C_eq drops to 0µF. The circuit loses all capacitive filtering/snubbing. | C_eq drops slightly (loses C_1's value). The remaining capacitors continue to function and filter the circuit. |
| C_1 Dries Out (Capacitance drops by 50%) | C_eq drops slightly, but critically, C_1's impedance rises. In an AC or transient event, C_1 will absorb a disproportionately higher share of the voltage, stressing its remaining dielectric. | C_eq drops slightly. Voltage stress is unaffected because all parallel caps still see the exact same node-to-node voltage. |
Step-by-Step Breadboard Testing and Verification
Before soldering your series string into a high-voltage PCB, validate the design on a breadboard using low voltage. Do not apply 400V during initial prototyping.
- Assemble the String: Insert C_1 and C_2 in series. Ensure correct polarity for electrolytics (C_1's positive to Node A, C_1's negative to Node B; C_2's positive to Node B, C_2's negative to Node C).
- Add Balance Resistors: Place the 100kΩ resistors in parallel with each capacitor.
- DC Resistance Check: Use a multimeter in resistance mode across Node A and Node C. You should read approximately 200kΩ (the two 100kΩ resistors in series). If you read near 0Ω, you have a polarity error or a short.
- Static Voltage Division Test: Apply a safe, low DC voltage (e.g., 12V from a bench supply) across Node A and Node C. Measure the voltage at Node B relative to Node C. It should read exactly 6.0V (±0.1V). If it reads 8V or 4V, your resistors are not properly swamping the leakage current, or a capacitor is internally damaged.
- Dynamic RC Time Constant Test: If you lack an LCR meter, you can verify C_eq dynamically. Disconnect the 12V supply. Place a 10kΩ resistor between a 5V source and Node A. Use an oscilloscope or a fast-logging multimeter to measure the time it takes for Node A to reach 3.16V (which is 63.2% of 5V, representing one time constant, τ).
τ = R × C_eq.
With a 10kΩ resistor and an 11µF C_eq, τ should be roughly 110 milliseconds. If your measured time is significantly shorter, one of your capacitors is degraded.
Final Verdict and Default Recommendations
The capacitors in series formula is not just an academic exercise; it is a vital tool for overcoming voltage limitations in power electronics. However, it introduces complexity and failure points that parallel topologies do not.
Default Recommendation: Always attempt to source a single capacitor with the correct voltage and capacitance rating first. The cost of a specialized 500V 10µF film capacitor is almost always lower than the PCB space, assembly time, and reliability risk of building a series electrolytic string with balancing resistors.
When to commit to a series design: Use the series topology exclusively when the required voltage rating exceeds commercially available single-component limits (e.g., >500V for electrolytics), or when you are constrained by existing inventory and must stack lower-voltage parts to meet a high-voltage bus requirement. When you do, never skip the balancing resistors, and always calculate their wattage dissipation with a 2x safety margin.
For deeper reading on capacitor network behavior and snubber design optimization, refer to the All About Circuits guide on series-parallel capacitor networks and Texas Instruments' application notes on snubber design for high-frequency switching environments.






