In short

Two capacitors in parallel share the same voltage across them; their charges add. The equivalent capacitance is the sum:

C_\text{parallel} = C_1 + C_2 + \cdots + C_n.

Two capacitors in series share the same charge on each plate; their voltages add. The equivalent capacitance satisfies the reciprocal sum:

\frac{1}{C_\text{series}} = \frac{1}{C_1} + \frac{1}{C_2} + \cdots + \frac{1}{C_n}.

Parallel always gives a larger equivalent capacitance than any single member. Series always gives a smaller one. These rules are the exact opposite of the resistor rules — in a parallel capacitor network, adding more branches is like adding plate area; in a series network, adding more capacitors is like inserting more gap.

Open the back cover of a cheap smartphone bought on Flipkart and look at the camera-flash circuit. You will see three or four ceramic capacitors soldered side by side in a tight cluster, all connecting the same two copper pads. They are wired in parallel. The LED flash needs to pull a burst of charge in under two milliseconds — more than any single ceramic chip on a phone board can supply on its own. So the designer wires several small capacitors together, and the network stores enough charge to light up the flash for the shutter-click moment.

Across town, in the DC-link of a solar inverter feeding a BLDC ceiling fan, you will see the opposite pattern: two 400 V electrolytic capacitors stacked in series, with a resistor network forcing them to share the voltage equally. A single capacitor rated for 400 V is expensive and bulky; two 250 V units in series reach the same voltage limit at a lower cost. The charge that flows into the top plate of the first capacitor is the same charge that flows out of the bottom plate of the second — by Kirchhoff's current law, it has nowhere else to go.

These two patterns — side-by-side and stacked — are the two ways of combining capacitors. Every capacitor network you will ever meet is a combination of these two moves, applied repeatedly. This chapter derives the equivalent-capacitance formulas for both, explains why the rules come out the way they do, and walks you through mixed networks you are likely to meet in a physics exam or an engineering lab.

The two-terminal idealisation

Before anything else, settle the question: when we wire two capacitors together and call the network a "combination", what do we mean?

A capacitor network has two external terminals — the two points you connect to a battery. From the outside, nobody cares how many capacitors are buried inside; they care only about one thing — the ratio of the total charge drawn from the battery to the voltage applied. That ratio is the equivalent capacitance:

C_\text{eq} \;\equiv\; \frac{Q_\text{total}}{V_\text{applied}}.

Why: capacitance was defined (in Capacitance and the Parallel Plate Capacitor) as the charge stored per volt. Apply the same definition to the whole network, treating it as a single black box. The equivalent capacitance is the capacitance of the single ideal capacitor that would behave identically, as seen from the two terminals.

All the work in this chapter is about finding C_\text{eq} for different wiring patterns. Once you have it, the network reduces to a single symbol, and you can think about it exactly as you think about one capacitor.

Equivalent-capacitance black box A dashed box with two external terminals. A battery of voltage V is connected to the terminals, drawing total charge Q from them. The dashed box contains an unspecified capacitor network, which behaves externally as a single equivalent capacitor C_eq. network of capacitors $C_\text{eq} = Q/V$ (black box) $V$ terminal A terminal B charge $Q$
The network inside the dashed box is invisible from outside. Only the ratio of total charge drawn to voltage applied matters — this is the equivalent capacitance.

Capacitors in parallel

Two capacitors are in parallel when both their top plates connect to the same node and both their bottom plates connect to the same other node. Equivalently: when the voltage across one is identical to the voltage across the other, because both pairs of terminals are at the same pair of potentials.

Two capacitors in parallel Capacitor C1 and capacitor C2 are drawn side by side. Their top plates connect to a common upper wire attached to terminal A; their bottom plates connect to a common lower wire attached to terminal B. Both capacitors share the same voltage V. A B $V$ $C_1$ $Q_1 = C_1 V$ $C_2$ $Q_2 = C_2 V$ Both plates see the same voltage $V$; total charge drawn = $Q_1 + Q_2$.
A parallel combination: the same voltage appears across each branch, and the total charge is the sum of the branch charges.

