To calculate resistance in parallel and series circuits, you apply two foundational rules. For series networks, equivalent resistance is the simple sum of all components: R_eq = R_1 + R_2 + ... + R_n. For parallel networks, the reciprocal of the equivalent resistance equals the sum of the reciprocals of each branch: 1/R_eq = 1/R_1 + 1/R_2 + ... + 1/R_n. While these formulas are elementary, applying them to real-world PCB layouts and breadboards requires understanding node behavior, power derating, and failure modes. Below is a practical design framework for sizing, analyzing, and testing these topologies using standard E24 component values.
Series vs. Parallel Topology & Node Behavior
Before selecting components, you must define your nodes. In a series topology, current flows sequentially from the source (Node A) through R_1 to a midpoint (Node B), then through R_2 to ground (Node C). The current is identical at all nodes, but voltage drops proportionally across each resistor based on Ohm's Law (V = IR). In a parallel topology, Node A splits into multiple branches (e.g., R_1 and R_2), which recombine at Node B before returning to ground. Here, the voltage across every branch is identical, but current divides inversely proportional to each branch's resistance.
Choosing between these topologies depends on your design goal: use series for voltage division and current limiting, and use parallel for current sharing and redundancy.
| Parameter | Series Network Behavior | Parallel Network Behavior |
|---|---|---|
| Equivalent Resistance (R_eq) | Increases. Always greater than the largest individual resistor. | Decreases. Always less than the smallest individual resistor. |
| Total Current Draw | Decreases as resistors are added (fixed voltage source). | Increases as resistors are added (fixed voltage source). |
| Voltage Distribution | Divides across components. V_total = V_1 + V_2. | Identical across all branches. V_total = V_1 = V_2. |
| Power Dissipation (P=I²R) | Highest in the largest resistor (since I is constant). | Highest in the smallest resistor (since V is constant). |
| Adding a 100Ω Resistor to a 100Ω Base | R_eq becomes 200Ω. Current halves. | R_eq becomes 50Ω. Total current doubles. |
Design Walkthrough: Sizing Real Resistors for a 12V LED Array
Let's apply these calculations to a real design scenario. You need to drive two parallel strings of LEDs from a 12V automotive system. We will calculate the series current-limiting resistors for each parallel branch.
1. Define the Source and Load Assumptions
- Source Voltage: 13.8V (nominal 12V automotive alternator output under load).
- LED Specs: V_f (forward voltage) = 2.2V, I_f (target current) = 20mA.
- String Configuration: 3 LEDs in series per string, with 2 parallel strings.
2. Calculate the Series Voltage Drop
Three LEDs in series drop a total of 6.6V (3 × 2.2V). The series resistor must drop the remaining voltage from the 13.8V source:
V_R = V_source - V_LED_total = 13.8V - 6.6V = 7.2V
3. Calculate Resistance and Select an E24 Value
Using Ohm's Law to find the required resistance for a 20mA (0.02A) current:
R = V_R / I = 7.2V / 0.02A = 360Ω
While 360Ω is technically an E24 standard value, it pushes the LED exactly to its 20mA absolute maximum rating. For long-term reliability and thermal headroom, we derate the current by stepping up to the next E24 value: 390Ω. This yields a safer operating current of 18.4mA (7.2V / 390Ω).
4. Verify Power Dissipation and Wattage Rating
Calculate the heat the resistor must dissipate using P = I²R:
P = (0.0184A)² × 390Ω = 0.132W
A standard 1/4W (0.25W) resistor can handle this, but best practice dictates derating resistors to 50% of their maximum power rating to prevent thermal drift and PCB scorching. Therefore, specify a 1/2W (0.50W) metal film resistor (e.g., Vishay PR02 series) for each parallel branch.
Failure Modes: What Breaks at the Extremes?
Theoretical calculations assume ideal components. On the bench, components fail. Understanding how series and parallel topologies react to open and short circuits is critical for designing fail-safe electronics. For deeper theoretical backing on these fault conditions, refer to the comprehensive fault analysis guides at Electronics Tutorials - Series Resistors and their Parallel Resistors module.
Series Network Extremes
- Open Circuit (One resistor fails open): Current drops to zero across the entire chain. The node between the open component and the load floats to the full source voltage. The circuit simply stops functioning, which is why series is used for safety interlocks and fuses.
- Short Circuit (One resistor shorts out): R_eq drops abruptly. The total current spikes, shifting the voltage burden to the remaining resistors. If the remaining resistors are not rated for the new, higher power dissipation (P = I²R), they will overheat and fail in a cascading thermal runaway.
Parallel Network Extremes
- Open Circuit (One branch fails open): Total R_eq increases, and total current draw drops. The remaining branches continue to operate normally because they still see the full source voltage. This is the primary reason parallel topologies are used for redundant systems and lighting arrays.
- Short Circuit (One branch shorts): This is catastrophic. R_eq approaches zero. The power supply will attempt to deliver infinite current. Without a series fuse or a power supply with foldback current limiting, the PCB traces feeding the parallel node will vaporize, or the voltage source will brown out, crashing the entire system.
Step-by-Step Breadboard Verification
Once you have calculated your values and selected your physical components (e.g., two 390Ω 1/2W resistors), you must verify the physical build. Do not skip the dead-check before applying power.
- Null Your DMM Leads: Touch your multimeter probes together. Note the lead resistance (usually 0.1Ω to 0.4Ω for standard test leads). Subtract this value from your final readings to ensure precision, especially when measuring low-value parallel networks.
- Verify Individual Components (Off-Board): Measure each resistor before inserting it into the breadboard. A 390Ω 1% metal film resistor should read between 386.1Ω and 393.9Ω. Confirm the physical wattage rating by size (1/2W resistors are roughly 9mm long, compared to 6mm for 1/4W).
- Build and Dead-Check the Network: Wire the parallel branches on the breadboard. With the power supply disconnected, place your DMM in resistance mode and probe the main source nodes (Node A to Node C). For two 390Ω resistors in parallel, your meter should read approximately 195Ω (minus lead resistance). If it reads infinite (OL), you have a breadboard contact failure or a broken jumper.
- Apply Power and Measure Voltage Drops: Set your bench supply to 13.8V with a current limit of 100mA. Power the circuit. Probe across one of the 390Ω resistors. You should read exactly 7.2V. If you read 13.8V, your LED string is open. If you read near 0V, your LED string is shorted or inserted backward.
- Thermal Check: Let the circuit run for 5 minutes. Carefully touch the resistor body. It should be warm, but not hot enough to burn your finger. If it is too hot to touch, your power dissipation calculations were flawed, or the ambient temperature inside your enclosure is higher than the assumed 25°C. Step up to a 1W wirewound resistor.
By combining precise mathematical sizing with a rigorous understanding of node behavior and failure extremes, you transition from simply memorizing formulas to engineering robust, fault-tolerant circuits.






