Why one equation isn't enough
In rung 1 you met Ohm's law: for a single resistor, V = I·R, three quantities locked together like gears. That law is still true everywhere — but the moment you wire two resistors together, a new question appears that Ohm's law alone can't answer. How does the current split when the path forks? How does the voltage share itself across a chain? You need rules about how components *talk to each other*, not just what happens inside one of them.
In 1845 a 21-year-old student named Gustav Kirchhoff supplied exactly those rules. They sound almost insultingly obvious — they are really just conservation of charge and conservation of energy dressed up in circuit clothing — yet together they let you solve *any* network of resistors and sources, no matter how tangled. Every SPICE simulator and every chip designer still leans on them today.
KCL: what flows in must flow out
Picture a busy roundabout. Every car that drives in has to drive out somewhere — none vanish, none materialise. Kirchhoff's current law says exactly this about charge at a node: the total current flowing *in* equals the total current flowing *out*. Charge doesn't pile up at a junction; a wire is not a parking lot.
Written as one tidy equation, the signed sum of all currents at a node is zero — count currents leaving as positive and currents entering as negative (or vice versa, as long as you're consistent). If three wires meet at a node and 5 mA arrives on one and 2 mA arrives on another, then 7 mA must depart on the third. No exceptions, ever.
I1 = 5 mA (in)
│
▼
───────●─────── I3 = ? (out)
▲
│
I2 = 2 mA (in)
KCL at node ●: I1 + I2 = I3
5 mA + 2 mA = 7 mA → I3 = 7 mAKVL: a round trip nets zero
Now think of altitude on a hike. You leave the trailhead, climb a ridge, drop into a valley, scramble back up — and when you arrive at the very same spot you started, your net change in elevation is exactly zero, no matter how dramatic the route. Kirchhoff's voltage law says voltage behaves the same way: walk around any closed loop and the voltage rises and drops must cancel, summing to zero.
A battery is a *rise* (the energy source lifts you uphill); a resistor is a *drop* (each one converts a slice of that energy into heat, by Ohm's law a drop of I·R). KVL insists every joule the source provides is spent by the time you complete the loop — that's conservation of energy per unit charge.
Let's do it for real. A 12 V battery drives a single loop through two resistors in series, R1 = 1 kΩ and R2 = 2 kΩ. Because it's one unbroken loop, the *same* current I flows through everything (KCL guarantees it — there's nowhere for current to split off). Apply KVL around the loop:
+12V ──────[ R1 = 1kΩ ]──────┐
│ │
┌┴┐ Vout (across R2)
12V│ │ battery │
└┬┘ [ R2 = 2kΩ ]
│ │
└──────────────────────────┘
(current I flows clockwise)
KVL: +12 − I·R1 − I·R2 = 0
12 = I·(1k + 2k) = I·3k
I = 12 / 3000 = 4 mA
Drop across R1 = I·R1 = 4mA · 1k = 4 V
Drop across R2 = I·R2 = 4mA · 2k = 8 V
Check: 4 V + 8 V = 12 V ✓ (loop sums to zero)Folding resistors: series adds, parallel reciprocates
Solving every circuit by writing KCL and KVL equations from scratch would be exhausting. The shortcut is to *collapse* groups of resistors into a single equivalent one, simplifying the picture step by step until only Ohm's law remains. There are exactly two moves.
Series (resistors in a single-file line, same current through each): just add them. R_series = R1 + R2 + R3 + … It makes sense — chaining resistors lengthens the obstacle course the current must run, so resistance piles up. Two 1 kΩ resistors in series behave like one 2 kΩ.
Parallel (resistors side by side across the same two nodes, same voltage across each): add the *reciprocals*. 1/R_parallel = 1/R1 + 1/R2 + … Here you've opened extra lanes for the current, so the combined resistance *drops below* even the smallest branch. Two 1 kΩ resistors in parallel make 500 Ω. A handy two-resistor shortcut: R_parallel = (R1·R2)/(R1+R2), the "product over sum".
SERIES (same current I): PARALLEL (same voltage V):
──[R1]──[R2]──[R3]── ───┬──[R1]──┬───
├──[R2]──┤
R_eq = R1 + R2 + R3 └──[R3]──┘
1/R_eq = 1/R1 + 1/R2 + 1/R3
e.g. 1k + 2k = 3k e.g. two-resistor:
R_eq = (R1·R2)/(R1+R2)
= (1k·1k)/(2k) = 500 Ω- Spot the innermost group — resistors that are clearly purely series or purely parallel with each other.
- Replace that group with its single equivalent resistor, redrawing the simpler circuit.
- Repeat — new series/parallel opportunities appear once a group collapses.
- When one resistor remains, use Ohm's law to get the total current, then work *backwards* into the network to recover each branch's current and voltage.
The voltage divider: the workhorse you'll reuse forever
Now we cash everything in. Take two resistors in series across a source — exactly the loop we solved earlier — and tap the voltage at the point *between* them. That node gives you a clean fraction of the input, set entirely by the resistor ratio. This is the voltage divider, and once you see it you'll spot it in literally every electronic product you own.
The formula falls straight out of KVL. The same current I = V_in/(R1+R2) flows through both resistors, and the output is just the drop across the bottom resistor, I·R2. Substitute and the current cancels:
Vin ───[ R1 ]───┬─── Vout
│
[ R2 ]
│
GND ────────────┘
Vout = Vin · R2 / (R1 + R2)
Example: Vin = 9 V, R1 = 10 kΩ, R2 = 20 kΩ
Vout = 9 · 20k / (10k + 20k)
= 9 · 20/30
= 6 V
Swap R2 → 5 kΩ: Vout = 9 · 5/15 = 3 VWhere does this show up? A potentiometer (volume knob) is a divider whose ratio you turn by hand. A thermistor or photoresistor paired with a fixed resistor turns temperature or light into a measurable voltage your microcontroller can read. Setting the reference on a power-supply chip, biasing a transistor, scaling a 12 V signal down to the 3.3 V an ADC can tolerate — all dividers.
Putting it together — and what comes next
Look at how the pieces interlock. KCL and KVL are the *axioms* — the two conservation laws no circuit can break. Series and parallel folding is the *shortcut* that hides those axioms inside simple arithmetic. The voltage divider is the *named pattern* you'll reach for so often it becomes muscle memory. Three rungs, one staircase.
But folding only works while a circuit is *cleanly* series-or-parallel. Hand it a bridge network, or a circuit with two sources fighting each other, and there's no group to collapse — the folding shortcut stalls. That's exactly the wall rung 3 breaks through, with nodal and mesh analysis: systematic recipes that apply KCL and KVL to *every* node or loop at once and let linear algebra finish the job.