Deriving C_\text{eq} for the parallel network

Assumptions: The capacitors are ideal (no leakage). The connecting wires have zero resistance, so every point on the upper wire is at the same potential, and every point on the lower wire is at the same potential. No current flows in the steady state, so all wires hold zero net charge.

Step 1. Identify what is the same and what is additive.

Because the top plates of C_1 and C_2 are joined by a perfect wire, they are at the same potential — call it V_A. Similarly the bottom plates are both at V_B. The voltage across each capacitor is therefore the same:

V_1 = V_2 = V_A - V_B = V.

Why: a wire is an equipotential by Kirchhoff's voltage law — there is no potential drop along an ideal conductor, because the electric field inside a conductor at equilibrium is zero.

Step 2. Write the charge on each capacitor using Q = CV.

Q_1 = C_1 V, \qquad Q_2 = C_2 V.

Why: this is the definition of capacitance applied to each capacitor individually. Each capacitor responds to its own voltage, which here happens to be the same V for both.

Step 3. Total charge drawn from the battery.

The battery's positive terminal delivers charge to both top plates. By charge conservation, the total charge it delivers equals the sum of the charges on both top plates:

Q_\text{total} = Q_1 + Q_2 = C_1 V + C_2 V = (C_1 + C_2)\,V.

Why: the battery does not know how many capacitors it is charging — it sees only the total charge pulled out of its positive terminal. That total must equal the sum of the charges on the individual top plates, because there is no other place for the charge to sit.

Step 4. Apply the definition of equivalent capacitance.

C_\text{eq} \;=\; \frac{Q_\text{total}}{V} \;=\; \frac{(C_1 + C_2)V}{V} \;=\; C_1 + C_2.

Why: divide the total charge drawn by the voltage applied — that ratio is the equivalent capacitance, by the two-terminal black-box definition.

Step 5. Generalise to n capacitors in parallel.

The same argument repeats for every branch. Every branch sees the same voltage V; every branch draws charge C_k V; the total is the sum.

\boxed{\;C_\text{parallel} \;=\; C_1 + C_2 + \cdots + C_n.\;} \tag{1}

Why: parallel branches act independently as far as charge storage is concerned. Adding a new branch in parallel always increases the total charge drawn at a given voltage, so it always increases the equivalent capacitance.

Why parallel combines like this — the plate-area picture

There is a geometric reason the parallel rule comes out as a sum. Imagine two parallel-plate capacitors of the same gap d and areas A_1 and A_2. Wire their top plates together and their bottom plates together. The result is electrically identical to a single parallel-plate capacitor with the combined area A_1 + A_2 and the same gap d. The formula C = \varepsilon_0 A/d then gives directly

C_\text{combined} = \frac{\varepsilon_0 (A_1 + A_2)}{d} = \frac{\varepsilon_0 A_1}{d} + \frac{\varepsilon_0 A_2}{d} = C_1 + C_2,

in exact agreement with equation (1). Parallel = more area. Every capacitor you add contributes extra plate surface on which charge can sit at the same voltage.

Capacitors in series

Two capacitors are in series when the bottom plate of the first is wired directly to the top plate of the second, with no other connection to that junction. Equivalently: the current that flows in and out of the first capacitor must, by Kirchhoff's current law, also flow in and out of the second. During charging, the same amount of charge passes through both capacitors.

Two capacitors in series Two capacitors stacked. The top plate of C1 connects to terminal A. The bottom plate of C1 connects to the top plate of C2 at an isolated junction. The bottom plate of C2 connects to terminal B. Same charge Q sits on every plate. A B $V$ $+Q$ $-Q$ $C_1$, $V_1 = Q/C_1$ isolated junction $+Q$ $-Q$ $C_2$, $V_2 = Q/C_2$
A series combination: the same magnitude of charge $Q$ sits on every plate. The voltages across the two capacitors add up to the total applied voltage.

