1.8.17 · D3Electromagnetism

Worked examples — Series and parallel resistance

2,923 words13 min readBack to topic

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: — 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.


The scenario matrix

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 ( branch) a path steals everything Ex 4
F Degenerate: open circuit ( branch) a broken branch carries nothing Ex 5
G Equal resistors, of them fast and rules Ex 6
H Limiting behaviour: one ≫ 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

Case A — Pure series


Cases B & C — Pure parallel, unequal split

Figure — Series and parallel resistance

Case D — Mixed network, collapse in stages

Figure — Series and parallel resistance

Case E — Degenerate: a short circuit ()

Figure — Series and parallel resistance

Case F — Degenerate: an open circuit ()


Case G — equal resistors (fast rules)


Case H — Limiting behaviour: one resistor dominates

Figure — Series and parallel resistance

Case I — Real-world word problem


Case J — Exam twist: symmetry beats algebra

Figure — Series and parallel resistance

Wrap-up: the matrix is now fully covered

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.

Connections

  • 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 A: try W as a follow-up.
  • EMF and Internal Resistance — a real battery adds a series resistor to any of these.