3.2 Series and Parallel DC Circuits, Voltage, Current, and Resistance Relationships
Key Takeaways
- In a series circuit, current is constant throughout every element (Itotal = I1 = I2), while component voltages add algebraically (Vtotal = V1 + V2).
- In a parallel circuit, voltage is identical across all parallel branches (Vtotal = V1 = V2), while branch currents add together at junction nodes (Itotal = I1 + I2).
- Total resistance in a series circuit is the direct sum of individual resistances (Rtotal = R1 + R2), whereas total resistance in a parallel circuit is always less than the lowest individual branch resistance.
- Connecting PV modules in series (strings) increases circuit voltage while maintaining single-module current; paralleling strings increases array current while maintaining string voltage.
- Mismatched modules wired in series are throttled to the current of the lowest-performing module, whereas paralleling strings of unequal voltage causes severe circulating currents and MPPT power losses.
3.2 Series and Parallel DC Circuits, Voltage, Current, and Resistance Relationships
Photovoltaic arrays are constructed by interconnecting individual solar modules into complex DC electrical circuits. Whether designing a modest 4 kW residential rooftop system or a 50 MW commercial ground mount, the electrical parameters of the array—voltage, current, resistance, and maximum power—are strictly governed by the foundational rules of series and parallel circuits. Understanding how voltage and current behave in series and parallel configurations is essential for sizing conductors, selecting overcurrent protection devices, specifying string lengths, and preventing catastrophic mismatch losses.
Fundamentals of Series DC Circuits
A series circuit is an electrical configuration in which components are connected end-to-end along a single, continuous conductive pathway. Electric charge has only one path through which it can circulate.
Series Circuit Schematic:
(+) ---[ Load 1 (R1) ]---[ Load 2 (R2) ]---[ Load 3 (R3) ]--- (-)
1. Current in Series Circuits
Because there is only one continuous path for electrons to travel, electric current is identical and constant at every single point in a series circuit:
If $9.5\text{ A}$ enters the first component of a series circuit, exactly $9.5\text{ A}$ must flow through the second, third, and final component, regardless of their individual resistance ratings.
2. Voltage in Series Circuits (Kirchhoff's Voltage Law)
According to Kirchhoff's Voltage Law (KVL), the algebraic sum of all voltages around any closed loop must equal zero. In a series circuit containing power sources, the total applied voltage equals the sum of the individual voltage drops across each component:
3. Total Resistance in Series Circuits
Because current must overcome the opposition of each component sequentially, the total equivalent resistance of a series circuit is the direct algebraic sum of all individual resistances:
Adding additional resistive components in series always increases total circuit resistance, which decreases overall current for a given applied voltage.
4. Failure Mode in Series Circuits
Because a series circuit relies on a single unbroken loop, an open circuit at any component immediately interrupts current flow throughout the entire circuit. In PV systems, if a single wire is severed, a connector unlatches, or an internal module cell busbar fails completely open, the entire series string ceases to produce power.
Fundamentals of Parallel DC Circuits
A parallel circuit is an electrical configuration in which two or more components or branches are connected across the same two common electrical nodes. This creates multiple independent pathways for electric charge to flow simultaneously.
Parallel Circuit Schematic:
+---[ Branch 1 (R1) ]---+
(+) ----+---[ Branch 2 (R2) ]---+---- (-)
+---[ Branch 3 (R3) ]---+
1. Voltage in Parallel Circuits
Because every branch is connected directly across the exact same pair of common electrical terminals, voltage is identical across all parallel branches:
Whether a parallel branch contains a low resistance or a high resistance, the voltage drop across that branch equals the total system voltage.
2. Current in Parallel Circuits (Kirchhoff's Current Law)
According to Kirchhoff's Current Law (KCL), the total current entering any circuit junction (node) must exactly equal the total current exiting that junction. In a parallel circuit, the total circuit current equals the sum of the currents flowing through all individual parallel branches:
Branches with lower resistance draw larger currents ($I = V/R$), while branches with higher resistance draw smaller currents, but their sum always equals the total source current.
3. Total Resistance in Parallel Circuits
Providing multiple parallel pathways for electrons makes it easier for current to flow through the system. Consequently, the total equivalent resistance of a parallel circuit is always LESS than the resistance of the smallest individual branch. The reciprocal resistance formula is:
Convenient Parallel Resistance Shortcuts:
- Two Resistors in Parallel:
- $n$ Identical Resistors ($R$) in Parallel: (For example, four $20\ \Omega$ resistors in parallel yield $R_{\text{total}} = 20 / 4 = 5\ \Omega$.)
4. Operational Redundancy in Parallel Circuits
Unlike series circuits, an open circuit in one parallel branch does not interrupt current flow in the other branches. The remaining parallel branches continue to operate independently at the same applied system voltage.
| Electrical Characteristic | Series Circuit | Parallel Circuit |
|---|---|---|
| Current ($I$) | Constant throughout: $I_{\text{total}} = I_1 = I_2 = I_3$ | Additive across branches: $I_{\text{total}} = I_1 + I_2 + I_3$ |
| Voltage ($V$) | Additive across elements: $V_{\text{total}} = V_1 + V_2 + V_3$ | Constant across all branches: $V_{\text{total}} = V_1 = V_2 = V_3$ |
| Resistance ($R$) | Direct sum: $R_{\text{total}} = R_1 + R_2 + R_3$ | Reciprocal: $1/R_{\text{total}} = 1/R_1 + 1/R_2 + 1/R_3$ |
| Equivalent Resistance | Greater than any individual resistor | Less than the smallest branch resistor |
| Open Circuit Effect | Entire circuit loses power immediately | Only the faulted branch disconnects; others operate |
| PV System Implementation | Stringing modules together in series | Paralleling strings in a DC combiner box or inverter |
Series-Parallel Combination Circuits
Most practical electrical distribution systems and multi-string photovoltaic arrays are series-parallel combination circuits. To analyze a combination circuit, engineers apply network reduction:
- Identify groups of components connected purely in parallel and replace them with their equivalent resistance ($R_{\text{parallel}}$).
- Identify components connected in series with that equivalent parallel block and sum their resistances.
- Apply Ohm's Law ($V = IR$) to determine overall source current, then work backwards to find branch currents and voltage drops.
Combination Circuit Analysis Example:
A circuit has a 10 ohm resistor (R1) in series with a parallel branch of two 20 ohm resistors (R2 and R3), powered by a 100 V DC source:
Step 1: Simplify parallel branch (R2 || R3):
R_parallel = (20 × 20) / (20 + 20) = 400 / 40 = 10 ohms
Step 2: Calculate total circuit resistance:
R_total = R1 + R_parallel = 10 + 10 = 20 ohms
Step 3: Calculate total circuit current:
I_total = V_source / R_total = 100 V / 20 ohms = 5.0 A
Step 4: Calculate voltage drops:
V_R1 = 5.0 A × 10 ohms = 50 V
V_parallel = 5.0 A × 10 ohms = 50 V
Step 5: Calculate individual branch currents:
I_R2 = 50 V / 20 ohms = 2.5 A
I_R3 = 50 V / 20 ohms = 2.5 A (Total = 2.5 + 2.5 = 5.0 A)
Application to Photovoltaic Modules, Strings, and Arrays
In solar photovoltaics, the principles of series and parallel circuits govern the physical architecture of every installation.
The Internal Structure of a PV Module
A standard crystalline silicon PV cell produces roughly $0.5\text{ V}$ to $0.6\text{ V}$ DC at maximum power under standard sunlight, regardless of its physical surface area. Because a single half-volt cell cannot power practical electrical loads or inverters, manufacturers wire individual cells in series inside the module laminate:
- A 60-cell module wires 60 cells in series: $60 \times 0.6\text{ V} \approx 36\text{ V DC}$.
- A 72-cell module wires 72 cells in series: $72 \times 0.6\text{ V} \approx 43.2\text{ V DC}$.
- Modern half-cut cell modules wire two parallel sub-strings of series-connected half-cells to minimize internal resistance losses and improve shade tolerance.
Series Connection: Creating PV Strings
A PV String is formed by connecting the positive output cable of one module into the negative input cable of the adjacent module.
- String Voltage Adds: The voltages of each series module add together algebraically:
- String Current Remains Constant: The current flowing through the string equals the current of a single module:
Critical Shading & Mismatch Rule: In a series string, current is limited by the lowest-performing module. If 11 modules in a 12-module string produce $10.0\text{ A}$ but a single leaf shades one module down to $4.0\text{ A}$, the current of the entire string is throttled down to $4.0\text{ A}$ unless bypass diodes activate. This can result in an 60% loss of string output from shading a single module!
Parallel Connection: Combining Strings into Arrays
To generate higher power levels without exceeding the maximum voltage threshold of the inverter (such as $600\text{ V}$ for residential or $1,000\text{ V} / 1,500\text{ V}$ for commercial systems), multiple identical series strings are connected in parallel inside a DC combiner box or across multi-input inverter MPPT terminals.
- Array Voltage Equals String Voltage:
- Array Current Adds: The current delivered by each parallel string sums together at the combiner busbar:
- Total Array Power: (Where $N$ is the number of modules per string, and $M$ is the number of parallel strings).
Step-by-Step Electrical Sizing Scenario
A commercial installation utilizes 56 high-efficiency monocrystalline PV modules. The design specifies 4 parallel strings with 14 modules per series string ($4\text{S} \times 14\text{P}$ array). The module manufacturer nameplate provides the following Standard Test Condition (STC) ratings:
- Nominal Rated Power ($P_{\text{mp}}$): $400\text{ W}$
- Open-Circuit Voltage ($V_{\text{oc}}$): $49.8\text{ V}$
- Maximum Power Voltage ($V_{\text{mp}}$): $41.5\text{ V}$
- Short-Circuit Current ($I_{\text{sc}}$): $10.3\text{ A}$
- Maximum Power Current ($I_{\text{mp}}$): $9.64\text{ A}$
Step 1: Calculate Series String Parameters
Because each string contains 14 modules wired in series:
- String Open-Circuit Voltage ($V_{\text{string,oc}}$):
- String Maximum Power Voltage ($V_{\text{string,mp}}$):
- String Short-Circuit Current ($I_{\text{string,sc}}$):
- String Maximum Power Current ($I_{\text{string,mp}}$):
Step 2: Calculate Total Paralleled Array Parameters
Because 4 identical 14-module strings are combined in parallel:
- Array Open-Circuit Voltage ($V_{\text{array,oc}}$):
- Array Maximum Power Voltage ($V_{\text{array,mp}}$):
- Array Short-Circuit Current ($I_{\text{array,sc}}$):
- Array Maximum Power Current ($I_{\text{array,mp}}$):
Step 3: Verify Total Array Peak Power
We verify total array output using both electrical and modular methods:
- Method A (Array Voltage $\times$ Array Current):
- Method B (Total Module Count $\times$ Module Rating): (Both calculation methods yield identical engineering results).
Critical Field Mistakes and Exam Traps
Exam Watch: Module and String Mismatch Disasters
1. Mixing Different Current Modules in Series:
If an installer replaces a damaged 9.6 A module with an older 7.5 A module in a series string,
the entire string of modules will be choked down to 7.5 A. The installer permanently loses
2.1 A across every single module in that string!
2. Paralleling Strings of Unequal Length:
If String 1 has 12 modules (Vmp = 480 V) and String 2 has 10 modules (Vmp = 400 V), paralleling
them into a single MPPT input creates an 80 V potential difference. String 1 will drive reverse
circulating current through String 2 under low load, and the inverter's MPPT will hunt between
both operating points, causing devastating power loss and thermal stress on bypass diodes.
Rule: ALWAYS maintain identical module counts and orientations across paralleled strings!
An array design utilizes PV modules with an open-circuit voltage (Voc) of 45.0 V and a maximum power voltage (Vmp) of 37.5 V under Standard Test Conditions (STC). If 12 of these modules are connected in a single series string, what are the expected string Voc and string Vmp at STC?
Three identical strings of PV modules are connected in parallel to a DC combiner box. Each string operates at 360 V and delivers 9.0 A at maximum power (Vmp and Imp). What is the total combined DC output current and effective operating resistance delivered by the combiner box busbar?
What happens if two series strings of PV modules are paralleled into the same MPPT input of an inverter when String 1 contains 10 modules and String 2 contains 8 identical modules?