The equivalent capacitance of capacitors in series is always less than the smallest individual capacitor in the string. It is calculated using the reciprocal sum formula: $1/C_{eq} = 1/C_1 + 1/C_2 + ... + 1/C_n$. For two capacitors, this simplifies to the product-over-sum formula: $C_{eq} = (C_1 \times C_2) / (C_1 + C_2)$. While parallel configurations are used to increase total energy storage, series configurations are deployed almost exclusively to increase the circuit's total voltage handling capability or to create precise, low-value capacitance ratios for high-voltage signal dividers.
The Series Topology and Node Behavior
To understand how voltage and charge distribute, we must define the physical nodes of a basic two-capacitor series string. Imagine a DC circuit where Node A is the positive input voltage ($V_{in}$), Node B is the electrical midpoint between the two components, and Node C is the ground reference (0V).
Capacitor $C_1$ bridges Node A and Node B. Capacitor $C_2$ bridges Node B and Node C. When a DC voltage is applied across Node A and Node C, the same amount of charge ($Q$) is displaced through the entire string. Because $Q = C \times V$, the voltage drop across each capacitor is inversely proportional to its capacitance. The smaller capacitor will drop the larger share of the voltage. Physically, wiring capacitors in series is analogous to stacking multiple dielectric layers on top of one another; you are effectively increasing the distance between the outermost plates, which inherently reduces the total capacitance while increasing the dielectric breakdown threshold.
Behavior Matrix: Series vs. Parallel Configurations
Before committing to a PCB layout or breadboard build, you must understand how the equivalent capacitance of capacitors in series reacts to component variations compared to a parallel bank. The table below maps the exact behavioral shifts when a single element in a multi-component bank changes.
| Parameter | Series Topology Behavior | Parallel Topology Behavior |
|---|---|---|
| Total Capacitance | Decreases. Always less than the smallest individual $C$ value. | Increases. Simple arithmetic sum ($C_1 + C_2 + ...$). |
| Total Voltage Rating | Increases. Theoretically the sum of individual ratings (requires balancing). | Remains static. Limited by the lowest voltage-rated component in the bank. |
| Equivalent Series Resistance (ESR) | Increases. $ESR_{total} = ESR_1 + ESR_2$. Detrimental for high-ripple filtering. | Decreases. Parallel resistors effect. Excellent for high-ripple filtering. |
| If One Element Fails OPEN | $C_{eq}$ drops to zero. The entire circuit path is broken for AC/DC blocking. | $C_{eq}$ drops slightly. The bank continues functioning with reduced capacity. |
| If One Element Fails SHORT | $C_{eq}$ becomes the remaining capacitance, but remaining caps face massive overvoltage. | The entire bank shorts out. Usually triggers upstream fuse/breaker trip. |
Design Walkthrough: 48V Solar Bus Filter with Balancing Resistors
Let's apply this to a real-world scenario. You are designing an input filter for a 48V nominal solar charge controller. The maximum battery equalization voltage is 58.4V. You need a bulk filter capacitor of at least 400µF. High-quality 63V or 100V low-ESR electrolytic capacitors in the 400µF+ range are physically massive and expensive. Instead, we will use the equivalent capacitance of capacitors in series to stack two smaller, cheaper 35V capacitors.
Component Selection:
- $C_1$ & $C_2$: Panasonic FR Series, 1000µF, 35V, Low-ESR Aluminum Electrolytic (Part: EEU-FR1V102L). Cost: ~$0.85 each.
- Target $C_{eq}$: $(1000 \times 1000) / (1000 + 1000) = 500\mu F$. (Meets the >400µF requirement).
- Theoretical Voltage Rating: $35V + 35V = 70V$. (Safely exceeds the 58.4V max bus).
Calculating the Balancing Resistors:
To force equal voltage division, we place high-value resistors in parallel with each capacitor to 'swamp' the unpredictable leakage currents. The Panasonic FR datasheet specifies a maximum leakage current of $0.01 CV$ or $3\mu A$ (whichever is greater). For our 1000µF/35V caps, max leakage is $350\mu A$. We want our balancing resistors to draw at least 5 to 10 times the worst-case leakage current to guarantee voltage equalization. Let's target 1.5mA per resistor at the rated 35V.
$R = V / I = 35V / 0.0015A = 23,333\Omega$.
We will select the nearest standard E12 value: 22kΩ. We must also check the power dissipation: $P = V^2 / R = 35^2 / 22000 = 0.055W$. A standard 1/4W (0.25W) through-hole carbon film resistor is more than adequate. Wire a 22kΩ 1/4W resistor in parallel with $C_1$, and another across $C_2$.
Extreme Failure Modes: Opens, Shorts, and Cascades
Understanding what breaks at the extremes is what separates a hobbyist from a reliability engineer. The equivalent capacitance of capacitors in series behaves dangerously under fault conditions.
The Open Circuit Fault
If $C_1$ fails open (internal foil fracture or loss of contact), the series path is broken. The equivalent capacitance drops to zero. In a DC blocking application, the signal stops passing. In our solar bus filter, the filter simply ceases to exist, allowing high-frequency switching noise from the charge controller to reflect back onto the battery bus. It is a silent, non-destructive failure.
The Short Circuit Fault and Cascading Destruction
If $C_1$ fails short (dielectric puncture), it effectively becomes a wire. The equivalent capacitance of the string instantly becomes just the value of $C_2$ (1000µF). However, the real danger is voltage redistribution. Node B is now pulled directly to Node A. The full 58.4V solar bus is applied directly across $C_2$, which is only rated for 35V. $C_2$ will rapidly overheat, its internal electrolyte will boil, and the safety vent will rupture. This is a cascading failure. To prevent this in mission-critical high-voltage systems, designers add overvoltage protection diodes (like 33V Zener diodes) in parallel with each capacitor to clamp the voltage if a sibling component fails.
Step-by-Step Breadboard Testing and Verification
Never assume a series capacitor string is balancing correctly without empirical verification. Follow this bench procedure to validate your design before committing to a soldered PCB.
- Pre-Flight DCR Check: With the circuit unpowered, set your multimeter to resistance mode. Measure across the entire series string (Node A to Node C). You should read a brief low resistance that slowly climbs to 'OL' (open loop) as the capacitors charge from the meter's internal battery. If it stays at a dead short, check your wiring.
- Low-Voltage Ramp: Connect a bench power supply to Node A and Node C. Set the current limit to 100mA. Ramp the voltage to 12V. Connect your multimeter (in DC voltage mode) to Node B (the midpoint). You should read exactly 6.0V (±0.2V). This confirms the balancing resistors are functioning at low potential.
- Target Voltage Verification: Ramp the bench supply to your maximum expected system voltage (e.g., 58.4V). Monitor Node B. The voltage should settle at 29.2V. If it drifts significantly (e.g., 34V on one side and 24.4V on the other), your balancing resistors are too large and are failing to swamp the leakage current mismatch. Drop to a lower resistance value (e.g., 10kΩ).
- Thermal Imaging: Let the circuit sit at 58.4V for 15 minutes. Use a thermal camera or carefully touch the balancing resistors. They should be barely warm. If they are hot to the touch, you miscalculated the power dissipation and need to upgrade to 1/2W or 1W resistors.
For deeper reading on capacitor leakage characteristics and series string reliability, refer to the Cornell Dubilier Aluminum Electrolytic Application Guide and the fundamental topology breakdowns at All About Circuits. Additional theoretical frameworks for AC impedance in series networks can be found via Electronics Tutorials.