Deriving C_\text{eq} for the series network

Assumptions: Ideal capacitors. The junction between the two capacitors (the wire that joins the bottom plate of C_1 to the top plate of C_2) is isolated — it connects to nothing else. The two capacitors started out uncharged.

Step 1. Identify what is the same and what is additive.

Call the charge on the top plate of C_1 (the positive plate) +Q. By the definition of a capacitor, the bottom plate of C_1 carries -Q. This bottom plate and the top plate of C_2 form one isolated conductor — a conductor that was uncharged before the battery was connected, so the total charge on it must still be zero (charge conservation, no wire to anywhere else).

Therefore the top plate of C_2 carries +Q, and by capacitor symmetry its bottom plate carries -Q. Every plate in the series chain carries the same magnitude Q.

Q_1 = Q_2 = Q.

Why: the isolated junction is the key. Induction drove +Q onto the top plate of C_2 because -Q was sitting on the bottom plate of C_1 — and the only way to balance to zero on the combined (isolated) conductor is for +Q to migrate from elsewhere on that conductor, which in turn forces -Q onto the bottom plate of C_2. Charge conservation on the isolated piece forces the "same Q on all plates" conclusion.

Step 2. Write the voltage across each capacitor.

V_1 = \frac{Q}{C_1}, \qquad V_2 = \frac{Q}{C_2}.

Why: capacitance was defined by Q = CV, so V = Q/C for each capacitor separately. Each voltage is the drop across the plates of that capacitor.

Step 3. Total voltage applied across the combination.

The total potential drop from terminal A to terminal B is the sum of the drops across the two capacitors in between:

V = V_1 + V_2 = \frac{Q}{C_1} + \frac{Q}{C_2} = Q\left(\frac{1}{C_1} + \frac{1}{C_2}\right).

Why: potential differences add along a path. Walking from A down through C_1, across the isolated junction, and down through C_2 to B, the total drop is V_1 + V_2. This is Kirchhoff's voltage law — the net potential change around any closed loop is zero, and the battery supplies the drop V.

Step 4. Apply the definition of equivalent capacitance.

C_\text{eq} = \frac{Q}{V} = \frac{Q}{Q\left(\dfrac{1}{C_1} + \dfrac{1}{C_2}\right)} = \frac{1}{\dfrac{1}{C_1} + \dfrac{1}{C_2}}.

Taking the reciprocal gives the cleaner form:

\frac{1}{C_\text{eq}} = \frac{1}{C_1} + \frac{1}{C_2}.

Why: C_\text{eq} is the total charge drawn per volt — for a series network, that is Q divided by V_1 + V_2. The reciprocals appear because voltages add while the charge stays fixed.

Step 5. Generalise to n capacitors in series.

The same argument — charge conservation on every isolated internal junction, potential drops adding from terminal to terminal — extends to any number of capacitors.

\boxed{\;\frac{1}{C_\text{series}} \;=\; \frac{1}{C_1} + \frac{1}{C_2} + \cdots + \frac{1}{C_n}.\;} \tag{2}

Why: every capacitor in the chain carries the same charge Q, and the total voltage is the sum of individual voltages. Dividing Q by that sum inverts the capacitances.

Why series combines like this — the plate-gap picture

Again there is a geometric story. Imagine two parallel-plate capacitors of the same area A and gaps d_1 and d_2. Stack them in series: the bottom plate of the first touches (but is not electrically connected to anything except) the top plate of the second. This is electrically identical to a single parallel-plate capacitor with the same area A and combined gap d_1 + d_2, because the isolated middle conductor holds zero net charge and acts, for field-counting purposes, like an infinitely thin metal sheet that does not disturb the field pattern.

C_\text{combined} = \frac{\varepsilon_0 A}{d_1 + d_2}, \qquad \frac{1}{C_\text{combined}} = \frac{d_1 + d_2}{\varepsilon_0 A} = \frac{d_1}{\varepsilon_0 A} + \frac{d_2}{\varepsilon_0 A} = \frac{1}{C_1} + \frac{1}{C_2},

