Solved Problems · Set 9

Thévenin's Theorem

Part 1 · DC Circuits — replacing any linear two-terminal network, however large, by one voltage source in series with one resistance, so the load can be changed without solving anything again. Chapter 5 of the textbook.

Prof. Mithun Mondal 20 solved · 12 practice · 3 challenge GATE · ESE · University

Set 9 — Thévenin's Theorem

Sets 3 to 8 solved circuits completely, finding every current at once. That is wasteful when only one branch is of interest, and ruinous when the load keeps changing — each new value means starting again. Thévenin's theorem does the work once: any linear two-terminal network, of any size, behaves at its terminals exactly like a single source \(V_{TH}\) in series with a single resistance \(R_{TH}\). Find those two numbers and every load question becomes a voltage divider.

Textbook Chapter 5 · 20 solved · 12 practice · 3 challenge · 12 MCQs

i Method Recap
  • Remove the load first. Everything that follows describes the network without it. Forgetting this and leaving the load in place while computing \(R_{TH}\) is the commonest error of all.

  • \(V_{TH}\) is the open-circuit voltage across the terminals — found by any method from Sets 3 to 7, whichever is least work for that circuit.

  • Three routes to \(R_{TH}\). With independent sources only: deactivate them all (voltage sources shorted, current sources opened) and reduce. With dependent sources present: either compute \(R_{TH} = V_{oc}/I_{sc}\), or deactivate the independent sources only and drive the terminals with a test source, taking \(R_{TH} = V_{\text{test}}/I_{\text{test}}\).

  • Never deactivate a dependent source. Its value is set by the circuit, not by you. Removing it changes the network into a different one.

  • Then the load is a divider. \(I_L = V_{TH}/(R_{TH} + R_L)\) for any \(R_L\) whatever, computed once and reused.

  • The equivalence is at the terminals only. Currents and powers inside the original network are not reproduced by the equivalent — a point Problem 20 makes precisely.

VideoWalkthrough
Problem 1CoreThe Method

An 18 V source feeds a 6 Ω resistor to terminal \(a\), and a 3 Ω resistor runs from \(a\) to terminal \(b\). Find the Thévenin equivalent at \(a\!-\!b\) and the current delivered to a 4 Ω load.

18 V 6 Ω 3 Ω a b
The load is removed before anything else is done
Solution

Step 1 — remove the load and find the open-circuit voltage. With nothing connected at \(a\!-\!b\), no current is drawn from the terminals, so the 18 V source drives a simple series pair and the 3 Ω acts as the lower arm of a divider:

\[ V_{TH} = 18 \times \frac{3}{6+3} = 6\ \text{V} \]

Step 2 — deactivate the independent source and look back into the terminals. A dead voltage source is a short, which places the 6 Ω directly across the 3 Ω:

\[ R_{TH} = 6 \parallel 3 = \frac{6 \times 3}{6+3} = 2\ \Omega \]

Step 3 — reconnect the load to the equivalent, which is now a single loop:

\[ I_L = \frac{V_{TH}}{R_{TH} + R_L} = \frac{6}{2+4} = 1\ \text{A} \]

Check against the original circuit. With the 4 Ω connected, the 3 Ω and 4 Ω are in parallel at \(12/7\ \Omega\), so the source current is \(18/(6 + 12/7) = 2.333\ \text{A}\) and the terminal voltage is \(2.333 \times 12/7 = 4\ \text{V}\). The load then carries \(4/4 = 1\ \text{A}\;\checkmark\)

The check took as long as the theorem — for one load. The point is what happens next: change the load to 1 Ω, 10 Ω or 47 Ω and the direct method restarts from scratch each time, while the equivalent answers instantly. Problem 16 tabulates six loads at a cost of six divisions.
Answer\(V_{TH} = 6\ \text{V},\ R_{TH} = 2\ \Omega,\ I_L = 1\ \text{A}\)
Problem 2ChallengeWhy It Works

Prove Thévenin's theorem using superposition and the substitution principle, and state exactly which assumptions the proof requires.

Solution

Let the network \(N\) be linear, with terminals \(a\!-\!b\) carrying current \(I\) into a load and terminal voltage \(V\). By the substitution principle, replacing the load by an ideal current source of exactly \(I\) changes nothing inside \(N\) — the same current is drawn at the same voltage.

Now the network contains its own internal sources plus this one external source. Because \(N\) is linear, superposition applies. Split the terminal voltage into two contributions:

\[ V = \underbrace{V^{(1)}}_{\text{internal sources, } I = 0} + \underbrace{V^{(2)}}_{\text{external source only}} \]

The first term. With the external source dead — that is, opened, so \(I = 0\) — the terminal voltage is by definition the open-circuit voltage:

\[ V^{(1)} = V_{oc} = V_{TH} \]

The second term. With all internal independent sources deactivated, what remains is a passive network — possibly containing dependent sources — presenting some resistance \(R_{TH}\) at its terminals. Driving it with \(I\) flowing out of the terminal gives

\[ V^{(2)} = -I R_{TH} \]

Adding:

\[ V = V_{TH} - I R_{TH} \]

This is precisely the terminal relation of a source \(V_{TH}\) in series with \(R_{TH}\). Since \(I\) was arbitrary, the two networks are indistinguishable at the terminals for every load.

What the proof required. Exactly two things:

AssumptionUsed for
Linearity of \(N\)Superposition of the two contributions
A unique solution existsThe substitution step

Nothing about planarity, topology, source type, or the number of elements. The load itself need not be linear — a diode load is fine, since only \(N\) was superposed.

Notice where the dependent sources go. They stay active in both terms, which is why \(R_{TH}\) must be measured rather than reduced when they are present, and why deactivating one would break the proof at the second step. It also explains how \(R_{TH}\) can come out negative (Problem 14): nothing in the argument forces the passive network to be dissipative.
Answer\(V = V_{TH} - IR_{TH}\) from substitution plus superposition; only linearity is needed
Problem 3CoreCurrent-Source Network

A 3 A source has a 6 Ω resistor across it; a 2 Ω resistor then runs in series to terminal \(a\). Find the Thévenin equivalent at \(a\!-\!b\) and the current into a 4 Ω load.

Solution

Open-circuit voltage. With the terminals open, no current can flow in the 2 Ω series resistor, so it drops nothing and the whole 3 A passes through the 6 Ω:

\[ V_{TH} = 3 \times 6 = 18\ \text{V} \]

The 2 Ω is invisible to \(V_{TH}\) — but not, as the next step shows, to \(R_{TH}\).

Thévenin resistance. A dead current source is an open circuit, not a short. That leaves the 6 Ω and 2 Ω in series along the only remaining path:

\[ R_{TH} = 6 + 2 = 8\ \Omega \]

With the load:

\[ I_L = \frac{18}{8+4} = 1.5\ \text{A} \]

Check directly: with the 4 Ω connected, the 3 A divides between the 6 Ω and the \(2 + 4 = 6\ \Omega\) branch. Equal resistances share equally, so 1.5 A flows to the load \(\checkmark\)

Deactivating sources is where the signs of the two source types diverge. A voltage source is defined by holding its voltage, so killing it means \(V = 0\) — a short. A current source holds its current, so killing it means \(I = 0\) — an open. Getting this backwards here would give \(6 \parallel 2 = 1.5\ \Omega\) instead of 8 Ω, and an answer more than four times too large.
Answer\(V_{TH} = 18\ \text{V},\ R_{TH} = 8\ \Omega,\ I_L = 1.5\ \text{A}\)
Problem 4Exam levelVTH by Mesh Analysis

In the circuit shown, a 10 V source drives a 2 Ω resistor to node \(c\), which has a 1 Ω resistor to the reference. A further 1 Ω runs from \(c\) to terminal \(a\), and from \(a\) a 2 Ω resistor leads to a 5 V source returning to the reference. Find the current in a 2 Ω load at \(a\!-\!b\) using Thévenin's theorem.

