Topology Basics: Nodes, Branches, and Current Flow

Understanding how current and voltage distribute requires a strict definition of nodes and branches. A node is any continuous region of conductive material that shares the exact same electrical potential. A branch is a single path containing one or more components connected between two nodes.

In a pure series configuration, components are daisy-chained. They share exactly one exclusive node between them, and no other branches connect to that shared node. Because there is only one path for electrons to flow, the current (I) is identical through every component, while the supply voltage divides across them based on their resistance.

In a pure parallel configuration, components are connected across the exact same two common nodes (let's call them Node A and Node B). Because both terminals of every component tie directly to Node A and Node B, the voltage (V) across each branch is identical. The total supply current splits among the branches inversely proportional to their resistance.

Most practical designs use a series-parallel (mixed) topology. This combines the current-matching benefits of series strings with the fault-tolerance and voltage-matching benefits of parallel branches. For a deep dive into the foundational physics of these networks, the HyperPhysics series-parallel module provides excellent interactive models.

Series vs. Parallel: Behavior and Failure Extremes

Choosing between topologies depends on your design goals and how the circuit must handle component failures. Series is ideal for current matching (like LED strings) and voltage division. Parallel is mandatory when components require the same voltage but draw different currents, or when independent operation is needed.

The table below contrasts exactly what happens when circuit conditions change, highlighting the extreme failure modes (opens and shorts) that dictate your protective device sizing.

Event / Condition Series Circuit Result Parallel Circuit Result
One element opens Current drops to zero everywhere. The entire circuit fails (e.g., old Christmas lights). Current in that specific branch drops to zero. All other parallel branches continue operating normally.
One element shorts Total resistance drops. Current spikes, shifting excess voltage and heat to the remaining components. Total resistance drops to near zero across the main supply nodes. Massive current spike; supply trips or wires melt unless fused.
One resistance increases Total current drops. Voltage drop across the higher-resistance component increases. Current in that specific branch drops. Total supply current drops slightly. Other branches are unaffected.
Supply voltage increases Current increases uniformly. Voltage drops scale proportionally across all components. Current in all branches increases independently based on their individual resistance.
Design Tip: Never place raw LEDs in parallel without individual current-limiting resistors. Due to manufacturing tolerances, their forward voltages (Vf) will differ slightly. The LED with the lowest Vf will hog the current, overheat, and fail short or open, cascading the failure to the next lowest Vf LED.

Design Walkthrough: 12V Mixed LED Array

Let's design a practical circuit in series and parallel. The goal is to illuminate six standard 5mm red LEDs from a 12V DC bench power supply.

Component Specifications:

  • LED Forward Voltage (Vf): 2.0V typical
  • LED Target Forward Current (If): 20mA (0.02A)
  • Supply Voltage (VCC): 12.0V DC

Topology Selection and Node Mapping

We cannot put all six LEDs in series (6 × 2.0V = 12.0V, leaving 0V for a current-limiting resistor, which makes the current highly unstable). We cannot put them all in parallel (requires 6 individual resistors and wastes power).

The optimal topology is three parallel branches, where each branch contains two series LEDs and one series resistor.

Node Labels for One Branch:

  • VCC (12.0V): Top rail, connected to the resistor.
  • Node 1: Junction between the resistor and the anode of LED1.
  • Node 2: Junction between the cathode of LED1 and the anode of LED2.
  • GND (0.0V): Bottom rail, connected to the cathode of LED2.

Calculating Real Component Values

First, calculate the voltage that must be dropped by the resistor. The two series LEDs will consume 4.0V (2.0V + 2.0V).

V_R = VCC - (Vf_LED1 + Vf_LED2) = 12.0V - 4.0V = 8.0V

Next, use Ohm's Law to find the required resistance for our 20mA target current:

R = V_R / I = 8.0V / 0.02A = 400Ω

Since 400Ω is not a standard E12/E24 value, we select the nearest standard resistor: 390Ω. Let's verify the actual current:

I_actual = 8.0V / 390Ω = 0.0205A (20.5mA). This is well within the 20mA continuous rating of standard 5mm LEDs.

Finally, calculate the resistor's power dissipation to select the correct physical wattage:

P = I² × R = (0.0205)² × 390 = 0.164W

A standard 1/4W (0.25W) carbon or metal film resistor is sufficient, as 0.164W is below the 0.25W limit. However, if this circuit will be enclosed in a hot environment, stepping up to a 1/2W resistor provides better thermal margin. For more on selecting LED resistors, refer to the SparkFun LED tutorial.

Breadboard Testing: Step-by-Step Verification

Before applying power to a newly designed topology, verify the physical build. Follow this exact sequence to prevent burning out components or tripping your bench supply's overcurrent protection.

  1. Visual and Diode Check (Power Off): Set your digital multimeter (DMM) to the diode test mode (symbol: ▷| ). Touch the red probe to the LED anode and black to the cathode. You should read a forward voltage between 1.8V and 2.2V for red LEDs. If it reads "OL" (open), the LED is backward or dead.
  2. Continuity Mapping (Power Off): Set the DMM to continuity mode (beep symbol). Verify that the VCC rail connects to one leg of your 390Ω resistor. Verify that the cathode of the second LED in the string physically connects to the GND rail. Check that no stray solder bridges or bent jumper wires are shorting Node 1 to GND.
  3. Voltage Verification (Power On): Turn on the 12V bench supply. Set the DMM to DC Voltage (20V range). Measure across VCC and GND to confirm exactly 12.0V. Then, measure across the 390Ω resistor. It should read approximately 8.0V. Measure across the two series LEDs; they should read approximately 4.0V.
  4. Current Measurement (Power Off, then On): Turn off the supply. Pull the jumper wire connecting the LED cathode to the GND rail. Set your DMM to the DC Current mode (200mA range). Place the red probe on the LED cathode and the black probe on the GND rail, effectively making the DMM part of the series branch. Turn on the supply. The display should read between 19mA and 21mA.
Warning: Never measure current by placing the DMM probes directly across the VCC and GND rails (in parallel). In current mode, the DMM acts as a near-zero ohm short circuit. This will instantly blow the internal fuse of your multimeter and may damage the meter's shunt resistor.

Frequently Asked Questions

Can you mix series and parallel in the same circuit?

Yes, and it is the most common topology in real-world electronics. Mixed circuits, often called series-parallel or ladder networks, allow designers to meet specific voltage and current requirements that neither pure series nor pure parallel could achieve alone. A classic example is a battery pack: cells are wired in series to increase voltage (e.g., 3S for 11.1V), and those series strings are wired in parallel to increase capacity (e.g., 3S2P). To analyze these, you collapse the parallel blocks into equivalent resistances first, then add the series resistances.

What happens to voltage in a circuit in series and parallel?

In a series circuit, the supply voltage is divided among the components proportionally to their resistance (Kirchhoff's Voltage Law). If you have two identical resistors in series across a 10V supply, the node between them will sit at exactly 5.0V. In a parallel circuit, the voltage does not divide; every parallel branch experiences the full supply voltage across its terminals. The current is what divides in a parallel network (Kirchhoff's Current Law).

Why do Christmas lights use a series circuit instead of parallel?

Traditional incandescent mini-lights use series wiring primarily to reduce manufacturing costs and wire gauge. By wiring 50 bulbs in series across a 120V AC line, each bulb only needs to drop 2.4V and draw a tiny current, allowing the manufacturer to use extremely thin, cheap copper wire. The trade-off is the failure mode: if one filament breaks (opens), the entire string goes dark. Modern LED Christmas lights actually use a mixed series-parallel topology (often two parallel half-strings of series LEDs) so that if one section fails, the rest of the string stays lit. For a detailed breakdown of complex network analysis, All About Circuits offers excellent schematic examples.

How do you calculate total resistance in a mixed circuit?

You must simplify the circuit from the inside out. First, identify components that are in pure parallel and calculate their equivalent resistance using the formula: 1/R_eq = 1/R1 + 1/R2 + ... + 1/Rn. Replace that parallel block with a single imaginary resistor of value R_eq. Next, look for components in pure series and add their resistances directly (R_total = R1 + R2 + R_eq). Repeat this collapsing process until the entire network is reduced to a single equivalent resistance value across the power supply terminals.