The Series Capacitor Formula and Topology Basics
When you place capacitors in series, the total equivalent capacitance decreases, while the overall voltage rating increases. The direct answer for two capacitors in series is calculated using the product-over-sum formula:
Ceq = (C1 × C2) / (C1 + C2)
For three or more capacitors, the formula expands to the reciprocal sum: 1/Ceq = 1/C1 + 1/C2 + 1/C3 + ... (Source: All About Circuits). Notice that this mathematical behavior is the exact inverse of resistors in series.
Topology and Node Labels
A standard two-capacitor series network consists of three distinct nodes:
- Node A (Input / High-Side): The entry point for the signal or DC bus voltage.
- Node B (Midpoint / Junction): The physical connection between C1 and C2. In AC circuits, this node acts as a capacitive voltage divider. In DC circuits, its voltage is determined entirely by the leakage current mismatch of the two capacitors unless actively balanced.
- Node C (Output / Low-Side / GND): The reference or return path.
Decision Path: Series vs. Parallel vs. Single
Why choose a series topology over simply buying a single larger capacitor or wiring them in parallel? The decision hinges on voltage stress, physical packaging, and non-standard value requirements. Use the decision matrix below to select your topology.
| Design Requirement | Recommended Topology | Concrete Component Pick (Example) |
|---|---|---|
| Bus voltage exceeds single-cap rating (e.g., 600V bus, max available cap is 400V) | Series | Two 400V film caps in series (Yields 800V theoretical rating) |
| Need higher capacitance or lower ESR for bulk decoupling | Parallel | Multiple MLCCs in parallel on a PDN |
| Need a non-standard low value for precision RF/filtering | Series | Two 10pF C0G caps in series to yield 5pF |
| Standard voltage and capacitance requirements | Single | One appropriately rated X7R or Film capacitor |
Design Walkthrough: 500V DC Blocking Network
Let’s design a DC blocking / AC coupling network for a 500V DC bus sensor. We need approximately 0.20µF of capacitance, and the circuit must safely withstand 500V DC plus transients. Standard high-voltage metallized polypropylene film capacitors max out around 400V to 630V in common through-hole footprints. We will use a series topology.
Step 1: Select the Capacitors
We select two 0.47µF, 400V DC metallized polypropylene film capacitors (e.g., Cornell Dubilier 942C4P47K-F).
Capacitance Math: Ceq = (0.47 × 0.47) / (0.47 + 0.47) = 0.235µF. This satisfies our ~0.20µF requirement.
Voltage Math: 400V + 400V = 800V theoretical. Derated by 20%, we have a safe operating area up to 640V, easily covering our 500V bus.
Step 2: The Critical Balancing Resistors
This is where amateur designs fail. Real-world capacitors have unequal internal leakage resistances. If C1 has a leakage resistance of 2MΩ and C2 has 8MΩ, the 500V DC bus will divide unevenly. C1 will drop 100V, and C2 will drop 400V. If tolerances drift, C2 could see 450V, exceeding its 400V rating and causing a catastrophic short.
To force equal voltage division, we place high-value balancing resistors in parallel with each capacitor. The resistor current must be at least 10x the expected capacitor leakage current.
- Resistor Value: 470kΩ (Standard value, ensures ~0.5mA bleeder current at 250V per node).
- Power Rating: P = V² / R = 250² / 470,000 = 0.13W. We select 1/2W Metal Film resistors (e.g., Vishay PR02 series) for thermal headroom and voltage coefficient stability.
Behavior Matrix and Extreme Failure Modes
Understanding how a series network degrades or fails is critical for predictive maintenance and safety analysis. The table below contrasts series behavior against parallel behavior under fault conditions (Source: Electronics Tutorials).
| Event / Fault Condition | Series Topology Result | Parallel Topology Result (For Contrast) |
|---|---|---|
| C1 Capacitance Drifts Higher (Aging) | Ceq increases slightly; Node B AC voltage drops. | Ceq increases directly; minimal AC voltage shift. |
| C1 Fails OPEN | Ceq drops to zero. Signal path is broken. Circuit halts safely. | Ceq drops by C1 value. Circuit continues operating at reduced capacity. |
| C1 Fails SHORT | Ceq becomes exactly C2. Danger: Full bus voltage shifts to C2. If unbalanced, C2 will likely cascade-fail and explode. | Ceq becomes a dead short across the power supply. Breaker trips or trace vaporizes. |
| Balancing Resistor Opens | Node B DC voltage floats unpredictably based on leakage; risk of overvoltage on one cap. | N/A (Balancing resistors not used in parallel). |
Step-by-Step Breadboard Verification
Do not deploy a series capacitor network into a live high-voltage system without bench verification. Follow this exact sequence to validate your capacitance, AC division, and DC balancing.
- LCR Meter Baseline (De-energized): Set your LCR meter to 100Hz (standard for film caps). Measure across Node A and Node C. You should read ~0.235µF. If you read 0.47µF, you have accidentally wired them in parallel. If you read 0.47µF across Node A and Node B, your series junction is correct.
- AC Voltage Division Test (Low Voltage): Connect a function generator to Node A (Input) and Node C (Ground). Set it to a 10Vpp sine wave at 1kHz. Probe Node B (Midpoint) with an oscilloscope. Because C1 and C2 are equal, the impedance is equal, and you should read exactly 5Vpp at Node B. This confirms the AC capacitive divider is functioning symmetrically.
- DC Balancing Verification (High Voltage Simulation): Disconnect the function generator. Connect a variable DC bench power supply to Node A and Node C. Slowly ramp the voltage to 40V DC. Use a high-impedance digital multimeter (DMM) to measure the DC voltage at Node B. You should read 20V DC (±0.5V). This proves your 470kΩ balancing resistors are correctly dominating the leakage current and forcing a 50/50 voltage split.
- Thermal Check: Leave the 40V DC applied for 10 minutes. Touch the balancing resistors. They should be at ambient temperature. If they are hot, your resistor wattage rating is too low or your wiring has a partial short.
By treating the series capacitor formula not just as a math equation, but as a physical topology requiring active voltage management, you eliminate the most common failure modes in high-voltage power electronics. When designing for voltages above standard single-component ratings, the series configuration with passive balancing is your default, safest architecture.






