Two Ways to Connect Components
Every electrical circuit is built from two fundamental connection patterns: series and parallel. Understanding the difference between them is essential for reading schematics, diagnosing faults, and designing your own circuits.
Series Circuits
In a series circuit, components are connected end-to-end in a single path. The same current flows through every component, one after another, like links in a chain.
Key Rules for Series Circuits
- Current is the same through every component: Itotal = I1 = I2 = I3
- Voltage divides across each component: Vtotal = V1 + V2 + V3
- Resistance adds up: Rtotal = R1 + R2 + R3
- If one component fails (open circuit), the entire circuit stops — like old-style Christmas lights.
Series Circuit Example
Three resistors — 10Ω, 20Ω, and 30Ω — are connected in series to a 12V battery.
- Total resistance: 10 + 20 + 30 = 60Ω
- Total current: 12V ÷ 60Ω = 0.2 A
- Voltage across each: 2V, 4V, 6V (proportional to resistance)
Parallel Circuits
In a parallel circuit, components are connected across the same two points, giving each component its own separate path for current. This is how the wiring in your home works.
Key Rules for Parallel Circuits
- Voltage is the same across every branch: Vtotal = V1 = V2 = V3
- Current divides between branches: Itotal = I1 + I2 + I3
- Resistance decreases: 1/Rtotal = 1/R1 + 1/R2 + 1/R3
- If one branch fails, the other branches keep working.
Parallel Circuit Example
Two resistors — 20Ω and 30Ω — are connected in parallel across a 12V supply.
- Current through 20Ω: 12 ÷ 20 = 0.6 A
- Current through 30Ω: 12 ÷ 30 = 0.4 A
- Total current: 0.6 + 0.4 = 1.0 A
- Equivalent resistance: 12V ÷ 1.0A = 12Ω (less than either individual resistor)
Side-by-Side Comparison
| Property | Series Circuit | Parallel Circuit |
|---|---|---|
| Current path | Single path | Multiple paths |
| Current | Same throughout | Splits between branches |
| Voltage | Divided across components | Same across all branches |
| Total resistance | Increases (sum of all) | Decreases (less than smallest) |
| Fault behavior | One failure stops all | One failure, others continue |
| Common use | Voltage dividers, fuses | Home wiring, battery banks |
Mixed (Series-Parallel) Circuits
Real-world circuits often combine both types. To analyze them, break the circuit into sections — simplify the parallel groups first, then treat the result as a series circuit. Working step-by-step is the key.
Which Is Better?
Neither is universally better — each suits different purposes. Parallel connections are preferred for home wiring because each device gets full voltage and can operate independently. Series connections are useful for current-limiting (adding a resistor in series with an LED, for example) or where a single current path is needed.