A parallel in series circuit connects parallel component blocks end-to-end in a single series path. If you need a 100Ω 4W dummy load for bench testing, the direct answer is to wire two parallel pairs of 100Ω 1W resistors in series. This topology solves the mismatch between standard component values and your target impedance while distributing thermal load across multiple physical packages. Whether you are building high-wattage dummy loads, balancing LED arrays, or trimming voltage dividers, understanding how current splits and recombines at specific nodes is critical to preventing thermal runaway and catastrophic failure.

The Parallel in Series Topology: Nodes and Behavior

To design effectively, we must define the nodes. In a standard two-block parallel in series network, current flows from the source into Node A (the input terminal), hits the first parallel block, recombines at Node B (the midpoint), passes through the second parallel block, and exits at Node C (the ground/return terminal).

The defining characteristic of this topology is that the total current (I_total) is identical at Node A, Node B, and Node C, but the current splits equally (assuming matched components) within the parallel blocks. If one component drifts or fails, the behavior at Node B shifts predictably. Here is exactly what happens when a single element in Block 1 (comprising R1 and R2 in parallel) changes state, assuming Block 2 (R3 and R4 in parallel) remains healthy and matched at 50Ω:

Element Changed (Block 1) Block 1 Resistance Total Circuit Resistance Node B Voltage (at 10V Input) Current Through Block 2
Baseline (R1=100Ω, R2=100Ω) 50Ω 100Ω 5.00V 100mA
R1 Opens (fails open) 100Ω (only R2 conducts) 150Ω 6.67V 66.7mA
R1 Shorts (fails short) 0Ω (bypasses R2) 50Ω 0.00V 200mA
R1 drifts to 150Ω 60Ω 110Ω 5.45V 90.9mA
Bench Insight: Notice the short-circuit failure mode. If R1 shorts, Block 1 becomes a dead wire. The full 10V is now applied across Block 2 (50Ω), doubling the current from 100mA to 200mA. This quadruples the power dissipation in Block 2 (from 0.5W to 2.0W), which will rapidly destroy R3 and R4 if they are only rated for 1W. Always design your downstream blocks to survive the upstream short-circuit energy.

Component Spec Sheet: Building a 100Ω 4W Dummy Load

Why choose a parallel in series topology over pure series or pure parallel? If you wire four 25Ω resistors in series to get 100Ω, you are forced to buy 25Ω parts, which are less common in high-power metal film ranges. If you wire four 400Ω resistors in parallel, a single open failure drops the total resistance to 133Ω, heavily skewing your load. The parallel in series approach uses highly common 100Ω values and provides a graceful degradation curve.

Below is the exact bill of materials for a 100Ω, 4W dummy load optimized for breadboard and perfboard prototyping, using readily available through-hole metal film resistors.

Component Part Number / Series Value Power Rating Tolerance Role in Topology
R1, R2, R3, R4 Vishay MRS25 / Yageo MFR-25 100Ω 0.6W (at 70°C) 1% Parallel blocks (x2)
Wire / Jumpers 22 AWG Solid Copper N/A N/A N/A Node A, B, C routing
Binding Posts Pomona 72902 (Red/Black) N/A 15A max N/A Input / Output terminals
Heatsink (Optional) Aavid 577202B00000G N/A N/A N/A Thermal management >2W

While the MRS25 series is nominally rated for 0.6W, running them at 0.25W each (1W total dissipation for the 100Ω network at 10V) keeps the component surface temperature well below the 70°C derating threshold, ensuring long-term stability without forced air cooling.

Design Walkthrough: Calculating the Real Values

