A combination circuit (often called a series-parallel circuit) is a network where some components are connected in series and others in parallel. This topology allows designers to mix voltage division and current splitting to meet specific load requirements that neither pure series nor pure parallel configurations can achieve alone. By placing a series component upstream of a parallel bank, you can drop excess source voltage while providing independent current paths to multiple loads.
To understand how these networks behave on the bench, we must look past abstract textbook diagrams and examine real component values, node voltages, and failure modes. According to foundational DC theory outlined by All About Circuits, solving these circuits requires reducing the parallel banks to equivalent resistances first, then adding the series elements.
Topology Breakdown and Node-Level Behavior
Let us define a practical combination circuit with three distinct nodes:
- Node A: Positive terminal of a 24V DC source.
- Node B: The central junction where the series component meets the parallel bank.
- Node C: Ground / Negative terminal of the source.
In this configuration, current flows from Node A through a series resistor (R1) to Node B. At Node B, the current splits into two parallel branches (R2 and R3) before recombining and returning to Node C. The voltage at Node B is dictated by the voltage drop across R1, which in turn depends on the total current drawn by the parallel bank.
The table below maps exactly what happens to the circuit parameters when a single element changes state or fails. This assumes a nominal 24V source.
| Condition | R_Total | I_Total | Node B Voltage | R1 Power Dissipation |
|---|---|---|---|---|
| Nominal: R1=62Ω, R2=120Ω, R3=120Ω | 122Ω | 196.7 mA | 11.81V | 2.40W |
| R2 Opens: Relay 1 coil fails open | 182Ω | 131.9 mA | 15.83V | 1.07W |
| R2 Shorts: Relay 1 coil shorts internally | 62Ω | 387.1 mA | 0V | 9.29W |
| R1 Opens: Series resistor fails open | ∞ (Infinite) | 0 mA | 0V | 0W |
| R1 Shorts: Series resistor bypassed | 60Ω | 400.0 mA | 24.0V | 0W |
Why Choose Series-Parallel Over Pure Topologies?
When designing a multi-load system, you generally have three topology choices. Here is why the combination circuit wins in most industrial and automotive applications.
| Criteria | Pure Series | Pure Parallel | Combination (Series-Parallel) |
|---|---|---|---|
| Voltage Requirements | Source voltage must equal the sum of all load voltages. | Source voltage must exactly match the load voltage rating. | Source voltage can be higher than load voltage; series element drops the excess. |
| Independent Control | Impossible. Breaking one load kills the entire string. | Excellent. Each load can be switched independently. | Good. Parallel branches operate independently, but a series fault kills all. |
| Current Draw | Low (limited by the sum of all resistances). | High (sum of all branch currents). | Moderate (series element limits total current draw). |
| Fault Tolerance | Poor. Single open circuit disables everything. | Excellent. Short in one branch may trip breaker, but opens don't affect others. | Mixed. Opens in parallel branches shift voltage; shorts cause series element overload. |
As detailed in Electronics Tutorials, combination circuits are the backbone of voltage distribution networks where a higher bus voltage (like 24V or 48V) must step down to feed localized 12V or 5V loads without requiring individual buck converters for every node.
Design Walkthrough: Sizing E24 Components for a 24V System
Let us design a real combination circuit. We need to power two 12V DC relay coils from a 24V industrial control bus. Each relay coil has a measured DC resistance of 120Ω (drawing 100mA at 12V).
Step 1: Calculate the parallel equivalent.
Two 120Ω coils in parallel yield an equivalent resistance (R_eq) of 60Ω.
Step 2: Determine the required series resistance.
We need to drop 12V across the series resistor (R1) and leave 12V for the parallel bank (Node B). By the voltage divider rule, R1 must equal R_eq. Therefore, R1 = 60Ω.
Step 3: Select standard E24 values.
60Ω is not a standard E24 resistor value. The closest standard value is 62Ω. Let us recalculate with 62Ω:
R_total = 62Ω + 60Ω = 122Ω.
I_total = 24V / 122Ω = 196.7mA.
Voltage at Node B = 196.7mA × 60Ω = 11.81V.
This is well within the typical 75% to 110% operating window for a 12V relay.
Step 4: Size the wattage for R1.
P_R1 = I² × R = (0.1967A)² × 62Ω = 2.40W.
A standard 1/4W or 1/2W carbon film resistor will instantly overheat and fail. You must select a 5W wirewound resistor (e.g., Vishay RS005 series) to provide a safe thermal derating margin of at least 50%.
Failure Modes at the Extremes (Open vs. Short)
The true test of a combination circuit design is how it handles extremes. Looking back at our behavior table, two failure modes require specific protective design considerations.
The Open Branch Scenario (R2 Opens)
If Relay 1 burns out and its coil opens, the parallel bank is reduced to just Relay 2 (120Ω). The total circuit resistance jumps to 182Ω (62Ω + 120Ω). Total current drops to 131.9mA. However, the voltage at Node B spikes to 15.83V. While Relay 2 will remain energized, it is now operating at 32% over its nominal voltage. This will cause the coil to run hot, accelerating insulation degradation and potentially welding the relay contacts shut over time. Fix: Add a 15V Zener diode across the parallel bank to clamp overvoltage transients if a sibling branch opens.
The Shorted Branch Scenario (R2 Shorts)
If Relay 1 suffers an internal winding short, the resistance of that branch drops to near 0Ω. This effectively shorts Node B to Ground (Node C). The parallel bank resistance becomes 0Ω, and the full 24V is applied directly across R1. Total current spikes to 387.1mA (24V / 62Ω).
Step-by-Step Breadboard Verification
Do not trust your math until you have verified it on the bench. Here is the exact sequence to prototype and test this combination circuit using a breadboard, a bench power supply, and a digital multimeter (DMM).
- De-energize and Continuity Check: With the power supply OFF, set your DMM to continuity mode. Place one probe on Node B and the other on Node C (Ground). You should read approximately 60Ω (the parallel equivalent of your two 120Ω load resistors). If you read 0Ω, you have a short; if you read infinite, a wire is loose.
- Verify Series Isolation: Place probes across R1 (Node A to Node B). You should read exactly 62Ω (or your chosen E24 value). This confirms the series element is not bypassed.
- Power Up and Measure Node B: Set your bench power supply to 24.0V with a current limit of 500mA. Power the circuit. Switch your DMM to DC Voltage. Place the red probe on Node B and black on Node C. Confirm the reading is between 11.5V and 12.0V.
- Measure the Series Voltage Drop: Move the red probe to Node A. You should read approximately 12.2V across R1. Kirchhoff’s Voltage Law dictates that V_R1 + V_NodeB must equal your source voltage (12.2V + 11.8V = 24.0V).
- Calculate Real-World Current: Instead of breaking the circuit to insert the DMM in series, use Ohm's Law. Take your measured voltage drop across R1 and divide it by the actual measured resistance of R1. (e.g., 12.15V / 61.8Ω = 196.6mA). This is your true total current draw.
- Thermal Check: After 5 minutes of operation, carefully hover your finger over the 5W wirewound resistor. It should be warm (around 50°C to 60°C) but not hot enough to burn you. If it is smoking or untouchable, re-verify your wiring for an accidental partial short.
Mastering combination circuits requires moving beyond simple equivalent resistance formulas. By analyzing node voltages under fault conditions, selecting properly derated physical components, and verifying the topology step-by-step on the bench, you can build robust networks that safely bridge the gap between high-voltage distribution and low-voltage loads.






