05

Thevenin, Norton, Superposition & the Wheatstone Bridge

Slides 2.6.1 · 2.6.2 · 2.7 · 2.8 — Exercise 6, Tutorial 5

Node and mesh analysis will solve any resistive circuit, but they solve it all at once: change one load resistor and you re-solve the whole system. This chapter buys you something better. Every technique here — superposition, Thevenin, Norton, the bridge — is a consequence of one fact: a resistive circuit is a linear system. Linearity lets you take a circuit apart source-by-source, and it lets you collapse an arbitrarily ugly network into one source and one resistor that a load cannot tell apart from the original. On the exam these are the questions where the "obvious" method takes twenty minutes and the right method takes three.

complex network Rₗ = 2 Ω solve whole circuit Rₗ = 5 Ω solve whole circuit Rₗ = 10 Ω solve whole circuit
Without Thevenin: same network, three loads, three full re-derivations — every source and every other resistor gets re-accounted for each time.
complex network reduce once +− V(Th) R(Th) one small circuit, found once then any load is one line Rₗ=2, 5, 10 Ω divide once each ✓
With Thevenin: reduce the network to two numbers once. Every load after that is one divider calculation on a two-element circuit — the whole reason this chapter exists.
Where this is going — pacing budget

Roughly 25 min on linearity + superposition (including the power trap, which is worth a mark on almost every exam that asks it), 35 min on Thevenin/Norton (the workhorse), 15 min on the Wheatstone bridge, then the practice set. If you are short on time: learn the three ways to find RThR_{Th} and when each one is legal. That single decision is where most lost marks live.

1. Linearity — the license for everything in this chapter

Write node-voltage analysis for any resistive circuit with NN unknown node voltages. Every equation is a KCL sum of terms (vjvk)/R\,(v_j - v_k)/R\, and known source currents. Collect them and you always get the same shape:

Gv  =  is\mathbf{G}\,\mathbf{v} \;=\; \mathbf{i}_s
G\mathbf{G} = conductance matrix (resistors only). is\mathbf{i}_s = the sources. v\mathbf{v} = node voltages.

The resistors live entirely in G\mathbf{G}; the sources live entirely on the right-hand side. So the solution is

v  =  G1is\mathbf{v} \;=\; \mathbf{G}^{-1}\,\mathbf{i}_s

which is a linear function of the source vector. Two consequences fall straight out, and they are the whole chapter:

  • Additivity → superposition. If is=iA+iB\mathbf{i}_s = \mathbf{i}_A + \mathbf{i}_B, then v=G1iA+G1iB\mathbf{v} = \mathbf{G}^{-1}\mathbf{i}_A + \mathbf{G}^{-1}\mathbf{i}_B. The response to all sources is the sum of the responses to each source alone.
  • Affine terminal law → Thevenin/Norton. Pull one pair of terminals out of the network and the relation between the terminal voltage vv and terminal current ii can only be a straight line, v=VThRThiv = V_{Th} - R_{Th}\,i. A straight line has exactly two parameters — which is why exactly two measurements pin down any network.
What "linear" excludes

Resistors, independent sources, and linear dependent sources (like 3ix3i_x or 2v2v) are all fine. Diodes, transistors, and anything with a squared term are not. And note carefully: power is not a linear function of the sourcesp=i2Rp = i^2R is quadratic. That single fact is the most-tested trap in this chapter (§2.3).

2. Superposition

The recipe follows directly from additivity: solve the circuit once per independent source, with all the other independent sources deactivated, then add the answers.

x  =  x+x+x+x \;=\; x' + x'' + x''' + \cdots
where xx is any voltage or current, and each term is that quantity with exactly one independent source left active.

Deactivating a source means setting its value to zero, and what a zero-valued source is follows from its definition:

  • A voltage source with v=0v = 0 forces zero volts across itself no matter the current — that is a short circuit (a plain wire).
  • A current source with i=0i = 0 forces zero current no matter the voltage — that is an open circuit (a gap).

Do not memorise this backwards. Derive it in three seconds from "what does a zero-valued version of this element do?" and you will never flip it under exam pressure.

2.1 The deactivation sequence, drawn

This is Exercise 6 P2.94's circuit: a 30 V source feeding a 10 Ω resistor into a node, a 5 Ω resistor from that node to ground carrying the current ii we want, and a 3 A source pushing current up into the same node.

+ 30 V 10 Ω 5 Ω i 3 A
Both sources active. Target: ii down through 5 Ω.
+ 30 V 10 Ω 5 Ω i′ = 2 A open
3 A source → open. Divider: 30·5/15 = 10 V.
10 Ω 5 Ω i″ = 2 A 3 A short
30 V source → short. Divider: 3·10/15 = 2 A.
Worked example — Exercise 6, P2.94 (superposition)
1

Voltage source alone. Open the 3 A source. The 10 Ω and 5 Ω are now a simple series pair across 30 V, so a voltage divider gives the 5 Ω voltage v=30510+5=10v' = 30\cdot\frac{5}{10+5} = 10 V.

i=v/5=2i' = v'/5 = 2 A, downward.
2

Current source alone. Short the 30 V source. Now the 3 A splits between 10 Ω (through the short, back to ground) and 5 Ω. A current divider sends the larger share to the smaller resistor:

i=31010+5=2 A, downwardi'' = 3\cdot\frac{10}{10+5} = 2\ \text{A, downward}
3

Add. Both contributions point down through the 5 Ω, so they add with the same sign: i=i+i=4i = i' + i'' = 4 A.

Cross-check by node analysis (one equation, both sources live):

v3010+v5=3    3v=60    v=20 V\frac{v-30}{10}+\frac{v}{5}=3 \;\Rightarrow\; 3v = 60 \;\Rightarrow\; v = 20\ \text{V}
i=20/5=4i = 20/5 = 4 A. Agrees.
i=4i = 4 A downward through the 5 Ω resistor.

2.2 Dependent sources are never deactivated

Classic lost mark

Superposition splits the independent source vector. A dependent source (3ix3i_x, 2v2v, …) is not part of is\mathbf{i}_s — it is part of the network's own linear behaviour, i.e. it belongs in G\mathbf{G}. So in every sub-circuit the dependent source stays active, with its controlling variable re-evaluated for that sub-circuit. Zeroing it is not "one more source deactivated", it is deleting part of the circuit, and it gives a wrong answer. (Tutorial 5 P1 is exactly this circuit — a 3v3v dependent source that must remain live through both passes.)

2.3 Why superposition does not apply to power

