When you are staring at an exam paper or a troubleshooting schematic, mixed topologies are where most students and junior technicians lose points. You know Ohm's Law, and you know how to handle purely series or purely parallel layouts, but combining them requires a disciplined reduction strategy. This guide walks through exactly how to solve a series parallel circuit using a classic exam-style problem, showing every algebraic step, highlighting the most common trap, and proving the answer with independent verification.
The Problem Statement: A Classic Exam Mixed Circuit
Practice Problem 1.0
A 24V DC ideal voltage source ($V_s$) is connected to a mixed resistor network. The current leaves the positive terminal and passes through a $4\Omega$ series resistor ($R_1$). The circuit then splits into a parallel bank containing a $12\Omega$ resistor ($R_2$) and a $6\Omega$ resistor ($R_3$). After recombining, the current passes through a final $2\Omega$ series resistor ($R_4$) before returning to the negative terminal of the source.
Find: The total equivalent resistance ($R_{eq}$), total current ($I_t$), the voltage drop across the parallel bank ($V_{p}$), and the individual branch currents ($I_2$ and $I_3$).
Step-by-Step Solution: Reduction and Ohm's Law
Method Selection: We are using Equivalent Resistance Reduction combined with Ohm's Law and Kirchhoff's Voltage Law (KVL). While you could use Mesh Current Analysis or Nodal Voltage Analysis, those methods introduce unnecessary simultaneous equations for a single-source DC network. Reduction is the fastest, most error-proof path for this topology. As noted in standard circuit analysis literature like All About Circuits, simplifying the network from the furthest point from the source back to the terminals is the golden rule.
- Identify and Reduce the Parallel Bank
Resistors $R_2$ ($12\Omega$) and $R_3$ ($6\Omega$) share the exact same two nodes, meaning they are in parallel. We use the product-over-sum formula for two parallel resistors: $$R_{2,3} = \frac{R_2 \times R_3}{R_2 + R_3}$$ $$R_{2,3} = \frac{12 \times 6}{12 + 6}$$ $$R_{2,3} = \frac{72}{18} = 4\Omega$$ - Calculate Total Equivalent Resistance ($R_{eq}$)
Now the circuit is reduced to a simple series string: $R_1$, the new $R_{2,3}$ equivalent, and $R_4$. We sum them directly: $$R_{eq} = R_1 + R_{2,3} + R_4$$ $$R_{eq} = 4\Omega + 4\Omega + 2\Omega = 10\Omega$$ - Find Total Current ($I_t$)
Apply Ohm's Law to the entire circuit using the source voltage and the total equivalent resistance: $$I_t = \frac{V_s}{R_{eq}}$$ $$I_t = \frac{24\text{V}}{10\Omega} = 2.4\text{A}$$ - Calculate Series Voltage Drops
The total current ($2.4\text{A}$) flows entirely through $R_1$ and $R_4$. Let us find their voltage drops: $$V_{R1} = I_t \times R_1 = 2.4\text{A} \times 4\Omega = 9.6\text{V}$$ $$V_{R4} = I_t \times R_4 = 2.4\text{A} \times 2\Omega = 4.8\text{V}$$ - Determine the Parallel Bank Voltage ($V_p$)
Using KVL, the sum of all voltage drops must equal the source voltage. Alternatively, we can just multiply the total current by the equivalent resistance of the parallel bank: $$V_p = I_t \times R_{2,3} = 2.4\text{A} \times 4\Omega = 9.6\text{V}$$ - Calculate Individual Branch Currents
Now apply Ohm's Law to the individual parallel resistors using only the voltage drop across the parallel bank ($V_p = 9.6\text{V}$): $$I_2 = \frac{V_p}{R_2} = \frac{9.6\text{V}}{12\Omega} = 0.8\text{A}$$ $$I_3 = \frac{V_p}{R_3} = \frac{9.6\text{V}}{6\Omega} = 1.6\text{A}$$
The Trap: Using Source Voltage for Parallel Branches
The most common mistake on this exact exam problem is calculating $I_2$ as $24\text{V} / 12\Omega = 2\text{A}$. This is wrong. The $24\text{V}$ source is shared across the entire network. By the time the current reaches the parallel bank, $14.4\text{V}$ ($9.6\text{V} + 4.8\text{V}$) has already been dropped across the series resistors. Always use the local voltage drop ($V_p$) for parallel branch calculations.
Independent Verification and Sanity Checks
You should never hand in an exam or finalize a bench measurement without running a sanity check. Here is how to verify the answer independently using two different physical laws.
Sanity Check 1: Kirchhoff's Current Law (KCL) at the Node
The total current entering the parallel node must equal the sum of the currents leaving through the branches.
$$I_t = I_2 + I_3$$ $$2.4\text{A} = 0.8\text{A} + 1.6\text{A}$$The math holds perfectly.
Sanity Check 2: Power Balance (Conservation of Energy)
The total power delivered by the source must equal the sum of the power dissipated by every individual resistor ($P = I^2R$).
- Source Power: $P_s = V_s \times I_t = 24\text{V} \times 2.4\text{A} = 57.6\text{W}$
- $R_1$ Dissipation: $2.4^2 \times 4 = 23.04\text{W}$
- $R_2$ Dissipation: $0.8^2 \times 12 = 7.68\text{W}$
- $R_3$ Dissipation: $1.6^2 \times 6 = 15.36\text{W}$
- $R_4$ Dissipation: $2.4^2 \times 2 = 11.52\text{W}$
Sum of Dissipation: $23.04 + 7.68 + 15.36 + 11.52 = 57.6\text{W}$. The power balances exactly. Your solution is verified.
For further reading on verifying circuit analysis through power balances and alternative topologies, the Khan Academy circuits module provides excellent interactive simulations to test these concepts visually.
Frequently Asked Questions
How to solve a series parallel circuit with multiple voltage sources?
When a mixed circuit contains more than one independent voltage source, simple equivalent resistance reduction is no longer sufficient because you cannot easily determine the total current using a single Ohm's Law equation. In this scenario, you must upgrade your method to Mesh Current Analysis (using Kirchhoff's Voltage Law to write loop equations) or Nodal Voltage Analysis (using Kirchhoff's Current Law at the nodes). Alternatively, you can use the Superposition Theorem, which involves analyzing the circuit multiple times—turning on one source at a time while replacing the others with short circuits—and then summing the resulting branch currents algebraically.
What is the fastest way to simplify a complex series parallel circuit?
The fastest method is to redraw the circuit iteratively, starting from the components furthest from the voltage source and working backward. Combine obvious series pairs first, then parallel pairs, redrawing the schematic as a simpler block diagram after every single reduction. A major shortcut for parallel resistors is the "product-over-sum" rule for two resistors ($R_1R_2 / (R_1+R_2)$), and recognizing that $N$ identical resistors in parallel simply equal $R / N$. If you spot a balanced Wheatstone bridge topology hidden inside the network, you can remove the center galvanometer/resistor entirely, instantly reducing the complexity without doing any heavy algebra.
How do I know if my series parallel circuit answer is wrong?
You can spot a wrong answer immediately using three order-of-magnitude checks before you even finish the math. First, the equivalent resistance of any parallel bank must be strictly less than the smallest individual resistor in that bank. If your $12\Omega$ and $6\Omega$ parallel calculation yields $8\Omega$, you made an algebra error. Second, in a series string, the largest voltage drop must occur across the largest resistor. Third, in a parallel bank, the largest branch current must flow through the smallest resistor. If your calculated branch currents violate this inverse relationship, your voltage drop calculation for that node is incorrect.






