The current of resistors in series is identical through every component in the chain, dictated solely by the source voltage divided by the sum of all resistances (I = Vsource / Rtotal). Unlike parallel branches where current splits based on inverse resistance ratios, a series string forces the exact same electron flow through each element. This makes series topologies ideal for current limiting, voltage dropping, and precision current sinks, but it also means a single point of failure breaks the entire circuit.

The Series Topology: Node Labels and Real Component Values

To understand how the current of resistors in series behaves under real-world conditions, we need to move past abstract textbook diagrams and define a physical topology with specific node labels. Consider a 12V DC source feeding a two-resistor series string to ground.

  • Node A: The 12V DC input rail.
  • R1: Connected between Node A and Node B.
  • Node B: The midpoint junction between R1 and R2.
  • R2: Connected between Node B and Node C.
  • Node C: The ground return (0V).

Design Walkthrough: 48mA Precision Current Path

Suppose we need to drop 12V down to limit current for a specific optocoupler LED string, targeting exactly 48mA. We select R1 = 100Ω and R2 = 150Ω. The total series resistance is 250Ω. Applying Ohm’s Law, the current of resistors in series is I = 12V / 250Ω = 0.048A (48mA).

Because the current is identical through both components, the voltage drop across each resistor is proportional to its resistance. VR1 = 48mA × 100Ω = 4.8V. VR2 = 48mA × 150Ω = 7.2V. Therefore, the voltage at Node B (relative to ground) will be exactly 7.2V.

When selecting physical components, you cannot just grab any 100Ω and 150Ω resistor from a bin. You must calculate power dissipation and apply derating. PR1 = I² × R1 = (0.048)² × 100 = 0.230W. PR2 = (0.048)² × 150 = 0.345W. A standard 1/4W (0.25W) resistor will overheat and fail at R2. We must step up to 0.6W axial resistors to maintain a safe operating temperature.

Parameter R1 (100Ω) R2 (150Ω)
Manufacturer Part Number Vishay MRS25000C1000FRP00 Vishay MRS25000C1500FRP00
Resistance & Tolerance 100Ω ± 1% 150Ω ± 1%
Power Rating (at 70°C) 0.6W 0.6W
Calculated Dissipation 0.230W (38% of max) 0.345W (57% of max)
Temperature Coefficient ±50 ppm/K ±50 ppm/K
Package / Lead Spacing Axial / 10mm Axial / 10mm
Bench Tip: Never run a resistor at more than 60% of its rated power dissipation in an enclosed enclosure. The Vishay MRS25 datasheet shows a steep derating curve above 70°C ambient. If your enclosure sits at 50°C, a 0.345W load on a 0.6W part is already pushing the thermal limits.

Behavior Matrix and Topology Selection

Why choose a series topology over a parallel one for this application? Parallel circuits guarantee identical voltage across all branches but allow current to divide. Series circuits guarantee identical current through all elements but divide the voltage. If your design goal is current matching—such as driving a string of LEDs without individual ballast resistors, or creating a precision current sink for a transistor bias network—series is the only correct topology. If you need multiple loads to operate independently at the same voltage, you must use parallel.

Understanding how the circuit reacts to component drift or source variation is critical for troubleshooting. The table below maps exactly what happens to the current of resistors in series when a single variable changes.

Element Change Effect on Total Resistance Effect on Series Current Effect on Node B Voltage
R1 increases (e.g., thermal drift) Increases Decreases Decreases (less drop across R2)
R2 decreases (e.g., moisture ingress) Decreases Increases Decreases (less drop across R2)
Source Voltage drops to 10V No change (250Ω) Drops to 40mA Drops to 6.0V
R1 and R2 swapped physically No change (250Ω) No change (48mA) Increases to 4.8V (Node B is now after 150Ω)

Notice the last row: physically swapping the positions of R1 and R2 does not change the total current, but it drastically changes the voltage at the midpoint node. This is a common trap for hobbyists copying a schematic without paying attention to node labels.

Failure Modes at the Extremes: Opens and Shorts

