The rules for series and parallel circuits dictate how voltage, current, and resistance distribute across an electrical network. In a series topology, current remains constant while voltage divides across components. In a parallel topology, voltage remains constant while current divides among branches. Understanding these rules is not just about passing a theory exam; it is the foundation for sizing real components, predicting failure modes, and troubleshooting PCBs or breadboards on the bench.

Topology Basics: Nodes, Paths, and the Core Rules

To apply circuit rules accurately, we must first define our topology using node labels. A node is any continuous conductive path where two or more components meet.

Series Topology: Components are daisy-chained end-to-end. Current flows from Node A (the positive supply rail), through Component 1 to Node B, then through Component 2 to Node C (the ground rail). There is only one path for current. According to Kirchhoff's Voltage Law (KVL), the sum of the voltage drops across each component equals the total supply voltage. The current is identical at Node A, Node B, and Node C.

Parallel Topology: Components are connected across the exact same two nodes. Both Component 1 and Component 2 connect directly between Node A and Node B. According to Kirchhoff's Current Law (KCL), the total current entering Node A equals the sum of the currents flowing through each parallel branch. The voltage drop across every branch is identical.

Bench Tip: When tracing a complex schematic, redraw it by labeling every distinct node (A, B, C, D). If two components share the exact same two node letters, they are in parallel, regardless of how they are drawn on the page.

Design Walkthrough: Sizing Real Components for a 12V LED Array

Let us apply these rules to a practical design scenario: powering three standard 5mm red LEDs from a 12V DC bench supply. The LEDs have a typical forward voltage (Vf) of 2.0V and a target forward current (If) of 20mA.

The Series Approach

In series, the voltage drops add up. Three LEDs at 2.0V each consume 6.0V total. The remaining voltage must be dropped by a current-limiting resistor connected between the last LED (Node C) and ground (Node D).

  • Resistor Voltage Drop: 12V (supply) - 6V (LEDs) = 6V
  • Required Resistance: R = V / I = 6V / 0.020A = 300 Ω
  • Real Component Selection: The nearest standard E12 value is 330 Ω.
  • Actual Current: 6V / 330 Ω = 18.1 mA (perfectly safe for a 20mA LED).
  • Power Dissipation: P = I² × R = (0.0181)² × 330 = 0.108W. A standard 1/4W (0.25W) through-hole resistor is sufficient.

The Parallel Approach

In parallel, each LED branch connects directly between Node A (12V) and Node B (Ground). Each branch requires its own dedicated current-limiting resistor to prevent thermal runaway caused by slight manufacturing variations in LED Vf.

  • Resistor Voltage Drop per branch: 12V - 2.0V = 10V
  • Required Resistance: R = 10V / 0.020A = 500 Ω
  • Real Component Selection: The nearest E12 value is 510 Ω.
  • Total Current Draw: 3 branches × (10V / 510 Ω) = 58.8 mA total.

Why Choose One Topology Over the Alternative?

Choose series when power efficiency is critical. The series string draws only 18.1 mA total, whereas the parallel array draws 58.8 mA. Series is also ideal when you want a single switch to control the entire string. Choose parallel when you need independent control of each component, or when your supply voltage is too low to string components in series (e.g., trying to run three 2.0V LEDs on a 5V USB supply, where 3 × 2.0V = 6V exceeds the 5V source).

Failure Mode Contrast: What Breaks at the Extremes?

The most critical difference between series and parallel rules emerges when a component fails. Components typically fail in one of two ways: an open circuit (infinite resistance, like a blown fuse) or a short circuit (zero resistance, like melted internal silicon).

