When you move beyond basic textbook diagrams into real-world electronics or journeyman exams, you rarely see purely series or purely parallel networks. Instead, you encounter mixed topologies that require systematic reduction. Understanding how to deconstruct these networks is the difference between guessing and engineering. In this walkthrough, we will dissect a classic mixed-network exam problem, showing every algebraic step, identifying the common trap that costs students points, and verifying the results using both mathematical laws and bench-top measurement techniques.
The Exam Problem: Mixed Series-Parallel Resistor Network
A 24.0V DC ideal voltage source is connected to a resistor network. Resistor R1 (470 Ω) is in series with a parallel branch. The parallel branch contains Resistor R2 (1000 Ω) and Resistor R3 (1500 Ω) wired in parallel with each other.
Find:
1. The total current drawn from the source (I_total).
2. The exact voltage drop across R3 (V_R3).
3. The individual current flowing through R2 (I_R2).
Step-by-Step Solution and Algebra Walkthrough
Method Selection: We will use Equivalent Resistance Reduction combined with Ohm's Law and Kirchhoff's Voltage Law (KVL). Why this method? Because the circuit can be systematically collapsed into a single equivalent resistor to find the total source current, and then expanded back out to find the localized voltage drops and branch currents. Nodal analysis would also work but is overkill for a single-source, three-resistor network.
Step 1: Reduce the parallel branch to a single equivalent resistor (R_p).
The formula for two parallel resistors is the product-over-sum, or the reciprocal method. We will use the reciprocal method to show all work:
- 1 / R_p = (1 / R2) + (1 / R3)
- 1 / R_p = (1 / 1000) + (1 / 1500)
- Find a common denominator (3000):
- 1 / R_p = (3 / 3000) + (2 / 3000)
- 1 / R_p = 5 / 3000
- R_p = 3000 / 5
- R_p = 600 Ω
Step 2: Calculate the total circuit resistance (R_total).
Now, add the series resistor (R1) to our newly found parallel equivalent (R_p):
- R_total = R1 + R_p
- R_total = 470 Ω + 600 Ω
- R_total = 1070 Ω
Step 3: Calculate total source current (I_total) using Ohm's Law.
- I_total = V_source / R_total
- I_total = 24.0V / 1070 Ω
- I_total = 0.0224299... A
- I_total ≈ 22.43 mA
Step 4: Find the voltage drop across the series resistor (V_R1).
Since R1 is in series with the source, the full I_total flows through it.
- V_R1 = I_total × R1
- V_R1 = 0.0224299 A × 470 Ω
- V_R1 ≈ 10.542 V
Step 5: Determine the voltage across the parallel branch (V_R3).
By Kirchhoff's Voltage Law (KVL), the sum of voltage drops in a series loop must equal the source voltage. The parallel branch acts as a single series element relative to the source.
- V_parallel = V_source - V_R1
- V_parallel = 24.0V - 10.542V
- V_parallel = 13.458 V
Because components in parallel share the exact same voltage potential, the voltage across R3 is equal to the parallel branch voltage. Therefore, V_R3 = 13.46 V.
Step 6: Calculate the individual current through R2 (I_R2).
Now that we have the true voltage applied to the parallel branch, we apply Ohm's Law specifically to R2:
- I_R2 = V_parallel / R2
- I_R2 = 13.458V / 1000 Ω
- I_R2 = 0.013458 A
- I_R2 ≈ 13.46 mA
Sanity Checks and Independent Verification
Never hand in an exam or finalize a PCB design without running a sanity check. Here is how you verify the math independently.
1. Order of Magnitude and Unit Check
We have a 24V source pushing through roughly 1 kΩ of total resistance. 24 / 1000 is 24 mA. Our calculated 22.43 mA is slightly less than 24 mA, which makes perfect physical sense because our actual resistance (1070 Ω) is slightly higher than 1000 Ω. The units resolve correctly: Volts / Ohms = Amperes.
2. Kirchhoff's Current Law (KCL) Node Verification
KCL states that the total current entering a node must equal the total current leaving it. Let's calculate I_R3 and add it to I_R2 to see if it equals I_total.
- I_R3 = V_parallel / R3 = 13.458V / 1500 Ω = 0.008972 A (8.97 mA)
- I_branch_sum = I_R2 + I_R3 = 13.46 mA + 8.97 mA = 22.43 mA
This perfectly matches our calculated I_total of 22.43 mA. The math is verified.
3. Bench-Top Multimeter Verification
If you build this on a breadboard using a 24V bench power supply and 1% tolerance metal film resistors, you can verify the node voltages using a high-quality digital multimeter (like a Fluke 87V). When measuring V_R3, be aware of the meter's input impedance (typically 10 MΩ). In this low-impedance circuit (max 1500 Ω), the 10 MΩ meter will draw roughly 1.3 μA, causing a negligible loading error of less than 0.01%. However, if you scale these resistor values up into the megaohm range for a high-impedance sensor circuit, the multimeter itself will act as a parallel resistor and skew your V_R3 reading low. For high-impedance verification, use an oscilloscope with a 10x probe or an electrometer.
Frequently Asked Questions
What are real-world examples of series and parallel circuits in home wiring?
In residential wiring (following standard DC/AC circuit principles adapted for NEC AC applications), the topology is almost entirely parallel, with strategic series interruptions. Every receptacle and light fixture on a 15A or 20A branch circuit is wired in parallel to the 120V nominal hot and neutral bus. This ensures each device receives the full 120V regardless of what else is turned on. The series elements are the protection and control devices: the branch breaker is in series with the entire circuit, and a wall switch is wired in series with the specific hot conductor feeding a light fixture. If outlets were wired in series, plugging in a high-resistance device like a phone charger would drop the voltage available to the next outlet in the chain, causing appliances to malfunction.
How do examples of series and parallel circuits differ in battery drain?
When powering loads from a finite DC source like a lithium-ion 18650 cell or a lead-acid battery, the topology dictates the discharge rate. In a series circuit, the total resistance is the sum of all loads (R1 + R2 + R3), which limits the total current draw and results in a slower, prolonged battery drain, but the voltage is divided among the loads. In a parallel circuit, the equivalent resistance drops significantly, and the total current drawn from the battery is the sum of all branch currents (I1 + I2 + I3). Therefore, parallel circuits drain a battery much faster because they pull additive current while maintaining full source voltage across every branch. For battery-powered embedded projects using an ESP32 or Arduino, putting sensors in parallel without a MOSFET switch to cut power will rapidly deplete the cell due to the combined quiescent current draw.
Why do most examples of series and parallel circuits use parallel for household outlets?
According to fundamental circuit theory and practical electrical codes, parallel wiring is mandatory for branch receptacles for three critical reasons: independent operation, constant voltage, and fault isolation. First, parallel wiring allows you to turn off a lamp in the living room without killing power to the television on the same circuit. Second, appliances are engineered to operate at a specific nominal voltage (e.g., 120V in North America, 230V in Europe). Parallel wiring guarantees that the voltage at the last outlet on the run is virtually identical to the first outlet, minus a minor voltage drop across the copper wire's inherent resistance. Finally, if a device shorts out, the parallel topology ensures the massive current spike travels directly back to the panel, tripping the breaker instantly without dragging the rest of the circuit's loads into a low-voltage brownout state.