in exact agreement with equation (2). Series = more gap. Every capacitor you add in series pushes the effective plates further apart, which lowers the capacitance.

The two-capacitor shortcut

For exactly two capacitors in series, equation (2) simplifies to a product-over-sum rule you will use constantly:

\frac{1}{C_\text{series}} = \frac{1}{C_1} + \frac{1}{C_2} = \frac{C_1 + C_2}{C_1 C_2} \;\implies\; C_\text{series} = \frac{C_1 C_2}{C_1 + C_2}. \tag{3}

This form is especially compact when the two capacitances differ by a large factor — then C_\text{series} \approx the smaller of the two. For C_1 = 1\ \muF and C_2 = 100\ \muF, C_\text{series} = 100/101 \approx 0.99\ \muF. The smaller capacitor dominates a series network, just as the largest resistor dominates a series string of resistors.

Explore the network yourself

Two capacitors, two wiring patterns. The interactive below lets you drag the two capacitances and compare the equivalent capacitance you get in series versus parallel. Watch how the parallel curve always sits above the larger of the two, while the series curve always sits below the smaller.

Interactive: series and parallel combinations as C2 varies Two curves: C_parallel equals C1 plus C2 rising linearly, and C_series equals C1 C2 over C1 plus C2 rising and saturating at C1. The reader drags a parameter C2 from 0.5 to 10 microfarads while C1 stays fixed at 2 microfarads. $C_2$ (µF), with $C_1 = 2$ µF fixed equivalent capacitance (µF) 1 3 5 7 9 11 1 5 9 $C_1 = 2$ $C_\text{parallel} = C_1 + C_2$ $C_\text{series} = C_1 C_2 / (C_1 + C_2)$ drag the red point along the axis
Drag the red point to vary $C_2$ while $C_1$ stays at 2 µF. The parallel combination (dark) rises without bound; the series combination (red) saturates at $C_1 = 2$ µF no matter how large $C_2$ becomes. The series capacitance is always less than either member; the parallel capacitance is always greater than either.

Mixed networks — simplify in stages

Most real circuits are neither purely parallel nor purely series. They are combinations. The strategy is always the same: find a group of capacitors that is obviously parallel or obviously series, replace it with its equivalent, redraw the circuit, and repeat until only one capacitor remains.

How to recognise parallel and series in a messy diagram

A common mistake is calling two capacitors series just because they are drawn one above the other. What matters is the circuit topology, not the drawing. If the junction between them has a third wire leading off somewhere, the two capacitors are not in series — because the charge that enters the top capacitor can leak out that third wire instead of being forced through the bottom capacitor.

Worked reduction sequence

Take a network of three capacitors: C_1 = 2\ \muF in parallel with the series combination of C_2 = 3\ \muF and C_3 = 6\ \muF.

Mixed network: C1 in parallel with C2 series C3 Three capacitors. C1 is drawn as one branch between terminals A and B. In the other branch, C2 and C3 are stacked in series, also between A and B. A B $C_1 = 2$ µF $C_2 = 3$ µF $C_3 = 6$ µF isolated
A mixed network. The left branch is just $C_1$; the right branch is $C_2$ and $C_3$ in series.

Step 1. Reduce the series sub-network C_2C_3 using equation (3):

C_{23} = \frac{C_2 C_3}{C_2 + C_3} = \frac{3 \times 6}{3 + 6} = \frac{18}{9} = 2\ \mu\text{F}.

Why: C_2 and C_3 are in series because the junction between them has nothing else tapping in — it is a floating conductor sandwiched between two capacitor plates. Use the product-over-sum rule for two series capacitors.

Step 2. Now C_1 and C_{23} are in parallel between the same two terminals A and B. Use equation (1):

C_\text{eq} = C_1 + C_{23} = 2 + 2 = 4\ \mu\text{F}.

