When you encounter mixed circuits in series and parallel examples on an exam or in a real-world troubleshooting scenario, the biggest mistake is jumping straight into calculations without a reduction strategy. A mixed network requires you to systematically collapse parallel banks into single equivalent resistors, treat them as series components, and then expand back out to find individual branch currents and power dissipations. Below, we walk through a classic exam-style problem, showing every algebra step, the physical reality of the components, and the exact decision framework you need to solve any variation of this circuit.
The Decision Tree: Choosing Your Attack Method
Before writing a single equation, you must classify the circuit topology. Use this decision table to terminate your analysis path with a concrete method.
| Circuit Topology | Method to Apply | Concrete Pick / Default Action |
|---|---|---|
| Pure Series or Pure Parallel | Equivalent Resistance | Ohm's Law + Product-over-Sum |
| Mixed Series-Parallel (1 Source) | Block Reduction | Equivalent Resistance + Voltage Divider (DEFAULT PICK) |
| Multiple Sources / Bridges | Kirchhoff's Laws | Mesh or Nodal Analysis |
| Finding Max Power to a Load | Thevenin's Theorem | Thevenin Equivalent Circuit |
For standard mixed networks with a single DC source, Block Reduction is your concrete pick. You will reduce the parallel blocks to series equivalents, solve for total current, and then use the voltage divider rule or Ohm's law to expand back into the branches. For a deeper theoretical foundation on this reduction technique, refer to the All About Circuits textbook chapter on series-parallel combinations.
Practice Problem: The Classic Mixed Network
Problem Statement
A 24V DC ideal voltage source is connected to a network consisting of four resistors. R1 (10Ω) is in series with the source. The circuit then reaches Node A, which splits into a parallel bank containing R2 (20Ω) and R3 (60Ω). The parallel bank recombines at Node B and passes through R4 (5Ω) before returning to the negative terminal of the source (Ground).
Find:
- The total current drawn from the 24V source.
- The voltage at Node A (relative to ground).
- The exact power dissipated by resistor R2.
Step-by-Step Solution: Every Algebra Step Shown
We will use our default pick: Block Reduction. We must collapse the parallel bank first, as it is 'hidden' between two series resistors.
Step 1: Calculate the parallel equivalent resistance (R23)
Because R2 and R3 are in parallel, we use the product-over-sum formula (which is strictly valid for exactly two parallel resistors).
- R23 = (R2 × R3) / (R2 + R3)
- R23 = (20 × 60) / (20 + 60)
- R23 = 1200 / 80
- R23 = 15Ω
Step 2: Calculate total circuit resistance (Rtotal)
Now the circuit is a simple series chain: R1, R23, and R4.
- Rtotal = R1 + R23 + R4
- Rtotal = 10 + 15 + 5
- Rtotal = 30Ω
Step 3: Calculate total current (Itotal)
Apply Ohm's Law to the entire circuit.
- Itotal = Vsource / Rtotal
- Itotal = 24V / 30Ω
- Itotal = 0.8A (This answers Question 1)
Step 4: Calculate the voltage at Node A (VA)
Node A is the point immediately after R1. The voltage here is the source voltage minus the drop across R1.
- VR1 = Itotal × R1 = 0.8A × 10Ω = 8V
- VA = Vsource - VR1
- VA = 24V - 8V
- VA = 16V (This answers Question 2)
Step 5: Calculate power dissipated by R2 (PR2)
To find power, we need the current through R2 or the voltage across it. Let's find the voltage across the parallel bank (Vparallel), which is the voltage at Node A minus the drop across R4.
- VR4 = Itotal × R4 = 0.8A × 5Ω = 4V
- Vparallel = VA - VR4 = 16V - 4V = 12V
Now, find the current specifically through R2 using the parallel voltage.
- IR2 = Vparallel / R2 = 12V / 20Ω = 0.6A
Finally, calculate power using P = I2R.
- PR2 = (0.6A)2 × 20Ω
- PR2 = 0.36 × 20
- PR2 = 7.2W (This answers Question 3)
The Trap and The Sanity Check
The Trap in this Problem: The most common exam mistake is assuming the voltage across the parallel bank (R2 and R3) is the full 24V source voltage. Students see 'parallel' and immediately calculate IR2 = 24V / 20Ω = 1.2A. This is wrong because R1 and R4 'steal' voltage before and after the parallel block. Always calculate the voltage drop across the series components first.
How to Verify the Answer Independently: Use Kirchhoff's Voltage Law (KVL) around the outer loop. The sum of all voltage drops must equal the source voltage.
- Vdrop_total = VR1 + Vparallel + VR4
- Vdrop_total = 8V + 12V + 4V = 24V
Since 24V equals our source voltage, the math is verified. Furthermore, check the parallel branch currents: IR3 = 12V / 60Ω = 0.2A. The sum of the parallel branch currents (0.6A + 0.2A) equals 0.8A, which perfectly matches our Itotal. For more on verifying circuits with KVL and KCL, the HyperPhysics DC circuits module provides excellent interactive validation tools.
Answer Sanity Check (Order of Magnitude & Units): We have a 24V source pushing through roughly 30Ω. 24/30 is slightly less than 1, so 0.8A is the correct order of magnitude. Units check out: Volts divided by Ohms yields Amperes; Amperes squared multiplied by Ohms yields Watts. No unit conversions were necessary as all inputs were in base SI units.
FAQ: Common Exam Sticking Points
Q: Can I use the product-over-sum formula for three parallel resistors?
No. The formula Req = (R1 × R2) / (R1 + R2) is mathematically valid only for two resistors. If Node A split into three resistors, you must use the reciprocal formula: 1/Req = 1/R1 + 1/R2 + 1/R3, or combine two of them first using product-over-sum, then combine that result with the third.
Q: What if the voltage source has internal resistance?
Treat the internal resistance as an additional series resistor (Rinternal) located immediately after the ideal voltage source. Add it to your Rtotal calculation in Step 2. It will lower your total current and reduce the voltage available to the rest of the network.
Q: How do I know which node is 'Ground'?
In textbook problems, ground is explicitly marked (usually the return path to the negative terminal of the source). If unmarked, assume the negative terminal of the primary DC source is 0V. All node voltages (like our 16V at Node A) are measured relative to this 0V reference point.