Topology Failure Type Circuit Behavior & Consequences
Series One element Opens The single current path is broken. Current drops to 0A. The entire circuit shuts down. The full supply voltage appears across the open component's terminals.
Series One element Shorts The component is bypassed. Total circuit resistance drops, causing current to spike. In our 12V LED example, if one LED shorts, the 330 Ω resistor now drops 10V instead of 6V. Power dissipation jumps to 0.30W, potentially burning out a 1/4W resistor, and the remaining LEDs are overdriven.
Parallel One branch Opens Only the failed branch loses power. Total current draw decreases. The voltage across the remaining parallel branches remains unchanged, so they continue operating normally.
Parallel One branch Shorts A dead short is placed directly across Node A and Node B. Current spikes massively, limited only by the power supply's internal resistance. This will blow the main fuse, trip the supply's Over-Current Protection (OCP), or melt the breadboard traces. The entire circuit loses power.

For a deeper mathematical breakdown of how equivalent resistance shifts during these failures, reference the resistor network guides on Electronics Tutorials.

Step-by-Step Breadboard Testing and Verification

Do not just wire up a circuit and flip the power switch. Follow this verification sequence to ensure your physical build matches your theoretical math.

  1. Build Unpowered: Insert your components into the breadboard. Use color-coded jumper wires (red for Node A/positive, black for ground, yellow for intermediate nodes like Node B) to make visual tracing easier.
  2. Continuity Check: Set your digital multimeter (DMM) to continuity mode (the diode/beep symbol). With the power supply disconnected, place one probe on the supply positive rail and trace to Node A. Verify there are no accidental shorts between the positive rail and the ground rail before applying power.
  3. Measure Unpowered Resistance: Set the DMM to the resistance (Ω) setting. Measure across the main power input nodes. For our series LED circuit, you should read a high resistance or an open loop (OL) because the LEDs act as diodes blocking the DMM's low test voltage. If you read near 0 Ω, you have a short.
  4. Apply Power and Verify Node Voltages: Turn on the 12V supply. Set the DMM to DC Voltage. Measure between Node A and Ground to confirm you have exactly 12.0V (acceptable range: 11.8V to 12.2V).
  5. Measure Component Drops: Measure the voltage directly across the current-limiting resistor. In the series design, it should read approximately 6.0V. Measure across each LED; each should read close to 2.0V. If the resistor reads 12V and the LEDs read 0V, your LED string is installed backward (reverse-biased) or is open.
Safety Warning: When testing parallel circuits with low resistance branches, always ensure your power supply has current limiting (OCP) enabled. Set the current limit to 20% above your calculated maximum draw before energizing the breadboard to prevent component fires in the event of a wiring error.

Frequently Asked Questions

What are the rules for series and parallel circuits regarding total power dissipation?

In both topologies, the total power consumed by the circuit equals the sum of the power dissipated by each individual component (P_total = P1 + P2 + P3). However, because the equivalent resistance of a parallel circuit is always lower than the smallest individual resistor, a parallel network connected to a fixed voltage source will always draw more total current and dissipate more total power than those same components wired in series.

How do the rules for series and parallel circuits apply to AC impedance?

The fundamental rules remain identical, but resistance (R) is replaced by complex impedance (Z), which includes phase angles. In AC series circuits, you cannot simply add the magnitudes of inductive and capacitive reactance; you must use vector addition (phasors) because the voltage across an inductor leads the current by 90°, while the voltage across a capacitor lags by 90°. For a comprehensive look at AC network analysis, consult the AC impedance chapters on All About Circuits.

Why is it bad practice to wire LEDs in parallel without individual resistors?

This violates safe parallel design rules due to manufacturing tolerances. No two LEDs have the exact same forward voltage (Vf). If you wire three LEDs in parallel with a single shared resistor, the LED with the lowest Vf will hog the majority of the current. It will heat up, which causes its Vf to drop even further (a negative temperature coefficient), leading to thermal runaway. The first LED burns out, shifting the current burden to the remaining two, which then fail in rapid succession. Always use one resistor per parallel LED branch.

Can you mix series and parallel components in the same DC circuit?

Yes, this is called a series-parallel or combination circuit. The standard approach to solving these is to simplify the network step-by-step. First, calculate the equivalent resistance of the parallel branches using the product-over-sum or reciprocal formulas. Replace that parallel block with a single theoretical resistor. Then, treat that new resistor as part of the main series string and apply standard series rules to find total current and voltage drops.