10 V 2 Ω c 1 Ω 1 Ω a 2 Ω 5 V a (load) b
The 2 Ω load is taken from a to the lower rail
Solution

With the load removed the network is two meshes. Taking both clockwise and writing the equations by inspection (Set 4, Problem 4):

\[ \begin{aligned} 3i_1 - i_2 &= 10\\ -i_1 + 4i_2 &= -5 \end{aligned} \]

Mesh 1 totals \(2+1 = 3\ \Omega\), mesh 2 totals \(1+1+2 = 4\ \Omega\), and they share the 1 Ω. The 5 V source opposes mesh 2's clockwise direction, hence the negative entry.

The determinant is \(12 - 1 = 11\), so by Cramer's rule:

\[ i_1 = \frac{40 - 5}{11} = \frac{35}{11}\ \text{A},\qquad i_2 = \frac{-15 + 10}{11} = -\frac{5}{11}\ \text{A} \]

Open-circuit voltage. Walk from the reference up through the 5 V source and back along the 2 Ω that carries \(i_2\):

\[ V_{TH} = 5 + 2i_2 = 5 - \frac{10}{11} = \frac{45}{11} = 4.091\ \text{V} \]

Thévenin resistance. Short both sources. Looking in from \(a\) there are two paths to the reference: the 2 Ω directly, and the 1 Ω to \(c\) followed by \(1 \parallel 2 = \tfrac23\ \Omega\):

\[ R_{TH} = 2 \parallel \left(1 + \tfrac23\right) = 2 \parallel \tfrac53 = \frac{2 \times 5/3}{2 + 5/3} = \frac{10}{11}\ \Omega \]

Reconnecting the 2 Ω load:

\[ i = \frac{45/11}{10/11 + 2} = \frac{45/11}{32/11} = \frac{45}{32} = 1.406\ \text{A} \]

The elevenths cancel exactly, which is the usual sign that \(V_{TH}\) and \(R_{TH}\) came from the same determinant.

Two 2 Ω resistors, and they are not the same one. The 2 Ω inside the network appears in both \(V_{TH}\) and \(R_{TH}\); the 2 Ω load appears in neither, and is added only at the last step. Keeping the load out of the network is the whole discipline of the method, and coincidences of value are exactly when it gets forgotten.
Answer\(V_{TH} = \tfrac{45}{11}\ \text{V},\ R_{TH} = \tfrac{10}{11}\ \Omega,\ i = \tfrac{45}{32} = 1.406\ \text{A}\)
Problem 5Exam levelSource Transformation

A 40 V source drives a 20 Ω resistor to node \(a\); a 2 A source with a 5 Ω resistor in parallel also feeds \(a\). Find the current through a 15 Ω load at \(a\!-\!b\) using Thévenin's theorem.

Solution

