Circuit Configurations
Part of Basic Electrical Circuits
How the physical arrangement of components in series, parallel, and combination topologies determines how a circuit behaves.
Why This Matters
The same components connected in different configurations produce dramatically different results. Two identical resistors connected in series double the resistance; connected in parallel they halve it. Two batteries connected in series double the voltage; connected in parallel they double the current capacity. Understanding configuration is not theoretical—it determines whether a motor starts, whether a lamp burns out, whether a battery charges safely.
When rebuilding electrical systems with limited materials, circuit configuration knowledge multiplies your effective resources. A set of 6V batteries that cannot run a 12V motor individually can do so in series. A set of low-current wire coils wound for 120V lamps can be rewired in parallel to power 12V devices. The components you have may serve different purposes simply by reconfiguring how they connect.
Most real circuits combine both series and parallel configurations in ways that require systematic simplification to analyze. Mastering this simplification skill enables confident design and troubleshooting.
Series Configuration
In a series circuit, components connect end-to-end along a single path. The same current flows through every component.
Key rules for series resistors:
- Total resistance = R₁ + R₂ + R₃ + …
- Current is identical through every component
- Voltage divides proportionally to resistance: V_n = V_total × (R_n / R_total)
- Total power = V_total × I_total
Series configuration applications:
Voltage dividers: Two resistors in series create an intermediate voltage between supply and ground. This provides a lower voltage for a sensor or control circuit without a separate power supply.
Current limiting: A series resistor limits current to a load. Particularly important for LEDs or other devices sensitive to current.
Fusing: A fuse is always in series with the circuit it protects—the same current that flows through the load must flow through the fuse.
Series configuration hazards:
- If any series component fails open, the entire circuit stops. This is how a string of old Christmas lights works—one failure kills all.
- Voltage distributes unequally if resistances differ. A low-resistance component in series with a high-resistance one will have most voltage across the high-resistance component.
Series batteries:
- Voltages add: three 6V batteries in series = 18V
- Current capacity stays at the rating of the weakest battery
- Any battery that fails open kills the entire string
- Mixing batteries of different ages or capacities causes the weaker ones to be overcharged or reversed—avoid in practice
Parallel Configuration
In a parallel circuit, components connect between the same two nodes, sharing the same voltage. Current splits between the parallel paths.
Key rules for parallel resistors:
- 1/R_total = 1/R₁ + 1/R₂ + 1/R₃ + …
- For just two resistors: R_total = (R₁ × R₂) / (R₁ + R₂)
- Voltage is identical across every parallel branch
- Current through each branch: I_n = V / R_n
- Total current = sum of all branch currents
Parallel configuration applications:
Household wiring: All loads connect in parallel across the supply voltage. Adding more loads doesn’t affect the voltage available to others (assuming adequate supply capacity).
Battery banks: Parallel batteries share current demand. Three identical 6V/10Ah batteries in parallel yield 6V/30Ah—same voltage, tripled capacity.
Redundant systems: Parallel paths mean that if one path fails open, current continues through the others. Critical systems benefit from parallel redundancy.
Parallel configuration hazards:
- If any parallel branch fails short circuit, it draws all available current and may destroy itself and the source
- Adding more parallel loads always increases total current from the source—verify the source can handle the combined demand
Parallel batteries (practical notes):
- Only connect batteries of the same voltage and state of charge in parallel
- Connect all positives together, all negatives together—never mix
- Mismatched batteries create circulating currents that waste energy and can cause overheating
Series-Parallel Combinations
Most real circuits mix both configurations. The analysis method is to simplify step by step.
Simplification procedure:
- Identify groups of purely series or purely parallel resistors
- Replace each group with its equivalent single resistance
- Repeat until the circuit is a simple series or parallel combination
- Work backward to find individual voltages and currents
Example: Three resistors: R₁ = 10Ω in series with a parallel combination of R₂ = 6Ω and R₃ = 12Ω. Supply voltage = 24V.
Step 1: Find equivalent of R₂ ∥ R₃ R_parallel = (6 × 12) / (6 + 12) = 72/18 = 4Ω
Step 2: Total resistance = R₁ + R_parallel = 10 + 4 = 14Ω
Step 3: Total current = 24V / 14Ω = 1.71A
Step 4: Voltage across R₁ = 1.71A × 10Ω = 17.1V Voltage across parallel combination = 1.71A × 4Ω = 6.86V
Step 5: Current through R₂ = 6.86V / 6Ω = 1.14A Current through R₃ = 6.86V / 12Ω = 0.57A Check: 1.14 + 0.57 = 1.71A ✓
Bridge Configuration (Wheatstone)
A bridge circuit connects four resistors in a diamond pattern with a supply across one diagonal and a measuring instrument across the other. It cannot be simplified to pure series-parallel combinations—it requires the mesh analysis methods described in Circuit Analysis.
Bridge configurations appear in sensitive measurement instruments, strain gauges, and temperature sensors. The principle: when all four resistors have a specific ratio relationship, no current flows through the bridge instrument. Any imbalance causes current proportional to the deviation—an extremely sensitive measurement method.
Ladder Networks
Repeated series-shunt configurations form ladder networks, commonly used in filter design and in early telephone and telegraph transmission lines. Each rung of the ladder attenuates the signal by a fixed amount, enabling predictable signal distribution over distances.
For power distribution, a ladder network models the voltage drop along a long wire with loads at regular intervals. The voltage at each load point is lower than the previous one due to the series resistance of the wire sections. Calculating the minimum acceptable voltage at the far end determines the maximum allowable wire resistance—and therefore the minimum wire gauge for a given run length.
Star and Delta Configurations
Three-phase AC systems and three-element circuits appear in two topologies:
Star (Y) configuration: One end of each of three components connects to a common center point (neutral). The other ends connect to the three phases. Voltage across each component equals the phase-to-neutral voltage.
Delta (Δ) configuration: Each component connects between two adjacent phase terminals. No neutral connection. Voltage across each component equals the phase-to-phase voltage.
Star-delta starting is used for large AC motors: start in star (lower voltage, lower starting current) then switch to delta (full voltage, full power) once running. This technique reduces mechanical shock and inrush current—critical when power supply capacity is limited.
Configuration Selection for Practical Systems
| Application | Best configuration | Reason |
|---|---|---|
| Extending battery voltage | Series | Voltages add |
| Extending battery capacity | Parallel | Capacities add |
| Lighting multiple rooms | Parallel | Failure of one doesn’t affect others |
| Current limiting for a load | Series resistor | Drops voltage, limits current |
| Sharing a power supply | Parallel loads | All get same voltage |
| Sensing small changes | Bridge | Cancels common-mode errors |
| Long-distance power | Higher voltage (series source) | Reduces current and line losses |
Configuration choice determines efficiency, reliability, and whether the system can be expanded or repaired without disrupting existing loads. Planning configuration before construction saves significant rework.