Why: after the series reduction, the network is two branches between the same two nodes — the canonical parallel pattern.

The 4 µF is the equivalent capacitance of the whole network. Connect the terminals A and B to a 12 V battery and the network draws Q = CV = 4 \times 12 = 48\ \muC of charge. Half of that (24 µC) flows onto C_1 (which sees 12 V across itself), and the other half (24 µC) flows through the C_2-C_3 branch — a useful consistency check you will use in Example 2.

Comparison with resistors — the "opposite" rules

Students meet resistors in series and parallel before they meet capacitors, and then get told that the capacitor rules are the "opposite." The claim is correct but incomplete — here is the full picture.

Quantity Series Parallel
Resistor equivalent R_\text{eq} = R_1 + R_2 + \cdots \frac{1}{R_\text{eq}} = \frac{1}{R_1} + \frac{1}{R_2} + \cdots
Capacitor equivalent \frac{1}{C_\text{eq}} = \frac{1}{C_1} + \frac{1}{C_2} + \cdots C_\text{eq} = C_1 + C_2 + \cdots

Why the flip? Because resistance describes how hard it is for charge to flow through a component, while capacitance describes how much charge a component can store at a given voltage. Series and parallel do different things to each property:

The symmetric way to state the rule: in both cases, the "stiffness" (resistance for resistors, reciprocal capacitance for capacitors) adds in series, and the "conductance" (reciprocal resistance for resistors, capacitance for capacitors) adds in parallel.

Worked examples

Example 1: The smartphone flash bank

A smartphone camera flash uses three ceramic capacitors of 10 µF, 22 µF, and 47 µF wired in parallel across a 5 V boost-converter rail, because a single ceramic chip cannot supply the 20-millisecond burst of charge that the flash LED demands. Find the equivalent capacitance, the total charge stored, and the charge stored on each capacitor when the rail has reached 5 V.

Three parallel capacitors across a 5 V rail Three capacitors 10, 22, and 47 microfarads are drawn side by side between two horizontal wires, with a 5 V battery connected at the left. 5 V 10 µF 22 µF 47 µF
The flash bank: three ceramic capacitors across the same 5 V rail.

Step 1. Identify the wiring. All three top plates connect to the 5 V node; all three bottom plates connect to the ground node. The three capacitors share the same voltage.

Why: whenever the terminals of multiple capacitors are electrically identical pairs, the capacitors are in parallel. Use equation (1).

Step 2. Apply the parallel formula.

C_\text{eq} = 10 + 22 + 47 = 79\ \mu\text{F}.

Why: parallel capacitances simply add. No reciprocals, no fractions.

Step 3. Compute total charge stored at V = 5 V.

Q_\text{total} = C_\text{eq}\,V = 79\ \mu\text{F} \times 5\ \text{V} = 395\ \mu\text{C}.

Why: this is the definition Q = CV applied to the whole bank. The total charge drawn from the 5 V rail is what the flash circuit can discharge into the LED in the 20-ms burst.

Step 4. Compute charge on each individual capacitor.

Because each capacitor sees 5 V across it:

Q_1 = 10 \times 5 = 50\ \mu\text{C}, \quad Q_2 = 22 \times 5 = 110\ \mu\text{C}, \quad Q_3 = 47 \times 5 = 235\ \mu\text{C}.

Why: each capacitor is at its own individual 5 V, and its stored charge is C_k V. Confirm consistency: 50 + 110 + 235 = 395\ \muC — matches the total.

Step 5. Check the sanity of the numbers. A 395 µC burst at 5 V is 0.395 × 5 = 1.97 mJ of stored energy. Released into the flash LED over 20 ms, that is an average power of about 0.1 W — in the right order for a phone camera flash.

Result: C_\text{eq} = 79\ \muF, total charge Q = 395 µC. The 47 µF chip carries almost 60% of the total charge, while the 10 µF chip carries only about 13%.

