⚠ LEO Ops Portal — Development Draft — Not Approved for Employee Use
Module 5 — Electrical Systems · LEO Technical Academy
Lesson 5.6 — Series and Parallel Circuits
L1 — Awareness 🏽 Yellow Risk ⚡ Electrical ⏱ 55 min LEO-ACE-05-006 v1.0 · 2026-06-14

Contents

§00 Safety §01 Overview §02 Objectives §03 Series Circuits §04 Parallel Circuits §05 Series-Parallel §06 Kirchhoff’s Laws §07 Calculator §08 Fault Table §09 Panel Exercise §10 Assessment §11 Summary
§00

Safety Briefing

🏽 Yellow Risk — Circuit Analysis & Panel Awareness

This lesson involves circuit analysis that applies directly to live equipment you will troubleshoot. Industrial control panels contain series and parallel combinations of loads. Knowing circuit topology lets you predict what will happen when a device fails — and why.

No hands-on energized work in this lesson. All calculations and diagrams are for conceptual understanding. Apply lockout/tagout (LOTO) procedures before touching any physical panel component.

⚡ Electrical Hazard Reminder

Short circuits in parallel branches can draw thousands of amperes instantaneously. Overcurrent protection devices are your last line of defense — never bypass fuses or circuit breakers. Verify OCP ratings before modifying any circuit.

§01

Overview

Every electrical circuit is either series, parallel, or a combination of the two. Understanding the behavior rules for each topology allows you to predict how voltage, current, and resistance distribute throughout any circuit — before you ever touch a meter.

This lesson builds directly on Ohm’s Law (Lesson 5.5). Once you can classify a circuit’s topology, you can reduce it to a single equivalent resistance and apply V = IR to solve for any unknown quantity.

Why This Matters in the Field

Series vs. parallel topology determines fault behavior. An open in a series control circuit kills the whole output. An open in a parallel power circuit only kills one branch. Misreading the topology while troubleshooting costs time — and can create dangerous conditions if loads are re-energized unexpectedly. This lesson is the foundation for schematic reading (5.15) and control circuit troubleshooting (5.14).

§02

Learning Objectives

Upon completing this lesson, you will be able to:

§03

Series Circuits

In a series circuit, components are connected end-to-end along a single conduction path. Current has only one route through the circuit — it must flow through every component in order.

The Three Rules of Series Circuits

🔄
Current — Same Everywhere

Because there is only one path, the same current flows through each component.

IT = I1 = I2 = I3
⬇️
Voltage — Divides

Each component uses a portion of the supply voltage. All drops must sum to the total.

VT = V1 + V2 + V3
Resistance — Adds

Total resistance is the sum of all individual resistances. Adding components always increases RT.

RT = R1 + R2 + R3
SERIES CIRCUIT — SINGLE CURRENT PATH 100V + R1 = 10Ω R2 = 15Ω R3 = 25Ω V₁ = 20V V₂ = 30V V₃ = 50V I = 2A — same through every component — Rₜ = 50Ω
Fig 5.6-A — Series circuit: three resistors in a single loop. Current arrows in green; voltage drops in red.

Worked Example — Series Circuit

Given: R1 = 10Ω, R2 = 15Ω, R3 = 25Ω, Supply = 100V

1
Total resistance: R_T = 10 + 15 + 25 = 50Ω
2
Circuit current: I = V / R_T = 100 / 50 = 2A (same through all components)
3
Voltage drops (V = IR):
V₁ = 2 × 10 = 20V
V₂ = 2 × 15 = 30V
V₃ = 2 × 25 = 50V
4
KVL check: 20 + 30 + 50 = 100V ✓
✓ Voltage drops sum to supply voltage — solution verified.

Industrial Series Circuit Examples

Fault Behavior in Series Circuits

Open Circuit in a Series Circuit

ALL current stops immediately — the entire circuit de-energizes. This is the principle behind series safety devices: E-stops, safety relays, door interlocks, and light curtains. One open anywhere = zero output.

Short Circuit in a Series Circuit

The shorted element is bypassed. Voltage re-distributes across remaining elements. If a current-limiting resistor shorts, circuit current increases — potentially damaging remaining components. If a fuse is shorted (never do this intentionally), downstream protection is lost.

§04

Parallel Circuits

In a parallel circuit, components are connected across the same two nodes, providing multiple independent current paths. Each branch sees the full supply voltage.

The Three Rules of Parallel Circuits

Voltage — Same Everywhere

