When you need to dissipate high power, achieve a non-standard resistance value, or build redundancy into a critical circuit, pure series or pure parallel topologies fall short. A series of parallel network (technically a series-parallel configuration) solves this by chaining parallel blocks together in series. While frequently mistyped in forum searches as a 'serie of parallel' circuit, the proper engineering term is a series-parallel network. This topology distributes thermal load across multiple components and provides predictable failure modes that pure topologies cannot match.

Topology Breakdown: Nodes, Branches, and the 'Series of Parallel' Concept

To design effectively, you must map the circuit by its nodes. A standard two-block series of parallel network consists of four primary nodes and two distinct parallel branches per block.

  • Node 0 (Vin): The main voltage input.
  • Node 1 (Split 1): Current divides into Branch A and Branch B (Block 1).
  • Node 2 (Recombine 1 / Split 2): Branches A and B recombine. This node immediately acts as the input split for Block 2.
  • Node 3 (Recombine 2): Branches C and D recombine.
  • Node 4 (Vout/GND): The final output or ground return.

In this layout, Block 1 (R1 || R2) sits in series with Block 2 (R3 || R4). The total resistance is the sum of the equivalent resistances of each block: R_total = (R1 || R2) + (R3 || R4). This modular approach means if you need a 50-ohm load, you can use two blocks of 25 ohms each, rather than hunting for a single 50-ohm high-wattage resistor.

Bench Tip: Always label your nodes physically with tape or a schematic marker when breadboarding complex networks. It saves massive headaches when troubleshooting voltage drops later.

Behavior Matrix: Failure Modes at the Extremes

Understanding what breaks at the extremes is why we choose this topology over the alternatives. If a component fails, does the circuit safely degrade, or does it trigger a thermal runaway cascade? The table below contrasts the failure modes when a single element shifts to an extreme state.

Failure Mode Effect on Local Block Effect on Total Circuit Thermal Consequence
R1 Opens Block 1 resistance doubles (assuming R1=R2). Current through Block 1 drops to zero on that branch. Total resistance increases. Total current from the source decreases. R2 now carries 100% of Block 1's current. If R2 is not rated for the full branch current, it will overheat and fail open.
R1 Shorts Block 1 resistance drops to near 0Ω. Node 1 and Node 2 become equipotential. Total resistance drops drastically. Total current spikes, limited only by Block 2 and the power supply. Full source voltage is now dumped across Block 2. R3 and R4 will likely exceed their power ratings and burn out.
R3 Opens Block 2 resistance doubles. Current through R3 drops to zero. Total resistance increases. Total current decreases. R4 absorbs the full current of Block 2. Similar thermal risk to R2 in the first scenario.
R3 Shorts Block 2 resistance drops to near 0Ω. Total resistance drops to just Block 1's equivalent resistance. Current spikes. Block 1 absorbs the full source voltage. R1 and R2 will overheat and fail.

Why this topology over pure parallel? In a pure parallel circuit, a single shorted component creates a dead short across the entire power supply, tripping breakers or melting wires. In a series of parallel network, a short in Block 2 only forces Block 1 to absorb the voltage, acting as a partial current limiter that might save your power supply from catastrophic failure.

Design Walkthrough: Sizing a 12V Dummy Load

Let's build a 12V, 48W dummy load for testing a bench power supply. We need a total resistance of R = V² / P = 144 / 48 = 3.0Ω. The total current draw will be I = 12V / 3.0Ω = 4.0A.

We will use a two-block series of parallel design to distribute the 48W heat load across four physical components.

  1. Divide the Resistance: Two identical blocks in series means each block must be 3.0Ω / 2 = 1.5Ω.
  2. Size the Parallel Branches: Each block has two resistors in parallel. To get 1.5Ω equivalent, each individual resistor must be 1.5Ω * 2 = 3.0Ω.
  3. Calculate Power Dissipation: Total power is 48W. Divided equally across two blocks, each block dissipates 24W. Divided across two resistors per block, each resistor dissipates 12W.
  4. Select Real Components: Never run a resistor at its absolute maximum rating. Apply a 50% derating rule for chassis-mount resistors to keep case temperatures below 100°C. We need 20W rated resistors.
    Part Selection: Vishay Dale RH020 3.0Ω 20W aluminum-housed resistors. These are widely available, cost roughly $4.50 each, and feature a ceramic core with a metal chassis for heatsinking.
