Capacitor problems — charging, discharging, energy stored, combinations

medium CBSE JEE-MAIN 3 min read

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 QQ at voltage VV:

C=QVC = \frac{Q}{V}

Energy stored:

U=12CV2=Q22C=QV2U = \frac{1}{2}CV^2 = \frac{Q^2}{2C} = \frac{QV}{2}

For a parallel plate capacitor:

C=ε0AdC = \frac{\varepsilon_0 A}{d}

where AA = plate area, dd = separation.

Capacitors in series: same charge QQ on each, voltages add up.

1Ceq=1C1+1C2+\frac{1}{C_{eq}} = \frac{1}{C_1} + \frac{1}{C_2} + \cdots

For two capacitors: Ceq=C1C2C1+C2C_{eq} = \frac{C_1 C_2}{C_1 + C_2}

The equivalent capacitance in series is always less than the smallest individual capacitor.

Capacitors in parallel: same voltage VV across each, charges add up.

Ceq=C1+C2+C_{eq} = C_1 + C_2 + \cdots

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 (C1C_1 at V1V_1 and C2C_2 at V2V_2) are connected in parallel, charge flows until they reach the same voltage:

Vcommon=C1V1+C2V2C1+C2V_{common} = \frac{C_1 V_1 + C_2 V_2}{C_1 + C_2}

Energy is lost as heat during redistribution:

ΔU=C1C2(V1V2)22(C1+C2)\Delta U = \frac{C_1 C_2 (V_1 - V_2)^2}{2(C_1 + C_2)}

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 Q=CVQ = CV, 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, VV stays constant and CC increases to KCKC. The charge increases to KQKQ. But when the capacitor is disconnected from the battery first, QQ stays constant and VV decreases to V/KV/K. 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.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next