Visual
Topic overview
Network theorems, including Thevenin's theorem, Norton's theorem, superposition, and maximum power transfer, provide systematic methods for simplifying and analyzing circuits. Errors in these problems usually arise from incorrect source deactivation, misidentification of the load terminals, or arithmetic mistakes when combining equivalent circuits. Understanding exactly where each step can go wrong helps you catch errors before they compound.
Common mistakes
Mistake 1: Replacing a voltage source with an open circuit instead of a short circuit when finding Thevenin resistance
Why it happens: Students confuse the deactivation rules. A voltage source is deactivated by replacing it with a short circuit (0 V), not an open circuit. An open circuit is the deactivation rule for current sources.
Correct approach: When finding R_th, replace every independent voltage source with a short circuit and every independent current source with an open circuit. Then calculate the resistance seen from the load terminals.
Example: Wrong: V_s deactivated as open circuit, so R_th = R1 + R2 (R3 disconnected). Correct: V_s deactivated as short circuit, so R1 is in parallel with R2, then that combination is in series with R3. R_th = (R1||R2) + R3.
Mistake 2: Applying superposition but forgetting to also superpose the responses of dependent sources
Why it happens: Superposition applies only to independent sources. Dependent sources must remain active in every sub-circuit because they depend on circuit variables that change with each sub-circuit configuration. Students often deactivate all sources including dependent ones.
Correct approach: In each superposition sub-circuit, deactivate one independent source at a time. Dependent sources stay active in every sub-circuit. Sum the individual responses at the end.
Example: Wrong: Sub-circuit 1 has V1 active, I1 open, dependent source also open. Result: I_x1 = V1/R1. Sub-circuit 2 has I1 active, V1 shorted, dependent source also open. Result: I_x2 = I1*R2/(R1+R2). Total: I_x = I_x1 + I_x2. Correct: In both sub-circuits the dependent source (e.g., 2*V_x) remains active. Re-solve each sub-circuit with KVL including the dependent source term.
Mistake 3: Calculating maximum power transfer condition as R_L = R_th + R_L instead of R_L = R_th
Why it happens: Students mix up the formula. Maximum power is delivered to the load when R_L equals R_th, not when it equals any sum involving R_L itself.
Correct approach: Set R_L = R_th. Then compute P_max = V_th^2 / (4 * R_th). This is the maximum power the load can absorb.
Example: Wrong: R_th = 6 ohm, so R_L = 6 + R_L, which is circular and gives no answer. Correct: R_L = R_th = 6 ohm. P_max = V_th^2 / (4 * 6). If V_th = 12 V, then P_max = 144/24 = 6 W.
Mistake 4: Finding V_oc across the wrong pair of terminals when computing Thevenin voltage
Why it happens: The load element is removed and V_oc is measured, but students sometimes measure across a different resistor in the circuit rather than across the open-circuit load terminals.
Correct approach: Clearly mark the two terminals (a and b) where the load was connected. Remove the load, then calculate the voltage across exactly those two terminals with the rest of the circuit intact.
Example: Wrong: Load connected between nodes 2 and 3. Student removes load and measures V across R2 (nodes 1 and 2). V_oc = IR2, which is incorrect. Correct: Measure V from node 2 to node 3 with load removed. Use KVL or node analysis to find V_23 directly.
Debugging tips
- Label the load terminals a and b at the start. Keep this label visible through every step so you never measure V_oc or R_th at the wrong nodes.
- Before deactivating sources, write a checklist: voltage source becomes short circuit, current source becomes open circuit. Check each source in the circuit against the list.
- After finding V_th and R_th, reconnect the equivalent circuit (V_th in series with R_th) and verify the load current matches what a full KVL analysis of the original circuit gives.
- For superposition, count the number of independent sources. You must draw exactly that many sub-circuits. If the count does not match, you have missed a source.
- Check units at every step. Resistance in ohms, voltage in volts, current in amperes. A mismatch in units usually reveals where a formula was applied incorrectly.
Exam warnings
- Questions often include a dependent source inside the circuit and ask for R_th. You cannot simply deactivate all sources and calculate resistance. You must apply a test voltage V_test or test current I_test at the terminals and compute R_th = V_test / I_test with all independent sources deactivated but the dependent source active.
- Maximum power transfer questions sometimes ask for the maximum power delivered by the source, not the maximum power absorbed by the load. These are different quantities. P_source = V_th^2 / (2 * R_th) while P_load_max = V_th^2 / (4 * R_th).
- Superposition cannot be used to find power directly. Find the current or voltage using superposition, then compute power from that single combined quantity. Adding individual powers gives the wrong answer.
- When Norton's theorem is asked, confirm whether the question wants I_sc (short-circuit current) or I_N. They are the same, but some problems define the current direction differently. Check the polarity convention stated in the problem.