Every branch connects directly across the supply — all branches see identical voltage.

VT = V1 = V2 = V3
🔀
Current — Divides

Total current from the supply is the sum of all branch currents. More branches = more total current.

IT = I1 + I2 + I3
Resistance — Decreases

RT is always less than the smallest branch. More parallel paths = easier current flow.

1/RT = 1/R1 + 1/R2 + 1/R3

Useful Shortcuts

RT = (R1 × R2) / (R1 + R2)Two Resistors — "Product Over Sum"
RT = R / NN Equal Resistors in Parallel
PARALLEL CIRCUIT — THREE INDEPENDENT CURRENT PATHS 24V + R1 = 6Ω I₁ = 4A R2 = 12Ω I₂ = 2A R3 = 24Ω I₃ = 1A Iₜ = 7A splits → ← joins V across each branch = 24V (same)  |  Rₜ = 24/7 = 3.43Ω (less than smallest branch)
Fig 5.6-B — Parallel circuit: current splits by branch resistance; voltage is identical across all branches.

Worked Example — Parallel Circuit

Given: R1 = 6Ω, R2 = 12Ω, R3 = 24Ω, Supply = 24V

1
Branch currents (V = 24V across all):
I₁ = 24/6 = 4A
I₂ = 24/12 = 2A
I₃ = 24/24 = 1A
2
Total current: I_T = 4 + 2 + 1 = 7A
3
Total resistance: R_T = V/I_T = 24/7 = 3.43Ω
4
Reciprocal check:
1/R_T = 1/6 + 1/12 + 1/24 = 4/24 + 2/24 + 1/24 = 7/24
R_T = 24/7 = 3.43Ω ✓
✓ R_T (3.43Ω) is less than the smallest branch (6Ω) — expected for parallel. Solution verified.

Industrial Parallel Circuit Examples

Fault Behavior in Parallel Circuits

Open Circuit in a Parallel Circuit

Only the opened branch loses power. All other branches continue operating normally. Parallel circuits are more fault-tolerant for power distribution — a single failed component does not collapse the entire system.

Short Circuit in a Parallel Circuit

A short in one branch presents near-zero resistance across the full supply voltage, drawing massive fault current. This trips the main overcurrent protection device, de-energizing ALL branches. One short takes down the entire parallel circuit.

§05

Series-Parallel Combinations

Real industrial circuits are almost always combinations of series and parallel sections. The approach: simplify from the inside out — reduce parallel groups first, then treat the result as a series resistor, repeating until you have a single equivalent resistance.

Example 1 — Two Parallel Branches in Series with a Resistor

R1 = 20Ω ∥ R2 = 20Ω (parallel), in series with R3 = 5Ω. Supply = 50V.

1
Solve parallel section (equal resistors): R_p = 20/2 = 10Ω
2
Add series resistor: R_T = 10 + 5 = 15Ω
3
Total current: I_T = 50/15 = 3.33A
4
Voltage across parallel section: V_p = 3.33 × 10 = 33.3V
Voltage across R3: V₃ = 3.33 × 5 = 16.7V
KVL check: 33.3 + 16.7 = 50V ✓
✓ Each parallel branch: 33.3V / 20Ω = 1.67A. Total = 1.67 + 1.67 = 3.33A ✓

Example 2 — Three-Step Reduction

R1 = 4Ω (series) → R2 = 6Ω ∥ R3 = 12Ω (parallel) → R4 = 8Ω (series). Supply = 120V.

1
Reduce parallel pair (product/sum): R₂₃ = (6×12)/(6+12) = 72/18 = 4Ω
2
All-series redraw: R_T = 4 + 4 + 8 = 16Ω
3
Total current: I_T = 120/16 = 7.5A
4
Voltage drops:
V_R1 = 7.5 × 4 = 30V
V_R23 = 7.5 × 4 = 30V (parallel section)
V_R4 = 7.5 × 8 = 60V
KVL: 30 + 30 + 60 = 120V ✓
5
Branch currents through parallel section:
I₂ = 30/6 = 5A   I₃ = 30/12 = 2.5A
KCL: 5 + 2.5 = 7.5A ✓
✓ All currents and voltages consistent. Step-by-step simplification always works.
Field Tip — Reduction Strategy

(1) Identify parallel sections (same two nodes, multiple paths). (2) Reduce each to its equivalent resistance. (3) What remains is a series string. (4) Apply Ohm’s Law. Sketch a simplified redraw at each step to avoid errors.

§06