Remove the 15 Ω. Convert the 2 A source with its parallel 5 Ω into a voltage source in series with the same resistance (Set 12's method, used here in advance):

\[ V = I R = 2 \times 5 = 10\ \text{V in series with } 5\ \Omega \]

The network is now a single loop containing 40 V, 20 Ω, 5 Ω and 10 V.

KVL round that loop, with the two sources opposing:

\[ 20I + 5I + 10 - 40 = 0 \;\Longrightarrow\; 25I = 30 \;\Longrightarrow\; I = 1.2\ \text{A} \]

Open-circuit voltage at the terminals, taken across the transformed branch:

\[ V_{TH} = 10 + 5 \times 1.2 = 16\ \text{V} \]

Thévenin resistance. Deactivate both sources — the 40 V shorted, the 2 A opened, which leaves its 5 Ω in place. The two resistors are then in parallel across the terminals:

\[ R_{TH} = 5 \parallel 20 = \frac{100}{25} = 4\ \Omega \]

With the load:

\[ I_L = \frac{16}{4 + 15} = \frac{16}{19} = 0.842\ \text{A} \]
Source transformation and Thévenin are the same idea at different scales. Transformation converts one source-and-resistor pair; Thévenin converts an entire network. Doing the small conversion first turned a two-source problem into a single loop that KVL settles in one line — a tactic worth reaching for whenever a current source sits in parallel with a resistor.
Answer\(V_{TH} = 16\ \text{V},\ R_{TH} = 4\ \Omega,\ I_{15\Omega} = 0.842\ \text{A}\)
Problem 6CoreThree Routes to RTH

A 12 V source feeds node \(a\) through a 6 Ω resistor; a 3 Ω resistor runs from \(a\) to the reference, and a 2 A source also injects into \(a\). Find \(R_{TH}\) at \(a\!-\!b\) by all three methods and confirm they agree.

Solution

First the open-circuit voltage, by KCL at \(a\) with the terminals open:

\[ \frac{V_{oc} - 12}{6} + \frac{V_{oc}}{3} = 2 \;\Longrightarrow\; V_{oc} - 12 + 2V_{oc} = 12 \;\Longrightarrow\; V_{TH} = 8\ \text{V} \]

Route 1 — deactivation. Short the 12 V source and open the 2 A source. The 6 Ω and 3 Ω are then in parallel across the terminals:

\[ R_{TH} = 6 \parallel 3 = 2\ \Omega \]

Valid here because every source is independent. This is always the quickest route when it is available.

Route 2 — open-circuit / short-circuit. Shorting \(a\!-\!b\) puts \(V_a = 0\), so the 3 Ω carries nothing and both sources drive straight into the short:

\[ I_{sc} = \frac{12}{6} + 2 = 4\ \text{A} \]
\[ R_{TH} = \frac{V_{oc}}{I_{sc}} = \frac{8}{4} = 2\ \Omega\;\checkmark \]

Route 3 — test source. Deactivate the independent sources, apply \(V_x = 1\ \text{V}\) at the terminals, and find the current it draws:

\[ I_x = \frac{1}{6} + \frac{1}{3} = \frac{1}{2}\ \text{A} \;\Longrightarrow\; R_{TH} = \frac{V_x}{I_x} = \frac{1}{1/2} = 2\ \Omega\;\checkmark \]

When each route is the right one:

RouteWorks whenCost
DeactivationIndependent sources onlyCheapest — often by inspection
\(V_{oc}/I_{sc}\)Always, unless both are zeroTwo full circuit solutions
Test sourceAlwaysOne solution; the only option if \(V_{oc} = 0\)
Reach for deactivation first and check whether it is legal. One dependent source anywhere in the network forbids it, and the mistake is silent — you will get a number, and it will be wrong. Problems 9 to 13 are all cases where routes 2 and 3 are the only ones available; Problem 19 is the case where even route 2 fails.
Answer\(V_{TH} = 8\ \text{V}\); all three routes give \(R_{TH} = 2\ \Omega\)
Problem 7Exam levelThe Bridge from c–d

Take the unbalanced bridge of Sets 2, 4, 6 and 8: an 8 V source across \(a\!-\!b\), with \(R_{ac} = 6\), \(R_{ad} = 12\), \(R_{cb} = 9\), \(R_{db} = 6\ \Omega\), and an 18 Ω arm between \(c\) and \(d\). Find the Thévenin equivalent seen by that 18 Ω arm, and hence its current.

18 Ω removed 8 V a c d b 6 Ω 12 Ω 9 Ω 6 Ω
Remove the bridge arm and look back into c–d
Solution

With the 18 Ω removed, the bridge falls apart into two independent dividers across the 8 V source — the whole reason this circuit is worth doing by Thévenin:

\[ V_c = 8 \times \frac{9}{6+9} = 4.8\ \text{V},\qquad V_d = 8 \times \frac{6}{12+6} = \frac{8}{3} = 2.667\ \text{V} \]

The open-circuit voltage is their difference:

\[ V_{TH} = V_c - V_d = 4.8 - 2.667 = \frac{32}{15} = 2.133\ \text{V} \]

A balanced bridge is exactly the case \(V_{TH} = 0\), which is why its arm carries nothing whatever its resistance.

Thévenin resistance. Short the 8 V source, which merges \(a\) and \(b\) into a single node. Node \(c\) then reaches it by two parallel paths, and so does \(d\):

\[ c \to ab:\ 6 \parallel 9 = 3.6\ \Omega,\qquad d \to ab:\ 12 \parallel 6 = 4\ \Omega \]

These two are in series along the only route from \(c\) to \(d\), since the direct arm has been removed:

\[ R_{TH} = 3.6 + 4 = 7.6\ \Omega \]

Reconnecting the arm:

\[ I_{18\Omega} = \frac{32/15}{7.6 + 18} = \frac{32/15}{128/5} = \frac{1}{12} = 83.3\ \text{mA} \]
The fourth independent derivation of 83.3 mA — after delta–wye in Set 2, mesh in Set 4, nodal in Set 6, and fundamental loops in Set 8. But note how much less work this was: shorting the source turns a genuinely irreducible network into two dividers and two parallel pairs, all done by inspection. Thévenin is at its best precisely on bridges, because removing the awkward arm is what unlocks the reduction.
Answer\(V_{TH} = \tfrac{32}{15} = 2.133\ \text{V},\ R_{TH} = 7.6\ \Omega,\ I = 83.3\ \text{mA}\)
Problem 8Exam levelLadder from the Load

The ladder of Sets 2, 4 and 6 has a 20 V source, then series 4 Ω, shunt 15 Ω, series 4 Ω, shunt 18 Ω, series 3 Ω, and a 6 Ω load at the far end. Find the Thévenin equivalent seen by the 6 Ω, and confirm its current.

Solution

Thévenin resistance first, because it is the easier of the two here. Short the 20 V source and reduce from the source end outwards:

\[ 15 \parallel 4 = \frac{60}{19} = 3.158\ \Omega \]
\[ 3.158 + 4 = 7.158\ \Omega,\qquad 7.158 \parallel 18 = 5.121\ \Omega \]
\[ R_{TH} = 5.121 + 3 = 8.121\ \Omega \qquad \left(= \tfrac{1941}{239}\right) \]

Note the direction of travel: for \(R_{TH}\) the reduction runs from the shorted source towards the load, the opposite of the usual ladder reduction.

Open-circuit voltage. With the 6 Ω removed the 3 Ω carries no current, so \(V_{oc}\) is simply the voltage at the 18 Ω node. Reducing from the open end: the 18 Ω sees \(4 + (15 \parallel 4)\) back towards the source, and nodal analysis gives

\[ V_{TH} = \frac{2700}{239} = 11.297\ \text{V} \]

The load current:

\[ I_L = \frac{V_{TH}}{R_{TH} + 6} = \frac{2700/239}{1941/239 + 6} = \frac{2700}{3375} = 0.8\ \text{A} \]

The 239ths cancel and leave a clean 0.8 A — exactly the current Set 2 obtained by ladder reduction, Set 4 by mesh analysis and Set 6 by nodal analysis.

When this is worth doing. For a single 6 Ω load it is not — direct ladder reduction is quicker. It becomes worthwhile the moment the load varies: an attenuator whose final resistor is switched, or a line whose termination is being matched, needs \(V_{TH}\) and \(R_{TH}\) once and nothing thereafter.

The ugly numbers are the honest ones. \(R_{TH} = 1941/239\) looks like an error and is not; that both it and \(V_{TH} = 2700/239\) carry the same denominator, which then cancels to give exactly 0.8 A, is the confirmation. Rounding \(R_{TH}\) to 8.12 early would have given 0.80007 A and left you wondering.
Answer\(V_{TH} = 11.297\ \text{V},\ R_{TH} = 8.121\ \Omega,\ I_L = 0.8\ \text{A}\)
Problem 9Exam levelDependent Source: Test Source

A network has terminals \(P\!-\!Q\). From \(P\) a 5 Ω resistor leads to node \(x\), which has a 10 Ω resistor to \(Q\). A current-controlled current source of value \(2i_0\) injects into \(x\), where \(i_0\) is the current flowing from \(P\) to \(x\) through the 5 Ω. All independent sources have been deactivated. Find \(R_{TH}\).

Solution

Deactivation cannot be used: the dependent source must stay active, so there is nothing to reduce. Apply a test source \(V\) across \(P\!-\!Q\) and find the current it delivers.

The test current is whatever flows through the 5 Ω, which is \(i_0\) itself:

\[ i_0 = \frac{V - V_x}{5} \]

KCL at node \(x\). Current arrives as \(i_0\) through the 5 Ω and as \(2i_0\) from the dependent source; all of it leaves through the 10 Ω:

\[ i_0 + 2i_0 = \frac{V_x}{10} \;\Longrightarrow\; V_x = 30\,i_0 \]

Substituting back into the first relation:

\[ V = 5i_0 + V_x = 5i_0 + 30i_0 = 35\,i_0 \]

The terminal current is \(i_0\), so

\[ R_{TH} = \frac{V}{i_0} = 35\ \Omega \]

Compare the wrong answer. Deactivating the dependent source would leave \(5 + 10 = 15\ \Omega\) — less than half the truth. The dependent source triples the current in the 10 Ω without adding any to the terminals, so the network drops far more voltage than its resistors alone suggest.

The test value never appears in the answer. Set \(V = 1\ \text{V}\) if the arithmetic is easier, or keep it symbolic as here — the network is linear, so \(V/i_0\) is the same either way. What matters is that the controlling variable is written in terms of the test quantities before any substitution, which is what turns two unknowns into one ratio.
Answer\(R_{TH} = 35\ \Omega\) — against 15 Ω if the dependent source were wrongly killed
Problem 10Exam levelDependent Source: Voc/Isc

A 10 V source drives a 2 Ω resistor to terminal \(A\), and a dependent current source of value \(4v_s\) also feeds \(A\), where \(v_s = 10 - V_A\) is the drop across the 2 Ω. Find the current through a 4 Ω load connected at \(A\!-\!B\).

Solution

Open-circuit voltage. Remove the 4 Ω. KCL at \(A\), with the current leaving through the 2 Ω balanced by the dependent source:

\[ \frac{V_{oc} - 10}{2} = 4v_s = 4\,(10 - V_{oc}) \]

Expanding:

\[ V_{oc} - 10 = 80 - 8V_{oc} \;\Longrightarrow\; 9V_{oc} = 90 \;\Longrightarrow\; V_{TH} = 10\ \text{V} \]

A degenerate but perfectly legitimate result: at \(V_{oc} = 10\ \text{V}\) the controlling drop \(v_s\) is zero, so the dependent source is off and no current flows anywhere. Both sides of the equation are zero.

Short-circuit current. Now short \(A\!-\!B\) — but with the 4 Ω still in place inside the network, since it is not the load being removed in this step. KCL at the node:

\[ \frac{V_1 - 10}{2} + \frac{V_1}{4} = 4\,(10 - V_1) \]

Multiplying by 4:

\[ 2V_1 - 20 + V_1 = 160 - 16V_1 \;\Longrightarrow\; 19V_1 = 180 \;\Longrightarrow\; V_1 = \frac{180}{19} = 9.474\ \text{V} \]

Hence

\[ I_{sc} = \frac{V_1}{4} = \frac{45}{19} = 2.368\ \text{A}, \qquad R_{TH} = \frac{V_{oc}}{I_{sc}} = \frac{10}{45/19} = \frac{38}{9} = 4.222\ \Omega \]

Reconnecting the 4 Ω load:

\[ I_{AB} = \frac{V_{TH}}{R_{TH} + 4} = \frac{10}{4.222 + 4} = 1.216\ \text{A} \]
A dependent source can hold a network at its source voltage. Here \(V_{oc}\) came out at exactly the supply value, because the dependent source drives whatever current is needed to null its own controlling variable — the behaviour of a feedback amplifier at high gain. The 4 in \(4v_s\) is that gain; letting it grow makes \(R_{TH}\) smaller and the output stiffer, which is what negative feedback is for.
Answer\(V_{TH} = 10\ \text{V},\ R_{TH} = 4.222\ \Omega,\ I_{AB} = 1.216\ \text{A}\)
Problem 11ChallengeAn Amplifier Model

A small-signal model has a 10 mA source driving a 1 kΩ input resistance, carrying current \(I\). The output side has a dependent current source of \(-75I\) feeding a 30 kΩ resistor, across which the output \(V_0\) appears; a 10 kΩ resistor couples the output back to the input node. Find the Thévenin equivalent at the output terminals.

Solution

KVL on the input side, with the feedback branch carrying \(V_0/10^4\):

\[ 1 \times 10^{3}\,I + \frac{V_0}{10^{4}} = 10 \times 10^{-3} \tag{i} \]

On the output side the dependent source drives the whole 30 kΩ:

\[ V_0 = 30 \times 10^{3} \times (-75 I) = -2.25 \times 10^{6}\,I \tag{ii} \]

Substituting (ii) into (i):

\[ 1 \times 10^{3}\left(-\frac{V_0}{2.25 \times 10^{6}}\right) + \frac{V_0}{10^{4}} = 10 \times 10^{-3} \]
\[ \left(-4.444 \times 10^{-4} + 1 \times 10^{-4}\right) V_0 = 10 \times 10^{-3} \]

Solving exactly rather than in rounded decimals — multiply (i) by \(2.25 \times 10^{6}\) and substitute \(I = -V_0/(2.25 \times 10^{6})\):

\[ -10^{3}V_0 + 225\,V_0 = 2.25 \times 10^{4} \;\Longrightarrow\; -775\,V_0 = 2.25 \times 10^{4} \]
\[ V_{TH} = V_{oc} = -\frac{900}{31} = -29.03\ \text{V} \]

Short-circuit current. Shorting the output forces \(V_0 = 0\), so the feedback branch carries nothing and (i) reduces to a single term:

\[ I = \frac{10 \times 10^{-3}}{10^{3}} = 10^{-5}\ \text{A} \]
\[ I_{sc} = -75I = -7.5 \times 10^{-4}\ \text{A} \]

Hence

\[ R_{TH} = \frac{V_{oc}}{I_{sc}} = \frac{-900/31}{-7.5 \times 10^{-4}} = 38.71\ \text{k}\Omega \]
Round at the end, not in the middle. Taking \(V_{oc}\) as \(-29\) V rather than \(-29.03\) and dividing gives 38.67 kΩ — an error of 0.1%, harmless here but the same habit that turns a 4-significant-figure answer into a 2-significant-figure one further down a calculation. Carry the fraction \(-900/31\) and divide once.
Answer\(V_{TH} = -29.03\ \text{V},\quad R_{TH} = 38.71\ \text{k}\Omega\)
Problem 12Exam levelA VCCS and a Test Source

Terminals \(C\!-\!D\) connect through a 5 kΩ resistor to node \(A\), which has a second 5 kΩ resistor to the reference. A voltage-controlled current source of value \(10^{-4}V_x\) injects into \(A\), where \(V_x\) is the voltage at \(C\!-\!D\). With the independent 10 V source deactivated, find \(R_{TH}\).

Solution

Apply a test source \(V_x = 1\ \text{V}\) at \(C\!-\!D\). The controlling variable is the test voltage itself, so the dependent source delivers a known \(10^{-4}\ \text{A}\) into node \(A\).

KCL at \(A\) — current arrives from the test source through one 5 kΩ and from the dependent source, and leaves through the other 5 kΩ:

\[ \frac{V_A - 1}{5000} + \frac{V_A}{5000} = 10^{-4} \]

Multiplying by 5000:

\[ 2V_A - 1 = 0.5 \;\Longrightarrow\; V_A = 0.75\ \text{V} \]

The test current is whatever flows into the network through the first resistor:

\[ I_x = \frac{V_x - V_A}{5\text{k}} = \frac{1 - 0.75}{5000} = 5 \times 10^{-5}\ \text{A} \]

Hence

\[ R_{TH} = \frac{V_x}{I_x} = \frac{1}{5 \times 10^{-5}} = 20\ \text{k}\Omega \]

Without the dependent source the answer would be \(5\text{k} + 5\text{k} = 10\ \text{k}\Omega\). The injected current partly supplies the second resistor, so the terminals see half the current and twice the resistance.

A dependent source can raise or lower \(R_{TH}\) according to its sign. Here it opposes the test current and doubles the resistance; reverse it and the terminals would draw \(1.5 \times 10^{-4}\) A, giving 6.67 kΩ. Push the gain far enough in that direction and the current changes sign altogether — which is Problem 14.
Answer\(V_A = 0.75\ \text{V},\ I_x = 50\ \mu\text{A},\ R_{TH} = 20\ \text{k}\Omega\)
Problem 13Exam levelA Negative Voc

A network has terminals \(a\!-\!b\) with \(v_1\) the terminal voltage. A dependent current source of value \(v_1/100\) feeds the node, and a 100 V source drives a 20 Ω resistor into it. Find the Thévenin equivalent.

Solution

Short-circuit current first, because shorting the terminals kills the dependent source and makes the circuit trivial. With \(a\!-\!b\) shorted, \(v_1 = 0\), so \(v_1/100 = 0\):

\[ I_{sc} = \frac{100}{20} = 5\ \text{A} \]

Open-circuit voltage. Now \(v_1 = v_{oc}\) and KCL at the node gives

\[ -\frac{v_{oc}}{100} + \frac{100 + v_{oc}}{20} = 0 \]

Multiplying by 100:

\[ -v_{oc} + 500 + 5v_{oc} = 0 \;\Longrightarrow\; 4v_{oc} = -500 \;\Longrightarrow\; v_{oc} = -125\ \text{V} \]

Hence

\[ V_{TH} = -125\ \text{V},\qquad R_{TH} = \left|\frac{V_{oc}}{I_{sc}}\right| = \frac{125}{5} = 25\ \Omega \]

What the negative sign means. The open-circuit voltage is 125 V with terminal \(b\) positive with respect to \(a\) — a real, measurable voltage, simply of opposite polarity to the reference direction chosen at the start. Reversing the labels would give \(+125\) V and the identical circuit.

Note also that \(V_{oc}\) exceeds the 100 V supply. There is nothing wrong: the dependent source contributes energy of its own, and a network containing one is not bounded by its independent sources.

Choose the easier calculation first and let it simplify the other. Shorting the terminals here nulls the controlling variable and reduces a two-source problem to Ohm's law; had you started with \(V_{oc}\) you would have met the full KCL immediately. Look for whichever of \(v_1 = 0\) or \(i = 0\) deactivates the dependent source, and do that one first.
Answer\(V_{TH} = -125\ \text{V},\quad R_{TH} = 25\ \Omega\)
Problem 14ChallengeNegative RTH

Terminals \(a\!-\!b\) have a 4 Ω resistor across them. A current-controlled current source of value \(k\,i_x\) injects into \(a\), where \(i_x\) is the current flowing from \(a\) to \(b\) through the resistor. Find \(R_{TH}\) as a function of \(k\), and interpret the cases \(k = 1\) and \(k = 2\).

Solution

Apply a test voltage \(V\) at the terminals. The resistor current follows Ohm's law:

\[ i_x = \frac{V}{4} \]

KCL at \(a\). The terminal supplies \(I\) and the dependent source supplies \(k\,i_x\); together they must equal the resistor current:

\[ I + k\,i_x = i_x \;\Longrightarrow\; I = (1-k)\,i_x = \frac{(1-k)V}{4} \]

Hence

\[ R_{TH} = \frac{V}{I} = \frac{4}{1-k} \]

The behaviour across the range:

\(k\)\(R_{TH}\)Meaning
04 ΩJust the resistor
0.58 ΩSource supplies half the current
1Source supplies all of it — terminals draw nothing
2−4 ΩCurrent flows out of the positive terminal
3−2 ΩMore strongly negative

At \(k = 1\) the dependent source exactly supplies the resistor's demand, so no current is drawn at the terminals whatever the voltage — the network looks like an open circuit, and \(V_{oc}/I_{sc}\) would give a division by zero.

At \(k = 2\) the source supplies twice what the resistor needs, so the excess flows back out of terminal \(a\). Applying a positive voltage produces a negative current: the network delivers power to whatever is connected, which is exactly what \(R_{TH} = -4\ \Omega\) encodes.

Negative resistance is real and useful, not a sign error. Tunnel diodes and the negative-impedance converters built from op-amps both exhibit it, and it is what makes an oscillator possible: connect \(-4\ \Omega\) to a resonant circuit with 4 Ω of loss and the net loss is zero. The cost is that stability is no longer automatic — with \(R_{TH} < 0\), a load of \(R_L = -R_{TH}\) makes the current infinite, and Set 13's maximum-power argument breaks down entirely.
Answer\(R_{TH} = 4/(1-k)\); infinite at \(k=1\), \(-4\ \Omega\) at \(k=2\)
Problem 15Exam levelWhen VTH is Zero

A network contains resistors and dependent sources but no independent source at all. Show that \(V_{TH} = 0\), explain what the Thévenin equivalent then reduces to, and say which method must be used to find \(R_{TH}\).

Solution

Why \(V_{TH} = 0\). With the terminals open, the network's equations are homogeneous: every element law is of the form \(v = Ri\) or \(v = \alpha v_c\) or \(i = \beta i_c\), all with zero on the right when no independent source drives them. In matrix form,

\[ \mathbf{Y}\mathbf{V}_n = \mathbf{0} \]

and provided \(\mathbf{Y}\) is non-singular, the only solution is \(\mathbf{V}_n = \mathbf{0}\). Every node sits at zero and so do the terminals.

What the equivalent becomes. A source of zero volts is a short, so the Thévenin equivalent collapses to a single resistance:

\[ V_{TH} = 0 \;\Longrightarrow\; \text{the network is simply } R_{TH} \]

Which method works. Both \(V_{oc}\) and \(I_{sc}\) are zero, so

\[ R_{TH} = \frac{V_{oc}}{I_{sc}} = \frac{0}{0} \quad \text{— indeterminate} \]

The open-circuit/short-circuit route fails completely. Deactivation is also unavailable, since dependent sources may not be killed. Only the test source remains.

This is not an exotic case. It is exactly the situation in Problems 9, 12 and 14, and it is what every small-signal input or output resistance calculation amounts to: the bias sources are dead, the controlled sources are alive, and a test signal is applied precisely because there is nothing else to work with.

The test-source method is the one that never fails. Deactivation is quickest but needs independent sources only; \(V_{oc}/I_{sc}\) is general but breaks when both vanish. If you learn one method for \(R_{TH}\) properly, learn this one — Problem 19 shows a further case where it is again the sole survivor.
Answer\(V_{TH} = 0\); the equivalent is a bare \(R_{TH}\), obtainable only by a test source
Problem 16CoreSweeping the Load

Using the equivalent of Problem 1 \((V_{TH} = 6\ \text{V},\ R_{TH} = 2\ \Omega)\), tabulate the load current, load voltage and load power for \(R_L = 0,\ 1,\ 2,\ 4,\ 10\ \Omega\) and open-circuit. Identify where the power peaks.

Solution

Every entry is one division into the same two numbers:

\[ I_L = \frac{6}{2 + R_L},\qquad V_L = I_L R_L,\qquad P_L = I_L^2 R_L \]

The sweep:

\(R_L\) (Ω)\(I_L\) (A)\(V_L\) (V)\(P_L\) (W)
0 (short)3.0000
12.002.04.0
21.503.04.5
41.004.04.0
100.505.02.5
∞ (open)06.00

The two extremes bracket everything. The short-circuit current \(V_{TH}/R_{TH} = 3\ \text{A}\) is the largest current the network can deliver; the open-circuit voltage 6 V is the largest voltage. No load produces more of either.

The power peaks at \(R_L = 2\ \Omega = R_{TH}\). Differentiating:

\[ P_L = \frac{V_{TH}^2 R_L}{(R_{TH}+R_L)^2}, \qquad \frac{dP_L}{dR_L} = V_{TH}^2\,\frac{R_{TH}-R_L}{(R_{TH}+R_L)^3} \]

which vanishes at \(R_L = R_{TH}\), giving \(P_{\max} = V_{TH}^2/4R_{TH} = 36/8 = 4.5\ \text{W}\). That is the maximum power transfer theorem, and Set 13 develops it.

Count the work. Six load values, six divisions. Solving the original circuit six times would mean six parallel combinations, six source currents and six terminal voltages — and the saving grows without limit as the number of loads increases.

Notice how flat the peak is. Doubling the load from 2 to 4 Ω, or halving it to 1 Ω, costs only 11% of the power. Matching therefore need not be precise to be effective — which is fortunate, since real source resistances drift with temperature and age.
AnswerPeak \(P_L = 4.5\ \text{W}\) at \(R_L = R_{TH} = 2\ \Omega\); \(I_{sc} = 3\ \text{A}\), \(V_{oc} = 6\ \text{V}\)
Problem 17CoreThévenin and Norton

Convert the equivalent of Problem 1 to its Norton form, verify the two are indistinguishable at the terminals, and state when each is the more convenient.

Solution

The Norton equivalent is a current source \(I_N\) in parallel with a resistance \(R_N\). Matching the short-circuit currents of the two forms:

\[ I_N = \frac{V_{TH}}{R_{TH}} = \frac{6}{2} = 3\ \text{A},\qquad R_N = R_{TH} = 2\ \Omega \]

Verifying the equivalence. The Thévenin form has terminal relation \(V = V_{TH} - IR_{TH}\). For the Norton form, KCL at the terminals gives

\[ I = I_N - \frac{V}{R_N} \;\Longrightarrow\; V = I_N R_N - I R_N = V_{TH} - I R_{TH} \]

Identical. The two are the same straight line in the \((V, I)\) plane, with intercepts \(V_{oc} = 6\ \text{V}\) and \(I_{sc} = 3\ \text{A}\) and slope \(-1/R_{TH}\).

Checking against the sweep of Problem 16 at \(R_L = 4\ \Omega\). By current division:

\[ I_L = 3 \times \frac{2}{2+4} = 1\ \text{A}\;\checkmark \]

Which form to use:

Prefer ThéveninPrefer Norton
Load in series with the networkLoad in parallel with other branches
Mesh analysis followsNodal analysis follows
Small \(R_{TH}\) (a stiff supply)Large \(R_{TH}\) (a current source)
Voltage is the quantity of interestCurrent is the quantity of interest

The one case where conversion fails. An ideal voltage source has \(R_{TH} = 0\), so \(I_N = V_{TH}/0\) is undefined — no Norton form exists. Dually, an ideal current source has \(R_N = \infty\) and has no Thévenin form. Every network with a finite non-zero \(R_{TH}\) has both.

These are the same theorem, and the duality of Set 8 says why. Voltage source ↔ current source and series ↔ parallel is exactly the dual dictionary, so Norton's theorem is Thévenin's applied to the dual network. Set 10 works it directly, and every result there could be obtained from this set by translation.
Answer\(I_N = 3\ \text{A},\ R_N = 2\ \Omega\); identical terminal relation \(V = 6 - 2I\)
Problem 18Exam levelMeasuring RTH

You have a sealed box with two terminals and a variable resistor. Describe how to determine \(V_{TH}\) and \(R_{TH}\) experimentally, explain why the half-voltage method is preferred over simply shorting the terminals, and state what could go wrong.

Solution

Measuring \(V_{TH}\). Connect a voltmeter with nothing else attached. A good voltmeter has input resistance far above \(R_{TH}\), so it draws almost no current and reads the open-circuit voltage directly.

The half-voltage method. Connect the variable resistor and adjust it until the terminal voltage falls to exactly half its open-circuit value. From the divider relation,

\[ V_L = V_{TH}\,\frac{R_L}{R_L + R_{TH}} = \frac{V_{TH}}{2} \;\Longleftrightarrow\; R_L = R_{TH} \]

Reading the resistor's setting gives \(R_{TH}\) without knowing any current, and without trusting the ammeter's own resistance.

Why not just short the terminals? The relation \(R_{TH} = V_{oc}/I_{sc}\) is exact in theory and dangerous in practice:

HazardConsequence
Short-circuit currentMay exceed ratings and destroy the source
Ammeter resistanceNot a true short; reads low
Heating during the testResistances drift, so \(R_{TH}\) changes as you measure it
Non-linearity at high currentThe linear model stops applying

The half-voltage method never draws more than \(I_{sc}/2\), and at that point the load absorbs the maximum power the source can give — itself a useful confirmation.

What could go wrong anyway. If the box is not linear, no single \(R_{TH}\) exists, and the resistor setting will depend on where you measure. Testing at a third point — say quarter voltage, which should need \(R_L = R_{TH}/3\) — checks linearity in one extra measurement.

This is how a battery's internal resistance is measured, and why it matters. A cell reading 1.5 V open-circuit but needing only 2 Ω to halve that has \(R_{TH} = 2\ \Omega\) and cannot deliver more than 0.28 W to anything. The open-circuit voltage alone says nothing about a source's usefulness; \(R_{TH}\) is what distinguishes a fresh cell from an exhausted one.
AnswerVoltmeter for \(V_{TH}\); the \(R_L\) that halves it equals \(R_{TH}\), at half the short-circuit current
Problem 19ChallengeWhen Voc/Isc Fails

Identify every circumstance in which \(R_{TH} = V_{oc}/I_{sc}\) cannot be used, and state what to do in each case.

Solution

Case 1: \(V_{oc} = 0\) and \(I_{sc} = 0\). A network with no independent sources, as in Problem 15. The ratio is \(0/0\).

\[ \text{Remedy: apply a test source.} \]

This is the normal situation in small-signal analysis, where every input and output resistance is computed this way.

Case 2: \(R_{TH} = 0\). The network is an ideal voltage source. Then \(I_{sc} \to \infty\), the ratio is \(V_{oc}/\infty\), and shorting the terminals is physically impossible to model.

\[ \text{Remedy: recognise it — the Thévenin form is already the answer, with } R_{TH} = 0. \]

Case 3: \(R_{TH} = \infty\). The dependent source exactly supplies the internal demand, as at \(k = 1\) in Problem 14. Then \(I_{sc} = 0\) while \(V_{oc} \ne 0\), giving division by zero.

\[ \text{Remedy: the network is a Norton source with } R_N = \infty \text{ — an ideal current source.} \]

Case 4: the network is not linear. No \(V_{TH}\) and \(R_{TH}\) exist at all, since the terminal relation is not a straight line. Both measurements can still be made, and their ratio will be some number, but it describes nothing.

\[ \text{Remedy: none — the theorem does not apply.} \]

This is the dangerous case, because the calculation succeeds and the answer is meaningless. Problem 18's third measurement is the test.

Case 5: a singular network. If the dependent-source gain makes \(\mathbf{Y}\) singular — Set 4, Problem 20's condition — the circuit has no unique solution and neither \(V_{oc}\) nor \(I_{sc}\) is defined.

\[ \text{Remedy: the linear DC model has broken down; expect oscillation or saturation.} \]
Four of the five failures are informative, and one is not. Cases 1 to 3 and 5 each tell you something definite about the network the moment they occur. Case 4 is the only one that fails silently, which is why linearity should be established before the theorem is invoked rather than assumed because the arithmetic went through.
AnswerFails when both are zero, when \(R_{TH}\) is 0 or ∞, when the network is non-linear, or when it is singular
Problem 20ChallengeWhat Thévenin Cannot Do

For the circuit of Problem 1 with the 4 Ω load connected, compute the power dissipated inside the original network and inside the Thévenin equivalent. Explain the discrepancy and state precisely what the equivalence guarantees.

Solution

The original network. With the 4 Ω connected, the 3 Ω and 4 Ω are in parallel at \(12/7\ \Omega\), so the source current is

\[ I_s = \frac{18}{6 + 12/7} = \frac{7}{3} = 2.333\ \text{A},\qquad V_{ab} = 2.333 \times \frac{12}{7} = 4\ \text{V} \]

Element by element:

ElementOriginalEquivalent
Source supplies\(18 \times 2.333 = 42\) W\(6 \times 1 = 6\) W
Internal 6 Ω32.67 W
Internal 3 Ω5.33 W
\(R_{TH}\)2 W
Load 4 Ω4 W4 W
Total42 W6 W

The load figures agree exactly, as they must. Everything else differs by a factor of seven — the original network burns 38 W internally while the equivalent burns 2 W.

Why this is not a contradiction. The proof of Problem 2 established one thing only: that the terminal relation \(V = V_{TH} - IR_{TH}\) is identical for both. It said nothing whatever about internal currents, and the substitution step deliberately discarded them.

\[ \text{Guaranteed: } (V, I) \text{ at the terminals.} \qquad \text{Not guaranteed: anything inside.} \]

The practical consequence. Efficiency questions cannot be answered from the equivalent. Here the original delivers 4 W of 42 W — under 10% efficient — while the equivalent appears to deliver 4 W of 6 W, or 67%. Anyone sizing a power supply, or asking whether a resistor will overheat, must go back to the real circuit.

The same warning covers component ratings, fault currents in internal branches, and the effect of a component failing inside the network. All of these are invisible to a two-terminal model, by construction rather than by oversight.

Set 13's maximum power transfer theorem lives entirely inside this limitation. "Maximum power to the load at \(R_L = R_{TH}\)" is a true statement about the terminals and says nothing about efficiency — which at the matched point is exactly 50% in the equivalent, and here would be under 10% in the real circuit. Power systems are therefore never matched; they are designed for \(R_{TH} \ll R_L\) instead.
AnswerLoad power identical (4 W); internal dissipation 38 W against 2 W — only the terminal pair \((V, I)\) is guaranteed
Practice

Practice Problems

Work each on paper before opening the answer. The answer is given so you can check yourself; the method is deliberately not.

  1. P1. A 24 V source feeds an 8 Ω resistor to terminal \(a\), with a 4 Ω from \(a\) to \(b\). Find \(V_{TH}\) and \(R_{TH}\).

    Show answer
    \(V_{TH} = 24 \times 4/12 = 8\) V; \(R_{TH} = 8 \parallel 4 = 8/3 = 2.67\ \Omega\).
  2. P2. For P1, what current flows into a 5 Ω load?

    Show answer
    \(I = 8/(2.67+5) = 1.043\) A.
  3. P3. A 5 A source has a 10 Ω across it and a 4 Ω in series to terminal \(a\). Find the Thévenin equivalent.

    Show answer
    \(V_{TH} = 5 \times 10 = 50\) V; \(R_{TH} = 10 + 4 = 14\ \Omega\). The dead current source is an open.
  4. P4. A network has \(V_{oc} = 20\) V and \(I_{sc} = 4\) A. What is \(R_{TH}\), and what is the maximum power it can deliver?

    Show answer
    \(R_{TH} = 20/4 = 5\ \Omega\); \(P_{\max} = V_{TH}^2/4R_{TH} = 400/20 = 20\) W, at \(R_L = 5\ \Omega\).
  5. P5. Why may a dependent source never be deactivated when finding \(R_{TH}\)?

    Show answer
    Its value is determined by the circuit, not chosen by you. Killing it produces a different network — Problem 9, where the error would give 15 Ω instead of 35 Ω.
  6. P6. A network's Thévenin equivalent is 12 V in series with 3 Ω. Give its Norton equivalent.

    Show answer
    \(I_N = 12/3 = 4\) A in parallel with \(R_N = 3\ \Omega\).
  7. P7. A test source of 2 V applied to a source-free network draws 40 mA. What is \(R_{TH}\)?

    Show answer
    \(R_{TH} = 2/0.04 = 50\ \Omega\). Since the network is source-free, \(V_{TH} = 0\) and the equivalent is a bare 50 Ω.
  8. P8. A load resistor is varied and the terminal voltage falls from 9 V open-circuit to 4.5 V at \(R_L = 6\ \Omega\). Find \(R_{TH}\).

    Show answer
    Half the open-circuit voltage means \(R_L = R_{TH}\), so \(R_{TH} = 6\ \Omega\) — Problem 18.
  9. P9. Can a Thévenin equivalent have \(R_{TH} = 0\)? What does the network then contain?

    Show answer
    Yes — an ideal voltage source, or one whose internal resistance is negligible. It has no Norton form, since \(I_N = V_{TH}/0\) is undefined.
  10. P10. A balanced Wheatstone bridge has an arm between \(c\) and \(d\). What is \(V_{TH}\) seen by that arm, and what current does it carry?

    Show answer
    \(V_{TH} = 0\), so no current flows whatever the arm's resistance — the defining property of balance. Compare Problem 7, where \(V_{TH} = 2.133\) V because the bridge is unbalanced.
  11. P11. The Thévenin equivalent of a network delivers 4 W to a load while \(R_{TH}\) dissipates 2 W. Is the real network 67% efficient?

    Show answer
    No. The equivalent reproduces terminal behaviour only; internal dissipation is not modelled. Problem 20's circuit is under 10% efficient while its equivalent appears to be 67%.
  12. P12. A network contains one independent and two dependent sources. Which methods can find \(R_{TH}\)?

    Show answer
    \(V_{oc}/I_{sc}\) and the test source. Deactivation is illegal because of the dependent sources — but note the independent source is deactivated in the test-source method.
Challenge

Challenge Problems

Each needs an idea rather than a formula. Decide what the governing principle is before opening the answer.

  1. C1. A network of \(N\) identical cells, each of emf \(E\) and internal resistance \(r\), is arranged as \(m\) parallel strings of \(s\) cells in series, with \(ms = N\). Find the Thévenin equivalent, and determine the arrangement that maximises power in a fixed load \(R_L\).

    Show answer
    Each string is \(sE\) in series with \(sr\). Putting \(m\) identical strings in parallel leaves the voltage unchanged and divides the resistance:
    \[ V_{TH} = sE,\qquad R_{TH} = \frac{sr}{m} = \frac{s^2 r}{N} \]
    The load power is
    \[ P = \left(\frac{sE}{s^2r/N + R_L}\right)^{2} R_L \]
    Dividing numerator and denominator by \(s\) gives \(P = E^2R_L/(sr/N + R_L/s)^2\), so \(P\) is maximised when the bracket is minimised. By AM–GM the minimum is at
    \[ \frac{sr}{N} = \frac{R_L}{s} \;\Longrightarrow\; s = \sqrt{\frac{N R_L}{r}} \;\Longrightarrow\; R_{TH} = R_L \]
    So the best arrangement is the one making \(R_{TH} = R_L\) — maximum power transfer again, but achieved by reconfiguring the source rather than the load. With \(N = 12\), \(r = 1\ \Omega\), \(R_L = 3\ \Omega\): \(s = 6\), \(m = 2\), giving \(R_{TH} = 3\ \Omega\) ✓. Note \(s\) must be an integer dividing \(N\), so in practice you take the nearest admissible value — and Problem 16's flat peak means little is lost.
  2. C2. Two networks with Thévenin equivalents \((V_1, R_1)\) and \((V_2, R_2)\) are connected in parallel at a common terminal pair. Find the Thévenin equivalent of the combination, and use it to explain why paralleling two batteries of unequal voltage is a bad idea.

    Show answer
    Convert both to Norton form, add the current sources and combine the resistances in parallel, then convert back:
    \[ I_N = \frac{V_1}{R_1} + \frac{V_2}{R_2},\qquad R_{TH} = R_1 \parallel R_2 \]
    \[ V_{TH} = I_N R_{TH} = \frac{V_1R_2 + V_2R_1}{R_1 + R_2} \]
    This is Millman's theorem, and it says the combined voltage is a weighted average — always between \(V_1\) and \(V_2\).

    Why unequal batteries are a bad idea. Even with nothing connected at the terminals, a circulating current flows:
    \[ I_{\text{circ}} = \frac{V_1 - V_2}{R_1 + R_2} \]
    The higher cell discharges into the lower one, doing no useful work and heating both. With \(V_1 = 12.6\) V, \(V_2 = 12.0\) V and \(R_1 = R_2 = 0.01\ \Omega\), the circulating current is 30 A — enough to damage both cells before any load is attached. This is the finite-resistance version of Set 3's impossible circuit: ideal unequal sources in parallel have no solution, and real ones resolve the contradiction by passing a large current instead.
  3. C3. Prove that for a network of positive resistors and independent sources, \(R_{TH} \ge 0\) at every terminal pair, and identify precisely which assumption fails when Problem 14 produces \(-4\ \Omega\).

    Show answer
    With the independent sources deactivated, the network is a graph of positive resistors. Drive the terminals with a current \(I\) and let \(V\) be the resulting terminal voltage. The power delivered into the network is
    \[ VI = \sum_k R_k i_k^2 \;\ge\; 0 \]
    by conservation of energy (Tellegen, Set 8, Problem 11) with every \(R_k > 0\). Since \(V = IR_{TH}\), this gives \(I^2 R_{TH} \ge 0\) and hence \(R_{TH} \ge 0\), with equality only if every branch current vanishes.

    Equivalently, Set 8, Problem 9 showed \(\mathbf{Y} = \mathbf{A}\mathbf{G}_b\mathbf{A}^{\mathsf T}\) is positive semi-definite, and \(R_{TH}\) is a diagonal entry of its inverse.

    What fails in Problem 14. The step \(\sum R_k i_k^2 \ge 0\) assumes every element is a positive resistor. A dependent source is not: it can inject energy, so the sum is no longer a sum of squares and the bound disappears. Note carefully that Tellegen's theorem still holds — the total \(\sum v_ki_k\) is still zero, since that needs only KCL and KVL. What is lost is the sign of the resistive part. The energy comes from the supply that biases the dependent source in a real circuit; the small-signal model simply does not show it.
MCQ

Multiple-Choice Questions

Twelve questions in GATE/ESE style. Commit to an answer before opening the explanation.

  1. Q1. The Thévenin voltage of a network is

    (a) the source voltage   (b) the open-circuit terminal voltage   (c) the load voltage   (d) the short-circuit voltage

    Show answer
    (b). Measured with the load removed. Problem 13 shows it can even exceed the supply when a dependent source is present.
  2. Q2. To find \(R_{TH}\) by deactivation, ideal current sources are replaced by

    (a) short circuits   (b) open circuits   (c) their own resistance   (d) voltage sources

    Show answer
    (b). A dead current source passes zero current — an open. Voltage sources become shorts.
  3. Q3. A network has \(V_{TH} = 12\) V and \(R_{TH} = 4\ \Omega\). The current into an 8 Ω load is

    (a) 1 A   (b) 1.5 A   (c) 2 A   (d) 3 A

    Show answer
    (a). \(12/(4+8) = 1\) A.
  4. Q4. When a network contains dependent sources, \(R_{TH}\) may be found by

    (a) deactivating all sources   (b) \(V_{oc}/I_{sc}\) or a test source   (c) series–parallel reduction   (d) inspection

    Show answer
    (b). Option (a) is precisely the forbidden move — Problem 9 shows the resulting error.
  5. Q5. A source-free network containing dependent sources has

    (a) \(V_{TH} = 0\), \(R_{TH}\) from a test source   (b) \(V_{TH} = 0\), \(R_{TH} = 0\)   (c) no equivalent   (d) \(R_{TH}\) from \(V_{oc}/I_{sc}\)

    Show answer
    (a). Both \(V_{oc}\) and \(I_{sc}\) vanish, so their ratio is indeterminate — Problem 15.
  6. Q6. The Norton equivalent of a 20 V, 5 Ω Thévenin source is

    (a) 4 A ∥ 5 Ω   (b) 4 A in series with 5 Ω   (c) 100 A ∥ 5 Ω   (d) 20 A ∥ 5 Ω

    Show answer
    (a). \(I_N = V_{TH}/R_{TH} = 4\) A, in parallel with the same 5 Ω.
  7. Q7. Maximum power is delivered to a load when

    (a) \(R_L = 0\)   (b) \(R_L = R_{TH}\)   (c) \(R_L \to \infty\)   (d) \(R_L = 2R_{TH}\)

    Show answer
    (b). Giving \(P_{\max} = V_{TH}^2/4R_{TH}\) — Problem 16 and Set 13.
  8. Q8. The Thévenin equivalent reproduces

    (a) all internal currents   (b) the terminal \(V\!-\!I\) relation only   (c) the internal power dissipation   (d) the source's efficiency

    Show answer
    (b). Problem 20: identical load power, 38 W against 2 W internally.
  9. Q9. If a network's \(R_{TH}\) comes out negative, it must contain

    (a) an error   (b) a dependent source   (c) a negative resistor   (d) a current source

    Show answer
    (b). Positive resistors and independent sources always give \(R_{TH} \ge 0\) — Challenge C3. Problem 14 gives −4 Ω from a CCCS of gain 2.
  10. Q10. The half-voltage method finds \(R_{TH}\) by adjusting \(R_L\) until the terminal voltage is half its open-circuit value. The load current is then

    (a) \(I_{sc}\)   (b) \(I_{sc}/2\)   (c) \(I_{sc}/4\)   (d) zero

    Show answer
    (b). With \(R_L = R_{TH}\), \(I = V_{TH}/2R_{TH} = I_{sc}/2\) — and the load is absorbing the maximum power available.
  11. Q11. For an unbalanced bridge, the Thévenin resistance seen by the bridge arm is found by

    (a) removing the arm and shorting the source   (b) leaving the arm in place   (c) opening the source   (d) delta–wye only

    Show answer
    (a). Shorting the supply merges \(a\) and \(b\), leaving two parallel pairs in series — 7.6 Ω in Problem 7.
  12. Q12. Thévenin's theorem requires that

    (a) the network be planar   (b) the network be linear   (c) the load be linear   (d) all sources be independent

    Show answer
    (b). Only the network must be linear — the load may be a diode, and dependent sources are permitted. Problem 2's proof uses nothing else.
Formulas

Key Formulas

QuantityRelationNotes
Terminal relation\(V = V_{TH} - IR_{TH}\)Defines the equivalent
Thévenin voltage\(V_{TH} = V_{oc}\)Load removed
By deactivationShort \(V\)-sources, open \(I\)-sourcesIndependent sources only
By \(V_{oc}/I_{sc}\)\(R_{TH} = V_{oc}/I_{sc}\)Fails if both are zero
By test source\(R_{TH} = V_{\text{test}}/I_{\text{test}}\)Independent sources dead; always works
Load current\(I_L = V_{TH}/(R_{TH}+R_L)\)One division per load
Load voltage\(V_L = V_{TH}R_L/(R_{TH}+R_L)\)Divider form
Load power\(P_L = V_{TH}^2R_L/(R_{TH}+R_L)^2\)Peaks at \(R_L = R_{TH}\)
Maximum power\(P_{\max} = V_{TH}^2/4R_{TH}\)Set 13
Norton relation\(I_N = V_{TH}/R_{TH},\ R_N = R_{TH}\)Set 10
Half-voltage test\(V_L = V_{TH}/2 \Leftrightarrow R_L = R_{TH}\)Laboratory method
Two sources in parallel\(V_{TH} = \dfrac{V_1R_2 + V_2R_1}{R_1+R_2}\)Millman; \(R_{TH} = R_1 \parallel R_2\)
Sign of \(R_{TH}\)\(R_{TH} \ge 0\)Positive resistors only; dependent sources may break it
Pitfalls

Common Mistakes

  1. Leaving the load connected. Both \(V_{TH}\) and \(R_{TH}\) describe the network without its load. Including it gives a smaller \(R_{TH}\) and an answer that is wrong twice over.

  2. Deactivating a dependent source. Never legal. Problem 9 would give 15 Ω instead of 35 Ω, and nothing in the working would look amiss.

  3. Shorting a current source or opening a voltage source. It is the other way round — Problem 3, where the error would give 1.5 Ω instead of 8 Ω.

  4. Forgetting that a dead current source leaves its parallel resistor behind. Opening the source removes the source, not the resistor beside it — Problem 5.

  5. Using \(V_{oc}/I_{sc}\) when both are zero. A source-free network needs a test source; the ratio is \(0/0\) — Problems 15 and 19.

  6. Discarding a negative \(V_{TH}\). It is a real voltage of opposite polarity, not an error. Problem 13's −125 V is measurable, and larger in magnitude than the 100 V supply.

  7. Rounding \(V_{oc}\) before dividing by \(I_{sc}\). Problem 11 loses a digit this way: 38.67 kΩ instead of 38.71 kΩ. Carry the fraction and divide once.

  8. Reading efficiency off the equivalent. Internal dissipation is not modelled. Problem 20's circuit is under 10% efficient while its equivalent suggests 67%.

  9. Assuming the maximum-power result applies with a negative \(R_{TH}\). The derivation assumes \(R_{TH} > 0\); with \(R_{TH} < 0\) the "matched" load makes the denominator vanish — Problem 14.

  10. Applying the theorem to a non-linear network. The arithmetic will complete and the answer will mean nothing. Establish linearity first, or test it with a third measurement — Problems 18 and 19.

Looking Ahead

Thévenin's theorem is the first of the reduction theorems, and the most used. It changes the question from "solve this network" to "characterise it at two terminals", and once \(V_{TH}\) and \(R_{TH}\) are known the load may be anything at all — including, as Problem 2's proof allows, a non-linear one.

The theorems that follow are its relatives. Norton's is the same statement in dual form; superposition is the principle Thévenin's proof was built on, used directly; source transformation is Thévenin applied to a single branch; and maximum power transfer is the calculus of Problem 16 made into a design rule.

Next: Set 10 — Norton's Theorem, where the current-source form is developed in its own right, together with the cases in which one equivalent exists and the other does not.