What this shows: In a parallel bank, each capacitor stores charge in proportion to its own capacitance. Engineers choose parallel combinations specifically to multiply the charge available at a fixed voltage — exactly what a burst load like a camera flash needs.

Example 2: Solar-inverter DC-link with two capacitors in series

A rooftop solar inverter in Bengaluru runs a BLDC ceiling fan from a 400 V DC bus. The designer uses two electrolytic capacitors, C_1 = 100\ \muF and C_2 = 220\ \muF, wired in series across the bus so that no single capacitor has to hold the full 400 V. Find the equivalent capacitance, the charge stored, and the voltage across each capacitor individually.

Two series capacitors across a 400 V DC bus Capacitor C1 100 microfarads above capacitor C2 220 microfarads, the two in series across a 400 V battery. 400 V $C_1 = 100$ µF $C_2 = 220$ µF
Two series electrolytics sharing the 400 V bus. The smaller capacitor will end up with the larger share of the voltage.

Step 1. Apply the series formula.

\frac{1}{C_\text{eq}} = \frac{1}{100} + \frac{1}{220} = \frac{220 + 100}{100 \times 220} = \frac{320}{22000}.
C_\text{eq} = \frac{22000}{320} = 68.75\ \mu\text{F}.

Why: the two capacitors share an isolated junction, so they are in series; their capacitances add as reciprocals by equation (2). The resulting C_\text{eq} = 68.75 µF is smaller than either 100 µF or 220 µF, as the series rule demands.

Step 2. Compute the common charge on each capacitor.

Q = C_\text{eq}\,V = 68.75\ \mu\text{F} \times 400\ \text{V} = 27500\ \mu\text{C} = 27.5\ \text{mC}.

Why: the whole network is equivalent to one capacitor of 68.75 µF at 400 V. That single capacitor stores Q = CV of charge — and because the series rule forces every internal plate to carry the same magnitude of charge, this Q is the charge on C_1 and on C_2.

Step 3. Voltage across each capacitor individually.

V_1 = \frac{Q}{C_1} = \frac{27500}{100} = 275\ \text{V}.
V_2 = \frac{Q}{C_2} = \frac{27500}{220} = 125\ \text{V}.

Why: once you know the charge on each capacitor, use V = Q/C individually. The smaller capacitor takes the larger voltage share — a general rule in series capacitor networks.

Step 4. Verify that the individual voltages add to 400 V.

V_1 + V_2 = 275 + 125 = 400\ \text{V}. \quad \checkmark

Why: Kirchhoff's voltage law — the sum of potential drops around the loop equals the battery emf. This is a useful cross-check on the arithmetic.

Result: C_\text{eq} = 68.75 µF, common charge Q = 27.5 mC, voltage split V_1 = 275 V across the 100 µF capacitor and V_2 = 125 V across the 220 µF capacitor.

What this shows: When two capacitors are put in series across a fixed bus voltage, the smaller capacitor ends up with the larger voltage across it. The inverter designer must therefore check that the 100 µF capacitor can handle 275 V safely — otherwise it will break down long before the 220 µF one is stressed. This is why real DC-link designs always include bleeder resistors in parallel with each capacitor to enforce equal voltage sharing regardless of leakage asymmetries.

Example 3: Mixed network with a Wheatstone-style bridge

Four capacitors — C_1 = 6\ \muF, C_2 = 3\ \muF, C_3 = 2\ \muF, C_4 = 4\ \muF — are wired as follows: C_1 and C_2 are in series along the top branch; C_3 and C_4 are in series along the bottom branch; the two branches are then in parallel between terminals A and B. Find the equivalent capacitance across A and B.

Two series branches combined in parallel Top branch: C1 and C2 in series. Bottom branch: C3 and C4 in series. Both branches connect the same two terminals A and B. A B $C_1 = 6$ µF $C_2 = 3$ µF $C_3 = 2$ µF $C_4 = 4$ µF
The top branch is $C_1$–$C_2$ in series; the bottom is $C_3$–$C_4$ in series; the two branches are in parallel between A and B.

