A series parallel circuit with 5 resistors is rarely built just to hit a specific resistance value. In practical bench and jobsite design, this specific topology is a thermal management and precision-tuning tool. When a single resistor cannot handle the required power dissipation, and pure parallel or pure series networks fail to hit standard E12/E24 values, a 5-resistor mixed network bridges the gap. This guide provides a concrete design walkthrough, failure-mode analysis, and a decision framework for when to deploy this exact configuration.
The 5-Resistor Topology: Node Map and Core Math
To analyze this circuit, we must first define the physical nodes and the current paths. The most stable and predictable 5-resistor configuration uses a single series resistor feeding two parallel branches, each containing two series resistors.
- Node A (Input): The primary voltage source connection ($V_{in}$).
- Node B (Midpoint): The junction between the primary series resistor and the parallel branches.
- Node C (Ground): The common return path (0V reference).
- R1: Connected between Node A and Node B.
- Branch 1: R2 and R3 in series, connected between Node B and Node C.
- Branch 2: R4 and R5 in series, connected between Node B and Node C.
The equivalent resistance ($R_{eq}$) is calculated by first summing the series branches, finding their parallel equivalent, and adding R1:
$$R_{branch1} = R2 + R3$$
$$R_{branch2} = R4 + R5$$
$$R_{parallel} = \frac{R_{branch1} \times R_{branch2}}{R_{branch1} + R_{branch2}}$$
$$R_{eq} = R1 + R_{parallel}$$
The Decision Path: Why This Topology Over Alternatives?
Why use five resistors instead of two, three, or four? The choice comes down to power derating and Bill of Materials (BOM) consolidation. If you need a 500Ω load that dissipates 1W, a single 1W resistor runs hot and shifts in value due to thermal drift. Pure parallel networks (e.g., two 1000Ω resistors) only work if the target value is cleanly divisible. The 5-resistor network allows you to use five identical or common 0.5W E24 resistors to hit odd targets while distributing heat across a wider PCB or breadboard footprint.
| Design Constraint | Recommended Topology | Limitation |
|---|---|---|
| Target R is standard, Power < 0.25W | Single Resistor | Fails at high power (thermal drift) |
| Target R is exactly divisible, High Power | Pure Parallel (2 or 4 identical resistors) | Cannot hit non-standard E24 values |
| Need voltage division, Low Power | Pure Series (2 resistors) | Poor power distribution, loads down output |
| Target R is non-standard, Power > 0.5W, restricted to 0.5W BOM | 5-Resistor Series-Parallel | Requires more board space and solder joints |
Concrete Default Pick: If your target is 500Ω at >0.5W and you are restricted to standard 0.5W E24 carbon film parts, default to the 5-resistor series-parallel topology detailed in the next section. Do not attempt to overdrive a single 1W metal oxide part if thermal stability is critical.
Design Walkthrough: Building a 500Ω / 1.15W Precision Load
Let’s design a dummy load targeting exactly 500Ω using standard E24 values, powered by a 24V DC source. We will use 0.5W resistors (derated to 0.4W for safety at 70°C ambient, per Electronics Tutorials guidelines on thermal derating).
1. Selecting the Component Values
We need $R_{eq} = 500\Omega$. Let’s assign R1 = 200Ω. This leaves 300Ω for the parallel block. To get 300Ω from two parallel branches, each branch must equal 600Ω.
- R1: 200Ω (Standard E24)
- Branch 1 (600Ω): R2 = 300Ω, R3 = 300Ω
- Branch 2 (600Ω): R4 = 270Ω, R5 = 330Ω (270 + 330 = 600. This proves you can mix values to use up bin stock, provided the branch sum remains 600Ω).
2. Power Dissipation Verification
With 24V applied across 500Ω, total current ($I_{total}$) is $24 / 500 = 48mA.
- Power on R1: $P = I^2 \times R = (0.048)^2 \times 200 = 0.46W$. (Safe, just under our 0.5W absolute max, but if ambient exceeds 40°C, consider using two 100Ω in series for R1 to split this heat).
- Branch Current: The 48mA splits equally between the two 600Ω branches: 24mA per branch.
- Power on R2 (300Ω): $(0.024)^2 \times 300 = 0.17W$. (Very safe).
- Power on R4 (270Ω): $(0.024)^2 \times 270 = 0.15W$. (Very safe).
By distributing the current, no single 0.5W resistor in the parallel block exceeds 35% of its rated capacity, ensuring high long-term reliability and minimal thermal resistance drift.
Failure Mode Contrast: What Breaks at the Extremes?
Understanding how a series parallel circuit with 5 resistors behaves under fault conditions is critical for troubleshooting. Unlike a pure series string where one open kills the whole circuit, or a pure parallel block where one open just shifts the total resistance slightly, this mixed topology has distinct failure signatures at Node B. The following behavior table assumes a 24V source and the 500Ω design above.
| Fault Condition | Effect on Node B Voltage | New Total $R_{eq}$ | System Consequence |
|---|---|---|---|
| R1 Open | Drops to 0V | ∞ (Open) | Total system failure; no current flows. |
| R1 Short | Rises to 24V | 300Ω | Current spikes to 80mA; parallel resistors may overheat. |
| R2 Open (Branch 1) | Rises to 18V | 800Ω (200 + 600) | Branch 2 current doubles to 48mA; R4/R5 dissipate 0.6W (Exceeds 0.5W rating, risk of thermal runaway). |
| R4 Short (Branch 2) | Drops to 12.5V | 412Ω (200 + 212) | Branch 2 current spikes; R5 absorbs all Branch 2 power. |
| Node C Ground Lift | Rises to 24V | ∞ (Open) | Circuit floats; no current flows. |
Breadboard Testing and Verification Steps
Do not apply power to a newly built 5-resistor network without verifying the passive topology first. A misplaced jumper on a breadboard can accidentally short Node B to Node C, bypassing the parallel block entirely. Follow this exact sequence to validate your build.
- De-energize and Isolate: Ensure the power supply is OFF and disconnected from Node A and Node C. If testing in-circuit, disconnect the load from the rest of the system to prevent parallel paths from skewing your multimeter readings.
- Verify Total Resistance: Set your DMM to the Ohms (Ω) range. Place the red probe on Node A and the black probe on Node C. Expected reading: 500Ω (±5% for standard carbon film). If you read ~200Ω, your parallel block is shorted. If you read ~800Ω, one of your parallel branches is open.
- Verify Branch Continuity: Place probes across Node B and Node C. Expected reading: 300Ω. This confirms the parallel combination of the two 600Ω branches is intact.
- Apply Power and Measure Node B: Connect the 24V DC source. Set DMM to DC Volts. Measure between Node B and Node C (Ground). Expected reading: 14.4V. (Calculated as $24V - (0.048A \times 200\Omega)$). A reading of 24V indicates R1 is open or the parallel block is disconnected.
- Measure Branch Currents: Power down. Break the connection to Branch 1 at Node B. Insert your DMM in series (set to mA range) between Node B and R2. Power up. Expected reading: 24mA. Repeat for Branch 2 (between Node B and R4). This confirms current is sharing equally and no solder bridges are bypassing resistors.
By following this structured approach, the 5-resistor series-parallel topology transitions from a textbook exercise into a robust, thermally stable solution for precision DC loading and biasing networks.






