Capacitors
AC Circuits · 13 min read
A capacitor is, at heart, two pieces of metal separated by a thin insulator. Connect a voltage across them and positive charge piles up on one plate, an equal negative charge on the other, and an electric field forms in the gap. That charge-store property is what makes the capacitor the second most-used passive component after the resistor — and the foundation for everything AC.
Structure
The canonical “parallel-plate” model is two conductive plates of area , separated by a distance , with an insulating material (the dielectric) filling the gap. In real components this gets rolled up, coiled, stacked, or sintered into shapes that fit on a PCB, but the mental model stays the same.
Factors that affect capacitance
For the parallel-plate geometry, three things set:
- Plate area — more metal facing each other means more room for charge to spread. Double the area, double the capacitance.
- Plate separation — closer plates see a stronger field per volt, so they pull more charge for the same voltage. Halve the gap, double the capacitance.
- Dielectric permittivity — the material between the plates. Air / vacuum is . Paper is ~3.5, mica is ~6, ceramic can run into the thousands. is a universal constant ( F/m).
Why do different dielectrics help? The insulating material polarises in the field — its own molecules tilt so their internal charges partly cancel the applied field. A weaker net field for the same charge means you can pack more charge in for the same terminal voltage, which is exactly what bigger C means.
Capacitors in series and parallel
Combine two caps and the equivalent capacitance depends on how they're wired. The rules are the opposite of what resistors do:
Series — caps share the same current (and therefore the same charge Q). With identical charge on every capacitor, the voltages distribute inversely with capacitance: . Adding those voltages gives the total, and dividing by Q gives the reciprocal-sum rule. A practical consequence: series capacitors behave like a single cap smaller than the smallest element. Two 10 µF caps in series give 5 µF.
Parallel — caps share the same terminal voltage V. Each pulls its own charge , and the total charge delivered by the source is the sum of the branches. So the effective C is just the straight sum. Two 10 µF caps in parallel make 20 µF.
The swap with resistors trips people up the first time. The memorable way: in a series cap network the same charge moves through everything but the voltage has to be divided — so more elements in series can hold less charge per volt of total, i.e. smaller C. In parallel, every branch gets its own charge at the same V, so more branches add up to a bigger C.
The charge-voltage relationship
Apply a voltage across the plates. Charge accumulates in direct proportion. The constant of proportionality is the capacitance:
is measured in farads (F): one farad stores one coulomb of charge per volt applied. One farad is enormous — real capacitors span picofarads (pF, F) up to a few farads for supercaps, a range of 12 decades. Typical ceramics are pF–nF; typical electrolytics µF–mF. When you see a “100 µF 16 V” cap in a schematic, that's its capacitance and its voltage rating (the maximum it can handle without breakdown).
Rearranging gives two equally useful forms:
For a given cap, more charge pushed in means a higher terminal voltage — same relationship as filling a bucket faster raises the water level faster. For a given voltage, a bigger holds more charge — a bigger bucket holds more water.
Applying Q = CV in circuits
With both the combination rules and the formula in hand, you can find the charge on every capacitor in a battery-driven network. The method is always the same: collapse combinations to a single , find total from , then work backwards to individual charges and voltages.
Single capacitor
The simplest case: one capacitor and one battery. When the circuit reaches steady state the capacitor voltage equals the battery voltage exactly, so is applied directly.
Two capacitors in parallel
Parallel caps share the same voltage — each is connected directly across the battery. First find , then find the total charge . Each individual charge follows since both caps see the same voltage.
Combination: series and parallel
When series and parallel elements mix, reduce in stages: collapse the parallel group first, then treat the result as a single cap in series with the remaining element.
After finding , note that this is the charge on (series elements carry the same Q). The voltage across the parallel pair is , and — which sums to 12 V as expected.
Charging and discharging
Everything above describes a capacitor sitting in steady state. The interesting behaviour happens during the transition: the moment a switch closes and the capacitor first sees a voltage source, or the moment the source is removed and the cap dumps its charge through whatever path is available.
Put a resistor in series with a capacitor and a DC source , then close the switch. The voltage across a capacitor can't jump instantaneously — that would require infinite current — so ramps up from zero toward along an exponential curve:
The whole shape of that curve is governed by a single number, the time constant:
With in ohms and in farads, comes out in seconds. A 10 kΩ resistor charging a 100 µF cap gives ; a 1 MΩ × 1 nF combination gives . Pick R and C, you've picked your timing.
Engineers treat the cap as fully charged after about five time constants. At the cap has reached roughly 99.3 % of — close enough to call it done.
The current through the same circuit follows the mirror curve. At the instant the switch closes, the cap looks like a short to a sudden change; current jumps to and then decays as climbs and the voltage left across R shrinks:
Charging shape — v_C rises along ; current decays as v_C catches up. The full interactive playground lives on the Simulate page.
Discharging is the symmetric story. Disconnect the source and short the cap through R; v_C decays exponentially from its starting value toward zero with the same time constant:
Same , same five-tau rule for “effectively empty.” The current reverses direction (out of the cap instead of in) and decays alongside the voltage.
Discharging shape — v_C decays along ; current reverses out of the cap. Same τ controls both halves.