Safety Caveat: Even at 12V, a 48W dummy load generates significant heat. The Vishay RH020 resistors must be bolted to a passive aluminum heatsink or the metal chassis of your enclosure using thermal compound. Never run them suspended in free air.

Breadboard Testing: Step-by-Step Verification

You cannot test a 48W load on a standard solderless breadboard—the 4A current will melt the internal phosphor-bronze clips. Instead, we build a low-power proxy network using 1/4W axial resistors to verify the topology and node voltages before committing to the high-power chassis build.

Proxy Target: 12V, 0.5W total. R_total = 144 / 0.5 = 288Ω (We will use 300Ω for standard E12 values). Two 150Ω blocks, made of two 300Ω resistors in parallel each.

Materials: 4x 300Ω 1/4W carbon film resistors, breadboard, 12V DC supply, digital multimeter (DMM).

  1. Insert the Components: Place R1 and R2 in parallel between Row 10 and Row 15. Place R3 and R4 in parallel between Row 20 and Row 25.
  2. Wire the Series Link: Use a jumper wire to connect Row 15 (Recombine 1) to Row 20 (Split 2). This is the critical series link between the two parallel blocks.
  3. Connect Power: Connect the 12V positive rail to Row 10 (Node 0) and the ground rail to Row 25 (Node 4). Keep the power supply off during wiring.
  4. Cold Resistance Check: Before applying power, set your DMM to resistance mode. Measure across Row 10 and Row 25. You should read approximately 150Ω (150Ω + 150Ω). If you read 75Ω or 300Ω, check your series jumper.
  5. Energize and Measure Node Voltages: Turn on the 12V supply. Set the DMM to DC Voltage. Place the black probe on Ground (Row 25). Measure Node 2 (Row 15/20). You should read exactly 6.0V. Because the two blocks are identical, the voltage divides perfectly in half.
  6. Measure Branch Currents: Turn off the power. Break the circuit at Row 10 and insert the DMM in series (current mode). You should read roughly 40mA (12V / 300Ω).

For deeper reading on calculating equivalent resistances in complex networks, refer to the All About Circuits guide on series-parallel circuits or the Electronics Tutorials resistor combination reference.

Frequently Asked Questions

Why choose a series of parallel topology over pure series or pure parallel?

Pure series circuits fail completely if a single component opens, and voltage division becomes unpredictable if component values drift. Pure parallel circuits are highly vulnerable to single-component shorts, which dead-short the entire power supply. A series of parallel topology offers a middle ground: it divides both voltage (across blocks) and current (across branches), ensuring that a single open failure only degrades performance rather than killing the circuit, while a short failure is partially buffered by the remaining series blocks.

How do I calculate the total resistance of a series of parallel circuit?

Solve the parallel blocks first, then add them as series resistors. For a block with R1 and R2 in parallel, the equivalent resistance is (R1 * R2) / (R1 + R2). If you have multiple identical resistors in parallel, simply divide the resistance of one by the total number of resistors (e.g., two 300Ω resistors in parallel = 150Ω). Once you have the equivalent resistance for Block 1 and Block 2, simply add them together: R_total = R_block1 + R_block2.

What happens to the current if one resistor fails open in a series of parallel setup?

If R1 fails open, the parallel branch it occupied is broken. The equivalent resistance of that specific block will increase (it doubles if R1 and R2 were identical). Because the total circuit resistance increases, the overall current drawn from the power supply will decrease. However, the remaining resistor in that block (R2) will now be forced to carry 100% of the block's current, which may cause it to exceed its power rating and fail subsequently.

Can I mix different resistor values in the parallel branches?

Yes, but it requires careful power budgeting. In a parallel branch, voltage is identical across all components, but current divides inversely proportional to resistance. The lower-value resistor will draw more current and dissipate more heat (P = V² / R). If you mix a 10Ω and a 100Ω resistor in parallel, the 10Ω resistor will dissipate 10 times more power. You must ensure the lower-value resistor has a sufficient wattage rating to handle the disproportionate thermal load.