The Core Rule: Summing Resistances in a Series Topology

The direct answer to how series circuits behave is foundational to all electrical design: when loads are connected in series, their individual resistances are added together to form the total equivalent resistance. Mathematically, this is expressed as Rtotal = R1 + R2 + ... + Rn. Unlike parallel configurations where resistance drops as you add branches, a series topology forces electrons through a single, continuous path, meaning every added component acts as an additional bottleneck to current flow.

To visualize this, let us map a standard series topology using node labels. Imagine a 12V DC source connected to three resistors:

  • Node A: The positive terminal of the voltage source (VCC).
  • Node B: The junction between the first resistor (R1) and the second resistor (R2).
  • Node C: The junction between R2 and the third resistor (R3).
  • Node D: The negative terminal of the voltage source (GND), completing the circuit after R3.

The total resistance measured between Node A and Node D is the simple arithmetic sum of the resistance between A-B, B-C, and C-D. Because there are no alternate paths (branches) for the current to take, Kirchhoff's Current Law (KCL) dictates that the current is identical at every single node in the loop. According to Georgia State University's HyperPhysics, this constant current is what makes series circuits ideal for voltage division and current limiting, provided the total resistance is carefully calculated.

Series vs. Parallel: Why Choose Series and What Breaks at the Extremes

Why choose a series topology over a parallel one? You use series configurations when you need to divide a higher voltage across multiple components (like a string of LEDs on a 12V bus) or when you need a single, predictable current to flow through a sensing element, such as a shunt resistor or a thermistor. Parallel circuits are chosen when every load needs the full source voltage independently.

However, the single-path nature of series circuits creates distinct failure modes. If you are designing a system, you must understand what breaks at the extremes. Here is the failure-mode contrast for a series string:

Series Circuit Fault Behavior Matrix
Fault Condition Effect on Total Resistance Effect on Circuit Current Effect on Remaining Loads
One element opens (e.g., blown fuse, broken wire) Becomes infinite (Open Circuit) Drops immediately to 0A All loads lose power; full source voltage appears across the open break.
One element shorts (e.g., melted insulation, component failure) Drops by the exact value of the shorted resistor Increases (I = V / Rremaining) Remaining loads receive a higher share of the source voltage and may overheat or fail catastrophically.
One element drifts high (e.g., thermal aging) Increases slightly Decreases slightly Remaining loads see a slight voltage drop; circuit runs dimmer or cooler.
Callout Tip: The 'shorted element' scenario is the most dangerous in high-voltage series strings. If you are designing a series dropper resistor network for mains voltage, always use flameproof resistors (like metal oxide film) so that if they fail, they fail open, not short.

Design Walkthrough: Sizing a Current-Limiting Resistor for a 12V LED String

Let us move from theory to the workbench. We want to wire three white LEDs in series to a 12V DC bench supply. We need to calculate the exact series resistance required to keep the LEDs from burning out.

1. Identify the Component Specifications:

  • Source: 12.0V DC (measured at 12.1V under load on a Fluke 117 multimeter).
  • Loads: Three Cree C503B-WAN white LEDs.
  • LED Forward Voltage (Vf): 3.2V typical per LED at 20mA.
  • Target Current (I): 20mA (0.020A).

2. Calculate the Voltage Headroom:

The three LEDs in series will consume a total forward voltage of 3.2V × 3 = 9.6V. The remaining voltage that must be dropped across our series resistor is 12.1V (actual source) - 9.6V = 2.5V.

3. Apply Ohm's Law to Find Resistance:

R = V / I
R = 2.5V / 0.020A = 125 ohms.

4. Select a Real-World Component:

125 ohms is not a standard E12 resistor value. The closest standard 5% value is 120 ohms or 130 ohms. Let us select a Yageo CFR-25JB-52-120R (120 ohm, 1/4W carbon film resistor), which costs roughly $0.10 in bulk.

If we use 120 ohms, our actual current will be 2.5V / 120Ω = 20.8mA. This is well within the Cree LED's 30mA absolute maximum rating.

5. Verify Power Dissipation:

P = I² × R
P = (0.0208A)² × 120Ω = 0.051W.
Since 0.051W is far below the 0.25W rating of the CFR-25 series, we do not need to upsize to a 1/2W resistor. However, good engineering practice dictates derating components by 50%, meaning the resistor will run at roughly 20% of its rated capacity, ensuring it stays cool to the touch.

How to Breadboard and Test Your Series Circuit Step-by-Step

Do not just wire it up and flip the switch. Follow this verification sequence to catch breadboard contact resistance issues and wiring errors before applying power.

  1. De-energize the board: Ensure your bench power supply is turned off and disconnected from the breadboard rails.
  2. Place the components: Insert the three LEDs in series, ensuring the cathode (flat edge/short leg) of one faces the anode (long leg) of the next. Insert the 120-ohm Yageo resistor at the end of the chain, bridging the center trench of the breadboard to avoid a dead short.
  3. Cold-check the resistance: Set your multimeter to the Ohms (Ω) setting. Place the red probe on the anode of the first LED and the black probe on the far leg of the resistor. You should read an overload (OL) or a very high resistance, because the multimeter's low test voltage (usually < 2V) is not enough to forward-bias three LEDs in series. This is expected and confirms there are no accidental short circuits bypassing the LEDs.
  4. Apply power: Connect the 12V supply. Set the current limit on your bench supply to 50mA to protect the circuit if a wiring fault exists.
  5. Verify Kirchhoff's Voltage Law (KVL): Switch your multimeter to DC Volts. Measure the voltage drop across each LED (should be ~3.2V each) and across the 120-ohm resistor (should be ~2.5V). The sum of these individual measurements must equal your source voltage (12.1V). If the sum is lower, you have high contact resistance in your breadboard jumper wires; replace them with 22 AWG solid copper hook-up wire.

Frequently Asked Questions

What happens to the current when loads are connected in series?

The current remains exactly the same through every single component in the series loop. It does not get 'used up' by the first resistor. While voltage drops across each component as energy is dissipated, the flow rate of electrons (current) is uniform throughout the entire path, dictated solely by the total source voltage divided by the total summed resistance.

Does the physical order of resistors matter in a series circuit?

From a pure DC circuit theory perspective, no. R1 + R2 yields the same total resistance and current as R2 + R1. However, in physical PCB layout or high-frequency AC design, order matters due to parasitic capacitance and trace inductance. Furthermore, if one resistor dissipates significant heat, placing it physically adjacent to a temperature-sensitive component (like a thermistor or an electrolytic capacitor) will skew your circuit's behavior, regardless of its logical schematic placement.

How do you calculate total power dissipation for series loads?

You calculate the power dissipated by each individual load using the formula P = I² × R (since current is constant), and then sum those values together. Alternatively, you can simply multiply the total source voltage by the total circuit current (Ptotal = Vsource × Itotal). Both methods will yield the exact same wattage. As noted by Khan Academy's physics module, verifying power dissipation is critical to ensure no single component exceeds its thermal limits.

Why do old Christmas tree lights all go out when one bulb burns out?

Older decorative light strings wired the bulbs in a pure series topology across the 120V mains line to divide the voltage. When a bulb's filament burns out, it creates an 'open circuit' fault. Because the current path is broken, the total resistance becomes infinite, current drops to zero, and the entire string goes dark. Modern LED light strings often use a series-parallel hybrid topology or include a small shunt wire inside the bulb base that melts and bridges the gap when the filament fails, allowing the rest of the string to stay lit despite the open fault.