A series circuit forces all electrical current through a single, continuous path. Because there are no branching nodes, the current (measured in Amps) is identical through every single component in the loop, while the source voltage divides among them proportionally based on their resistance or forward voltage drops. If you need to drop voltage across multiple identical loads without wasting power on individual parallel resistors, this is your topology.
The Core Topology: How Does a Series Circuit Work?
To understand the mechanics, we map the circuit using distinct nodes. Imagine a simple loop powered by a 12V DC bench supply:
- Node A: The positive terminal of the 12V source.
- Node B: The junction between the current-limiting resistor (R1) and the first LED (LED1).
- Node C: The junction between LED1 and the second LED (LED2).
- Node D: The negative terminal (ground) of the 12V source, completing the loop from LED2.
Kirchhoff’s Voltage Law (KVL) dictates that the sum of all voltage drops across the components between Node A and Node D must exactly equal the source voltage. Think of it like water flowing through a single pipe with three restrictive valves in a row; the same volume of water passes through each valve per second, but the water pressure drops incrementally after each restriction. According to All About Circuits, this single-path rule means total resistance is simply the sum of all individual resistances ($R_{total} = R_1 + R_2 + R_3$).
Design Walkthrough: Sizing Real Components for a 12V Bench
Abstract theory doesn't build working prototypes. Let's design a functional 2-LED indicator string for a 12V DC control panel.
The Requirements:
- Source: 12V DC (nominal, measured at 12.2V on the bench).
- Loads: Two standard 5mm red LEDs (Forward Voltage $V_f$ = 2.0V each, Target Current $I_f$ = 20mA).
The Math:
- Total LED Voltage Drop: $2.0V + 2.0V = 4.0V$.
- Resistor Voltage Drop ($V_r$): Source voltage minus LED drops. $12.2V - 4.0V = 8.2V$.
- Required Resistance: Using Ohm's Law ($R = V / I$), $8.2V / 0.020A = 410\Omega$.
- Component Selection: 410Ω is not a standard value. Looking at the E24 resistor series, we select the next highest standard value to avoid overdriving the LEDs: 430Ω.
- Actual Current: $8.2V / 430\Omega = 19.07mA$ (perfectly safe and bright for standard indicators).
- Power Dissipation: $P = I^2 \times R$. $(0.01907)^2 \times 430 = 0.156W$.
Behavior Matrix and Extreme Failure Modes
Why choose series over parallel? Series wiring is ideal when you need to divide voltage evenly across identical loads (like high-voltage LED strings) or when you want a single current-limiting component to protect multiple devices. However, the single-path nature creates strict dependencies. If one element changes, the entire circuit reacts.
| Event / Component Change | Effect on Total Resistance | Effect on Circuit Current | Effect on Remaining Components |
|---|---|---|---|
| R1 value increases | Increases | Decreases | LEDs dim (lower forward current) |
| One LED is removed (Open Circuit) | Infinite | Drops to 0A | Entire string turns off |
| One LED fails internally (Short Circuit) | Decreases | Increases | Remaining LED overdrives, risks thermal runaway |
| Source voltage spikes to 15V | Unchanged | Increases | LEDs brighten, resistor dissipates more heat |
What Breaks at the Extremes?
The most critical concept in series design is the cascade failure. If LED1 suffers a catastrophic internal short (failing closed rather than open), its 2.0V forward drop disappears. The 430Ω resistor must now drop $12.2V - 2.0V = 10.2V$. The circuit current spikes to $10.2V / 430\Omega = 23.7mA$. While 23.7mA won't instantly destroy the remaining LED2, it accelerates lumen depreciation and thermal stress. If the shorted LED was part of a longer string of 10 LEDs, losing one drop would push the remaining 9 into immediate overcurrent destruction.
Step-by-Step Breadboard Testing and Verification
Never trust a schematic without verifying it on the bench. Follow this sequence to build and validate the 12V series string, utilizing proper Fluke multimeter testing protocols to catch wiring errors before applying power.
- De-energize the Board: Ensure the 12V bench supply is turned off and unplugged. Never insert components into a live breadboard.
- Place Components: Insert the 430Ω resistor so its leads span the center trench. Insert LED1 and LED2 in the same column rows as the resistor leads, ensuring the anodes (long legs) face the positive power rail direction.
- Wire the Nodes: Use 22 AWG solid hookup wire. Jumper from the positive rail to the resistor. Jumper from the resistor to LED1 anode. Jumper from LED1 cathode to LED2 anode. Jumper from LED2 cathode to the negative rail.
- Continuity Check (Dead Test): Set your DMM to continuity mode. Place the red probe on the positive rail entry point and the black probe on the negative rail entry point. You should read a high resistance or the forward voltage drop of the LEDs (typically 1.5V to 2.0V on a DMM's diode test setting), confirming the loop is intact and not shorted.
- Power and Verify Node Voltages: Turn on the 12V supply. Set the DMM to DC Volts. Measure Node A to Ground (should read ~12.2V). Measure across R1 (should read ~8.2V). Measure across each LED (should read ~2.0V each). If $8.2 + 2.0 + 2.0 = 12.2V$, your KVL math is physically validated.
Frequently Asked Questions
What happens to voltage in a series circuit if loads have different resistances?
Voltage divides proportionally to resistance. If you wire a 100Ω resistor and a 300Ω resistor in series across a 12V source, the total resistance is 400Ω. The current is $12V / 400\Omega = 30mA$. The 100Ω resistor will drop 3V ($0.03A \times 100\Omega$), and the 300Ω resistor will drop 9V ($0.03A \times 300\Omega$). The higher the resistance, the larger the share of the source voltage it consumes.
Can you wire different wattage loads in series on a mains circuit?
Practically, no. In AC mains applications (like 120V lighting), wiring loads of different wattages in series causes severe operational issues. Wattage ratings dictate the designed operating resistance. A 100W incandescent bulb has a much lower hot resistance than a 40W bulb. If wired in series, the 40W bulb (higher resistance) will drop the majority of the 120V line voltage, glowing brightly, while the 100W bulb (lower resistance) will drop very little voltage and remain dim. They will both operate outside their designed thermal and luminous parameters.
Why are series circuits not used for home wall outlets?
Home wiring requires independent operation. If your home were wired in series, turning off a single lamp (creating an open circuit) would break the entire path, killing power to every other outlet and appliance on that branch. Furthermore, series wiring divides voltage; plugging in a second appliance would drop the voltage available to the first, causing motors to stall and electronics to brown out. Modern NEC-compliant home wiring uses parallel branch circuits so every receptacle receives a stable 120V nominal supply regardless of what else is plugged in.






