Series vs Parallel: Batteries, Resistors, and What Adds Up
Share
In series, components sit in one line and share the same current, so voltages add up; in parallel, components sit side by side across the same two points and share the same voltage, so currents add up. That single symmetry explains most of what beginners memorise as separate rules. Four 1.5V AA cells in series make 6V at the same capacity; in parallel they stay at 1.5V with four times the capacity. Two 100Ω resistors in series make 200Ω; in parallel they make 50Ω. Series stacks the pressure; parallel widens the pipe. Learn to spot which arrangement you are looking at on a crowded breadboard and half of circuit analysis is already done.
The one distinction that matters
Forget the shapes on the schematic and follow the current. If the same current must pass through component A and then component B, with no branch in between, they are in series. If both ends of A connect to the same two nodes as both ends of B, giving current a choice of path, they are in parallel. On a breadboard the visual layout can lie; two resistors physically side by side may be electrically in series, and vice versa. Trace the nodes, not the geometry.
From that distinction, everything follows. Series: one current, voltages divide among the components. Parallel: one voltage, currents divide among the branches. Kirchhoff's laws, if you meet them later, are just this bookkeeping made formal.
Batteries: stacking vs widening
Cells in series add voltage: the classic 4-cell AA holder gives 6V; a two-cell lithium pack gives 7.4V nominal. Capacity (mAh, the total charge the pack can deliver) stays that of one cell. Cells in parallel keep the single-cell voltage and add capacity: two 2000mAh cells in parallel behave as one 1.5V, 4000mAh cell.
Series packs come with a rule: use identical cells, equally charged. The same current flows through every cell in the string, so the weakest cell empties first, and the others then push current through it anyway, driving it into reverse polarity, which ruins it. This is why mixing an old cell with new ones wrecks the old one. Parallel has a sterner rule: only connect cells in parallel when they are at the same voltage, because a fuller cell will dump a large equalising current into an emptier one the moment they touch. With lithium cells this is genuinely hazardous, which is why parallel lithium packs are built from matched cells and managed by protection circuitry, not improvised on the bench.
Resistors: the two formulas
Series resistance simply adds: R = R1 + R2 + ... Two 330Ω in series make 660Ω. Parallel combines reciprocally: 1/R = 1/R1 + 1/R2 + ..., and for exactly two resistors the shortcut is product over sum: R1×R2 ÷ (R1+R2). Two equal resistors in parallel halve: two 10kΩ make 5kΩ. The parallel result is always smaller than the smallest member, which makes sense: adding a path can only make current flow easier.
This is also your escape hatch when a resistor variety pack lacks the exact value a calculation wants. Need 165Ω? Two 330Ω in parallel. Need 15kΩ? A 10kΩ and a 4.7kΩ in series gets within 2%, closer than the tolerance of many resistors anyway.
Worked example: powering an Arduino project from AA cells
Suppose you want to run an Arduino Uno R3 portably. One AA cell at 1.5V is far too little; the board's barrel jack wants 7 to 12V. Six AAs in series give 9V: same current capability as one cell, six times the voltage, and a comfortable fit for the recommended input range. Wire the holder's leads to the barrel jack (centre positive) and the board runs.
Now the parallel half. Say the project also lights four 5mm LEDs at similar brightness. Give each LED its own 330Ω resistor, and connect each resistor-LED pair between the 5V rail and ground on the 400-point breadboard. The four branches are in parallel: each sees the full 5V, each draws its own 9mA independently, and the rail supplies the sum, about 36mA. Unplug one LED and the other three do not care. That independence is the everyday gift of parallel wiring, and it is why your house wiring puts every appliance in parallel across the 230V mains rather than in a chain.
Where this bites you
The classic parallel mistake: several LEDs sharing one current-limiting resistor. It seems economical, and it even sort of works, until you notice the brightness mismatch. LEDs have slightly different forward voltages, and in parallel the one with the lowest drop hogs the current, glows brightest, ages fastest, and when it eventually fails, its share dumps onto the survivors. One resistor per LED is the rule.
The classic series mistake: assuming series components each get the full supply voltage. Two 5mm LEDs in series across 5V do not each get 5V; they must share it, and since each needs about 2V forward just to conduct, plus the resistor's share, the arithmetic barely closes and both run dim. Series LED strings want a supply comfortably higher than the sum of forward voltages, which is why 12V strips run LEDs in groups of three.
And the battery mistake worth repeating: topping up a series pack by replacing only the dead cell. The new cell now outlives the rest, becoming the strongest in a chain of weaklings, and the imbalance cycle continues. Replace series cells as a set.
FAQ
Why do voltages add in series but not currents?
Charge is conserved: in a single-file path, whatever current enters one end must come out the other, so all series components see the identical current. Energy, though, is spent at each component in turn, and voltage is energy per unit of charge, so the drops accumulate along the line. Parallel is the mirror image: same energy difference across every branch, flow divides.
Does wiring resistors in parallel increase their power rating?
Yes, usefully. Two equal resistors in parallel split the current, so each dissipates half the total power. Two 1kΩ half-watt resistors in parallel act as a 500Ω resistor that can safely handle a full watt. Series does the same trick while doubling the resistance instead.
Are the rows of my breadboard series or parallel?
Neither, until you build something. Each five-hole row is simply one node, a meeting point. Series and parallel describe how components connect between nodes: chain them node-to-node-to-node for series, or land several components across the same pair of nodes for parallel.
When your project outgrows one LED and one battery, Compoden's AI build assistant Soldr can work out the series-parallel arithmetic and hand you a wiring plan that adds up.