Kirchhoff’s Laws — Introduction

The series and parallel rules are derived from two fundamental laws established by Gustav Kirchhoff in 1845. This is an awareness-level introduction — full application is a Level 2+ topic.

KVL — Kirchhoff’s Voltage Law

ΣV = 0 (around any closed loop) Voltage rises = voltage falls in magnitude

Energy cannot be created or destroyed in a circuit loop. All voltage supplied by sources must equal the sum of voltage consumed by loads. This proves the series voltage rule: V₁ + V₂ + V₃ = V_T.

KCL — Kirchhoff’s Current Law

ΣIin = ΣIout (at any node) Current entering a node = current leaving

Charge cannot accumulate at a node. Whatever current flows in must flow out. This proves the parallel current rule: I_T = I₁ + I₂ + I₃.

Level Scope Note

At Level 1 (Awareness), recognize KVL and KCL by name and understand that the series/parallel rules derive from them. Applying KVL and KCL to multi-loop circuits with simultaneous equations is a Level 2 competency covered in Lesson 5.12.

§07

Interactive Series / Parallel Calculator

Circuit Calculator

Enter resistor values and supply voltage. Switch tabs to toggle between series and parallel modes. Results show full worked solution.

Supply Voltage: V
Resistors (up to 5):
R1:Ω
R2:Ω
R3:Ω

Supply Voltage: V
Branch Resistors (up to 5):
R1:Ω
R2:Ω
R3:Ω

§08

Fault Prediction Reference Table

Use this table when troubleshooting. Circuit topology determines how faults propagate — knowing this before you meter anything cuts diagnostic time significantly.

Fault TypeLocationSeries Circuit EffectParallel Circuit Effect
Open Circuit Any one element All outputs de-energize — circuit fully dead Only that branch fails — all others remain normal
Short Circuit Any one element Current increases; remaining resistances heat up; fuse/breaker may trip Massive fault current → OCP trips → ALL branches de-energize
High Resistance One element Less current everywhere; all outputs see reduced voltage (dim lights, sluggish motor) That branch draws less current; other branches unaffected
Ground Fault Conductor/wiring Location-dependent; may trip GFCI or ground fault relay; downstream loads may see reduced voltage Location-dependent; may trip GFCI on that branch or entire feeder
Intermittent Contact Connection point Intermittent loss of all output — arc potential at loose connection Intermittent loss of that branch only — other branches stable
Low Supply Voltage Source / feeder All components see reduced voltage proportionally All branches see reduced voltage; high-current branches draw proportionally less
Troubleshooting Shortcut

All loads fail simultaneously? Look for an open in a series element upstream: fuse, breaker, E-stop, contactor, overload. Only one load fails while others are fine? Look for an open within that branch: branch fuse, connection, or the load itself. These two patterns instantly narrow a fault to series vs. parallel topology.

§09

Real Panel Identification Exercise

Read each scenario carefully. Identify the circuit topology before clicking Reveal Answer. The reasoning process is as important as the answer.

Exercise Context

These scenarios represent common arrangements found on 480V MCC panels and 120VAC control circuits in industrial facilities.

Scenario A 480V MCC Panel Layout
A 480V main circuit breaker feeds a bus bar. Four branch breakers tap off the bus, each feeding a separate motor starter, which in turn controls a 480V motor. Describe the series/parallel arrangement at each level.
Series elements within each motor circuit:
Main breaker → branch breaker → motor starter → motor winding forms a series chain. Any element opening (main trips, branch trips, starter opens, overload trips) stops that motor entirely.

Parallel arrangement across branches:
The four branch circuits are parallel across the 480V bus. Each motor operates independently — one motor tripping its branch breaker does not affect the other three.

Combined topology: Series-parallel. Series within each branch for protection chain integrity; parallel across branches for system fault tolerance.

This is the standard MCC topology — giving complete de-energization of any individual motor via its series protection chain, while maintaining continued operation of all others if one branch trips.
Scenario B 120VAC Control Circuit
A 120VAC control circuit powers contactor coil M1. In series before the coil: an E-stop (normally-closed), a door interlock switch (normally-closed), and a safety relay output contact (normally-open, held closed when relay is healthy). All three are wired between L1 and the coil. The other side of the coil returns to L2. What is the topology and what does it mean for safety?
Topology: Pure series
E-stop (NC) → Door interlock (NC) → Safety relay contact (NO) → Contactor coil M1 — all in a single series string from L1 to L2.

