Use a series in parallel (series-parallel) topology when a single component cannot handle the required voltage drop (ruling out pure parallel) or the required current and power dissipation (ruling out pure series). By arranging components in series strings and then wiring those strings in parallel, you distribute electrical stress across a matrix of standard, off-the-shelf parts. For a 12V, 1.2A dummy load, a 4-parallel by 4-series (4P4S) network of 10-ohm 5W resistors is the optimal default pick, yielding a 10-ohm equivalent resistance while keeping individual component dissipation under 20% of its rated maximum.

The Core Topology: Nodes, Branches, and Equivalent Resistance

A series-parallel network is defined by its hierarchical node structure. To understand the current flow, we must map the nodes from the positive supply to the ground return. In our 4P4S resistor matrix, the topology flows as follows:

  • Node A (Main Input): The positive supply rail. Current enters here and splits into four distinct parallel branches.
  • Nodes B1 through B4: The junction between the first and second resistor in each of the four branches.
  • Nodes C1 through C4: The junction between the second and third resistor in each branch.
  • Nodes D1 through D4: The junction between the third and fourth resistor in each branch.
  • Node Z (Main Output): The common ground return where all four branches recombine before returning to the power supply.

Because the branches are in parallel, the voltage across the entire string (Node A to Node Z) is identical for all branches. Because the resistors within a branch are in series, the current through a single branch is identical for all resistors in that string. This dual behavior is what makes the topology so robust for power applications.

Information Gain: The Derating Advantage
Resistor power ratings (e.g., 5W) assume infinite heatsinking or specific ambient temperatures (usually 25°C or 70°C depending on the manufacturer). In free air on a bench, a 5W cement resistor will burn your fingers at 2W. By using a series in parallel matrix, we intentionally overbuild the component count to keep individual dissipation low, eliminating the need for active cooling or massive aluminum heatsinks.

Behavior Table: Dynamic Response to Component Drift

What happens when one element changes value due to heat or age? Here is how the matrix reacts:

Component Event Effect on Branch Resistance Effect on Total Equivalent R Effect on Remaining Branches
R1 in Branch 1 drifts +10% (heat) Branch 1 R increases slightly Total R increases marginally Branches 2-4 current increases slightly to compensate
R2 in Branch 2 opens (fails open) Branch 2 R becomes infinite Total R increases by ~33% Branches 1, 3, 4 current increases by ~33% (survivable)
R3 in Branch 3 shorts (fails short) Branch 3 R drops by 25% Total R drops to ~8.5 ohms Branch 3 current spikes; main supply current increases

Failure Mode Contrast: What Breaks at the Extremes

To justify the series in parallel topology, we must contrast its failure modes against pure series and pure parallel configurations. This is where the topology earns its keep in mission-critical or high-power bench loads.

Pure Series Extreme (Open Circuit): If you wire 16 resistors in pure series to achieve 160 ohms, a single resistor failing open breaks the entire circuit. Current drops to zero immediately. The load ceases to function.

Pure Parallel Extreme (Short Circuit): If you wire 16 resistors in pure parallel to achieve 0.625 ohms, a single resistor failing short creates a dead short across your power supply. The main fuse blows, or the power supply crowbars, taking down the entire system.

Series in Parallel Extreme (Graceful Degradation): In our 4P4S matrix, if one resistor fails open, only that specific branch dies. The remaining three branches continue to draw current. Total load drops from 1.2A to 0.9A. The system degrades gracefully, giving you time to notice the voltage rise on the supply and shut down safely. If one resistor shorts, the branch resistance drops, but the other three series resistors in that same branch still limit the current. It will not dead-short the power supply.

Design Walkthrough: Building a 12V 1.2A Dummy Load

Let’s design a physical dummy load to test a 12V lead-acid battery or a bench power supply. We need to draw exactly 1.2A at 12V, which requires an equivalent resistance of 10 ohms and a total power dissipation of 14.4W.

Component Selection: We will use 16x Vishay PR05 10-ohm 5W axial cement resistors. These cost roughly $0.40 each ($6.40 total) and are widely available. They feature a flameproof coating and high surge capability.

