Series and Parallel Circuits

Series and Parallel Circuits

Why This Matters

Real-world electrical circuits are rarely composed of a single component. They are networks of multiple loads (like heaters, lights, or motors). To simplify the analysis of these networks, engineers reduce complex groups of resistors into a single "equivalent resistance" (ReqR_{eq}).

What It Means

Resistors can be connected end-to-end (in series) or side-by-side (in parallel).

  • Series: Components are connected such that the exact same current must flow through every single one.
  • Parallel: Components are connected across the same two nodes, meaning the exact same voltage is applied across each component.

Formulas

Series Resistors

When resistors are connected in series, the equivalent resistance is simply the algebraic sum of the individual resistances. This is a direct consequence of Kirchhoff's Voltage Law (KVL).

Req=R1+R2+...+RnR_{eq} = R_1 + R_2 + ... + R_n

Key Trait: In a series circuit, ReqR_{eq} is always greater than the largest individual resistor.

Parallel Resistors

When resistors are connected in parallel, the reciprocal of the equivalent resistance is the sum of the reciprocals of the individual resistances. This is a direct consequence of Kirchhoff's Current Law (KCL).

1Req=1R1+1R2+...+1Rn\frac{1}{R_{eq}} = \frac{1}{R_1} + \frac{1}{R_2} + ... + \frac{1}{R_n}

For exactly two resistors in parallel, this simplifies to the product-over-sum formula: Req=R1R2R1+R2R_{eq} = \frac{R_1 R_2}{R_1 + R_2}

Key Trait: In a parallel circuit, ReqR_{eq} is always less than the smallest individual resistor.

Worked Example

Two resistors, R1=10 ΩR_1 = 10 \, \Omega and R2=40 ΩR_2 = 40 \, \Omega, are connected in a circuit. Find the equivalent resistance if they are connected (a) in series and (b) in parallel.

Solution: (a) In Series: Req=R1+R2=10+40=50 ΩR_{eq} = R_1 + R_2 = 10 + 40 = 50 \, \Omega

(b) In Parallel: Using the product-over-sum rule: Req=(10)(40)10+40=40050=8 ΩR_{eq} = \frac{(10)(40)}{10 + 40} = \frac{400}{50} = 8 \, \Omega

Notice that 8 Ω8 \, \Omega is less than the smallest individual resistor (10 Ω10 \, \Omega).

Engineering Meaning

  • Household Wiring: Outlets and lights in a house are wired in parallel. This ensures that every device receives the same standard voltage (e.g., 120V120\text{V} or 220V220\text{V}), and if one light bulb burns out (an open circuit), the rest of the devices keep working.
  • Christmas Lights: Older, cheap string lights were often wired in series. If one bulb burned out, the circuit was broken, and all the lights went dark.

Common Mistakes

  • Applying the parallel formula incorrectly: When using the 1Req\frac{1}{R_{eq}} formula, students often forget to invert their final answer to find ReqR_{eq}.
  • Confusing series/parallel definitions with drawing layout: Components are in parallel if they share the same two electrical nodes, not just because they are drawn parallel to each other geometrically on the page.

Related Content