Safety implication:
Opening ANY element in this series chain immediately drops voltage across the coil to zero — the contactor drops out, removing power from the downstream motor. This is deliberate:
  • Press E-stop → opens series chain → coil drops → motor stops
  • Door opens → door interlock opens → same result
  • Safety relay faults → its output contact opens → same result

This is the "safety interlock chain" — the industry-standard topology for functional safety per IEC 62061 and NFPA 79. It achieves de-energization on any single fault without requiring a PLC to detect or respond.
Scenario C 120VAC Pilot Light Panel
Eight pilot lights are mounted on a panel door. Each lamp is wired from a common 120VAC L1 bus through its own individual 1A fuse, then to the lamp, then back to L2. All eight share the same L1 and L2 supply rails. One lamp burns out. What is the topology and what happens?
Topology: Parallel branches with individual series fuses
Each lamp is a parallel branch across the 120VAC supply. Within each branch, the 1A fuse and lamp are in series.

When one lamp burns out (opens):
Only that branch loses its indication. The other 7 pilot lights continue operating normally — they are independent parallel branches sharing only the supply rails, not the current path.

Why per-branch fuses?
If a lamp fails short (rare but possible), the branch fuse clears the fault before the short can trip the main supply breaker. Without per-branch fusing, one shorted lamp could take down all 8 indicators.

This demonstrates best-practice combination: parallel topology for open-fault tolerance + series fusing per branch for short-fault isolation. Per NFPA 79 §10.7 for indicator lamp circuits.
§10

Knowledge Assessment

Select your answer for each question and click "Check Answer" for immediate feedback. Score is displayed after all five are answered.

Q1 — Three 12Ω resistors are connected in series across a 36V supply. What current flows through the circuit?
Q2 — Three 12Ω resistors are connected in parallel across a 12V supply. What is the total current drawn from the supply?
Q3 — An E-stop button and a door interlock switch are wired in series with a contactor coil (24VDC control circuit). If the door interlock opens, what happens?
Q4 — In a parallel circuit fed from a single circuit breaker, a short circuit occurs in one branch. What happens?
Q5 — A circuit has two 20Ω resistors in parallel, and that parallel combination is in series with a 10Ω resistor. The supply voltage is 50V. What is the total current from the supply?
0/5
§11

Summary

Series Circuits

  • Single current path
  • Current same everywhere: Iₜ = I₁ = I₂
  • Voltage divides: Vₜ = V₁ + V₂ + V₃
  • Resistance adds: Rₜ = R₁ + R₂ + R₃
  • One open → entire circuit dead
  • One short → more current, heat
  • Used for: safety interlock chains

Parallel Circuits

  • Multiple independent paths
  • Voltage same all branches: Vₜ = V₁ = V₂
  • Current divides: Iₜ = I₁ + I₂ + I₃
  • 1/Rₜ = 1/R₁ + 1/R₂ + 1/R₃
  • One open → only that branch fails
  • One short → OCP trips, all fail
  • Used for: power distribution, loads
The Industrial Design Logic

Industrial electrical systems combine both topologies deliberately: series for safety interlocks (E-stops, door interlocks, safety relays) so any single open de-energizes the hazard; parallel for power distribution (lighting, motors, solenoids) so a single failed load does not kill the system. Identifying which topology you are looking at in a schematic is the first step in every troubleshooting task.

Key Formulas Quick Reference

ParameterSeriesParallel
Total ResistanceRₜ = R₁ + R₂ + R₃1/Rₜ = 1/R₁ + 1/R₂ + ... (product/sum for two)
CurrentIₜ = I₁ = I₂ (same)Iₜ = I₁ + I₂ + I₃ (adds)
VoltageVₜ = V₁ + V₂ + V₃ (adds)Vₜ = V₁ = V₂ (same)
Open fault effectAll loads de-energizeOnly that branch fails
Short fault effectMore current; heat; possible fuse tripOCP trips; all loads de-energize
Next Lesson

5.7 — Single-Phase and Three-Phase Power builds on today’s circuit analysis to explain how industrial three-phase systems distribute power more efficiently than single-phase. You will apply series-parallel concepts to understand how three-phase wye and delta configurations behave under load and fault conditions.

← 5.5 Ohm’s Law in Practice LEO Technical Academy 5.7 Single/Three-Phase Power →
LEO-ACE-05-006 · v1.0 · 2026-06-14 · Module 5 — Electrical Systems · LEO Technical Academy
© 2026 LEO Industrial Services. Development draft — not approved for employee use.