This page is the exhaustive worked-example lab for Series and parallel resistance . The parent note gave you four clean examples. Here we deliberately hunt down every case class a problem can be built from — including the weird, degenerate, and exam-trap ones — so you never meet a scenario you have not already seen solved.
Everything here rests on only two tools, both defined in the parent and its links:
Ohm's Law : V = I R — voltage across a resistor equals its current times its resistance.
Kirchhoff's Laws : current in = current out at a node (KCL); voltages around a loop add to zero (KVL).
If any symbol below feels unfamiliar, it was built in the parent note — read that first.
Before working anything, let us enumerate the full space of cases. Every resistor-network problem you will ever be handed is one (or a stitch) of these cells:
#
Case class
What makes it special
Covered by
A
Pure series
one path, current shared
Ex 1
B
Pure parallel (two)
two nodes, voltage shared
Ex 2
C
Parallel, unequal branches
current splits unequally
Ex 2
D
Mixed (series + parallel block)
collapse in stages
Ex 3
E
Degenerate: short circuit (R → 0 branch)
a 0 Ω path steals everything
Ex 4
F
Degenerate: open circuit (R → ∞ branch)
a broken branch carries nothing
Ex 5
G
Equal resistors , n of them
fast R / n and n R rules
Ex 6
H
Limiting behaviour : one R ≫ the other
which one "wins"?
Ex 7
I
Real-world word problem (household wiring)
translate words → circuit
Ex 8
J
Exam twist : symmetric bridge / hidden equal split
spot the trick, avoid full algebra
Ex 9
Intuition Why enumerate at all?
Two invisible edge cases trip almost everyone: a resistor going to zero (a short — a perfect wire) and a resistor going to infinity (an open — a cut wire). If you have only practised "nice" numbers, these feel like different physics. They are not — they are the same two formulas taken to their extremes. Cells E and F exist so you never panic.
Worked example Ex 1 · Cell A — same current, resistances sum
Three resistors in one line: R 1 = 2 Ω , R 2 = 3 Ω , R 3 = 5 Ω , across a V = 20 V battery. Find R e q , the current I , and each voltage drop.
Forecast: One path, so the current is the same everywhere. Guess: is R e q bigger or smaller than 5 Ω ? (Bigger — series always piles up.)
Step 1. R e q = R 1 + R 2 + R 3 = 2 + 3 + 5 = 10 Ω .
Why this step? One unbranched path → same I through all → by KVL the drops add → resistances add.
Step 2. I = V / R e q = 20/10 = 2 A.
Why this step? Ohm's Law applied to the whole collapsed chain.
Step 3. Drops: V 1 = I R 1 = 2 ⋅ 2 = 4 V, V 2 = 2 ⋅ 3 = 6 V, V 3 = 2 ⋅ 5 = 10 V.
Why this step? Same I , so each drop is just I R k .
Verify: V 1 + V 2 + V 3 = 4 + 6 + 10 = 20 V = V ✓ (KVL). And 10 Ω > 5 Ω , as forecast. Units: A ⋅ Ω = V ✓.
Worked example Ex 2 · Cells B + C — same voltage, currents split unequally
R 1 = 4 Ω and R 2 = 12 Ω between the same two nodes, V = 24 V. Find R e q , the branch currents, and the total.
Forecast: Both feel the full 24 V. Which branch carries more current — the 4 Ω or the 12 Ω ? (The smaller one, 4 Ω : less obstacle → more flow.)
Step 1. Product over sum: R e q = R 1 + R 2 R 1 R 2 = 4 + 12 4 ⋅ 12 = 16 48 = 3 Ω .
Why this step? Same two nodes → same V → conductances add. Look at the figure: both green paths bridge the identical node pair (the blue dots).
Step 2. Branch currents (each sees the full V ): I 1 = V / R 1 = 24/4 = 6 A, I 2 = V / R 2 = 24/12 = 2 A.
Why this step? Ohm's Law per branch — the voltage is shared, the current is not.
Step 3. Total: I = I 1 + I 2 = 6 + 2 = 8 A.
Why this step? KCL — the branch currents recombine.
Verify: Check via equivalent: I = V / R e q = 24/3 = 8 A ✓. Note I 1 = 3 I 2 exactly, and R 2 = 3 R 1 — the smaller resistor grabbed three times the current (Cell C, the unequal split). And R e q = 3 Ω < 4 Ω (smaller than the smallest) ✓.
Worked example Ex 3 · Cell D — series of a resistor with a parallel block
R 1 = 6 Ω in series with a parallel pair R 2 = 10 Ω and R 3 = 15 Ω . Supply V = 30 V.
Forecast: Which do you collapse first — the series part or the parallel block? (The parallel block: you must reduce it to one number before you can add it in series.)
Step 1. Parallel block: R 23 = R 2 + R 3 R 2 R 3 = 25 10 ⋅ 15 = 25 150 = 6 Ω .
Why this step? R 2 , R 3 share two nodes (the yellow node pair in the figure). Collapse them into a single equivalent block.
Step 2. Now it is a plain series chain: R e q = R 1 + R 23 = 6 + 6 = 12 Ω .
Why this step? The same current flows through R 1 and then the whole block — one path → add.
Step 3. Battery current: I = V / R e q = 30/12 = 2.5 A.
Why this step? Ohm on the fully collapsed circuit.
Step 4. Voltage across the parallel block: V 23 = I ⋅ R 23 = 2.5 ⋅ 6 = 15 V. Then I 2 = 15/10 = 1.5 A, I 3 = 15/15 = 1 A.
Why this step? The block's own voltage is shared by both its branches; each branch splits by Ohm's Law .
Verify: I 2 + I 3 = 1.5 + 1 = 2.5 A = I ✓ (KCL). Drop on R 1 = 2.5 ⋅ 6 = 15 V, plus block 15 V = 30 V ✓ (KVL).
Intuition What "short circuit" means
A short is a branch of (almost) 0 Ω — a perfect wire — placed in parallel with a real resistor. Current is lazy: it floods the path of least resistance. A zero-resistance path is irresistibly easy, so essentially all the current takes it and the resistor beside it is bypassed.
Worked example Ex 4 · Cell E — a wire shorting out a resistor
R 1 = 8 Ω in parallel with an ideal wire R 2 = 0 Ω , across V = 12 V.
Forecast: What is R e q ? Where does the current go? (Guess R e q = 0 , and all current dodges R 1 .)
Step 1. R e q 1 = R 1 1 + R 2 1 = 8 1 + 0 1 . The term 1/0 → ∞ , so 1/ R e q → ∞ , hence R e q = 0 .
Why this step? Take the parallel formula literally to its limit. Infinite conductance dominates.
Step 2. Voltage across the pair = 0 (it is I ⋅ R e q = I ⋅ 0 ). So I 1 = V b l oc k / R 1 = 0/8 = 0 A through R 1 .
Why this step? Both branches share the block voltage; if the block has 0 Ω it drops 0 V, so R 1 feels nothing.
Step 3. All current goes through the wire: I 2 = I t o t a l (limited only by the rest of the circuit / the source).
Why this step? KCL — total current must still flow, and only the wire offers a path with any voltage-independent capacity.
Verify: Sanity: R e q = 0 < 8 Ω (smaller than the smallest — the shortcut rule survives at the limit) ✓. Two-resistor shortcut also agrees: R 1 + R 2 R 1 R 2 = 8 + 0 8 ⋅ 0 = 8 0 = 0 ✓.
Intuition What "open circuit" means
An open is a cut wire — a branch with (nearly) infinite resistance. No current can cross an infinite obstacle, so that branch is effectively deleted, and the rest of the circuit behaves as if it were not there.
Worked example Ex 5 · Cell F — a broken branch in series and in parallel
Two sub-questions with the same broken resistor R 2 = ∞ (open).
(a) In series: R 1 = 5 Ω in series with an open R 2 , across V = 12 V.
(b) In parallel: R 1 = 5 Ω in parallel with an open R 2 , across V = 12 V.
Forecast: In which arrangement does the circuit still work — series or parallel? (Parallel: the open branch is simply ignored. Series: an open breaks the only path → no current at all.)
Step 1 (a). Series: R e q = R 1 + R 2 = 5 + ∞ = ∞ . Current I = V / R e q = 12/∞ = 0 A.
Why this step? One path, and it is cut. Charge cannot cross the gap → the whole line is dead.
Step 2 (b). Parallel: R e q 1 = 5 1 + ∞ 1 = 5 1 + 0 = 5 1 , so R e q = 5 Ω .
Why this step? An infinite resistor has zero conductance — it adds nothing to the parallel sum. The good branch alone survives.
Step 3 (b). Current: I = V / R e q = 12/5 = 2.4 A, entirely through R 1 ; I 2 = 12/∞ = 0 A.
Why this step? Ohm on the surviving branch; the open branch carries nothing.
Verify: (a) gives 0 A — a broken series chain is dead, matching intuition ✓. (b) gives 2.4 A — the open branch vanished cleanly, R e q equals the lone resistor ✓. Contrast this with Ex 4: short in parallel = R e q → 0 ; open in parallel = branch ignored. Opposite extremes.
Worked example Ex 6 · Cell G — five identical resistors, both ways
Five resistors each R = 20 Ω . Find R e q when they are all in series, then all in parallel.
Forecast: Series of n equal → guess n R . Parallel of n equal → guess R / n . (Both true — prove below.)
Step 1 (series). R e q = 5 R = 5 ⋅ 20 = 100 Ω .
Why this step? Sum of n identical terms = n R .
Step 2 (parallel). R e q 1 = 5 ⋅ 20 1 = 20 5 = 4 1 , so R e q = 4 Ω .
Why this step? n identical conductances add to n / R ; flip to get R / n .
Verify: Ratio R ser i es / R p a r a l l e l = 100/4 = 25 = n 2 . This is a lovely fixed fact: for n equal resistors, series is n 2 times the parallel value. Here 5 2 = 25 ✓.
Worked example Ex 7 · Cell H — what happens as one
R swamps the other?
Two in parallel: R 1 = 2 Ω fixed, and R 2 we let grow: try R 2 = 2 , then 20 , then 2000 Ω . Track R e q .
Forecast: As R 2 → ∞ , which value does R e q approach? (It approaches R 1 = 2 Ω — the fat resistor becomes an open, so the small one alone remains.)
Step 1. R 2 = 2 : R e q = 2 + 2 2 ⋅ 2 = 4 4 = 1 Ω (equal resistors → half).
Step 2. R 2 = 20 : R e q = 22 2 ⋅ 20 = 22 40 ≈ 1.818 Ω .
Step 3. R 2 = 2000 : R e q = 2002 2 ⋅ 2000 = 2002 4000 ≈ 1.998 Ω .
Why these steps? We are watching the limit lim R 2 → ∞ R 1 + R 2 R 1 R 2 . Divide top and bottom by R 2 : R 1 / R 2 + 1 R 1 → 0 + 1 R 1 = R 1 . The curve in the figure (red) flattens toward the dashed line R e q = 2 .
Verify: The sequence 1 → 1.818 → 1.998 climbs monotonically toward 2 but never reaches it — exactly the horizontal asymptote R e q = R 1 ✓. Physical reading: a very large parallel resistor is almost an open (Cell F), so it barely changes R e q .
Worked example Ex 8 · Cell I — household appliances on one outlet
A wall outlet supplies V = 120 V. You plug in a lamp of 240 Ω and a heater of 24 Ω into the same outlet (so they share the outlet's two terminals). Find each appliance's current and the total drawn from the outlet.
Forecast: Are these in series or parallel? (Parallel — both are wired across the same two outlet terminals, so both get the full 120 V. This is why appliances work independently.) Which draws more current — lamp or heater?
Step 1. Recognise parallel: both between the same node pair → same V = 120 V.
Why this step? Cell classification first, always — see the parent's mistake "same-looking wires."
Step 2. Lamp: I l am p = 120/240 = 0.5 A. Heater: I h e a t er = 120/24 = 5 A.
Why this step? Ohm's Law per branch; each sees the full mains voltage.
Step 3. Total from outlet: I = 0.5 + 5 = 5.5 A (KCL).
Step 4. Equivalent: R e q = 240 + 24 240 ⋅ 24 = 264 5760 ≈ 21.82 Ω .
Verify: I = V / R e q = 120/21.82 ≈ 5.5 A ✓. The low-resistance heater grabs 10 × the lamp's current — this is why heaters trip breakers. Note R e q ≈ 21.8 Ω < 24 Ω (below the smallest) ✓.
Worked example Ex 9 · Cell J — a balanced bridge (spot the trick)
Four resistors form a diamond between input node P and output node Q : top path P → M → Q has R a = 10 Ω then R b = 20 Ω ; bottom path P → N → Q has R c = 10 Ω then R d = 20 Ω . A fifth resistor R g = 50 Ω bridges M to N . Supply across P –Q is V = 30 V. Find the current through the bridge R g , then R e q .
Forecast: The two paths are identical (10 then 20 on both). Do you need the messy bridge algebra? (No — by symmetry M and N sit at the same potential , so no current crosses R g . It can be deleted!)
Step 1. Compare the two arms. Top: R a : R b = 10 : 20 . Bottom: R c : R d = 10 : 20 . The ratios match → balanced bridge (Wheatstone Bridge condition).
Why this step? When R a / R b = R c / R d , the voltage at M equals the voltage at N . Look at the figure: both midpoints land on the same dashed equipotential line.
Step 2. Equal potentials at M , N → voltage across R g is 0 → I g = 0/ R g = 0 A.
Why this step? Ohm's Law : no potential difference, no current. The bridge is dead weight.
Step 3. Delete R g . Now two independent series arms in parallel. Each arm: 10 + 20 = 30 Ω . Two equal 30 Ω arms in parallel: R e q = 30/2 = 15 Ω .
Why this step? With the bridge removed the network is plain series-then-parallel (Cell D + Cell G).
Verify: Battery current I = V / R e q = 30/15 = 2 A, splitting 1 A into each arm. Potential at M (from P ): drop across R a = 1 ⋅ 10 = 10 V, so M is 10 V below P . Same for N : 1 ⋅ 10 = 10 V below P . V M = V N ✓ → indeed I g = 0 , confirming the shortcut was legitimate.
Recall Which example hit which cell?
A→Ex1 · B,C→Ex2 · D→Ex3 · E (short)→Ex4 · F (open)→Ex5 · G (n equal)→Ex6 · H (limit)→Ex7 · I (word)→Ex8 · J (bridge twist)→Ex9. Every row of the scenario matrix has a worked, verified example.
Mnemonic The two degenerate reflexes
Short = shortcut for current: a 0 Ω parallel branch → R e q = 0 , everything dodges the resistor.
Open = out of the game: an ∞ Ω branch → deleted in parallel, but fatal in series.
Parent: Series and parallel resistance — the two formulas these examples exercise.
Ohm's Law — used in literally every step.
Kirchhoff's Laws — KCL for the current splits, KVL for the voltage checks.
Wheatstone Bridge — the balanced-bridge trick in Ex 9.
Power in Circuits — the heater in Ex 8 draws 5 A: try P = V I = 600 W as a follow-up.
EMF and Internal Resistance — a real battery adds a series resistor to any of these.