What is Thevenin Theorem? The Core Concept & Decision Path

At its core, Thevenin's Theorem states that any linear, bilateral DC network with multiple sources and resistors can be replaced by an equivalent circuit consisting of a single voltage source ($V_{th}$) in series with a single resistor ($R_{th}$). On the bench, we use this to model complex power supplies as a simple ideal battery with internal resistance. In an exam setting, it is the ultimate shortcut for finding the current or voltage across one specific component without solving the entire circuit's matrix.

Before diving into the math, you need a decision framework. Don't default to Thevenin if Mesh or Nodal analysis is faster. Use this decision tree to pick your method:

Condition / Circuit Goal Recommended Method Why It Wins
Finding current/voltage in one specific branch (the load) Thevenin's Theorem Reduces the rest of the circuit to a simple series loop; avoids massive matrix algebra.
Finding the equivalent resistance looking into a port with dependent sources Thevenin (Test Source Method) You cannot simply "kill" dependent sources; applying a 1V test source is the only reliable path.
Finding node voltages across a high-node-count circuit with parallel branches Nodal Analysis Requires fewer equations than Mesh when nodes < loops.
Finding power dissipation across multiple internal resistors Mesh / Superposition Thevenin hides internal component data once reduced; you need the full mesh currents.
Default Exam Recommendation Thevenin's Theorem If the problem asks "What is the current through $R_L$?", use Thevenin 95% of the time.

The Exam Problem: Unbalanced Dual-Source Load Circuit

Problem Statement:
A circuit consists of two parallel branches connected to a common load resistor, $R_L$.
Branch 1: A 20V DC source ($V_1$) in series with a 5Ω resistor ($R_1$).
Branch 2: A 10V DC source ($V_2$) in series with a 5Ω resistor ($R_2$).
Load: A 10Ω resistor ($R_L$) connected across the common terminals A and B.
Assume both voltage sources have their positive terminals oriented toward Node A.

Task: Find the exact current flowing through the load resistor ($I_L$) using Thevenin's Theorem. Show all algebraic steps.

The Trap in This Problem: Students frequently calculate $V_{th}$ by simply averaging the two source voltages (15V) without accounting for the voltage drop across the internal resistances caused by the loop current. Furthermore, when finding $R_{th}$, many forget that both independent voltage sources must be replaced by short circuits, not just one.

Step-by-Step Solution: Finding V_th, R_th, and I_L

We will solve this using the standard three-step Thevenin reduction. For deeper reference on these foundational steps, consult the All About Circuits DC Network Analysis chapter.

Step 1: Remove the Load and Find $V_{th}$ (Open-Circuit Voltage)

  1. Disconnect $R_L$ from terminals A and B. The circuit is now a single series loop containing $V_1$, $R_1$, $R_2$, and $V_2$.
  2. Calculate the loop current ($I_{loop}$) using Kirchhoff's Voltage Law (KVL). Walking clockwise from the negative terminal of $V_2$:
    -V_2 - I_{loop}(R_2) - I_{loop}(R_1) + V_1 = 0
    -10V - I_{loop}(5Ω) - I_{loop}(5Ω) + 20V = 0
    10V = I_{loop}(10Ω)
    I_{loop} = 1A
  3. Calculate $V_{th}$ (the voltage at Node A relative to Node B). We can walk either branch. Let's walk Branch 1 from B to A:
    V_{th} = V_1 - (I_{loop} × R_1)
    V_{th} = 20V - (1A × 5Ω) = 15V
  4. Self-Check: Walk Branch 2 from B to A to verify:
    V_{th} = V_2 + (I_{loop} × R_2) (Note the + sign because we are walking against the current flow through $R_2$ relative to the $V_2$ polarity).
    V_{th} = 10V + (1A × 5Ω) = 15V. The math holds.

Result: $V_{th} = 15V$.

Step 2: Kill the Sources and Find $R_{th}$ (Thevenin Resistance)

  1. Turn off all independent sources. For voltage sources, this means replacing them with a short circuit (0Ω wire). (If there were current sources, we would open-circuit them).
  2. Look into terminals A and B. With $V_1$ and $V_2$ shorted, $R_1$ and $R_2$ are now in parallel with each other.
  3. Calculate the parallel equivalent:
    R_{th} = (R_1 × R_2) / (R_1 + R_2)
    R_{th} = (5 × 5) / (5 + 5) = 25 / 10 = 2.5Ω

Result: $R_{th} = 2.5Ω$. As noted in standard circuit analysis tutorials, failing to short both sources here is the #1 cause of lost points on exams.

Step 3: Reattach the Load and Solve for $I_L$

  1. Draw the Thevenin Equivalent Circuit: A 15V source in series with a 2.5Ω resistor, connected to the 10Ω load.
  2. Apply Ohm's Law to the single series loop:
    I_L = V_{th} / (R_{th} + R_L)
    I_L = 15V / (2.5Ω + 10Ω)
    I_L = 15V / 12.5Ω = 1.2A

Final Answer: The current through the load resistor is 1.2 Amps.

Sanity Check & Independent Verification

Never hand in an exam paper without a sanity check. We will verify the answer using two methods: an order-of-magnitude check and independent Nodal Analysis.

1. Order of Magnitude & Units Check:
Units: Volts / Ohms = Amps. Dimensional analysis passes.
Magnitude: If $R_L$ were a dead short (0Ω), max current would be $15V / 2.5Ω = 6A$. If $R_L$ were an open circuit (∞Ω), current would be 0A. Our answer of 1.2A falls logically between 0A and 6A for a 10Ω load that is larger than the internal resistance.

2. Independent Verification via Nodal Analysis:
Let's solve the original circuit from scratch using Nodal Analysis at Node A (with Node B as ground, 0V). The sum of currents leaving Node A must equal zero:

(V_A - V_1)/R_1 + (V_A - V_2)/R_2 + V_A/R_L = 0
(V_A - 20)/5 + (V_A - 10)/5 + V_A/10 = 0

Multiply the entire equation by 10 to clear denominators:
2(V_A - 20) + 2(V_A - 10) + V_A = 0
2V_A - 40 + 2V_A - 20 + V_A = 0
5V_A - 60 = 0
5V_A = 60 => V_A = 12V

Now, find the load current using the node voltage:
I_L = V_A / R_L = 12V / 10Ω = 1.2A.

Conclusion: Both methods yield exactly 1.2A. The Thevenin reduction is mathematically sound and verified.

FAQ: Common Thevenin Exam Traps

What if the circuit contains dependent sources?

You cannot simply turn off dependent sources (they rely on other circuit variables). To find $R_{th}$ in a circuit with dependent sources, you must use the Test Source Method: kill all independent sources, apply a 1V test voltage source (or 1A test current source) at terminals A-B, and calculate the resulting current (or voltage). Then, $R_{th} = V_{test} / I_{test}$.

How does Thevenin relate to Maximum Power Transfer?

Thevenin is the prerequisite for the Maximum Power Transfer Theorem. Once you have your Thevenin equivalent circuit, maximum power is delivered to the load when the load resistance exactly matches the Thevenin resistance ($R_L = R_{th}$). In our problem above, if we wanted maximum power, we would swap the 10Ω load for a 2.5Ω resistor.

Can I use Thevenin for AC circuits?

Yes, but you must replace resistance ($R$) with complex impedance ($Z$). $V_{th}$ becomes a phasor voltage, and $R_{th}$ becomes $Z_{th}$, requiring complex number arithmetic (magnitude and phase angle) rather than simple scalar algebra.