Let's walk through the math for a 12V automotive LED array using the same topology principles. Suppose you want to power a dashboard indicator using standard 5mm red LEDs (Vf = 2.0V, If = 20mA) from a 14.4V alternator-charged system.

  1. Determine the series string: A single LED needs 2.0V. Three LEDs in series require 6.0V. This leaves 8.4V to drop across a current-limiting resistor.
  2. Calculate the string resistor: R = V / I = 8.4V / 0.020A = 420Ω. The closest standard 1% value is 422Ω. Power = I²R = (0.02)² * 422 = 0.168W. A standard 1/4W (0.25W) resistor is sufficient.
  3. Scale with parallel branches: You want 60mA total brightness. You need three parallel strings of (3 LEDs + 1x 422Ω resistor).
  4. Add the master series component: To protect the parallel strings from automotive load-dump spikes (which can hit 40V), we place a transient voltage suppression (TVS) diode and a master fuse in series with the entire parallel block. This creates a robust parallel in series system: the TVS and fuse are in series with the parallel LED strings.

By placing the current-limiting resistors inside each parallel branch rather than using one master resistor for the whole parallel block, you prevent thermal runaway. If one LED's forward voltage drops as it heats up, its local 422Ω resistor absorbs the current spike, protecting the other two branches. For a deeper look at how series-parallel networks distribute current, the All About Circuits DC textbook chapter on combination circuits provides excellent foundational Kirchhoff's Law breakdowns.

Failure Modes: What Breaks at the Extremes?

Every circuit fails eventually. In a parallel in series topology, the location of the fault dictates the severity of the outcome.

Upstream Series Element Fails Open

If the master fuse or TVS diode in our LED example fails open, the entire circuit goes dark. This is a safe, fail-soft mode. Node B (the input to the parallel block) drops to 0V.

Downstream Parallel Branch Fails Short

If one of the parallel LED strings shorts out (e.g., a solder bridge across the 422Ω resistor and the LEDs), the total resistance of the parallel block drops drastically. The remaining strings will see a slight voltage sag if the power supply has high internal impedance, but the shorted branch will pull massive current until the master series fuse blows. This is why the master series fuse is non-negotiable.

Downstream Parallel Branch Fails Open

If one string breaks (e.g., a lifted pad on the breadboard), the parallel block simply draws less total current. The remaining strings continue to operate normally because they are governed by their own local series resistors. The total load impedance increases, but the circuit remains functional.

Breadboard Testing: Step-by-Step Verification

Before applying power to a newly wired parallel in series network, you must verify the node resistances. Relying on visual inspection of breadboard jumper wires is a reliable way to fry components. Follow this standard multimeter resistance testing procedure:

  1. Isolate the Circuit: Ensure the circuit is completely disconnected from any power source. Remove any batteries or bench supply leads. Capacitors in the network must be fully discharged.
  2. Verify Block 1 (Node A to Node B): Set your multimeter to the lowest ohms range (usually 200Ω or auto-range). Place the probes on Node A and Node B. For our 100Ω dummy load using 100Ω resistors, you should read exactly 50Ω (±1%). If you read 100Ω, one of your parallel jumpers is not making contact. If you read 0Ω, you have a solder bridge or a misplaced jumper shorting the block.
  3. Verify Block 2 (Node B to Node C): Move the probes to Node B and Node C. You should again read 50Ω (±1%).
  4. Verify Total Network (Node A to Node C): Place probes on the main input and output terminals. The meter should read 100Ω (±1%). If it reads 50Ω, your Node B connection is shorting to Node A or C. If it reads infinite (OL), your series connection between Block 1 and Block 2 is broken.
  5. Apply Low-Voltage Test: Connect a current-limited bench supply set to 1V with a 50mA current limit. Measure the voltage drop across Block 1 and Block 2. They should be identical (0.5V each). If one block reads 0.8V and the other 0.2V, you have mixed up resistor values (e.g., used a 1kΩ instead of a 100Ω in one branch).
  6. Scale to Operating Voltage: Once the 1V test confirms balanced voltage division, slowly ramp the supply to your target operating voltage (e.g., 10V or 12V) while monitoring the total current draw. It must match your calculated I = V/R expectation within 2%.

Building combination circuits on a breadboard introduces parasitic contact resistance (typically 0.1Ω to 0.5Ω per contact strip). In low-voltage, high-current parallel in series designs, this contact resistance can unbalance your parallel branches. For any network dissipating more than 1W total, transition from the breadboard to soldered perfboard or a custom PCB to ensure the physical connections do not become the limiting factor in your circuit's performance.