Series-Parallel Combinations

DC Circuits · 9 min read

Introduction

Your car's radio, climate control, and lights all run off the same 12 V battery. A single fuse protects them all — that fuse is in series with everything else.

The loads themselves are wired in parallel, each with its own private path to ground.

The real world is almost never purely series or purely parallel. It's a mix — and that mix has a name: a series-parallel combination.

What “Series-Parallel” Means

A series-parallel circuit has some components in series (same current) and some in parallel (same voltage) — mixed together in the same loop.

You don't need new laws. You need a method for reducing the mix back down to something Ohm's Law can solve in one step.

+VR₁R₂R₃
R₁ is in series with the source; R₂ and R₃ share the remaining voltage in parallel.

Reduction in Pictures

Any series-parallel circuit collapses to a single equivalent resistance in two steps.

Original circuit

+R₁R₂R₃
Step 1: Collapse R₂∥R₃ into one equivalent RparR_{par}
+R₁Rpar
Step 2: Series sum gives Rtotal=R1+RparR_{total} = R_1 + R_{par}
+Rtotal

The Four-Step Method

  1. Collapse the parallel pair. Replace R₂∥R₃ with a single equivalent: Rpar=R2R3/(R2+R3)R_{par} = R_2 R_3 / (R_2 + R_3).
  2. Sum the series resistors. Rtotal=R1+RparR_{total} = R_1 + R_{par}.
  3. Find source current. Isource=V/RtotalI_{source} = V / R_{total}.
  4. Expand outward. Voltage drops: VR1=Isource×R1V_{R1} = I_{source} \times R_1, Vpar=VVR1V_{par} = V - V_{R1}. Branch currents: I2=Vpar/R2I_2 = V_{par}/R_2, I3=Vpar/R3I_3 = V_{par}/R_3.

The Formulas

All four steps in equation form:

Rpar=R2R3R2+R3R_{par} = \frac{R_2 R_3}{R_2 + R_3}
Rtotal=R1+RparR_{total} = R_1 + R_{par}
Isource=VRtotalI_{source} = \frac{V}{R_{total}}
VR1=IsourceR1Vpar=VVR1V_{R1} = I_{source} \cdot R_1 \qquad V_{par} = V - V_{R1}
I2=VparR2I3=VparR3I_2 = \frac{V_{par}}{R_2} \qquad I_3 = \frac{V_{par}}{R_3}

Worked Example

R₁ = 4 Ω in series with (R₂ = 6 Ω ∥ R₃ = 12 Ω), source = 24 V.

  1. Collapse: Rpar=(6×12)/(6+12)=72/18=4 ΩR_{par} = (6 \times 12)/(6+12) = 72/18 = 4\text{ Ω}
  2. Total: Rtotal=4+4=8 ΩR_{total} = 4 + 4 = 8\text{ Ω}
  3. Source current: Isource=24/8=3 AI_{source} = 24/8 = 3\text{ A}
  4. Expand: VR1=3×4=12 VV_{R1} = 3 \times 4 = 12\text{ V}, Vpar=2412=12 VV_{par} = 24 - 12 = 12\text{ V}, I2=12/6=2 AI_2 = 12/6 = 2\text{ A}, I3=12/12=1 AI_3 = 12/12 = 1\text{ A}
  5. Verify: I2+I3=3 AI_2 + I_3 = 3\text{ A}VR1+Vpar=24 VV_{R1}+V_{par} = 24\text{ V}
Series-parallel problems need no new laws — just collapse inward for RtotalR_{total}, then expand outward for branch quantities.

Think Before Calculating

Predict before running the numbers — then verify with the four steps.

Scenario 1: R1=10 Ω, R2=20 Ω, R3=20 Ω at 12 V. Find total resistance and source current.

Scenario 2: R1=4Ω, R2=6Ω, R3=12Ω at 24V. Double R1 to 8 Ω — does source current increase or decrease?

Scenario 3: With R1 doubled to 8 Ω, what happens to the parallel voltage and branch currents?

Common Mistakes

Reduction Visualiser

Drag the sliders — the top bar shows how R₁ and the parallel pair split the source voltage; the bottom bar shows how the parallel pair splits the current.

Rpar=R2R3R_{par} = R_2 \| R_3
4 Ω
RtotalR_{total}
8 Ω
IsourceI_{source}
3.000 A
Voltage drops
12.0 VR₁12.0 VR₂∥R₃
Current split in parallel pair
2.000 AR₂1.000 AR₃
  • ✅ Identify purely series or purely parallel clusters first
  • ✅ Collapse inward: parallel pair → RparR_{par}, then add series R₁
  • ✅ Find IsourceI_{source}, then expand outward for voltages and branch currents
  • VparV_{par} is always less than VsourceV_{source} (R₁ drops some voltage)
  • ✅ Always verify with KCL and KVL at the end