Series & Parallel Analysis

Deep analysis of series and parallel circuit configurations — rules, calculations, and practical applications for generators, batteries, and load distribution.

Why This Matters

Series and parallel circuits are the vocabulary of electrical design. Every circuit, no matter how complex, can be broken down into series connections (same current) and parallel connections (same voltage). Understanding both thoroughly — when to use each, what their failure modes are, how to calculate their behavior — is the core of practical electrical work.

This goes beyond “series adds, parallel divides” — we’ll cover how battery banks are built, why parallel solar panels behave differently from series ones, why household circuits are parallel and Christmas lights were once series (and why that was a problem), and how generator configurations change output.

Series Circuits: Deep Mechanics

In a series circuit, components are connected end-to-end with only one path for current. Every component carries the same current.

Key properties:

  • I_total = I_1 = I_2 = I_3 = … (current is the same everywhere)
  • V_total = V_1 + V_2 + V_3 + … (voltages add)
  • R_total = R_1 + R_2 + R_3 + … (resistances add)

Voltage divides in proportion to resistance: V_n = V_total × (R_n / R_total)

A 100Ω resistor in series with a 300Ω resistor from a 12V supply:

  • I = 12/400 = 30mA (same through both)
  • V across 100Ω = 12 × (100/400) = 3V
  • V across 300Ω = 12 × (300/400) = 9V

Series failure mode: One component failing open breaks the entire circuit. All components go dark, even if only one failed. This was the notorious problem with old series-wired Christmas lights — one bulb burns out, entire string goes dark.

Series protection mode: A fuse is intentionally placed in series. When current exceeds safe level, the fuse opens, protecting the rest of the circuit.

Parallel Circuits: Deep Mechanics

In a parallel circuit, components share the same two nodes. Every component sees the same voltage.

Key properties:

  • V = same across all parallel branches
  • I_total = I_1 + I_2 + I_3 + … (currents add)
  • 1/R_total = 1/R_1 + 1/R_2 + 1/R_3 + … (conductances add)

For two parallel resistors: R_total = (R_1 × R_2) / (R_1 + R_2) — the “product over sum” shortcut

For equal parallel resistors: n identical resistors R each → R_total = R/n

Parallel failure mode: One component failing open has no effect on others — they continue operating at normal voltage. This is why household circuits are parallel: a burned-out bulb doesn’t disable all the outlets.

Parallel short failure: One component failing shorted pulls the shared voltage down to zero (or near it), disabling all others. A short-circuit in one branch also drives very high current through the main feed and other branches.

Batteries in Series

Connecting batteries in series adds their voltages; current capacity stays the same as a single battery.

Series battery bank: V_total = V_1 + V_2 + V_3 (each cell adds its voltage) I_capacity = I_single cell (the series string can only pass as much current as the weakest cell) R_internal_total = r_1 + r_2 + r_3 (internal resistances add)

Application: 12V from four 3V cells in series. Or 48V battery pack from four 12V batteries in series for electric vehicles.

Mismatch warning: Cells in series must be matched in capacity. If one cell is weaker, it discharges first. The other cells then force current through it in reverse (if driving a load) or try to overcharge it (if charging). Both conditions damage or destroy the weak cell. Always use matched, same-age cells in series banks.

Batteries in Parallel

Connecting batteries in parallel adds current capacity; voltage stays the same.

Parallel battery bank: V = same for all batteries (must be equal, or current flows between them) I_total = I_1 + I_2 + I_3 (current capacities add) R_internal = r_1/n for n equal batteries (parallel internal resistances)

Application: Two 100Ah batteries in parallel → 200Ah capacity at same voltage. Doubles the energy storage, halves the internal resistance (allows higher current draw).

Mismatch warning: Batteries connected in parallel must be at the same state of charge. If one battery is at 12.8V and another at 12.0V, connecting them allows the higher-voltage battery to rapidly charge the lower-voltage one — potentially at very high current (limited only by internal resistances, which are low). This can overheat connections, damage batteries, or cause thermal runaway.

Safe parallel connection procedure:

  1. Measure both batteries first — voltages should be within 0.1V of each other
  2. Connect a current-limiting resistor in series initially (reduces equalizing current)
  3. Allow voltage to equalize (minutes to hours depending on difference)
  4. Remove limiting resistor, connect directly

Solar Panels: Series vs. Parallel

Solar panels can be configured in series (for higher voltage) or parallel (for higher current), with important tradeoffs:

Series string:

  • Higher voltage → thinner wire (lower current → lower I²R losses in cables)
  • Requires MPPT charge controller (can step down high voltage)
  • Vulnerable to partial shading: one shaded panel reduces current for all
  • For battery charging: need V_string to be comfortably above battery bank voltage

Parallel configuration:

  • Lower voltage → must be close to battery voltage (limited to PWM charging or low-ratio MPPT)
  • More tolerant of partial shading: shaded panel is bypassed by bypass diodes
  • Higher current → thicker, more expensive cable
  • Better for situations with many small panels or frequent shading

Practical rule of thumb:

  • Full sun, no shading: series strings for efficiency
  • Partial shading: parallel or use panels with bypass diodes in series strings
  • Long cable runs: series (higher voltage, lower current, smaller wire)
  • Short cable runs: either works

Generator Windings: Series and Parallel Configurations

Large generators often have their armature windings designed to be connected in either series or parallel (sometimes called “lap” and “wave” winding configurations):

Series winding connection:

  • All winding sections in series
  • Full voltage available from any two terminals
  • Lower current capacity (as if one winding)

Parallel winding connection:

  • Winding sections in parallel
  • Lower voltage, higher current
  • Same power, different V/I ratio
  • Reduced internal resistance (good for high-current output)

In a permanent magnet generator, connecting multiple coils in series increases voltage; connecting them in parallel increases current. You design the generator’s output V/I characteristic by choosing how to connect the windings.

Symmetry and Balanced Circuits

When parallel branches are identical (same resistance), current distributes equally. When they’re unequal, current distributes inversely with resistance:

I_n = I_total × (R_total / R_n) — a branch with lower resistance carries more current

For n identical parallel resistors, each R: Each carries I_total/n exactly Each dissipates P_total/n This equal distribution is important for heating elements, motor windings, battery cells

Imbalance detection: If you expect equal branch currents but measure unequal ones, a resistance mismatch exists. If one branch draws 3× expected current, its resistance is ⅓ expected — likely a partial short. If one branch draws nearly zero, its resistance is very high — likely an open or corroded connection.

Fault Analysis by Configuration

FaultSeries circuit effectParallel circuit effect
One component opensAll components offOnly that component off
One component shortsVoltage redistributes, others get moreVoltage collapses for all, heavy current in main feed
Partial resistance increaseAll components dimmer/slowerOnly that component affected
Connection resistance increases (corrosion)Load voltage dropsThat branch current drops

Understanding failure modes helps you design more robust circuits: use parallel where fault tolerance matters, use series where isolation/protection is needed.