Suppose source A alone drives ii' through a resistor RR, and source B alone drives ii''. With both active, i=i+ii = i' + i'' — that part is legal. Now compute the power:

p=i2R=(i+i)2R=i2Rp+i2Rp+2iiRcross termp = i^2R = (i'+i'')^2R = \underbrace{i'^2R}_{p'} + \underbrace{i''^2R}_{p''} + \underbrace{2\,i'i''R}_{\text{cross term}}

The cross term 2iiR2i'i''R is the whole story. It is not zero in general, so pp+pp \neq p' + p''. Power is a quadratic function of the source vector, and only linear functions superpose.

The correct procedure

Superpose the current (or voltage), then square it once at the end: find i=i+ii = i'+i'' first, then p=i2Rp = i^2R. Never add sub-powers. Tutorial 5 P4 does exactly this: superpose to i=2.5+0.3751=1.875i = 2.5 + 0.375 - 1 = 1.875 A, then P3Ω=(1.875)2(3)10.55P_{3\Omega} = (1.875)^2(3) \approx 10.55 W.

Self-check 1

A 3 Ω resistor carries 2 A when source A acts alone and 1 A in the same direction when source B acts alone. With both sources active, the power dissipated in that resistor is:

3. Thevenin equivalent circuits

Take any linear resistive network, no matter how many sources and resistors, and bring out two terminals aabb. From linearity, the terminal voltage must be an affine function of the terminal current:

v  =  VTh    RThiv \;=\; V_{Th} \;-\; R_{Th}\, i
A straight line — so a source in series with a resistor reproduces it exactly.

That equation is a voltage source VThV_{Th} in series with a resistance RThR_{Th} (walk KVL around it and you get the same line). So no load can distinguish the original network from that two-element equivalent. Thevenin's theorem is not a trick; it is the statement that a straight line has two parameters.

any linear resistive network a b R L i
Original network driving a load.
+ V Th R Th a b R L
Thevenin equivalent — identical vvii at aabb.

3.1 The two intercepts: why RTh=voc/iscR_{Th} = v_{oc}/i_{sc}

You know the terminal law is the line v=VThRThiv = V_{Th} - R_{Th}i. To identify its two parameters, take the two easiest points on it — the intercepts.

1

Open the terminals. No load means i=0i = 0, so v=VThv = V_{Th}. Therefore

VTh=vocV_{Th} = v_{oc}
The open-circuit voltage is the Thevenin voltage, by definition of the line's vv-intercept.
2

Short the terminals. A short forces v=0v = 0, so 0=VThRThisc0 = V_{Th} - R_{Th}i_{sc}:

isc=VThRThRTh=vocisci_{sc} = \frac{V_{Th}}{R_{Th}} \qquad\Longrightarrow\qquad R_{Th} = \frac{v_{oc}}{i_{sc}}
The slope of the line is RTh-R_{Th}, and slope = (rise)/(run) between the two intercepts =voc/isc= -v_{oc}/i_{sc}.
network V i = 0 reads v oc
Ideal voltmeter = infinite resistance ⇒ i=0i = 0 ⇒ reads VThV_{Th}.
network A v = 0 reads i sc
Ideal ammeter = zero resistance ⇒ v=0v = 0 ⇒ reads isci_{sc}.
i v v oc = V(Th) i sc slope = −R(Th)
Two intercepts fix the line: vocv_{oc}, isci_{sc}, and RTh=voc/iscR_{Th} = v_{oc}/i_{sc}.

3.2 Three ways to get RThR_{Th} — and when each is legal

MethodHowLegal when
Source deactivation Short every independent voltage source, open every independent current source, then reduce the resulting resistor network seen from aabb by series/parallel. No dependent sources. Fastest by far — usually one line of arithmetic.
voc/iscv_{oc}/i_{sc} Solve the circuit twice (open, then shorted), divide. Always — unless voc=isc=0v_{oc} = i_{sc} = 0 (no independent sources at all), which makes the ratio 0/00/0.
Test source Kill only the independent sources, apply a test vTv_T (or iTi_T) at aabb, solve for the resulting iTi_T, and take RTh=vT/iTR_{Th} = v_T/i_T. Always, and the only method for a network whose sources are all dependent. This is what Tutorial 5 P2's key does to get RTh=1 ΩR_{Th} = 1\ \Omega.
The single most common error in this chapter

Using source deactivation on a circuit that contains a dependent source. You cannot "turn off" a 3ix3i_x source — its value is set by the circuit, not by you, so setting it to zero changes the network. When you see a diamond-shaped source symbol, switch to voc/iscv_{oc}/i_{sc} or a test source.

Worked example — Exercise 6, P2.80 (Thevenin and Norton)

A 10 V source feeds a 10 Ω resistor into node AA. At AA: a 5 Ω resistor to ground, a 1 A source pushing current up into AA, and the open output terminals.

+ 10 V 10 Ω A 5 Ω 1 A a b
Open terminals aabb: aa ties straight to node AA, bb to the return rail. No load connected while solving for vocv_{oc}, isci_{sc}, and RThR_{Th}.
1

vocv_{oc} by node analysis (terminals open, so no current leaves at AA):

vA1010+vA5=1    3vA=20    voc=6.67 V\frac{v_A - 10}{10} + \frac{v_A}{5} = 1 \;\Rightarrow\; 3v_A = 20 \;\Rightarrow\; v_{oc} = 6.67\ \text{V}
2

isci_{sc}. Short aabb, so vA=0v_A = 0. The 5 Ω now has zero volts across it and carries nothing; everything goes into the short:

isc=1010+1=2 Ai_{sc} = \frac{10}{10} + 1 = 2\ \text{A}
3

RTh=voc/isc=6.67/2=3.33 ΩR_{Th} = v_{oc}/i_{sc} = 6.67/2 = 3.33\ \Omega.

Cross-check by deactivation (legal here — both sources are independent): short the 10 V, open the 1 A, and look in from aabb:

RTh=105=10515=3.33 Ω    R_{Th} = 10 \parallel 5 = \frac{10\cdot 5}{15} = 3.33\ \Omega \;\;\checkmark
Thevenin: 6.67 V in series with 3.33 Ω.    Norton: 2 A in parallel with 3.33 Ω.
Worked example — Thevenin/Norton with a dependent source

A 12 V source feeds a 2 Ω resistor into node AA; call the current flowing rightward through it ixi_x. At AA, a dependent current source worth 3ix3i_x pulls current from AA down to ground. A 4 Ω resistor runs from AA out to terminal aa; terminal bb is ground. This is exactly the §3.2 warning circuit: a diamond source, so only two of the three RThR_{Th} methods are legal here.

