A series circuit with 3 resistors forces the exact same current through all three components, with the total resistance equaling the simple sum of the individual resistances ($R_{total} = R_1 + R_2 + R_3$). Unlike parallel networks where current divides, a series chain acts as a single continuous path, making it the foundational topology for voltage division, current limiting, and sequential safety interlocks. In this guide, we will move past abstract theory and build a real 12V network, analyze what happens when components fail, and walk through a bench-test procedure.
Topology and Node Labels: How a 3-Resistor Series Chain Works
To analyze any circuit on the bench, you need a common language for your test points. In a standard 3-resistor series chain powered by a DC source, we define four distinct nodes:
- Node A (Source +): The positive supply rail entering the first resistor.
- Node B (Junction 1): The electrical connection point between R1 and R2.
- Node C (Junction 2): The electrical connection point between R2 and R3.
- Node D (Source - / GND): The return path to the power supply after R3.
Kirchhoff’s Voltage Law (KVL) dictates that the sum of the voltage drops across R1, R2, and R3 must exactly equal the source voltage applied between Node A and Node D. Because there are no branching paths, the current ($I$) measured at Node A will be identical to the current measured at Node C. According to Electronics Tutorials, the voltage drop across any individual resistor in this chain is strictly proportional to its resistance value relative to the total chain resistance.
Design Walkthrough: Picking Real Values for a 12V Network
Let’s design a practical series circuit with 3 resistors to drop a 12V nominal supply down to specific logic-level reference voltages, while limiting the total chain current to exactly 20mA to minimize thermal drift.
Step 1: Calculate Total Resistance
Using Ohm’s Law ($R = V / I$), we need $12V / 0.020A = 600\Omega$ total resistance.
Step 2: Select Standard E24 Component Values
We need three resistors that sum to $600\Omega$. Pulling from the standard E24 resistor series, we select:
- R1: $270\Omega$
- R2: $180\Omega$
- R3: $150\Omega$
Check: 270 + 180 + 150 = 600\Omega. Perfect.
Step 3: Calculate Node Voltages and Power Dissipation
With 20mA flowing through the chain, we calculate the voltage drop ($V = I \times R$) and power dissipation ($P = I^2 \times R$) for each component:
- R1 ($270\Omega$): Drops 5.4V. Node B sits at 6.6V. Dissipates 108mW.
- R2 ($180\Omega$): Drops 3.6V. Node C sits at 3.0V. Dissipates 72mW.
- R3 ($150\Omega$): Drops 3.0V. Node D sits at 0V (GND). Dissipates 60mW.
Behavior Table: What Changes When One Element Shifts
Understanding how a series circuit reacts to component tolerance or degradation is critical for troubleshooting. The table below models our 600Ω baseline circuit against two common real-world shifts.
| Condition | Total Resistance | Circuit Current | Node B Voltage | Node C Voltage |
|---|---|---|---|---|
| Baseline (Ideal) | 600 Ω | 20.0 mA | 6.60 V | 3.00 V |
| R2 drifts +10% (198Ω) | 618 Ω | 19.4 mA | 6.76 V | 2.95 V |
| R2 shorts out (0Ω) | 420 Ω | 28.5 mA | 4.28 V | 4.28 V |
Notice that when R2 drifts higher, the current for the entire circuit drops, which slightly reduces the voltage drops across R1 and R3. This interdependence is the defining characteristic of series topologies.
Failure Modes at the Extremes: Open vs. Short Circuits
What breaks when a component catastrophically fails? Series and parallel circuits handle extremes in completely opposite ways.
The Open Circuit Failure:
If R2 burns out and fails open (infinite resistance), the single continuous path is broken. Current instantly drops to 0mA across the entire circuit. Because no current is flowing, there is no voltage drop across R1 or R3 ($V = 0 \times R$). Consequently, Node B and Node C will both float up to the full 12V source potential. If you probe Node B to GND with a multimeter, you will read 12V, which often tricks beginners into thinking the circuit is still functioning.
The Short Circuit Failure:
If R2 fails short (0 resistance), it effectively removes itself from the chain. Total resistance drops to 420Ω (R1 + R3). Current spikes to 28.5mA. The voltage at Node B and Node C will equalize, and the remaining resistors will dissipate more heat. If R1 and R3 are rated for 1/4W, they will likely survive this 28mA spike, but if they were sized tightly, this overcurrent could trigger a cascading thermal failure.
Contrast with Parallel: In a parallel network, if one branch opens, the other branches continue operating normally. If one branch shorts, it pulls infinite current, immediately blowing the main fuse or tripping the power supply's overcurrent protection. Series circuits fail gracefully (open) or shift operating points (short), whereas parallel circuits fail catastrophically (short).
Step-by-Step Breadboard Testing and Verification
Before applying power, verify your physical build. According to SparkFun's voltage divider tutorials, verifying node voltages under load is the only way to confirm a design works in the real world.
- De-energize the Board: Ensure your 12V power supply is turned off and disconnected from the breadboard rails.
- Insert Components: Place R1, R2, and R3 in a continuous daisy-chain. Ensure the jumper wire from R1 to R2 shares the same 5-hole breadboard node, and R2 to R3 shares another.
- Cold Resistance Check: Set your DMM to resistance (Ω). Place probes at Node A and Node D. You should read approximately 600Ω (accounting for 1% to 5% tolerance and breadboard contact resistance).
- Continuity Check: Switch the DMM to continuity mode. Probe Node B to Node C. You should read the resistance of R2 (180Ω), not a dead short. If it beeps continuously, your breadboard rows are shorted.
- Apply Power: Connect the 12V supply. Set the DMM to DC Voltage.
- Verify Node Voltages: Place the black probe on Node D (GND). Probe Node A (expect 12V), Node B (expect ~6.6V), and Node C (expect ~3.0V).
Series vs. Parallel: Why Choose a Series Topology?
When designing a circuit, why choose a series circuit with 3 resistors over a parallel configuration? The decision comes down to whether you need to control current or control voltage.
| Criterion | Series Topology | Parallel Topology |
|---|---|---|
| Primary Function | Voltage division, current limiting | Current division, maintaining constant voltage |
| Component Interdependence | High (changing one alters all) | Low (branches operate independently) |
| Wiring Complexity | Simple daisy-chain | Requires common bus bars for all nodes |
| Best Use Case | LED strings, voltage dividers, safety interlocks | House wiring, powering multiple ICs from one rail |
Choose series when you need the current to remain identical through multiple stages, or when you need to tap specific intermediate voltages (like our Node B and Node C). Choose parallel when every component requires the exact same source voltage regardless of what the other components are doing.
Frequently Asked Questions
Does the physical order matter in a series circuit with 3 resistors?
Mathematically and electrically, no. $R_1 + R_2 + R_3$ yields the same total resistance and current regardless of the sequence. However, in physical PCB layout or high-voltage breadboarding, order matters for thermal management and safety. You generally want the resistor dissipating the most heat (R1 in our example) placed away from temperature-sensitive components, and in high-voltage strings, the physical order dictates which nodes are at dangerous potentials relative to chassis ground.
How do I calculate total power dissipation for a series circuit with 3 resistors?
Do not simply add the wattage ratings of the physical components. Instead, calculate the total power drawn from the source using $P_{total} = V_{source} \times I_{total}$. In our 12V / 20mA example, the total power dissipated by the chain is $12V \times 0.020A = 240mW$. You must then ensure that the individual physical wattage rating of each resistor exceeds its specific $I^2R$ dissipation (108mW, 72mW, and 60mW respectively).
What happens to the voltage drops in a series circuit with 3 resistors if one fails open?
If any single resistor fails open, the current stops completely. Because $V = I \times R$, and $I$ is now zero, the voltage drop across the intact resistors becomes 0V. The full source voltage will appear across the terminals of the broken (open) resistor. This is a common diagnostic trick: if a series string is dead, measure the voltage across each component. The one showing the full supply voltage is the one that has burned open.
Can I mix different wattage ratings in a series circuit with 3 resistors?
Yes, absolutely. Because the current is identical through all components, the voltage drop and power dissipation are dictated purely by the resistance value ($\Omega$), not the physical size or wattage rating of the component. You can safely use a 1/2W resistor for R1 and a 1/8W resistor for R3, provided the actual calculated power dissipation for R3 remains safely below its 125mW limit. Just ensure the physical footprint fits your breadboard or PCB.






