A simple series circuit provides a single, continuous path for electrical current to flow from the power source, through every component, and back to the source. Because there are no branching junctions, the current ($I$) remains identical through every element, while the source voltage ($V$) divides proportionally based on each component's resistance. If you need to drop voltage for a specific sensor or limit current for an LED without complex active regulation, this topology is your baseline.
The Anatomy of a Simple Series Circuit
To understand the topology, let us map a basic circuit consisting of a DC voltage source ($V_s$) and two resistors ($R_1$ and $R_2$) wired end-to-end. We define the circuit by its nodes:
- Node A: The positive terminal of the voltage source. This is the highest potential point in the circuit.
- Node B: The junction between $R_1$ and $R_2$. The voltage here is $V_s$ minus the voltage dropped across $R_1$.
- Node C: The negative terminal of the voltage source (ground reference, 0V).
Kirchhoff's Voltage Law (KVL) dictates that the sum of all voltage drops around this closed loop must equal the source voltage ($V_s = V_{R1} + V_{R2}$). Think of it like a single garden hose with two kinks (the resistors); the water flow rate (current) is exactly the same at every point in the hose, but the water pressure (voltage) drops significantly across each kink according to All About Circuits.
Why Choose Series Over Parallel?
You choose a series topology when you need voltage division or current limiting using passive components. If you need to drop a 12V signal down to 3V for a microcontroller's ADC pin, a series resistor pair (a voltage divider) is the standard approach. Conversely, you choose parallel when you need to maintain the same voltage across multiple independent loads, like wiring multiple 120V AC outlets on a single branch circuit.
Behavior Matrix and Failure Mode Contrast
Because components share the same current path, altering one element affects the entire loop. Below is a behavior matrix showing how the circuit reacts to changes, followed by the extreme failure modes.
| Change Event | Effect on Total Resistance ($R_{total}$) | Effect on Total Current ($I_{total}$) | Effect on Voltage Distribution |
|---|---|---|---|
| $R_1$ resistance increases | Increases ($R_1 + R_2$) | Decreases ($V_s / R_{total}$) | More voltage drops across $R_1$, less across $R_2$ |
| Source voltage ($V_s$) drops | No change | Decreases proportionally | Voltage across all components drops proportionally |
| A third resistor ($R_3$) is added in series | Increases ($R_1 + R_2 + R_3$) | Decreases | Source voltage is now divided three ways |
What Breaks at the Extremes: Open vs. Short
Series circuits have binary, catastrophic failure modes compared to parallel circuits.
- The Open Circuit (Break): If a wire snaps or a component burns out internally, the path is broken. Current instantly drops to 0A. If you measure with a multimeter, the full source voltage ($V_s$) will appear across the open gap, while 0V will be measured across the intact components.
- The Short Circuit (Bypass): If a component fails short (internal resistance drops to ~0Ω), it effectively becomes a piece of wire. The voltage across the shorted component drops to 0V. The total circuit resistance plummets, causing the current to spike. This current spike is limited only by the remaining components and the internal resistance of the power source, usually resulting in a blown fuse, a tripped breaker, or melted traces.
Design Walkthrough: Sizing Real Components
Let us move from theory to the workbench. We will design a simple series circuit to power a standard 5mm red LED from a 9V alkaline battery (e.g., Duracell MN1604).
Known Parameters:
- Source Voltage ($V_s$): 9.0V (nominal, fresh battery may read ~9.5V)
- LED Forward Voltage ($V_f$): 2.0V
- LED Target Forward Current ($I_f$): 20mA (0.020A)
Step 1: Calculate the Required Voltage Drop
The resistor must absorb the excess voltage that the LED cannot handle.
$V_R = V_s - V_f = 9.0V - 2.0V = 7.0V$
Step 2: Calculate the Resistance Value
Using Ohm's Law ($R = V / I$):
$R = 7.0V / 0.020A = 350\Omega$
Step 3: Select a Standard Component
350Ω is not a standard value in the common E12 resistor series. We must round up to the next available value to ensure we do not overdrive the LED. The closest E12 value is 390Ω.
Recalculating actual current: $I = 7.0V / 390\Omega = 17.9mA$. This is a safe, bright operating point.
Step 4: Verify Power Dissipation
Resistors burn up if you exceed their wattage rating. Calculate the power ($P = I^2 \times R$):
$P = (0.0179A)^2 \times 390\Omega = 0.125W$ (125 milliwatts).
A standard 1/4W (0.25W) through-hole carbon film resistor (like the Yageo CFR-25 series) provides a 100% safety margin and is the correct choice.
Step-by-Step Breadboard Testing Procedure
Do not trust your math until you verify it with a meter. Here is how to build and test this simple series circuit on a standard 830-tie-point solderless breadboard.
Tools Required: Breadboard, 9V battery with snap-to-barrel-jack or clip-to-jumper adapter, 390Ω 1/4W resistor, 5mm red LED, and a digital multimeter (DMM) like the Fluke 115.
- Insert the Resistor: Bend the leads of the 390Ω resistor and insert one lead into row 10, column A, and the other into row 15, column A. This bridges the center trench.
- Insert the LED: Identify the cathode (the shorter leg, or the side with the flat edge on the plastic lens). Insert the anode (long leg) into row 15, column B (sharing a node with the resistor). Insert the cathode into row 20, column B.
- Connect Power: Connect the red (positive) jumper from your 9V snap connector to row 10, column C. Connect the black (negative/ground) jumper to row 20, column C. The LED should illuminate.
- Verify Voltage Drops (KVL Check): Set your DMM to DC Volts. Place the red probe on row 10 and the black probe on row 15. You should read ~7.0V across the resistor. Move the probes to row 15 and row 20; you should read ~2.0V across the LED. The sum equals your battery voltage.
- Measure Inline Current: To measure current, you must break the circuit and force the electrons through the meter. Remove the black ground jumper. Set your DMM to the 'mA' setting, plug the red meter lead into the 'mA' port, and the black lead into 'COM'. Touch the meter's red probe to row 20 (the LED cathode) and the meter's black probe to the black ground wire. The display should read between 17mA and 19mA, accounting for battery sag and component tolerances as outlined by GSU HyperPhysics.
Simple Series Circuit FAQ
Why does one burnt-out bulb break a simple series circuit?
When an incandescent bulb burns out, its internal tungsten filament physically snaps, creating an air gap. Air is an insulator, meaning the circuit transitions into an 'open' state. Because a simple series circuit relies on a single, unbroken physical loop for electron flow, an open gap anywhere in the loop stops the current everywhere. The full source voltage will push against the gap, but without a complete path back to the source's negative terminal, the current drops to absolute zero. This is why old-school Christmas light strings (wired in series) went completely dark when a single bulb failed.
Can I wire two different value resistors in a simple series circuit?
Yes, and this is the foundational principle behind the voltage divider network. If you wire a 1kΩ resistor and a 2kΩ resistor in series across a 9V battery, the total resistance is 3kΩ. The current through the loop will be 3mA ($9V / 3000\Omega$). Consequently, the 1kΩ resistor will drop 3V ($0.003A \times 1000\Omega$), and the 2kΩ resistor will drop 6V ($0.003A \times 2000\Omega$). The voltage divides in direct proportion to the resistance values, allowing you to tap Node B (the junction between them) to get a specific reference voltage for an analog sensor or transistor bias network.
How do I measure current in a simple series circuit without breaking it?
With standard bench equipment, you cannot easily measure low DC current without breaking the circuit. Standard digital multimeters require you to physically open the loop and insert the meter in series so the current flows through the internal shunt resistor. While AC clamp meters can measure current without breaking the circuit by sensing the magnetic field around a wire, standard Hall-effect clamp meters struggle with the low-resolution DC milliamp ranges typical of breadboard electronics. If you absolutely must measure DC current non-invasively on a PCB, you would measure the voltage drop across a known 'shunt' resistor already in the series path and use Ohm's Law ($I = V/R$) to calculate the current, assuming the resistor's tolerance is tight enough (1% or better) to provide accurate data.