+ 12 V 2 Ω iₓ A 3iₓ 4 Ω a b
Diamond source symbol ⇒ deactivation is off the table (§3.2). Only voc/iscv_{oc}/i_{sc} and the test source remain.
1

vocv_{oc}. Terminals open, so no current flows in the 4 Ω, and the dependent source is the only path out of AA besides the source branch: ix=3ixix=0i_x = 3i_x \Rightarrow i_x = 0. With zero drop across the 2 Ω,

voc=vA=12 Vv_{oc} = v_A = 12\ \text{V}
2

isci_{sc}. A dependent source can never be deactivated — its value is set by the circuit, not by you (§3.2's red note) — so the only legal route to RThR_{Th} is voc/iscv_{oc}/i_{sc} or a test source. Short aabb: the 4 Ω now runs from AA straight to ground, in parallel with the dependent source's path. With ix=(12vA)/2i_x = (12-v_A)/2, KCL at AA (current in = current out):

ix=3ix+vA4    12vA2=312vA2+vA4i_x = 3i_x + \frac{v_A}{4} \;\Longrightarrow\; \frac{12-v_A}{2} = 3\cdot\frac{12-v_A}{2} + \frac{v_A}{4}

Clearing fractions (×4\times 4): 2(12vA)=6(12vA)+vA3vA=48vA=162(12-v_A) = 6(12-v_A) + v_A \Rightarrow 3v_A = 48 \Rightarrow v_A = 16 V, so

isc=vA4=4 ARTh=vocisc=124=3 Ωi_{sc} = \frac{v_A}{4} = 4\ \text{A} \qquad\Longrightarrow\qquad R_{Th} = \frac{v_{oc}}{i_{sc}} = \frac{12}{4} = 3\ \Omega

Cross-check by test source. Kill only the 12 V source (short it — that's legal, it's independent), keep the dependent source live, and inject a 1 A test current iTi_T into terminal aa. With the source shorted, the 2 Ω now runs from AA straight to ground, so ix=vA/2i_x = -v_A/2 (defined into AA, as before). All of iTi_T enters AA through the 4 Ω. KCL at AA:

ix+iT=3ix    iT=2ix    ix=12 A    vA=2ix=1 Vi_x + i_T = 3i_x \;\Longrightarrow\; i_T = 2i_x \;\Longrightarrow\; i_x = \tfrac{1}{2}\ \text{A} \;\Longrightarrow\; v_A = -2i_x = -1\ \text{V}

The test current drops iTR2=(1)(4)=4i_T R_2 = (1)(4) = 4 V across the 4 Ω on its way in, so vT=vA+4=3v_T = v_A + 4 = 3 V, giving

RTh=vTiT=31=3 Ω    R_{Th} = \frac{v_T}{i_T} = \frac{3}{1} = 3\ \Omega \;\;\checkmark
Thevenin: 12 V in series with 3 Ω.    Norton: 4 A in parallel with 3 Ω (IN=VTh/RTh=12/3=4I_N = V_{Th}/R_{Th} = 12/3 = 4 A ✓). Deactivation was never on the table — both legal methods agree.
real battery (sealed can) V no load reads 9 V
Open circuit: no current, no drop across the hidden RThR_{Th}, so the meter reads VThV_{Th} directly.
loaded 9 V ideal (hidden) +− R(Th) hidden 100 Ω sags to 6 V
Loaded: current now flows through the hidden RThR_{Th} too, and its drop is what "sag" is.
The battery interpretation (Exercise 6, P2.81)

A real battery is a Thevenin equivalent: an ideal source behind an internal resistance — not a metaphor, a literally accurate circuit model, which is why the two diagrams above draw an ordinary battery with a dashed box labeled "hidden" around its own Thevenin parts. Measure 9 V open-circuit, then hang a 100 Ω load and watch it sag to 6 V. The load and RThR_{Th} form a divider: 6=9100100+RTh6 = 9\cdot\frac{100}{100+R_{Th}}, so RTh=50 ΩR_{Th} = 50\ \Omega. Two voltmeter readings, no access to the inside of the battery — that is Thevenin's theorem earning its keep.

4. Norton equivalents and source transformation

Rearrange the same terminal law for ii instead of vv:

i  =  VThRThvRTh  =  INvRNi \;=\; \frac{V_{Th}}{R_{Th}} - \frac{v}{R_{Th}} \;=\; I_N - \frac{v}{R_N}
Read as KCL at the terminal: a current source INI_N in parallel with RNR_N.
IN=isc=VThRTh,RN=RTh=vociscI_N = i_{sc} = \frac{V_{Th}}{R_{Th}}, \qquad R_N = R_{Th} = \frac{v_{oc}}{i_{sc}}

It is literally the same line, algebraically re-solved. So Thevenin and Norton are two readings of one fact, and you can swap between them at will — source transformation, which is often the fastest way to collapse a ladder of alternating sources and resistors.

+ V(Th) R(Th) a b I(N) = V(Th)/R(Th) R(N) = R(Th) I(N) R(N) a b
Source transformation. Same two terminals, same straight line, two spellings.
Why this speeds up ladders

A voltage source in series with RR becomes a current source in parallel with RR — and parallel resistors combine, while series ones did not (they were separated by the source). Alternate transformations and reductions and a five-element ladder collapses in a few strokes, with no simultaneous equations at all.

Worked example — find the Norton equivalent directly, three ways

A 12 V source feeds a 4 Ω resistor into node AA; a 6 Ω resistor runs from AA to ground; terminals aabb sit open right at AA and ground. No current source this time — the point is to go straight for INI_N and RNR_N instead of finding Thevenin first and converting.

+ 12 V 4 Ω A 6 Ω a b
1

Way 1 — source transformation, by inspection. Transform the 12 V–in–series–with–4 Ω branch into its Norton form: I=12/4=3I = 12/4 = 3 A in parallel with 4 Ω. That parallel source now sits directly between AA and ground alongside the 6 Ω — the circuit is already the Norton equivalent, no equations needed:

IN=3 A,RN=46=2410=2.4 ΩI_N = 3\ \text{A}, \qquad R_N = 4\parallel 6 = \frac{24}{10} = 2.4\ \Omega
2

Way 2 — isci_{sc} directly on the original circuit. Short aabb (vA=0v_A = 0): the 6 Ω carries nothing, so all the source current takes the short:

isc=124=3 A=IN    i_{sc} = \frac{12}{4} = 3\ \text{A} = I_N\;\;\checkmark
3

Way 3 — deactivation for RNR_N, plus vocv_{oc} as a cross-check. Short the 12 V and look in from aabb: 46=2.4 Ω=RN4\parallel 6 = 2.4\ \Omega = R_N, same as way 1. For vocv_{oc}, terminals open, one node equation:

vA124+vA6=0  ×12  3(vA12)+2vA=0    5vA=36    voc=7.2 V\frac{v_A-12}{4}+\frac{v_A}{6}=0 \;\xrightarrow{\times 12}\; 3(v_A-12)+2v_A=0 \;\Rightarrow\; 5v_A=36 \;\Rightarrow\; v_{oc}=7.2\ \text{V}

Consistency check across all three: VTh=INRN=3×2.4=7.2V_{Th} = I_N R_N = 3\times 2.4 = 7.2 V =voc\,=\, v_{oc}

Norton: 3 A in parallel with 2.4 Ω — found by inspection via source transformation, then confirmed by direct isci_{sc} and by deactivation.

5. Widget: the black-box probe

Below is a sealed network. You cannot see inside it. All you can do is what a lab bench lets you do: open the terminals and read a voltmeter, short them and read an ammeter, or hang a load and read both. Take measurements, plot them, and see if you can name VThV_{Th} and RThR_{Th} before you hit Reveal — every point you record must land on one straight line, and that line is the answer.

Black-box Thevenin probe
terminal V
terminal I
load P
Take an Open reading and a Short reading — that is already enough.
hidden network a b open terminal voltage V (0 – 20 V) I (A) 6 0 20
Read the plot, not the meter

At any one load the ratio v/iv/i you measure is just RLR_L — it tells you nothing directly about RThR_{Th}. What identifies the network is the slope of the line through your points: RTh=Δv/ΔiR_{Th} = -\Delta v/\Delta i, equivalently the vv-intercept over the ii-intercept, voc/iscv_{oc}/i_{sc}. One measurement is never enough; two of them anywhere on the line are always enough.

Self-check 2

Why can't you find RThR_{Th} by shorting voltage sources and opening current sources when the network contains a dependent source?

6. The Wheatstone bridge

Two voltage dividers hung across the same source, compared against each other. Drawn as a diamond it looks exotic; drawn flat it is obviously just two dividers, and that is the way to think about it.

R1 R2 R3 R4 G c d + vs
Classic diamond. GG = galvanometer (or any load) across ccdd.
+ vs R1 R2 R3 R4 G c d
Same circuit, flat: two dividers compared at cc and dd.

6.1 The balance condition, derived

Suppose the bridge is balanced: zero current through the detector arm. That single assumption does all the work, because if no current crosses the bridge then R1R_1 and R2R_2 carry the same current iLi_L as each other (nothing is siphoned off at cc), and likewise R3R_3 and R4R_4 share a common current iRi_R. Each side is then a clean, undisturbed voltage divider:

vc=vsR2R1+R2,vd=vsR4R3+R4v_c = v_s\,\frac{R_2}{R_1+R_2}, \qquad v_d = v_s\,\frac{R_4}{R_3+R_4}

Zero current through the detector also means zero volts across it (Ohm's law on the detector's own resistance), so vc=vdv_c = v_d:

R2R1+R2=R4R3+R4\frac{R_2}{R_1+R_2} = \frac{R_4}{R_3+R_4}   R2R3+R2R4=R1R4+R2R4    R1R4=R2R3\Rightarrow\; R_2R_3 + R_2R_4 = R_1R_4 + R_2R_4 \;\Rightarrow\; \boxed{R_1R_4 = R_2R_3}
Equivalently R1/R2=R3/R4R_1/R_2 = R_3/R_4 — the two dividers have the same ratio.
Why anyone cares

The balance condition contains no vsv_s. So a bridge measurement is immune to supply drift, and it is a null measurement — you are not asking a meter "how many volts?", only "is this zero?", which instruments do far more accurately. Adjust a known decade resistor until the galvanometer reads nothing, and Runknown=RknownR2R1R_{\text{unknown}} = R_{\text{known}}\cdot\frac{R_2}{R_1}, to whatever accuracy your ratio resistors have. This is how strain gauges, load cells, and RTD thermometers are read to this day.

6.2 The unbalanced bridge: Thevenin to the rescue

Off balance, the detector does draw current, so the two dividers are no longer independent and the divider formulas above stop being exact. Rather than write two node equations every time, Thevenin the bridge at the detector terminals — with the detector removed, the two dividers are undisturbed again, so:

voc=vs ⁣(R4R3+R4R2R1+R2),RTh=(R1 ⁣ ⁣R2)+(R3 ⁣ ⁣R4)v_{oc} = v_s\!\left(\frac{R_4}{R_3+R_4} - \frac{R_2}{R_1+R_2}\right), \qquad R_{Th} = (R_1\!\parallel\! R_2) + (R_3\!\parallel\! R_4)
RThR_{Th}: short the source and the two divider tops collapse onto the two bottoms — each side becomes a parallel pair, and the two pairs are in series along the detector path.

Then the detector current for any galvanometer resistance is one division: iG=voc/(RTh+RG)i_G = v_{oc}/(R_{Th}+R_G). Practice problem 3 below runs this end to end.

Self-check 3

In the bridge above (R1R_1 over R2R_2 on the left, R3R_3 over R4R_4 on the right), R1=100R_1 = 100 Ω, R2=200R_2 = 200 Ω, R3=150R_3 = 150 Ω. What R4R_4 balances the bridge?

Worked example — balancing a bridge (find the unknown leg)

Left leg: R1=800 ΩR_1 = 800\ \Omega on top, R2=200 ΩR_2 = 200\ \Omega on the bottom. Right leg: R3=1200 ΩR_3 = 1200\ \Omega on top, unknown R4R_4 on the bottom. Supply vs=10v_s = 10 V. Find R4R_4 that zeroes the galvanometer, then confirm it two ways.

800Ω 200Ω 1200Ω R4? G c d + 10 V
1

Apply the balance condition from §6.1 directly:

R1R4=R2R3    R4=R2R3R1=2001200800=300 ΩR_1R_4 = R_2R_3 \;\Longrightarrow\; R_4 = \frac{R_2R_3}{R_1} = \frac{200\cdot 1200}{800} = 300\ \Omega
2

Check via the ratio form. R1/R2=800/200=4R_1/R_2 = 800/200 = 4 and R3/R4=1200/300=4R_3/R_4 = 1200/300 = 4 — equal, so the two dividers really do split vsv_s identically.

Check by computing both node voltages directly.

vc=vsR2R1+R2=102001000=2 V,vd=vsR4R3+R4=103001500=2 Vv_c = v_s\cdot\frac{R_2}{R_1+R_2} = 10\cdot\frac{200}{1000} = 2\ \text{V}, \qquad v_d = v_s\cdot\frac{R_4}{R_3+R_4} = 10\cdot\frac{300}{1500} = 2\ \text{V}

vc=vdv_c = v_d, so vocv_{oc} across the galvanometer is zero regardless of RGR_G — the bridge is balanced.

R4=300 ΩR_4 = 300\ \Omega balances the bridge; vc=vd=2v_c = v_d = 2 V confirms it.
Worked example — unbalanced bridge, Thevenin vs. direct node analysis

Left leg: R1=2R_1 = 2 kΩ on top, R2=2R_2 = 2 kΩ on the bottom. Right leg: R3=1R_3 = 1 kΩ on top, R4=3R_4 = 3 kΩ on the bottom. Supply vs=9v_s = 9 V, galvanometer RG=500 ΩR_G = 500\ \Omega. Find iGi_G.

2kΩ 2kΩ 1kΩ 3kΩ 500Ω c d + 9 V
1

Check balance first. R1R4=(2k)(3k)=6×106R_1R_4 = (2\text{k})(3\text{k}) = 6\times10^6 but R2R3=(2k)(1k)=2×106R_2R_3 = (2\text{k})(1\text{k}) = 2\times10^6 — unequal, so current will flow.

2

Thevenin at the galvanometer. Remove it; each leg is an undisturbed divider:

vc=922+2=4.5 V,vd=931+3=6.75 Vv_c = 9\cdot\frac{2}{2+2} = 4.5\ \text{V}, \qquad v_d = 9\cdot\frac{3}{1+3} = 6.75\ \text{V} voc=vdvc=2.25 V(d positive w.r.t. c)v_{oc} = v_d - v_c = 2.25\ \text{V} \quad (d\text{ positive w.r.t. }c)

Deactivate the source for RThR_{Th} — each leg collapses to a parallel pair, in series along the cc-to-dd path:

RTh=(R1R2)+(R3R4)=1k+750=1750 ΩR_{Th} = (R_1\parallel R_2)+(R_3\parallel R_4) = 1\text{k} + 750 = 1750\ \Omega iG=vocRTh+RG=2.251750+500=2.252250=1 mAi_G = \frac{v_{oc}}{R_{Th}+R_G} = \frac{2.25}{1750+500} = \frac{2.25}{2250} = 1\ \text{mA}

Cross-check by direct node analysis with the galvanometer in place (top rail at 9 V, bottom grounded, unknowns vcv_c, vdv_d):

node c: vc92000+vc2000+vcvd500=0  ×2000  6vc4vd=9\text{node }c:\ \frac{v_c-9}{2000}+\frac{v_c}{2000}+\frac{v_c-v_d}{500}=0 \;\xrightarrow{\times 2000}\; 6v_c-4v_d=9 node d: vd91000+vd3000+vdvc500=0  ×3000  10vd6vc=27\text{node }d:\ \frac{v_d-9}{1000}+\frac{v_d}{3000}+\frac{v_d-v_c}{500}=0 \;\xrightarrow{\times 3000}\; 10v_d-6v_c=27

Solving: vd=6v_d = 6 V, vc=5.5v_c = 5.5 V, so

iG=vdvc500=0.5500=1 mA    i_G = \frac{v_d-v_c}{500} = \frac{0.5}{500} = 1\ \text{mA}\;\;\checkmark
Unbalanced. voc=2.25v_{oc} = 2.25 V, RTh=1750 ΩR_{Th} = 1750\ \Omega, iG=1i_G = 1 mA from dd to cc.

7. Maximum power transfer — and the trap in it

Hang RLR_L on a Thevenin source. The load power is

pL=i2RL=VTh2RL(RTh+RL)2p_L = i^2R_L = \frac{V_{Th}^2\,R_L}{(R_{Th}+R_L)^2}

Differentiate with respect to RLR_L and set to zero and you get the familiar matching condition RL=RThR_L = R_{Th}, giving pmax=VTh2/(4RTh)p_{max} = V_{Th}^2/(4R_{Th}). Note the sanity check at the extremes: at RL=0R_L = 0 there is current but no load voltage; as RLR_L \to \infty there is voltage but no current; the maximum sits between them.

Exercise 6, P2.91 — read which resistor is the variable

"VTh=20V_{Th} = 20 V, load RL=5 ΩR_L = 5\ \Omega fixed — choose RThR_{Th} for maximum load power." The matching condition does not apply: it was derived by varying RLR_L with RThR_{Th} fixed. Here it is the other way round, and pL=400RL(RTh+5)2p_L = \frac{400 R_L}{(R_{Th}+5)^2} is monotonically decreasing in RThR_{Th} — every ohm of source resistance is wasted heat. The best you can do is RTh0R_{Th} \to 0, giving pL=202/5=80p_L = 20^2/5 = 80 W. Matching is not "always make them equal"; it is "the best a fixed source can do for a load you get to choose."

8. Practice problems

Every solution below was worked twice, by two independent methods, and shipped only where both agreed. Try them cold before opening the solutions.

P1 — Thevenin, Norton, and a load~10 min
+ 24 V 6 Ω A 12 Ω 3 A 4 Ω a b

(a) Find the Thevenin equivalent at aabb. (b) Write the Norton equivalent. (c) An 8 Ω8\ \Omega load is connected across aabb: find its current and power.

(a) vocv_{oc}. With aabb open, no current flows in R3R_3, so there is no drop across it and voc=vAv_{oc} = v_A. One node equation at AA:

vA246+vA12=3    ×12    2vA48+vA=36    3vA=84    vA=28 V\frac{v_A - 24}{6} + \frac{v_A}{12} = 3 \;\;\xrightarrow{\times 12}\;\; 2v_A - 48 + v_A = 36 \;\Rightarrow\; 3v_A = 84 \;\Rightarrow\; v_A = 28\ \text{V}

So VTh=voc=28V_{Th} = v_{oc} = 28 V.

RThR_{Th} — method 1, deactivation (legal: both sources independent). Short the 24 V, open the 3 A. Looking in from aabb: R3R_3 in series with the parallel pair R1R2R_1 \parallel R_2:

RTh=4+(612)=4+61218=4+4=8 ΩR_{Th} = 4 + (6\parallel 12) = 4 + \frac{6\cdot 12}{18} = 4 + 4 = 8\ \Omega

RThR_{Th} — method 2, voc/iscv_{oc}/i_{sc} (independent cross-check). Short aabb, so R3R_3 now runs from AA to ground:

vA246+vA12+vA4=3  ×12  2vA48+vA+3vA=36    vA=14 V\frac{v_A - 24}{6} + \frac{v_A}{12} + \frac{v_A}{4} = 3 \;\xrightarrow{\times 12}\; 2v_A - 48 + v_A + 3v_A = 36 \;\Rightarrow\; v_A = 14\ \text{V} isc=144=3.5 ARTh=283.5=8 Ω  i_{sc} = \frac{14}{4} = 3.5\ \text{A} \qquad R_{Th} = \frac{28}{3.5} = 8\ \Omega\;\checkmark

(b) Norton: IN=isc=3.5I_N = i_{sc} = 3.5 A in parallel with RN=RTh=8 ΩR_N = R_{Th} = 8\ \Omega. Consistency: IN=VTh/RTh=28/8=3.5I_N = V_{Th}/R_{Th} = 28/8 = 3.5 A ✓

(c) Via the equivalent:

iL=288+8=1.75 A,pL=iL2RL=(1.75)2(8)=24.5 Wi_L = \frac{28}{8+8} = 1.75\ \text{A}, \qquad p_L = i_L^2R_L = (1.75)^2(8) = 24.5\ \text{W}

Cross-check by direct node analysis on the full original circuit with the load attached (two nodes: vAv_A and vav_a):

node a: vavA4+va8=0  ×8  3va=2vA\text{node }a:\ \frac{v_a - v_A}{4} + \frac{v_a}{8} = 0 \;\xrightarrow{\times 8}\; 3v_a = 2v_A node A: vA246+vA12+vAva4=3  ×12  6vA3va=84\text{node }A:\ \frac{v_A-24}{6} + \frac{v_A}{12} + \frac{v_A - v_a}{4} = 3 \;\xrightarrow{\times 12}\; 6v_A - 3v_a = 84

Substituting 3va=2vA3v_a = 2v_A: 6vA2vA=84vA=21\,6v_A - 2v_A = 84 \Rightarrow v_A = 21 V, va=14v_a = 14 V. Then iL=14/8=1.75i_L = 14/8 = 1.75 A and pL=142/8=24.5p_L = 14^2/8 = 24.5 W — both methods agree.

VTh=28V_{Th} = 28 V, RTh=8 ΩR_{Th} = 8\ \Omega; Norton: 3.5 A ∥ 8 Ω; with an 8 Ω load, iL=1.75i_L = 1.75 A and pL=24.5p_L = 24.5 W.
P2 — Superposition, and the power trap~10 min
v 6 Ω + 12 V 3 Ω + 6 V 2 Ω i

Both sources drive current toward vv (same polarity sense, ++ on top). Branch 3 carries ii.

(a) Find ii by superposition. (b) Find the power in the 2 Ω resistor. (c) Compute the power each source would produce in it acting alone, add those, and explain the discrepancy quantitatively.

(a) 12 V alone (short the 6 V source, which puts its 3 Ω3\ \Omega from vv straight to ground, in parallel with the 2 Ω2\ \Omega):

32=65=1.2 Ω,v=121.26+1.2=121.27.2=2 V3\parallel 2 = \frac{6}{5} = 1.2\ \Omega, \qquad v' = 12\cdot\frac{1.2}{6+1.2} = 12\cdot\frac{1.2}{7.2} = 2\ \text{V}

so i=v/2=1i' = v'/2 = 1 A.

6 V alone (short the 12 V source, putting its 6 Ω6\ \Omega in parallel with the 2 Ω2\ \Omega):

62=1.5 Ω,v=61.53+1.5=61.54.5=2 V6\parallel 2 = 1.5\ \Omega, \qquad v'' = 6\cdot\frac{1.5}{3+1.5} = 6\cdot\frac{1.5}{4.5} = 2\ \text{V}

so i=1i'' = 1 A. Both push current downward through the 2 Ω2\ \Omega, so

i=i+i=2 A,v=4 Vi = i' + i'' = 2\ \text{A}, \qquad v = 4\ \text{V}

Cross-check 1 — node analysis with both sources live:

v126+v63+v2=0  ×6  (v12)+2(v6)+3v=0    6v=24    v=4 V  \frac{v-12}{6} + \frac{v-6}{3} + \frac{v}{2} = 0 \;\xrightarrow{\times 6}\; (v-12) + 2(v-6) + 3v = 0 \;\Rightarrow\; 6v = 24 \;\Rightarrow\; v = 4\ \text{V}\;\checkmark

Cross-check 2 — mesh analysis. Clockwise mesh currents iai_a (left loop: 12 V, 6 Ω, shared 2 Ω) and ibi_b (right loop: shared 2 Ω, 3 Ω, 6 V), with the shared-branch current downward equal to iaibi_a - i_b:

12+6ia+2(iaib)=0    8ia2ib=12-12 + 6i_a + 2(i_a - i_b) = 0 \;\Rightarrow\; 8i_a - 2i_b = 12 2(ibia)+3ib+6=0    2ia+5ib=62(i_b - i_a) + 3i_b + 6 = 0 \;\Rightarrow\; -2i_a + 5i_b = -6

Solving: ia=4/3i_a = 4/3 A, ib=2/3i_b = -2/3 A, so i=iaib=2i = i_a - i_b = 2 A ✓ Three methods, one answer.

(b) p=i2R=(2)2(2)=8p = i^2R = (2)^2(2) = 8 W.

(c) Sub-powers: p=(1)2(2)=2p' = (1)^2(2) = 2 W and p=(1)2(2)=2p'' = (1)^2(2) = 2 W, summing to 4 W — only half the true 8 W. The missing piece is exactly the cross term:

2iiR=2(1)(1)(2)=4 W,2+2+4=8 W  2\,i'i''R = 2(1)(1)(2) = 4\ \text{W}, \qquad 2 + 2 + 4 = 8\ \text{W}\;\checkmark

Power superposes only when the cross term vanishes (e.g. one contribution is zero), which is why the rule is: superpose currents, then square once.

i=2i = 2 A, p2Ω=8p_{2\Omega} = 8 W. Adding sub-powers gives 4 W and is wrong — it drops the 2iiR=42i'i''R = 4 W cross term.
P3 — Unbalanced Wheatstone bridge~12 min
3 kΩ 1 kΩ 1 kΩ 1 kΩ 750Ω c d + 12 V

Left leg: R1=3R_1 = 3 kΩ on top, R2=1R_2 = 1 kΩ on the bottom, meeting at node cc. Right leg: R3=1R_3 = 1 kΩ on top, R4=1R_4 = 1 kΩ on the bottom, meeting at node dd. A galvanometer of RG=750 ΩR_G = 750\ \Omega bridges ccdd.

(a) Is the bridge balanced? (b) Find the Thevenin equivalent seen by the galvanometer and hence the galvanometer current. (c) What value of R1R_1 would balance the bridge?

(a) R1R4=(3k)(1k)=3×106R_1R_4 = (3\text{k})(1\text{k}) = 3\times10^6 but R2R3=(1k)(1k)=1×106R_2R_3 = (1\text{k})(1\text{k}) = 1\times10^6. Not equal ⇒ unbalanced, so current will flow through the galvanometer.

(b) Remove the galvanometer. With it gone each leg is an undisturbed divider (bottom node grounded, top node at 12 V):

vc=12R2R1+R2=1214=3 V,vd=12R4R3+R4=1212=6 Vv_c = 12\cdot\frac{R_2}{R_1+R_2} = 12\cdot\frac{1}{4} = 3\ \text{V}, \qquad v_d = 12\cdot\frac{R_4}{R_3+R_4} = 12\cdot\frac{1}{2} = 6\ \text{V} voc=vdvc=3 V(d positive w.r.t. c)v_{oc} = v_d - v_c = 3\ \text{V} \quad (\text{dd positive w.r.t. cc})

For RThR_{Th}, deactivate the source: shorting it ties the two leg-tops to the leg-bottoms, so each leg collapses to a parallel pair, and the path cdc \to d passes through both in series:

RTh=(R1R2)+(R3R4)=300010004000+100010002000=750+500=1250 ΩR_{Th} = (R_1\parallel R_2) + (R_3\parallel R_4) = \frac{3000\cdot1000}{4000} + \frac{1000\cdot1000}{2000} = 750 + 500 = 1250\ \Omega iG=vocRTh+RG=31250+750=32000=1.5 mA  (dc)i_G = \frac{v_{oc}}{R_{Th}+R_G} = \frac{3}{1250+750} = \frac{3}{2000} = 1.5\ \text{mA}\ \ (d \to c)

Cross-check by direct node analysis on the full bridge with the galvanometer in place (ground the bottom rail, top rail at 12 V, unknowns vcv_c and vdv_d):

node c: vc123000+vc1000+vcvd750=0  ×3000  8vc4vd=12    2vcvd=3\text{node }c:\ \frac{v_c-12}{3000}+\frac{v_c}{1000}+\frac{v_c-v_d}{750}=0 \;\xrightarrow{\times 3000}\; 8v_c - 4v_d = 12 \;\Rightarrow\; 2v_c - v_d = 3 node d: vd121000+vd1000+vdvc750=0  ×3000  10vd4vc=36    5vd2vc=18\text{node }d:\ \frac{v_d-12}{1000}+\frac{v_d}{1000}+\frac{v_d-v_c}{750}=0 \;\xrightarrow{\times 3000}\; 10v_d - 4v_c = 36 \;\Rightarrow\; 5v_d - 2v_c = 18

Adding the two reduced equations: 4vd=21vd=5.254v_d = 21 \Rightarrow v_d = 5.25 V, then vc=(3+5.25)/2=4.125v_c = (3+5.25)/2 = 4.125 V. So

iG=vdvc750=1.125750=1.5 mA  i_G = \frac{v_d - v_c}{750} = \frac{1.125}{750} = 1.5\ \text{mA}\;\checkmark

Note that with the galvanometer loading the bridge, vcv_c and vdv_d are not 3 V and 6 V any more — but their difference drives the same current the Thevenin model predicted, which is the whole point of the equivalent.

(c) Balance requires R1R4=R2R3R_1R_4 = R_2R_3, so R1=R2R3/R4=(1k)(1k)/(1k)=1R_1 = R_2R_3/R_4 = (1\text{k})(1\text{k})/(1\text{k}) = 1 kΩ. Check: then vc=1212=6v_c = 12\cdot\frac{1}{2} = 6 V =vd= v_d, so voc=0v_{oc} = 0 and no current flows regardless of RGR_G

Unbalanced. voc=3v_{oc} = 3 V, RTh=1250 ΩR_{Th} = 1250\ \Omega, iG=1.5i_G = 1.5 mA from dd to cc. Balanced at R1=1R_1 = 1 kΩ.
P4 — Thevenin with a dependent source~12 min
+ 20 V 4 Ω iₓ A 2iₓ 6 Ω a b

ixi_x is the current flowing rightward through the 4 Ω resistor into node AA. The dependent current source is worth 2ix2i_x, arrow pointing from AA down to ground. Terminal bb is ground.

(a) Find the Thevenin equivalent at aabb — remember, a dependent source is never deactivated. (b) Write the Norton equivalent. (c) A 3 Ω3\ \Omega load is attached at aabb: find its current and power.

(a) vocv_{oc}. With aabb open, no current flows in the 6 Ω, so voc=vAv_{oc} = v_A. All of ixi_x must leave through the dependent source (the only other path), so ix=2ixix=0i_x = 2i_x \Rightarrow i_x = 0. With no drop across the 4 Ω, vA=20v_A = 20 V.

voc=20v_{oc} = 20 V.

RThR_{Th} via isci_{sc} (mandatory here — the source is dependent, so deactivation is illegal). Short aabb: the 6 Ω now runs from AA straight to ground, in parallel with the dependent source's path. With ix=(20vA)/4i_x = (20-v_A)/4:

ix=vA6+2ix    ix=vA6    20vA4=vA6i_x = \frac{v_A}{6} + 2i_x \;\Longrightarrow\; -i_x = \frac{v_A}{6} \;\Longrightarrow\; -\frac{20-v_A}{4} = \frac{v_A}{6}

Cross-multiplying: 6(20vA)=4vA120+6vA=4vAvA=60-6(20-v_A) = 4v_A \Rightarrow -120+6v_A=4v_A \Rightarrow v_A=60 V, so isc=vA/6=10i_{sc} = v_A/6 = 10 A and

RTh=vocisc=2010=2 ΩR_{Th} = \frac{v_{oc}}{i_{sc}} = \frac{20}{10} = 2\ \Omega

Cross-check by test source. Kill the 20 V source (short it — that's legal, it's independent), keep the dependent source, and inject a 1 A test current into terminal aa. Now the 4 Ω runs from AA to ground directly, so ix=vA/4i_x = -v_A/4 (current from ground into AA). Nodal at aa: 1=(vavA)/6va=vA+61 = (v_a - v_A)/6 \Rightarrow v_a = v_A + 6. Nodal at AA (currents leaving): vA/41vA/2=0vA/4=1vA=4v_A/4 - 1 - v_A/2 = 0 \Rightarrow -v_A/4 = 1 \Rightarrow v_A = -4 V, so va=2v_a = 2 V and RTh=va/1=2 ΩR_{Th} = v_a/1 = 2\ \Omega ✓ — matches exactly.

(b) Norton: IN=isc=10I_N = i_{sc} = 10 A in parallel with RN=2 ΩR_N = 2\ \Omega. Consistency: IN=VTh/RTh=20/2=10I_N = V_{Th}/R_{Th} = 20/2 = 10 A ✓

(c) Via the equivalent:

iL=202+3=4 A,pL=iL2RL=42(3)=48 Wi_L = \frac{20}{2+3} = 4\ \text{A}, \qquad p_L = i_L^2R_L = 4^2(3) = 48\ \text{W}

Cross-check by direct nodal analysis on the full original circuit with the 3 Ω load attached (unknowns vAv_A, vav_a; ix=(20vA)/4i_x=(20-v_A)/4):

node A: vA204+vAva6+2ix=0  ×12  vA2va+60=0\text{node }A:\ \frac{v_A-20}{4} + \frac{v_A-v_a}{6} + 2i_x = 0 \;\xrightarrow{\times 12}\; -v_A - 2v_a + 60 = 0 node a: vavA6+va3=0    vA=3va\text{node }a:\ \frac{v_a-v_A}{6} + \frac{v_a}{3} = 0 \;\Longrightarrow\; v_A = 3v_a

Substituting: 3va2va+60=0va=12-3v_a - 2v_a + 60 = 0 \Rightarrow v_a = 12 V, so iL=va/3=4i_L = v_a/3 = 4 A and pL=42(3)=48p_L = 4^2(3) = 48 W — both methods agree.

VTh=20V_{Th} = 20 V, RTh=2 ΩR_{Th} = 2\ \Omega; Norton: 10 A ∥ 2 Ω; with a 3 Ω load, iL=4i_L = 4 A and pL=48p_L = 48 W.
P5 — sizing a load for maximum power~8 min
+ 15 V 3 Ω A 6 Ω 3 Ω a b

(a) Find the Thevenin equivalent at aabb. (b) What value of RLR_L delivers maximum power to the load, and what is that power? (c) Show that RL=10 ΩR_L = 10\ \Omega delivers less, to confirm the match isn't just a formula — it's a real optimum.

(a) vocv_{oc}. Open at aabb, no drop across the right 3 Ω, so voc=vAv_{oc}=v_A:

vA153+vA6=0  ×6  2(vA15)+vA=0    vA=10 V\frac{v_A-15}{3}+\frac{v_A}{6}=0 \;\xrightarrow{\times 6}\; 2(v_A-15)+v_A=0 \;\Longrightarrow\; v_A = 10\ \text{V}

RThR_{Th} (independent source, deactivation is legal): short the 15 V, and from aabb you see the right 3 Ω in series with (36)(3\parallel 6):

RTh=3+(36)=3+2=5 ΩR_{Th} = 3 + (3\parallel 6) = 3 + 2 = 5\ \Omega

(b) Maximum power transfer: RL=RTh=5 ΩR_L = R_{Th} = 5\ \Omega, and

Pmax=voc24RTh=10020=5 WP_{max} = \frac{v_{oc}^2}{4R_{Th}} = \frac{100}{20} = 5\ \text{W}

Cross-check by direct nodal analysis with RL=5 ΩR_L=5\ \Omega attached (unknowns vAv_A, vav_a):

node A: vA153+vA6+vAva3=0    5vA2va=30\text{node }A:\ \frac{v_A-15}{3}+\frac{v_A}{6}+\frac{v_A-v_a}{3}=0 \;\Longrightarrow\; 5v_A-2v_a=30 node a: vavA3+va5=0    vA=85va\text{node }a:\ \frac{v_a-v_A}{3}+\frac{v_a}{5}=0 \;\Longrightarrow\; v_A = \tfrac{8}{5}v_a

Substituting: 8va2va=30va=58v_a - 2v_a = 30 \Rightarrow v_a = 5 V, so iL=va/RL=1i_L = v_a/R_L = 1 A and pL=iL2RL=12(5)=5p_L = i_L^2R_L = 1^2(5) = 5 W — matches PmaxP_{max} exactly, as it should when RL=RThR_L=R_{Th}.

(c) With RL=10 ΩR_L = 10\ \Omega:

iL=vocRTh+RL=1015=23 A,pL=(23)2(10)=4094.44 Wi_L = \frac{v_{oc}}{R_{Th}+R_L} = \frac{10}{15} = \tfrac{2}{3}\ \text{A}, \qquad p_L = \left(\tfrac{2}{3}\right)^2(10) = \tfrac{40}{9} \approx 4.44\ \text{W}

Less than 5 W, even though RLR_L is larger and would carry a "safer" (smaller) current. Bigger RLR_L isn't better or worse on its own — only matching RThR_{Th} is optimal.

VTh=10V_{Th} = 10 V, RTh=5 ΩR_{Th} = 5\ \Omega; max power at RL=5 ΩR_L=5\ \Omega is 5 W. At RL=10 ΩR_L=10\ \Omega, only 4.44 W.
Exam checklist for this chapter

1. "Find the current in one particular resistor while everything else is fixed" → Thevenin the rest of the circuit at that resistor's terminals. 2. "This one resistor takes several different values" → Thevenin once, then divide, repeatedly. 3. "Several sources, one output" → superposition, especially if one source makes a whole branch trivial. 4. Any dependent source → never deactivate it; get RThR_{Th} from voc/iscv_{oc}/i_{sc} or a test source. 5. Any power question → get the total current first, then square. 6. A four-resistor diamond → check R1R4=R2R3R_1R_4 = R_2R_3 before doing any work; if it balances, the bridge arm carries nothing and the circuit falls apart into two dividers.