Step 1. Reduce the top branch (C_1 and C_2 in series).

C_{12} = \frac{C_1 C_2}{C_1 + C_2} = \frac{6 \times 3}{6 + 3} = \frac{18}{9} = 2\ \mu\text{F}.

Step 2. Reduce the bottom branch (C_3 and C_4 in series).

C_{34} = \frac{C_3 C_4}{C_3 + C_4} = \frac{2 \times 4}{2 + 4} = \frac{8}{6} = \frac{4}{3}\ \mu\text{F} \approx 1.33\ \mu\text{F}.

Why: each branch contains only two capacitors joined at a single isolated junction — a clean series sub-network. Use the product-over-sum shortcut.

Step 3. Combine the two reduced branches in parallel.

C_\text{eq} = C_{12} + C_{34} = 2 + \tfrac{4}{3} = \tfrac{10}{3}\ \mu\text{F} \approx 3.33\ \mu\text{F}.

Why: after the series reductions, you have two capacitors (each an equivalent of two originals) between the same two nodes — the canonical parallel pattern.

Step 4. Check: plug in V = 10 V and verify energy conservation.

Q_\text{total} = C_\text{eq}\,V = \tfrac{10}{3} \times 10 = \tfrac{100}{3}\ \mu\text{C} \approx 33.3\ \mu\text{C}.

Top branch: Q_{12} = C_{12}\,V = 2 \times 10 = 20 µC; bottom branch: Q_{34} = C_{34}\,V = \tfrac{4}{3} \times 10 = \tfrac{40}{3} \approx 13.3 µC. Sum: 20 + 13.3 = 33.3 µC. Matches Q_\text{total}.

Result: C_\text{eq} = 10/3\ \mu\text{F} \approx 3.33\ \muF.

What this shows: Any planar capacitor network without a "cross branch" can be reduced by iterating series and parallel moves. This four-capacitor problem took three substitutions. Truly bridged networks (where a cross capacitor connects the midpoints of two branches) require the more general Kirchhoff-law analysis covered in the going-deeper section.

Common confusions

If you have the series and parallel rules firm and can reduce any planar two-terminal network, you have what you need for JEE Main. What follows is the JEE Advanced content: bridge networks, infinite ladders, and the rigorous charge-conservation proof for an n-capacitor series chain.

Bridge networks — when series and parallel are not enough

Take a Wheatstone-style bridge: five capacitors, C_1 and C_2 across the top, C_3 and C_4 across the bottom, and a bridge capacitor C_5 running diagonally between the midpoints. This network is not reducible by any sequence of series and parallel moves, because the bridge capacitor C_5 taps into both midpoints — meaning the C_1-C_2 junction is no longer "isolated", and neither is the C_3-C_4 junction.

The full solution requires Kirchhoff's laws applied directly: write charge conservation on the two midpoints, and the sum of potential drops around each of two independent loops. You end up with a 4×4 linear system in the four unknown charges (Q_1, Q_2, Q_3, Q_4), with Q_5 determined by the charge balance at the midpoints.

Balanced bridge. There is one special case that reduces to nothing: if C_1/C_2 = C_3/C_4, then the two midpoints are at the same potential, no charge sits on C_5, and the bridge capacitor is effectively absent. The network reduces to two parallel series pairs: C_\text{eq} = C_1 C_2/(C_1+C_2) + C_3 C_4/(C_3+C_4). This is exactly analogous to the balanced resistor bridge that Wheatstone himself used for precision measurements.

Infinite ladder network

Consider an infinite ladder of identical capacitors C: each rung is a capacitor between the two rails, and each segment of each rail is also a capacitor C. What is the equivalent capacitance across the first rung?

Let C_\text{eq} be the answer. Because the ladder is infinite, adding one more unit at the front produces exactly the same ladder — so the equivalent capacitance of "one unit plus the rest" must equal C_\text{eq}. This self-similarity lets you write the equation

