Two sentences that generate every rule
Series: one path. The same current flows through everything, and the voltage divides.
Parallel: one voltage. Everything sees the same voltage, and the current divides.
The pool asks these directly — in which type of circuit is the current always the same through all components? (series) and in which type is the voltage always the same across all components? (parallel) — and every combination rule follows from them.
Combining resistors
In series, resistances add:
Two resistors in series carry the same current, so their voltage drops add, so by Ohm’s law their resistances add. 100 Ω and 220 Ω in series give 320 Ω.
In parallel, conductances add, which comes out as the reciprocal rule:
100 Ω and 220 Ω in parallel give 1 / (1/100 + 1/220) = 68.75 Ω.
Two shortcuts worth having
- Equal resistors in parallel: the total is one resistor divided by how many there are. Two 100 Ω in parallel is 50 Ω; four is 25 Ω.
- Two resistors in parallel: product over sum. (100 × 220) / (100 + 220) = 22000 / 320 = 68.75 Ω. Faster than the reciprocal form for the common case.
The check that catches every error
A parallel total is always smaller than the smallest branch. If you compute two resistors in parallel and get something larger than either one, you have inverted something. This check costs a second and catches the most common arithmetic slip in the whole subject.
Where the pattern breaks: capacitors
Resistors and inductors follow the same pattern — series adds, parallel is reciprocal. Capacitors are the reverse:
| Component | In series | In parallel |
|---|---|---|
| Resistors | add | reciprocal |
| Inductors | add | reciprocal |
| Capacitors | reciprocal | add |
This is a favourite exam trap and it is not arbitrary. Capacitance grows with plate area, so wiring capacitors side by side (parallel) is effectively building one bigger plate — capacitances add. Stacking them in series is like increasing the plate spacing, which reduces capacitance.
Reading a real circuit
Real circuits are neither purely series nor purely parallel; they are series and parallel sections nested inside each other. The method is always the same:
- Find the innermost group that is clearly one or the other.
- Reduce it to a single equivalent value.
- Redraw with that value in place.
- Repeat until one resistor remains.
There is no shortcut past this, and there is no need for one — each step is either an addition or a product-over-sum.
Check yourself
- Three 300 Ω resistors in parallel. Total?
- A 50 Ω and a 50 Ω resistor in series, that pair in parallel with another 50 Ω. Total?
- Two 10 µF capacitors in parallel. Total capacitance?
Answers
- Equal resistors in parallel: 300 / 3 = 100 Ω.
- The series pair is 100 Ω. In parallel with 50 Ω: (100 × 50) / 150 = 33.3 Ω. Smaller than 50, as required.
- Capacitors in parallel add: 20 µF.