Question
How do we solve problems on capacitor combinations, energy stored, and charge distribution for series and parallel connections?
Solution — Step by Step
A capacitor stores charge at voltage :
Energy stored:
For a parallel plate capacitor:
where = plate area, = separation.
Capacitors in series: same charge on each, voltages add up.
For two capacitors:
The equivalent capacitance in series is always less than the smallest individual capacitor.
Capacitors in parallel: same voltage across each, charges add up.
The equivalent capacitance in parallel is always more than the largest individual capacitor.
Capacitor rules are the opposite of resistor rules. Capacitors in series add like resistors in parallel, and vice versa. If you remember one, you automatically know the other.
When two capacitors ( at and at ) are connected in parallel, charge flows until they reach the same voltage:
Energy is lost as heat during redistribution:
This energy loss occurs even with ideal (zero-resistance) wires — it goes into electromagnetic radiation.
flowchart TD
A["Capacitor Problem"] --> B{"Configuration?"}
B -->|"Series"| C["Same Q, voltages add, 1/Ceq = sum of 1/Ci"]
B -->|"Parallel"| D["Same V, charges add, Ceq = sum of Ci"]
B -->|"Mixed"| E["Simplify step by step: inner to outer"]
A --> F{"What to find?"}
F -->|"Energy stored"| G["U = 1/2 CV2 = Q2/2C"]
F -->|"Charge redistribution"| H["V_common = sum CiVi / sum Ci"]
F -->|"With dielectric"| I["C becomes K times C"]
Why This Works
In series, the same charge must flow through each capacitor (charge conservation at each intermediate plate). In parallel, the same battery voltage appears across each capacitor. These two constraints, combined with , give us all the combination rules.
The energy loss during charge redistribution is a consequence of charge conservation and energy conservation together — when charge flows, the final energy is always less than the initial energy regardless of the path taken.
Alternative Method
For complex circuits with multiple capacitors and batteries, use Kirchhoff’s laws for capacitors: the sum of voltage drops around any loop = 0 (KVL), and the net charge at any node = 0 (charge conservation). This systematic approach handles any circuit topology.
Common Mistake
When a dielectric is inserted into a capacitor that is still connected to a battery, stays constant and increases to . The charge increases to . But when the capacitor is disconnected from the battery first, stays constant and decreases to . Students mix these two cases constantly. Ask yourself: “Is the battery still connected?” before writing any equation. JEE Main tests this distinction almost every year.