The greatest weakness of a series string is its vulnerability to single-point failures. According to fundamental DC circuit theory, an open anywhere in a series path halts all current flow. Let us examine the extremes.

What Breaks When One Element Opens?

If R1 fails open (perhaps due to a solder joint fracture or exceeding its power rating and burning out internally), the total resistance approaches infinity. The current of resistors in series drops to exactly 0A. Consequently, the voltage drop across R2 becomes 0V (since V = 0A × 150Ω).

If you probe Node B with a standard 10MΩ digital multimeter, the meter will read approximately 12V. The DMM's internal impedance completes the circuit, but the current is limited to microamps (12V / 10,000,000Ω = 1.2µA). Beginners often misdiagnose this as "the circuit is still working" because they see 12V at Node B, failing to realize that under any real load, the voltage will collapse to zero.

What Breaks When One Element Shorts?

A shorted resistor is rarer than an open, but it happens when carbon film resistors suffer catastrophic dielectric breakdown or when solder bridges accidentally bypass the component. If R1 fails short (0Ω), the total circuit resistance drops from 250Ω to just 150Ω (R2).

The current immediately spikes to I = 12V / 150Ω = 80mA. This 66% increase in current forces R2 to dissipate P = (0.080)² × 150 = 0.96W. Since R2 is only rated for 0.6W, it will rapidly overheat, likely glowing red hot, and eventually fail open. This cascading failure mode is why series strings in high-reliability designs often include a fuse or a polyfuse (PTC) at Node A to protect downstream components from thermal runaway.

Step-by-Step Breadboard Verification

Theory is useless if you cannot verify it on the bench. Follow this exact procedure to build, test, and validate the current of resistors in series using a standard solderless breadboard and a digital multimeter (DMM).

Safety Callout: While 12V DC is well below the 50V AC / 120V DC threshold for lethal shock, shorting a 12V bench supply with inadequate current limiting can melt breadboard jumper wires and cause burns. Always set your bench supply's current limit (OCP) to 100mA before enabling the output.
  1. Insert the Components: Push the leads of the 100Ω (R1) and 150Ω (R2) resistors into the breadboard. Place R1 in row 10 (columns a and b) and R2 in row 10 (columns c and d). Ensure there is a physical gap between column b and c so they are not internally shorted by the breadboard's metal clips.
  2. Wire the Nodes: Use a red jumper from the positive power rail to row 10, column a (Node A). Use a black jumper from row 10, column d (Node C) to the ground rail. Node B is accessible at row 10, columns b and c.
  3. Verify Total Resistance (De-energized): With the power supply OFF and disconnected, set your DMM to the resistance (Ω) setting. Place the probes across Node A and Node C. You should read between 247.5Ω and 252.5Ω (accounting for 1% tolerance and breadboard contact resistance). If you read infinite (OL), check for a bad jumper. If you read near 0Ω, check for a solder bridge or breadboard short.
  4. Measure Node Voltages (Energized): Turn on the 12V supply. Set the DMM to DC Volts. Place the black probe on the ground rail and the red probe on Node B. You should read 7.2V (±0.1V). Move the red probe to Node A to verify the source is exactly 12.0V.
  5. Measure the Series Current: This is the critical step. You cannot measure current in parallel; you must break the circuit. Turn off the power. Remove the red jumper from the power rail. Set the DMM to the mA current setting (ensure the red test lead is moved to the mA jack on the meter, NOT the 10A jack). Place the red probe on the positive power rail and the black probe on row 10, column a. Turn the power back on. The meter should read 48mA (±1mA).

If your measured current deviates by more than 5% from the calculated 48mA, your breadboard contacts may have high resistance (common in older boards), or your bench supply voltage may be sagging under load. Always trust the measured voltage at Node A over the supply's digital display when troubleshooting discrepancies.

Mastering the current of resistors in series requires moving beyond the basic I=V/R formula. By selecting correctly derated components, mapping node behaviors, anticipating cascading failure modes, and executing rigorous bench verification, you ensure your designs survive long after the prototyping phase.