In a series circuit, voltage divides across components proportionally to their resistance (Kirchhoff's Voltage Law), while in a parallel circuit, voltage remains identical across all branches. When you combine them into a series parallel voltage topology, the parallel branches share the exact same voltage drop, and those parallel blocks act as single equivalent resistors that divide the total source voltage in the main series path. Understanding this hybrid behavior is the difference between a robust circuit and one that burns out its components the moment a single LED fails.

Series vs. Parallel Voltage: The Core Topology Rules

To analyze a mixed circuit, you must define your nodes. Let's map a standard series-parallel network driven by a DC source:

  • Node A: Source positive (V+).
  • Node B: The junction between the main series current-limiting component and the parallel block.
  • Node C: The top rail of the parallel branch split.
  • Node D: Source negative / Ground (GND).

The voltage at Node A is your total supply (e.g., 12.0V). The voltage drop between Node A and Node B belongs entirely to the series component. The voltage between Node C and Node D is shared equally by every parallel branch connected across those nodes. If you measure from Node B to Node C with a multimeter, you should read near 0V, assuming you are using standard 22 AWG copper jumper wires with negligible resistance.

The Water Analogy: Think of voltage as water pressure. In a series pipe with sequential restrictors, pressure drops at each restrictor. But if the pipe splits into three parallel branches at a main junction (Node C) and recombines at another (Node D), the pressure difference across all three parallel branches is identical, regardless of how wide or narrow each individual branch is.

For a deeper mathematical breakdown of equivalent resistance in these networks, the All About Circuits textbook chapter on series-parallel circuits provides excellent foundational loop equations.

Design Walkthrough: Sizing a 12V Series-Parallel LED Array

Let's build a practical circuit. We need to power six standard red LEDs (Forward Voltage Vf = 2.0V, Forward Current If = 20mA) from a 12V DC bench supply.

Why this topology over the alternatives?

  • All 6 in series: Total Vf = 12.0V. This leaves 0V headroom for a current-limiting resistor. The LEDs will draw uncontrolled current and burn out due to minor manufacturing variances in Vf.
  • All 6 in parallel: Total Vf = 2.0V. A single series resistor would need to drop 10V at 120mA (10V / 0.12A = 83Ω). This wastes 1.2W as heat and invites thermal runaway if one LED fails.
  • The Winner (Series-Parallel): Three parallel strings, each containing two LEDs in series. This balances headroom, efficiency, and fault tolerance.

Calculating the Component Values

Each series string has two LEDs: 2.0V + 2.0V = 4.0V total string drop.
The remaining voltage for the string's dedicated resistor is 12.0V - 4.0V = 8.0V.
Using Ohm's Law (R = V / I): 8.0V / 0.020A = 400Ω.

Since 400Ω is not a standard E24 resistor value, we select the next highest standard value: 430Ω. This yields a actual current of 18.6mA (8.0V / 430Ω), which is perfectly safe and still visually bright for modern indicator LEDs.

Power Rating Check: P = I² × R = (0.0186)² × 430 = 0.148W. While a standard 1/4W (0.25W) resistor can handle this, bench best practice dictates derating resistors by 50% for longevity. We will specify 430Ω 1/2W metal film resistors for each of the three branches.

Failure Mode Contrast: What Breaks at the Extremes?

The true test of a series parallel voltage design is how it handles component failure. Below is the behavior matrix for our 3-string LED array when a single fault occurs.

Fault Condition Effect on Faulted String Effect on Parallel Strings Overall System Result
Open LED (burns out/breaks) Current drops to 0mA. Both LEDs go dark. Unaffected. Voltage across parallel nodes remains 12V. Total current drops by 18.6mA. 4 of 6 LEDs remain lit.
Shorted LED (internal die short) String Vf drops to 2.0V. Resistor now drops 10V. Current spikes to 23.2mA. Unaffected. Dedicated resistors isolate the branches. Faulted string runs hot but survives short-term. 5 LEDs remain lit.
Open Resistor Current drops to 0mA. String goes dark. Unaffected. Identical to an open LED fault. Safe failure.
Warning: If you had wired all 6 LEDs in parallel sharing a single series resistor, an open LED would force the remaining 5 LEDs to share the original 120mA current, pushing each to 24mA and accelerating a cascading thermal failure. Dedicated series resistors per parallel branch prevent this.

Step-by-Step Breadboard Testing Protocol

Before applying power to a newly wired series-parallel network, follow this verification sequence using a digital multimeter (DMM) like a Fluke 117 or equivalent.

  1. Visual and Continuity Check (Power OFF): Set your DMM to continuity mode. Place one probe on Node D (GND rail) and touch the cathode (flat side) of every LED. You should hear a beep for each, confirming a common ground. Check for solder bridges or bent resistor leads touching adjacent bus strips.
  2. Verify Source Voltage: Power on the bench supply. Measure Node A to Node D. Confirm it reads 12.0V (±0.1V). If it reads significantly higher or lower, troubleshoot the supply before proceeding.
  3. Measure the Series Drop: Place the red probe on Node A and the black probe on Node C (the top of the parallel branches). You should read approximately 4.0V. This confirms the resistors are dropping the correct voltage.
  4. Measure the Parallel Block: Move the red probe to Node C, keeping black on Node D. You should read 8.0V. This confirms the parallel branches are receiving the correct shared voltage.
  5. Branch Current Verification (Optional but recommended): Power off. Break the circuit at Node A. Insert the DMM in series (set to mA mode). Power on. You should read ~55.8mA total (18.6mA × 3 branches). If you read significantly higher, you likely have a shorted component or misread resistor color bands.

Frequently Asked Questions

Does voltage increase when batteries are wired in series parallel?

It depends on which dimension you are measuring. When you wire batteries in series, the voltage adds up (e.g., four 3.2V LiFePO4 cells in series yield 12.8V), but the amp-hour (Ah) capacity remains the same as a single cell. When you wire them in parallel, the voltage stays at the nominal cell voltage (3.2V), but the Ah capacity multiplies. A series-parallel battery bank (like a 4S2P configuration) gives you both: 12.8V nominal voltage and double the capacity of a single string. Always use a matched Battery Management System (BMS) for series-parallel lithium packs to prevent cell imbalance.

How do you calculate total voltage drop in a mixed circuit?

You calculate it by walking a closed loop using Kirchhoff's Voltage Law (KVL). Start at the negative terminal of the source (0V) and trace a path through one specific parallel branch back to the positive terminal. The sum of all voltage drops across the resistors and loads in that specific path must exactly equal the source voltage. For complex networks, you must first collapse the parallel branches into a single equivalent resistance (using the formula 1/Rt = 1/R1 + 1/R2...), add that to the main series resistance, and calculate total current before breaking the voltage drops back apart. The Electronics Tutorials guide on parallel resistors offers excellent step-by-step collapse-and-expand math examples.

Why do parallel LEDs burn out if they share a single series resistor?

This is caused by the negative temperature coefficient of semiconductor junctions and manufacturing variances. No two LEDs have the exact same Vf. In a parallel setup with one shared resistor, the LED with the slightly lower Vf will hog more current. As it draws more current, it gets hotter. As it gets hotter, its internal resistance drops further, causing it to draw even more current. This positive feedback loop (thermal runaway) eventually destroys the LED. When it fails open, the shared resistor now pushes all its designed current into the remaining LEDs, dooming them in rapid succession. Always use a dedicated series resistor for every parallel LED branch.