The Math:

  • Branches: 4 parallel strings.
  • Series per branch: 4 resistors.
  • Branch Resistance: 4 x 10Ω = 40Ω.
  • Total Equivalent Resistance: 40Ω / 4 branches = 10Ω.
  • Total Current: 12V / 10Ω = 1.2A.
  • Current per branch: 1.2A / 4 = 0.3A.
  • Power per resistor: I² × R = (0.3A)² × 10Ω = 0.09 × 10 = 0.9W.

Each resistor dissipates only 0.9W, which is 18% of its 5W rating. At this derating level, the resistors will run warm to the touch (roughly 45°C) but will not require a heatsink or forced air, and their resistance drift due to temperature coefficient (±300 ppm/K) will be negligible.

Breadboard and Bench Testing Protocol

Never apply full voltage to a newly built power network without a staged verification process. Follow these numbered steps to validate your series in parallel matrix safely.

  1. Cold Continuity and Resistance Check: With the power supply OFF and disconnected, set your multimeter to the resistance (Ω) range. Measure across Node A and Node Z. You should read exactly 10.0Ω (±5% tolerance). If you read 13.3Ω, you have an open branch. If you read 8.0Ω, you have a shorted branch or miscounted series elements.
  2. Branch Isolation Test: Measure the resistance of each individual branch (from the top of the branch to the bottom). Each should read 40Ω. This confirms your series solder joints or breadboard contacts are solid.
  3. Low-Voltage Smoke Test: Set your bench power supply to current-limit mode at 0.2A. Dial the voltage to 1.0V. Connect the load. The supply should read 1.0V and roughly 0.1A. This verifies there are no dead shorts.
  4. Thermal Baseline: Increase the supply to 6.0V (drawing ~0.6A, total power 3.6W). Let it run for 5 minutes. Use an IR thermometer or thermal camera to check the resistors. They should all be within 2°C of each other. A cold resistor indicates an open series joint; a hot resistor indicates a parallel branch failure.
  5. Full Load Verification: Dial the supply to 12.0V and raise the current limit to 2.0A. The load should draw 1.2A. Measure the voltage directly at Node A and Node Z to account for wire voltage drop. At 20 AWG wire, a 1-foot run will drop about 0.04V at 1.2A, which is acceptable.
Safety Note on High-Power Breadboarding:
Standard solderless breadboards are rated for roughly 1A per bus strip and struggle with the physical bulk of 5W axial resistors. For a 1.2A load, the contacts may overheat. Solder this specific 4P4S network on a piece of perfboard or use a heavy-duty terminal strip. If you must use a breadboard for temporary testing, use multiple parallel rows for the main power rails to distribute the current.

Decision Matrix: Series vs. Parallel vs. Series in Parallel

When designing a resistive load, LED array, or voltage divider, use this decision tree to lock in your topology. Do not default to "it depends"—let the source limits and component ratings dictate the architecture.

Design Constraint Pure Series Pure Parallel Series in Parallel
Voltage Limit: Source V > Component Max V ✅ Use this (drops V across chain) ❌ Fails (each sees full V) ✅ Use this (series strings drop V)
Current Limit: Total I > Component Max I ❌ Fails (all see full I) ✅ Use this (splits I across branches) ✅ Use this (parallel branches split I)
Fault Tolerance: Must survive single open ❌ Fails (circuit breaks) ✅ Survives (other branches run) ✅ Survives (other branches run)
Current Matching: Needs exact equal current ✅ Guaranteed by Kirchhoff ❌ Requires matched R values ✅ Guaranteed within each branch

The Final Verdict and Default Pick

If your source voltage exceeds the safe voltage drop of a single component, AND your total required current exceeds the safe current limit of a single component, you must use a series in parallel topology.

Concrete Pick: For general-purpose 12V bench dummy loads drawing between 1A and 2A, the 4P4S network using 10-ohm 5W cement resistors is the definitive default. It provides exactly 10 ohms, handles up to 20W of continuous dissipation in free air, survives single-component open failures gracefully, and costs less than $10 in bulk. If you need to scale to 24V, simply double the series count to 8S4P (yielding 20 ohms total) using the same 10-ohm 5W parts, maintaining the exact same per-component thermal profile.