When you are staring at a tangled schematic on a fundamentals exam, the biggest mistake isn't bad arithmetic—it is misidentifying the nodes. Knowing how to solve parallel series circuits requires a rigid, repeatable method for collapsing the network from the inside out. You cannot just eyeball which resistors are in series; you must trace the current paths and identify equipotential nodes.
Below is a complete, un-skipped walkthrough of a classic 5-resistor ladder network. We will cover the exact reduction sequence, the algebraic steps, the traps examiners set, and how to independently verify your answer using power balance.
Given a 24V DC source connected to a network where $R_1$ (100Ω) is in series with Node A. Node A splits into two parallel branches: Branch 1 contains $R_2$ (300Ω). Branch 2 contains $R_3$ (100Ω) in series with a parallel sub-network of $R_4$ (300Ω) and $R_5$ (600Ω). Find total equivalent resistance ($R_{eq}$), total current ($I_T$), and the voltage drop across $R_3$.
The Method: Node Identification and Reduction Sequence
For purely resistive ladder networks driven by a single source, the correct method is Iterative Equivalent Resistance Reduction. Theorems like Norton, Thevenin, or Superposition are overkill here and will waste exam time. You apply series and parallel reduction rules iteratively, starting from the nodes furthest from the voltage source and working backward toward the supply.
According to LibreTexts Physics, resistors are in series only if they share a single exclusive node with no other current path branching off. Resistors are in parallel only if they connect to the exact same two nodes. In our problem, $R_4$ and $R_5$ share two exclusive nodes, making them the innermost parallel pair.
| Reduction Step | Components Combined | Formula Applied | Intermediate Result (Ω) | Cumulative $R_{eq}$ (Ω) |
|---|---|---|---|---|
| 1. Innermost Parallel | $R_4, R_5$ | $(R_4 \times R_5) / (R_4 + R_5)$ | 200 | 200 |
| 2. Branch 2 Series | $R_3, R_{45}$ | $R_3 + R_{45}$ | 300 | 300 |
| 3. Node A Parallel | $R_2, R_{345}$ | $(R_2 \times R_{345}) / (R_2 + R_{345})$ | 150 | 150 |
| 4. Main Series | $R_1, R_A$ | $R_1 + R_A$ | 250 | 250 |
Step-by-Step Algebraic Reduction
Examiners look for your work, not just the final number. Here is every algebraic step required to solve the circuit, maintaining strict unit tracking.
- Combine the innermost parallel pair ($R_4$ and $R_5$):
$R_{45} = \frac{R_4 \times R_5}{R_4 + R_5}$
$R_{45} = \frac{300 \times 600}{300 + 600} = \frac{180,000}{900} = 200\Omega$ - Add the series resistor in Branch 2 ($R_3$):
$R_{345} = R_3 + R_{45}$
$R_{345} = 100 + 200 = 300\Omega$ - Combine Branch 1 ($R_2$) with Branch 2 ($R_{345}$) at Node A:
$R_A = \frac{R_2 \times R_{345}}{R_2 + R_{345}}$
$R_A = \frac{300 \times 300}{300 + 300} = \frac{90,000}{600} = 150\Omega$ - Add the main series resistor ($R_1$) to find total equivalent resistance:
$R_{eq} = R_1 + R_A$
$R_{eq} = 100 + 150 = 250\Omega$ - Calculate Total Current ($I_T$) using Ohm's Law:
$I_T = \frac{V_{source}}{R_{eq}}$
$I_T = \frac{24V}{250\Omega} = 0.096A \text{ (or } 96mA\text{)}$ - Find the voltage drop across $R_3$:
First, find the voltage at Node A. The drop across $R_1$ is $V_{R1} = I_T \times R_1 = 0.096A \times 100\Omega = 9.6V$.
$V_A = V_{source} - V_{R1} = 24V - 9.6V = 14.4V$.
Now, find the current flowing specifically through Branch 2 ($I_{B2}$):
$I_{B2} = \frac{V_A}{R_{345}} = \frac{14.4V}{300\Omega} = 0.048A \text{ (or } 48mA\text{)}$.
Finally, calculate the voltage drop across $R_3$:
$V_{R3} = I_{B2} \times R_3 = 0.048A \times 100\Omega = 4.8V$.
Notice we used $(R_x \times R_y) / (R_x + R_y)$ instead of $1 / (1/R_x + 1/R_y)$. The product-over-sum formula is algebraically identical but much faster to punch into a calculator during a timed exam. However, never use this shortcut for three or more parallel resistors. For three resistors, you must use the reciprocal sum method.
The Trap, Sanity Checks, and Independent Verification
The Trap: The most common error on this specific topology is assuming $R_3$ is in series with $R_2$. Students see $R_2$ and $R_3$ drawn horizontally next to each other and blindly add them. They are not in series because the current flowing through $R_3$ has an alternative path through $R_4$ and $R_5$ before it returns to the source, whereas the current through $R_2$ flows directly back. Always trace the nodes.
Sanity Check (Order of Magnitude & Units):
Does $R_{eq} = 250\Omega$ make sense? Yes. The total resistance of a series-parallel circuit must be strictly greater than the main series resistor ($100\Omega$) but strictly less than the sum of the main series resistor and the smallest parallel branch ($100 + 300 = 400\Omega$). Our answer of $250\Omega$ sits perfectly in this bounds. Units are consistently Ohms, Volts, and Amperes.
Independent Verification (Power Balance):
As noted by HyperPhysics, conservation of energy dictates that the total power supplied by the source must equal the sum of the power dissipated by every resistor. Let's prove our currents and voltages are correct:
- $P_{source} = V \times I_T = 24V \times 0.096A = 2.304W$
- $P_{R1} = I_T^2 \times R_1 = (0.096)^2 \times 100 = 0.9216W$
- $P_{R2} = V_A^2 / R_2 = (14.4)^2 / 300 = 0.6912W$
- $P_{R3} = I_{B2}^2 \times R_3 = (0.048)^2 \times 100 = 0.2304W$
- $V_{45} = V_A - V_{R3} = 14.4V - 4.8V = 9.6V$
- $P_{R4} = V_{45}^2 / R_4 = (9.6)^2 / 300 = 0.3072W$
- $P_{R5} = V_{45}^2 / R_5 = (9.6)^2 / 600 = 0.1536W$
Sum of dissipated power: $0.9216 + 0.6912 + 0.2304 + 0.3072 + 0.1536 = \mathbf{2.304W}$.
The power balances perfectly. If your exam answer fails this check, you have a calculation error in your branch currents.
FAQ: Common Series-Parallel Exam Stumbling Blocks
Q: Can I use source transformation to solve this faster?
A: You can, but it is usually slower for ladder networks. Source transformation (converting a Thevenin voltage source to a Norton current source) is highly effective when you have multiple sources or when the parallel branches are at the very beginning of the circuit. For a single-source ladder starting with a series resistor, iterative reduction is the fastest path.
Q: What if the circuit is drawn as a Wheatstone bridge? Does this method still work?
A: No. If the schematic forms a bridge (where a central resistor connects two parallel branches laterally), standard series-parallel reduction fails because the nodes are cross-linked. You must use a Delta-Wye ($\Delta$-Y) transform to redraw the circuit into a standard ladder, or apply Mesh/Nodal analysis directly using Kirchhoff's laws.
Q: How do I handle internal resistance of the battery in these problems?
A: Treat the internal resistance ($r_{int}$) exactly like $R_1$ in our example. It is a resistor in series with the main parallel network. Simply add $r_{int}$ to your final $R_A$ calculation to get $R_{eq}$, and remember that the terminal voltage delivered to Node A will be $V_{terminal} = V_{source} - (I_T \times r_{int})$.






