JOVANA
Explore Library Glossary Getting Started Three Levels Fields How it works Mission
Join the mission
All guides

Series, Parallel, and Reducing a Network

Real circuits have many resistors, but any cluster of them looks, from the outside, like a single one. Learn the series and parallel rules and the step-by-step trick of collapsing a whole network down to one number.

From one resistor to a whole network

In the last guide you met Ohm's law and saw that a single resistor simply turns voltage times current into heat. But real circuits almost never have just one resistor. The wonderful news is this: from the outside, any tangle of resistors behaves exactly like one resistor — a value we call its equivalent resistance (equivalent resistance). "Reducing a network" just means replacing clusters with that single stand-in, over and over, until the arithmetic becomes trivial.

Keep the water picture close. Two narrow pipes joined end to end restrict the flow more than either one alone — that is series. Two pipes laid side by side give the water more room and restrict it less than either alone — that is parallel. Everything past that is bookkeeping with Ohm's law: figure out which voltage or which current is shared, and the rest follows.

Series: stack the resistances

Resistors in series sit end to end on one single-file path, so the same current must thread through all of them. Their voltage drops add up to the source voltage (that is Kirchhoff's voltage law, KVL, peeking out). The equivalent of series resistors is just the sum: R_eq = R1 + R2 + R3 + ..., and because each part only adds restriction, the result is always bigger than the largest single resistor.

Numbers make it stick. Put 1 k, 2 k, and 3 k in series across 12 V: R_eq = 6 k, so the shared current is I = 12 / 6000 = 2 mA through all three. The drop across the 2 k resistor is then 2 mA times 2 k = 4 V. Notice the biggest resistor takes the biggest share of the voltage — that proportional sharing is exactly the voltage divider you will build in guide 3.

One honest caveat about the stand-in: the equivalent resistor is a number for calculation, not a real part on the bench. Each physical resistor still suffers its own power dissipation of V times I and must be rated for it. If you ever replaced those three with one real 6 k resistor, it would have to swallow the whole 12 V times 2 mA = 24 mW by itself.

Parallel: open more lanes

Resistors in parallel have both ends tied to the same two points, so they all share the same voltage, while the current splits among them and the branch currents add back up (Kirchhoff's current law in disguise). The equivalent of parallel resistors comes from adding the reciprocals: 1/R_eq = 1/R1 + 1/R2 + ... More lanes always mean less restriction, so a parallel combination is always smaller than its smallest member.

Quick numbers: 10 k in parallel with 10 k gives 5 k (two equal lanes halve the restriction). 10 k with 5 k gives, by product over sum, (10 times 5) / (10 + 5) = 50/15 ≈ 3.33 k — just under the 5 k smaller one, which is your instant sanity check. And n equal resistors in parallel simply give R/n. The shared current in guide 3 will split between such branches as the current divider.

                SERIES (end to end)      PARALLEL (side by side)
  same value    current (one path)       voltage (one pair of nodes)
  these add     the voltage drops        the branch currents
  R_eq          R1 + R2 + R3 + ...       1 / (1/R1 + 1/R2 + ...)
  two only      R1 + R2                  R1 x R2 / (R1 + R2)
  result is     >= the LARGEST part      <= the SMALLEST part
The whole chapter on one card: what is shared, what adds, and the quick formula and sanity check for each case.

Reducing a network, step by step

A real schematic is usually a nest of series and parallel pieces. The trick is patience: find the innermost cluster that is purely series or purely parallel, replace it with its one equivalent value, redraw the now-simpler circuit, and repeat. Keep going and the whole thing shrinks to a single resistor across the source.

  1. Scan for the innermost group that is cleanly series or cleanly parallel — nothing else branching off in the middle of it.
  2. Replace that group with its single equivalent resistance, and redraw the simpler circuit so you do not lose track.
  3. Repeat until one resistor remains: that final value is the total resistance the source actually sees.
  4. Get the source current from Ohm's law, I = V / R_eq, then expand back outward one step at a time.
  5. At each un-collapsed group, use its known voltage or current to recover the individual branch voltages and currents — and check that the branch currents add back up.

Walk one through. A 12 V source feeds a 2 k resistor in series with a parallel pair of 6 k and 3 k. First collapse the pair: (6 times 3) / (6 + 3) = 18/9 = 2 k. Now it is 2 k in series with 2 k, so R_eq = 4 k and the source current is I = 12 / 4000 = 3 mA. That 3 mA flows through the first 2 k, then meets the parallel block, where it drops 3 mA times 2 k = 6 V. Expanding back: the 6 k branch carries 6 V / 6 k = 1 mA, the 3 k branch carries 6 V / 3 k = 2 mA, and 1 mA + 2 mA = 3 mA — the books balance.

When it works, when it doesn't, and why you care

Be honest about the limit: not every network is series-parallel. A bridge layout — picture a Wheatstone bridge with a resistor strung across its middle — has a part that is neither purely in series nor purely in parallel with anything, so no amount of collapsing untangles it. Those circuits need the full Kirchhoff machinery of guide 4, or the Thevenin and Norton equivalents of guide 5. Series-parallel reduction is a sharp, fast tool, not a universal one.

Equivalent resistance is also the language of connecting stages. The resistance you would measure looking into any two terminals is exactly what the next stage feels: it is the loading one block places on another, the source resistance of what comes before meeting the input resistance of what comes after. Master collapsing resistors here and guide 5's punchline lands easily — a whole sub-circuit, sources and all, can be squeezed into one source plus one resistor.