The Stunning Reversal — Why the Formulas Swap
Here is the most surprising fact in this whole topic. For resistors and capacitors, the series and parallel formulas are exactly swapped. What adds simply for resistors in series adds simply for capacitors in parallel. What inverts for resistors in parallel inverts for capacitors in series. This is not a coincidence — it reflects something deep about what each component fundamentally does.
| Configuration | ⬡ Resistors | ⬡ Capacitors | Why they differ |
|---|---|---|---|
| Series | $R_{eq} = R_1 + R_2$ | $\dfrac{1}{C_{eq}} = \dfrac{1}{C_1} + \dfrac{1}{C_2}$ | R adds; C inverts |
| Parallel | $\dfrac{1}{R_{eq}} = \dfrac{1}{R_1} + \dfrac{1}{R_2}$ | $C_{eq} = C_1 + C_2$ | R inverts; C adds |
| What's conserved | Current (KCL) in series; Voltage (KVL) in parallel |
Charge in series; Voltage in parallel |
Both obey KVL/KCL but respond oppositely |
| Series gives | Larger $R_{eq}$ | Smaller $C_{eq}$ | More friction vs. less storage |
| Parallel gives | Smaller $R_{eq}$ | Larger $C_{eq}$ | More paths vs. more plates |
Resistance measures opposition to flow. Capacitance measures ability to store. These are opposites in purpose, so they respond oppositely to the same geometry. Adding resistors in series stacks up friction. Adding capacitors in series shrinks storage because the charge has to negotiate two "tanks" with a single shared charge. Adding components in parallel always adds more pathways — which reduces resistance but increases storage capacity.
Resistors in Series
The physical picture
Resistors in series are like sections of a narrow pipe joined end-to-end. The same water (current) flows through every section — it has no choice, because there's only one path. Each section adds its own friction. The total friction is just the sum.
The key constraints (from Kirchhoff)
Current is the same everywhere: $I_1 = I_2 = I_3 = I$
Voltages add up to the total: $V = V_1 + V_2 + V_3$
KCL at each node: current in = current out, so it can't split. KVL around the loop: all the voltage drops must sum to the source voltage.
Apply Ohm's Law to each resistor separately. Each one has the same current $I$:
$$V_1 = IR_1, \qquad V_2 = IR_2, \qquad V_3 = IR_3$$
KVL says the total voltage equals the sum of the drops:
$$V = V_1 + V_2 + V_3 = IR_1 + IR_2 + IR_3$$
Factor out the common $I$:
$$V = I\,(R_1 + R_2 + R_3)$$
Compare to $V = IR_{eq}$. Reading off:
$$\boxed{R_{eq} = R_1 + R_2 + R_3}$$
Each resistor's contribution adds directly because they all share the same current. More resistors = more total voltage drop at the same current = higher effective resistance.
$R_{eq}$ is always greater than the largest individual resistor in series. This makes sense: you're making the path longer and more obstructed. You can never reduce resistance by adding more resistors in series.
Resistors in Parallel
The physical picture
Resistors in parallel are like multiple lanes on a highway. The voltage (pressure) across every lane is the same — they all share the same two endpoints. But now the total current splits across multiple paths, so the overall opposition to flow decreases. More paths = less total resistance.
The key constraints
Voltage is the same across all: $V_1 = V_2 = V_3 = V$
Currents add up at the junction: $I = I_1 + I_2 + I_3$
KVL: both ends of every branch connect to the same two nodes, so each branch sees the same $\Delta V$. KCL: at the junction, all branch currents merge into the total.
Apply Ohm's Law to each branch. Each sees voltage $V$:
$$I_1 = \frac{V}{R_1}, \qquad I_2 = \frac{V}{R_2}, \qquad I_3 = \frac{V}{R_3}$$
KCL at the junction — total current is the sum:
$$I = I_1 + I_2 + I_3 = \frac{V}{R_1} + \frac{V}{R_2} + \frac{V}{R_3}$$
Factor out $V$:
$$I = V\left(\frac{1}{R_1} + \frac{1}{R_2} + \frac{1}{R_3}\right)$$
Compare to $I = V/R_{eq}$, which means $1/R_{eq} = I/V$. Reading off:
$$\boxed{\frac{1}{R_{eq}} = \frac{1}{R_1} + \frac{1}{R_2} + \frac{1}{R_3}}$$
We're adding conductances (ease of flow = $1/R$), not resistances. Each parallel branch adds another path for current, directly increasing total conductance.
For exactly two resistors, the product-over-sum shortcut:
$$R_{eq} = \frac{R_1 R_2}{R_1 + R_2}$$
This follows directly from inverting $1/R_1 + 1/R_2 = (R_1+R_2)/(R_1 R_2)$.
$R_{eq}$ is always less than the smallest individual resistor in parallel. Adding any resistor in parallel, no matter how large, always decreases $R_{eq}$ slightly — because you're always adding at least a tiny extra path for current. Two equal resistors in parallel give exactly half the resistance.
Capacitors in Series
The physical picture — this is where the surprise lives
When capacitors are in series, think about what happens when you connect a battery across the chain. The battery pushes charge $+Q$ onto the left plate of $C_1$. By induction, $-Q$ appears on the right plate of $C_1$. But the wire between $C_1$ and $C_2$ is isolated — no charge can flow in or out of that middle segment. So the left plate of $C_2$ must get $+Q$ to compensate, and $-Q$ appears on the right plate of $C_2$. Every capacitor in series stores exactly the same charge $Q$.
The conductor segment between two series capacitors is electrically isolated from the rest of the circuit. Its net charge is always zero — it started at zero and no current can flow through a capacitor in DC steady state. So whatever $+Q$ appears on one side, $-Q$ must appear on the other. This forces every series capacitor to carry the identical charge $Q$, regardless of its capacitance value.
The key constraints
Charge is the same on every capacitor: $Q_1 = Q_2 = Q_3 = Q$
Voltages add up to total: $V = V_1 + V_2 + V_3$
Note the parallel to resistors in series — same current there, same charge here. Current is $dq/dt$, so if the same charge flows to every capacitor, the same current must flow, just like in the resistor case.
From $C = Q/V$, the voltage across each capacitor is $V = Q/C$. Since all share charge $Q$:
$$V_1 = \frac{Q}{C_1}, \qquad V_2 = \frac{Q}{C_2}, \qquad V_3 = \frac{Q}{C_3}$$
KVL: total voltage equals the sum of individual voltages:
$$V = V_1 + V_2 + V_3 = \frac{Q}{C_1} + \frac{Q}{C_2} + \frac{Q}{C_3}$$
Factor out $Q$:
$$V = Q\left(\frac{1}{C_1} + \frac{1}{C_2} + \frac{1}{C_3}\right)$$
Compare to $V = Q/C_{eq}$, meaning $1/C_{eq} = V/Q$. Reading off:
$$\boxed{\frac{1}{C_{eq}} = \frac{1}{C_1} + \frac{1}{C_2} + \frac{1}{C_3}}$$
The series combination has lower capacitance than any single capacitor. The same charge $Q$ must be spread across more voltage — so the effective $C = Q/V$ drops. It's like having to negotiate two tanks in sequence — harder to fill, same total charge.
Recall $C = \varepsilon_0 A / d$ for a parallel plate capacitor. Putting two identical capacitors ($C$ each) in series is equivalent to one capacitor with double the gap $d$: $$C_{eq} = \frac{C}{2} = \frac{\varepsilon_0 A}{2d}$$ More gap = smaller $C$. Series connection is geometrically equivalent to making the insulating gap bigger — which means less charge stored per volt.
Capacitors in Parallel
The physical picture
Capacitors in parallel share the same two nodes — the same voltage appears across every one. But now each capacitor independently accumulates its own charge. The total charge stored is just the sum of the charges on every individual capacitor. It's as if you're combining the plate areas — more plates, more storage.
Two capacitors in parallel with the same plate area $A$ and gap $d$ is physically identical to one capacitor with plate area $2A$: $$C_{eq} = 2C = \frac{\varepsilon_0 (2A)}{d}$$ More plate area = more charge can be stored at the same voltage = higher capacitance. Parallel connection literally adds up the plate areas.
The key constraints
Voltage is the same across all: $V_1 = V_2 = V_3 = V$
Charges add up to total: $Q = Q_1 + Q_2 + Q_3$
Each capacitor stores charge $Q = CV$. Since all share voltage $V$:
$$Q_1 = C_1 V, \qquad Q_2 = C_2 V, \qquad Q_3 = C_3 V$$
Total charge is the sum (the charge that flowed from the battery):
$$Q = Q_1 + Q_2 + Q_3 = C_1 V + C_2 V + C_3 V$$
Factor out $V$:
$$Q = V\,(C_1 + C_2 + C_3)$$
Compare to $Q = C_{eq} V$. Reading off:
$$\boxed{C_{eq} = C_1 + C_2 + C_3}$$
Capacitances add directly in parallel — each capacitor independently stores charge at the same voltage, and the battery must supply the total. More capacitors = more total storage at the same voltage.
The Deep Why — The Structural Flip Explained
Now that we've seen all four cases, here is the reason the formulas are swapped — stated as clearly as possible.
Defined by $V = IR$, or equivalently $R = V/I$.
In series: same $I$, voltages add → $V = I(R_1+R_2)$ → $R_{eq}$ adds
In parallel: same $V$, currents add → $I = V(1/R_1+1/R_2)$ → $1/R_{eq}$ adds
The conserved quantity in series is current. The conserved quantity in parallel is voltage.
Defined by $Q = CV$, or equivalently $C = Q/V$.
In series: same $Q$, voltages add → $V = Q(1/C_1+1/C_2)$ → $1/C_{eq}$ adds
In parallel: same $V$, charges add → $Q = V(C_1+C_2)$ → $C_{eq}$ adds
The conserved quantity in series is charge. The conserved quantity in parallel is voltage.
Both components obey the same geometry (series = shared flow variable; parallel = shared voltage). The flip happens because resistance $R = V/I$ and capacitance $C = Q/V$ have the voltage in opposite positions — $R$ is proportional to $V$, while $C$ is inversely proportional to $V$. So the algebra that makes $R$ add in series makes $1/C$ add in series, and vice versa.
The conductance perspective — why everything is actually consistent
Define conductance $G = 1/R$ and "elastance" $S = 1/C$. Then:
In both cases: the quantity that measures "ease" adds in parallel and inverts in series. For resistors, ease of flow = conductance $G$. For capacitors, ease of storage = capacitance $C$ itself. The formulas are structurally identical — just with different names for "ease."