C_\text{eq} \;=\; C \;\oplus\; \left( C + (C_\text{eq} \;\|\; C) \right),

where \oplus is the parallel combination a \oplus b = a + b and \| is the series combination a \| b = ab/(a+b). Setting up carefully for the standard ladder where each rail segment is C and each rung is C gives a quadratic in C_\text{eq}:

C_\text{eq}^2 + 2 C\,C_\text{eq} - 2C^2 = 0.

Solving with the positive root gives C_\text{eq} = (\sqrt{3} - 1)\,C \approx 0.732\,C. The golden-ratio connection that shows up in resistor ladders appears here as a \sqrt{3} instead, because the series/parallel arithmetic for capacitors is mirrored.

Rigorous charge conservation for n series capacitors

The claim that "every plate carries the same charge" in a series chain is the foundation of equation (2). Here is the airtight proof.

Step 1. Label the n capacitors 1, 2, \ldots, n in order from terminal A to terminal B. Let q_k^+ be the charge on the upper plate of capacitor k and q_k^- the charge on its lower plate. By the definition of a capacitor (the two plates carry equal and opposite charges),

q_k^- = -q_k^+ \quad \text{for each } k.

Step 2. Identify the isolated internal conductors. The junction between capacitor k and capacitor k+1 consists of the lower plate of k and the upper plate of k+1, connected by a short wire. This conductor was uncharged before the battery was connected; its total charge must still be zero by charge conservation (no external charge source reaches it).

q_k^- + q_{k+1}^+ = 0 \quad \text{for } k = 1, \ldots, n-1.

Step 3. Combine steps 1 and 2.

q_{k+1}^+ = -q_k^- = q_k^+ \quad \text{for } k = 1, \ldots, n-1.

So q_1^+ = q_2^+ = \cdots = q_n^+ \equiv Q. Every upper plate carries the same charge Q; every lower plate carries -Q.

Step 4. The voltage across capacitor k is V_k = Q/C_k. The total applied voltage is

V = \sum_{k=1}^{n} V_k = Q \sum_{k=1}^{n} \frac{1}{C_k}.

Dividing by Q:

\frac{V}{Q} = \sum_{k=1}^{n} \frac{1}{C_k} \quad\Longleftrightarrow\quad \frac{1}{C_\text{eq}} = \sum_{k=1}^{n} \frac{1}{C_k}.

The proof generalises the two-capacitor case with no new ideas — just the explicit book-keeping of the isolated junctions.

Charge sharing when you connect two pre-charged capacitors

A setup that shows up in JEE Advanced: capacitor C_1 is charged to voltage V_0, then disconnected from the battery. A second, uncharged capacitor C_2 is connected in parallel across it (top to top, bottom to bottom). What is the final voltage, and how much energy is lost?

Charge conservation is the handle: the total charge before is Q_0 = C_1 V_0, and after connection this total redistributes over the combined capacitance C_1 + C_2. The final voltage is

V_f = \frac{Q_0}{C_1 + C_2} = \frac{C_1 V_0}{C_1 + C_2}.

Energy before: U_i = \tfrac{1}{2}C_1 V_0^2. Energy after: U_f = \tfrac{1}{2}(C_1+C_2)V_f^2 = \tfrac{1}{2}(C_1+C_2) \cdot C_1^2 V_0^2/(C_1+C_2)^2 = \tfrac{1}{2} C_1^2 V_0^2/(C_1+C_2). The ratio U_f/U_i = C_1/(C_1 + C_2) is always less than 1 — energy is lost even though charge is conserved. The missing energy goes into electromagnetic radiation and resistive heating in the connecting wire as the redistributing current flows. This is one of the classic demonstrations that charge conservation and energy conservation are independent: you cannot use one to deduce the other.

The lost energy is the subject of Energy Stored in a Capacitor, where the \tfrac{1}{2}CV^2 expression is derived and its origin in the work done during charging is made explicit.

Where this leads next