Worked examples: two reductions from the inside out

DC Circuits · Series-Parallel · Example

Two networks, two reductions. Both follow the same inside-out method: find a purely-series or purely-parallel group, collapse it, repeat.

Example 1 — resistor in series with a parallel pair

A 24 V source drives a 4 Ω resistor (R₁) in series with a parallel combination of a 6 Ω (R₂) and a 12 Ω (R₃) resistor. Find the total resistance, the source current, and the current through R₂.

  1. Collapse the parallel pair first.
    R23=R2R3R2+R3=6126+12=4ΩR_{23} = \frac{R_2 R_3}{R_2 + R_3} = \frac{6 \cdot 12}{6 + 12} = 4\,\Omega
  2. Add the series resistor. Rtotal=R1+R23=4+4=8ΩR_{total} = R_1 + R_{23} = 4 + 4 = 8\,\Omega.
  3. Source current. Isource=V/Rtotal=24/8=3AI_{source} = V / R_{total} = 24 / 8 = 3\,\text{A}.
    This 3 A flows through R₁ and into the parallel block.
  4. Voltage across the parallel block. V23=IsourceR23=34=12VV_{23} = I_{source} \cdot R_{23} = 3 \cdot 4 = 12\,\text{V}.
    This 12 V sits across both R₂ and R₃.
  5. Branch current through R₂. I2=V23/R2=12/6=2AI_2 = V_{23} / R_2 = 12 / 6 = 2\,\text{A}.
+24 VR14 Ω12 V · 3 AR26 Ω12 V · 2 AR312 Ω12 V · 1 AI_source = 3 A

Sanity check: the other branch current I3=12/12=1AI_3 = 12 / 12 = 1\,\text{A}. I2+I3=3A=IsourceI_2 + I_3 = 3\,\text{A} = I_{source} — KCL holds at the node, the arithmetic survives.

Example 2 — parallel chunk with a series tail

A 12 V source feeds a 10 Ω and a 40 Ω in parallel; that parallel pair sits in series with two more resistors, 3 Ω and 1 Ω. Find the total resistance and the power dissipated by the 40 Ω resistor.

  1. Collapse the parallel pair.
    R=104010+40=40050=8ΩR_{\parallel} = \frac{10 \cdot 40}{10 + 40} = \frac{400}{50} = 8\,\Omega
  2. Add the two series resistors. Rtotal=8+3+1=12ΩR_{total} = 8 + 3 + 1 = 12\,\Omega.
  3. Source current. Isource=12/12=1AI_{source} = 12 / 12 = 1\,\text{A}.
  4. Voltage across the parallel pair. V=IsourceR=18=8VV_{\parallel} = I_{source} \cdot R_{\parallel} = 1 \cdot 8 = 8\,\text{V}.
  5. Current through the 40 Ω branch. I40=8/40=0.2AI_{40} = 8 / 40 = 0.2\,\text{A}.
  6. Power in the 40 Ω. P40=I2R=(0.2)240=1.6WP_{40} = I^2 R = (0.2)^2 \cdot 40 = 1.6\,\text{W}.
+12 VR110 Ω8 V · 0.8 AR240 Ω8 V · 200 mAR33 Ω3 V · 1 AR41 Ω1 V · 1 AI_source = 1 A
The formula doesn't change — the order does. Identify purely-series or purely-parallel sub-networks, collapse one at a time, then expand back to grab whatever the question asked for. Neat bookkeeping beats cleverness.

Try reducing your own networks in the Simulate stage or check yourself with the Quiz.