Core answer: Simplify resistor networks by repeatedly collapsing series (R = R₁+R₂) and parallel (R = R₁R₂/(R₁+R₂)) pairs until one equivalent remains. Two 100 Ω in parallel = 50 Ω; that in series with 100 Ω = 150 Ω. Networks that can't be collapsed this way (bridges) need Y-Δ transformation or Kirchhoff's laws. Master rule: redraw the circuit — most "hard" networks are just badly drawn simple ones.

The two building blocks

  • Series: same current, voltages add. R_eq = R₁ + R₂ + … (bigger than any part)
  • Parallel: same voltage, currents add. 1/R_eq = 1/R₁ + 1/R₂ + … (smaller than any part)

Quick parallel facts: two equal R → R/2; n equal R → R/n; 1 Ω ∥ anything → less than 1 Ω.

The simplification playbook

  1. Redraw with the two terminals pulled apart; label every node.
  2. Spot series pairs (same current path, nothing branching between) → collapse.
  3. Spot parallel pairs (both ends on the same two nodes) → collapse.
  4. Repeat. If nothing collapses and a bridge appears → Y-Δ transform.
  5. Symmetry trick: equal-potential nodes can be shorted or opened without changing anything.

Worked examples

Example 1 — Ladder. 100 Ω in series with (100 Ω ∥ 100 Ω): parallel = 50; total = 150 Ω. From 12 V: I = 80 mA through the series part, splitting 40/40 in the parallel pair.

Example 2 — Infinite ladder (classic). Unit = 1 Ω series + 1 Ω ∥ (rest). R = 1 + (1·R)/(1+R) → R² − R − 1 = 0 → R = (1+√5)/2 ≈ 1.618 Ω — the golden ratio appears in resistor networks.

Example 3 — Wheatstone bridge. Four arms R₁–R₄ with a detector across the middle: balanced when R₁/R₂ = R₃/R₄ → middle current = 0 → the detector resistor can be removed, leaving series-parallel collapse. Unbalanced → no shortcut; use Kirchhoff or Y-Δ. This is the circuit inside every load cell and strain gauge.

Example 4 — Cube of 12 equal resistors. Across a body diagonal: symmetry splits nodes into equipotential groups → R = 5R/6. Across an edge: 7R/12. Symmetry does in seconds what Kirchhoff does in pages.

Common mistakes and myths

  1. Series-parallel by appearance — two resistors touching at a node are NOT series if a third branch leaves that node; check "same current", not "adjacent".
  2. Parallel formula slip — R₁R₂/(R₁+R₂) is product over SUM; inverting the reciprocals wrong is the classic exam error. Sanity check: result must be smaller than both.
  3. Forgetting the source's internal resistance — a real battery adds series r; a "9 V" battery sagging under load is Ohm's law on its internal r.
  4. Assuming ground = 0 everywhere — ground is a chosen reference, not physics; only voltage DIFFERENCES drive current.
  5. Giving up on bridges — balanced-bridge detection and Y-Δ cover 99% of exam/real cases; the remaining 1% is nodal analysis, which is mechanical.