To make a series circuit, wire components end-to-end along a single conductive path so the exact same current flows through all of them. To make a parallel circuit, wire components across the exact same two electrical nodes so they share the same voltage drop. Most practical bench designs, like LED arrays or sensor networks, use a series-parallel combination to balance current limits and voltage requirements without overloading the power supply.
Series vs. Parallel Topology: Nodes, Math, and Behavior
Every circuit operates between two primary nodes. Let us define Node A as your positive supply rail (VCC) and Node B as your ground return (GND). Understanding how components bridge these nodes dictates the circuit's behavior.
In a series topology, components are daisy-chained. Current leaves Node A, passes through Component 1, then Component 2, and finally returns to Node B. Because there is only one path, the current ($I$) is identical through every element, while the voltage drops across each component sum to the total source voltage ($V_{total} = V_1 + V_2$). Total resistance is simply additive: $R_{total} = R_1 + R_2$.
In a parallel topology, each component bridges Node A and Node B directly. Because they connect to the same physical nodes, the voltage ($V$) across every branch is identical. The total current drawn from the supply is the sum of the branch currents ($I_{total} = I_1 + I_2$). Total resistance decreases as you add branches, calculated via the reciprocal formula: $1/R_{total} = 1/R_1 + 1/R_2$.
Failure Mode Contrast: What Breaks at the Extremes?
Designing a reliable circuit requires knowing how it fails. Here is how series and parallel topologies react when a single element changes state or fails catastrophically.
| Condition / Fault | Series Circuit Behavior | Parallel Circuit Behavior |
|---|---|---|
| Resistance of one element increases | Total resistance increases. Overall current drops. Voltage drop shifts toward the higher-resistance component. | Total resistance increases slightly. Current in that specific branch drops, but other parallel branches remain completely unaffected. |
| One component Opens (breaks) | The entire circuit path is broken. Current drops to 0A. All components stop functioning. | Only the faulted branch stops drawing current. The rest of the parallel branches continue operating normally. |
| One component Shorts (0 ohms) | The shorted component is bypassed. Total resistance drops, causing a current spike that may blow a fuse or damage remaining components. | Creates a dead short directly across Node A and Node B. Massive current flows, instantly tripping the power supply protection, blowing the main fuse, or melting the breadboard wires. |
Design Walkthrough: Building a Mixed LED Driver
Let us build a practical mixed topology on a breadboard. Our goal is to power a status indicator (three red LEDs) and an alert indicator (one blue LED) from a standard 9V alkaline battery.
Why this topology over the alternative? If we wired all four LEDs in series, the total forward voltage would be $2.0V + 2.0V + 2.0V + 3.2V = 9.2V$. This exceeds our 9V source, meaning the LEDs would barely glow or fail to turn on. If we wired them all in parallel, the 2.0V red LEDs would clamp the node voltage, preventing the 3.2V blue LED from ever reaching its conduction threshold. By using a series-parallel mix, we match the voltage drops to the source while keeping branches independent.
Branch 1: The Series String (Red LEDs)
We will use standard 5mm red LEDs with a forward voltage ($V_f$) of 2.0V and a target forward current ($I_f$) of 20mA (0.020A).
- Total $V_f$: 3 LEDs × 2.0V = 6.0V
- Resistor Voltage Drop: 9.0V (Source) - 6.0V = 3.0V
- Resistor Value: $R = V / I = 3.0V / 0.020A = 150\Omega$
- Power Dissipation: $P = I^2R = (0.020)^2 \times 150 = 0.06W$. A standard 1/4W (0.25W) through-hole resistor is more than sufficient.
Branch 2: The Parallel Branch (Blue LED)
We will use a 5mm blue LED with a $V_f$ of 3.2V and a target $I_f$ of 20mA.
- Resistor Voltage Drop: 9.0V - 3.2V = 5.8V
- Calculated Resistor Value: $R = 5.8V / 0.020A = 290\Omega$
- Standard E12 Selection: 290Ω is not a standard value. We step up to the nearest E12 value, which is 330Ω.
- Actual Current: $I = 5.8V / 330\Omega = 17.5mA$. This is slightly dimmer than 20mA but vastly extends the LED lifespan and battery life.
Step-by-Step Breadboard Testing & Verification
Do not just plug in the battery and hope for the best. Follow this verification sequence using a digital multimeter (DMM) to ensure your nodes are behaving as calculated.
- Verify the Power Rail: Before seating any components, connect your 9V battery clip to the breadboard's main power rails. Set your DMM to DC Voltage. Measure across the rails. A fresh alkaline battery should read between 9.3V and 9.6V. If it reads below 8.5V, replace it; your resistor math will be skewed.
- Seat the Components: Disconnect the battery. Insert the 150Ω resistor and three red LEDs in series across the center trench (ensuring the anode/long leg points toward the positive rail). In a separate row, insert the 330Ω resistor and the blue LED. Use jumper wires to connect the ends of these strings to the positive and negative rails.
- Continuity Check (Power Off): Set your DMM to the continuity/beep mode. Place one probe on the positive rail and the other on the negative rail. You should read an open circuit (OL or infinite resistance). If the meter beeps, you have a dead short. Find the misplaced jumper wire before applying power.
- Node Voltage Verification (Power On): Reconnect the 9V battery. Set the DMM back to DC Voltage. Place the black probe on the ground rail. Touch the red probe to the node between the 150Ω resistor and the first red LED. You should read approximately 3.0V (the drop across the resistor). Move the probe down the chain; the voltage should drop by roughly 2.0V at each LED anode.
- Current Measurement (Optional but recommended): To verify the 17.5mA calculation on the blue branch, disconnect the ground jumper for that specific branch. Set your DMM to the mA current setting (ensure the red probe is moved to the mA jack on the meter). Place the meter in series with the ground path. It should read between 16mA and 18mA.
Frequently Asked Questions
How to make a parallel and series circuit with switches?
To control a series circuit with a switch, place a single SPST (Single Pole Single Throw) switch anywhere along the single conductive path between Node A and Node B; breaking the path anywhere stops the current. To control parallel branches independently, place a separate switch in series with each individual branch before it connects to the main voltage node. If you want a master kill switch for the entire parallel array, place a master switch on the main positive feeder line before it breaks out into the individual parallel branches.
How does battery life change in series vs parallel circuits?
Battery life is dictated by the total current drawn from the source, not strictly by the topology name. However, wiring loads in parallel increases the total current draw (since $I_{total} = I_1 + I_2$), which drains a single battery faster. Conversely, if you wire multiple batteries in parallel (keeping voltage the same but increasing milliamp-hour capacity), your circuit will run significantly longer. If you wire batteries in series, you increase the voltage, which might allow you to use higher-value current-limiting resistors, indirectly altering battery life depending on the load design.
Can you mix series and parallel resistors on the same breadboard?
Yes, mixing series and parallel resistors is the foundation of creating custom resistance values and voltage dividers. For example, if you need a 75Ω resistor but only have 150Ω resistors, you can wire two 150Ω resistors in parallel ($150 / 2 = 75\Omega$). If you need 300Ω, you wire two 150Ω resistors in series ($150 + 150 = 300\Omega$). When designing these mixed resistor networks on a breadboard, always map out your nodes on paper first to ensure you are not accidentally shorting out a parallel branch with a misplaced jumper wire.
For deeper mathematical proofs on Kirchhoff's Voltage Law in series loops and Kirchhoff's Current Law in parallel nodes, refer to the series circuits chapter and parallel circuits chapter in the All About Circuits open textbook. For specific forward voltage characteristics of various LED chemistries, consult the SparkFun LED tutorial.






