Solved Problems · Set 13

Maximum Power Transfer

Part 1 · DC Circuits — the last question about the source characteristic: where along it should the load sit? The answer is \(R_L = R_{TH}\), and understanding when not to use it matters more than the condition itself.

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

Set 13 — Maximum Power Transfer

Sets 9 to 12 reduced any linear two-terminal network to a straight line in the \((V, I)\) plane. A load picks one point on that line, and the power it receives is the area of the rectangle under that point — zero at both ends and maximum in the middle, at \(R_L = R_{TH}\). The condition is two lines of calculus. What takes longer, and matters more, is knowing that it costs 50% efficiency, that it reverses if the load is fixed instead of the source, and that most engineering deliberately avoids it.

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

i Method Recap
  • The condition. A load draws the most power when \(R_L = R_{TH}\), the Thévenin resistance of the network seen from the load terminals. Find \(R_{TH}\) by any method of Set 9 — that is almost all of the work.

  • The value. \(P_{\max} = V_{TH}^2/4R_{TH}\), equivalently \(I_N^2R_N/4\) or \(V_{oc}I_{sc}/4\).

  • The efficiency is exactly 50% at the match, and never more. The internal resistance dissipates as much as the load does.

  • The peak is flat. A load anywhere from \(R_{TH}/2\) to \(2R_{TH}\) still receives 89% of the maximum, so approximate matching is usually good enough.

  • The theorem assumes \(R_{TH}\) is fixed and \(R_L\) is free. Reverse that — a fixed load, a designable source — and the answer becomes \(R_{TH} \to 0\) instead. This is the single commonest misapplication.

  • It can fail outright. A negative \(R_{TH}\) makes the power unbounded, and the derivation's stationary point becomes meaningless.

VideoWalkthrough
Problem 1CoreThe Matched Load

A 12 V source with 6 Ω internal resistance feeds a variable load \(R_L\). Find the load giving maximum power, the power delivered, and confirm that no other value does better.

Solution

The source is already in Thévenin form, so no reduction is needed:

\[ V_{TH} = 12\ \text{V},\qquad R_{TH} = 6\ \Omega \]

The matched load and the power it receives:

\[ R_L = R_{TH} = 6\ \Omega, \qquad P_{\max} = \frac{V_{TH}^2}{4R_{TH}} = \frac{144}{24} = 6\ \text{W} \]

Check it directly. With \(R_L = 6\ \Omega\) the loop current is \(12/12 = 1\ \text{A}\), so \(P_L = 1^2 \times 6 = 6\ \text{W}\;\checkmark\)

Confirm no other load does better by tabulating the power curve \(P_L = V_{TH}^2R_L/(R_{TH}+R_L)^2\):

\(R_L\) (Ω)\(I\) (A)\(P_L\) (W)
0 (short)2.000
31.335.33
41.205.76
61.006.00
90.805.76
120.675.33
∞ (open)00

Why both ends give zero. A short carries the largest current but drops no voltage; an open holds the largest voltage but carries no current. Power is the product, so it vanishes at both extremes and peaks between them.

Notice the symmetry: \(R_L = 3\) and \(R_L = 12\) both give 5.33 W, as do \(4\) and \(9\). Loads related by \(R_LR_L' = R_{TH}^2\) always receive equal power — a fact Problem 5 puts to use.

Almost all the work in a maximum-power problem is finding \(R_{TH}\). Once the network is in Thévenin form the answer is immediate, so Problems 7 to 10 are really Set 9 problems with one extra line. If you can do Thévenin, you can do this.
Answer\(R_L = 6\ \Omega,\quad P_{\max} = 6\ \text{W}\)
Problem 2ChallengeDeriving the Condition

Derive \(R_L = R_{TH}\) by calculus, confirm the stationary point is a maximum, and state every assumption the derivation makes.

Solution

With the network in Thévenin form, the load current and power are

\[ I = \frac{V_{TH}}{R_{TH}+R_L}, \qquad P_L = I^2R_L = \frac{V_{TH}^2R_L}{(R_{TH}+R_L)^2} \]

Differentiate with respect to \(R_L\), treating \(V_{TH}\) and \(R_{TH}\) as constants. By the quotient rule:

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

The stationary point. The denominator is positive for positive resistances, so the derivative vanishes only when the numerator does:

\[ R_L = R_{TH} \]

It is a maximum, and the sign of the derivative shows it without any second differentiation:

\[ R_L < R_{TH} \Rightarrow \frac{dP_L}{dR_L} > 0; \qquad R_L > R_{TH} \Rightarrow \frac{dP_L}{dR_L} < 0 \]

Rising then falling — a genuine maximum, and the only one, since the numerator is linear in \(R_L\) and vanishes just once.

The value at the peak:

\[ P_{\max} = \frac{V_{TH}^2R_{TH}}{(2R_{TH})^2} = \frac{V_{TH}^2}{4R_{TH}} \]

Every assumption used:

AssumptionWhere it enteredIf violated
The network is linearThévenin equivalent existsNo \(V_{TH}\), \(R_{TH}\) at all
\(V_{TH}, R_{TH}\) constantDifferentiating \(R_L\) aloneProblem 11 — answer reverses
\(R_{TH} > 0\)Denominator signProblem 13 — power unbounded
\(R_L\) free over \((0,\infty)\)Interior stationary pointProblem 12 — optimum at a boundary
The second assumption is the one that gets forgotten. "Maximum power when the resistances are equal" is a statement about varying \(R_L\) with the source fixed. It is not symmetric, and Problem 11 shows that varying \(R_{TH}\) with the load fixed gives the opposite answer — no stationary point, and the best design is the smallest source resistance you can build.
Answer\(dP_L/dR_L \propto (R_{TH}-R_L)\), zero at \(R_L = R_{TH}\); \(P_{\max} = V_{TH}^2/4R_{TH}\)
Problem 3CoreA Current-Source Network

A 3 A source has a 4 Ω resistor across it and feeds a load at terminals \(a\!-\!b\). Find \(R_L\) for maximum power and the power delivered.

Solution

Open-circuit voltage. With no load current, all 3 A flows through the 4 Ω:

\[ V_{TH} = 3 \times 4 = 12\ \text{V} \]

Thévenin resistance. Deactivating the current source opens it, leaving only the 4 Ω:

\[ R_{TH} = 4\ \Omega \;\Longrightarrow\; R_L = 4\ \Omega \]

The power:

\[ P_{\max} = \frac{V_{TH}^2}{4R_{TH}} = \frac{144}{16} = 9\ \text{W} \]

The Norton form gives the same answer more directly. The network is already \(I_N = 3\ \text{A}\) in parallel with \(R_N = 4\ \Omega\), so:

\[ P_{\max} = \frac{I_N^2R_N}{4} = \frac{9 \times 4}{4} = 9\ \text{W}\;\checkmark \]

No conversion to Thévenin form was necessary — use whichever form the network is already in.

Check directly. With \(R_L = 4\ \Omega\), the 3 A divides equally between two 4 Ω branches, so the load takes 1.5 A and \(P_L = 1.5^2 \times 4 = 9\ \text{W}\;\checkmark\)

Matching a current source means the shunt steals exactly half the current. In Thévenin terms the internal resistance drops half the voltage; in Norton terms it takes half the current. Both are the same condition, and both make the internal element as wasteful as the load is useful — which is Problem 4.
Answer\(R_L = 4\ \Omega,\quad P_{\max} = 9\ \text{W}\)
Problem 4CoreEfficiency at the Match

At the matched condition, what fraction of the power produced by the source reaches the load? Derive the general efficiency as a function of \(R_L/R_{TH}\) and comment.

Solution

With \(R_L = R_{TH}\) the loop current is

\[ I = \frac{V_{TH}}{R_{TH}+R_L} = \frac{V_{TH}}{2R_{TH}} \]

The load power and the total power produced:

\[ P_L = I^2R_L = \frac{V_{TH}^2}{4R_{TH}}, \qquad P_S = V_{TH}I = \frac{V_{TH}^2}{2R_{TH}} \]
\[ \eta = \frac{P_L}{P_S} = \frac{1}{2} = 50\% \]

The general case. Writing \(k = R_L/R_{TH}\), the load and internal resistances share the same current, so the power splits in proportion to resistance:

\[ \eta = \frac{R_L}{R_{TH}+R_L} = \frac{k}{1+k} \]

Tabulating both quantities against \(k\):

\(k = R_L/R_{TH}\)\(\eta\)\(P_L/P_{\max}\)
0.19%33%
0.533%89%
150%100%
267%89%
990%36%
9999%4%

The two quantities peak in different places, and neither optimum is a compromise for the other:

\[ \text{Maximum power at } k = 1; \qquad \eta \to 100\% \text{ only as } k \to \infty, \text{ where } P_L \to 0 \]

Efficiency rises monotonically with \(k\) and never has an interior maximum — you can always improve it by making the load larger, at the cost of the power delivered.

Maximum power and maximum efficiency are different questions with different answers. Which one you want depends on whether the source's energy is scarce. If it is free and the signal is precious — a receiving antenna, a sensor — match. If the energy costs money — a power station, a battery — run at \(k \gg 1\) and accept less than the maximum possible power. Problem 16 develops the design rule.
Answer\(\eta = 50\%\) at the match; generally \(\eta = k/(1+k)\)
Problem 5Exam levelHow Flat the Peak Is

Show that loads related by \(R_LR_L' = R_{TH}^2\) receive equal power, and find the range of load values delivering at least 90% of the maximum. Comment on what this means for practical matching.

Solution

The symmetry. Write \(k = R_L/R_{TH}\) and normalise the power:

\[ \frac{P_L}{P_{\max}} = \frac{V_{TH}^2R_L/(R_{TH}+R_L)^2}{V_{TH}^2/4R_{TH}} = \frac{4k}{(1+k)^2} \]

Replacing \(k\) by \(1/k\):

\[ \frac{4(1/k)}{(1+1/k)^2} = \frac{4/k}{(k+1)^2/k^2} = \frac{4k}{(1+k)^2} \]

Identical — so \(k\) and \(1/k\) give the same power, which is the statement \(R_LR_L' = R_{TH}^2\). The curve is symmetric on a logarithmic axis, not a linear one.

The 90% range. Setting the normalised power to 0.9:

\[ \frac{4k}{(1+k)^2} = 0.9 \;\Longrightarrow\; 0.9k^2 - 2.2k + 0.9 = 0 \]
\[ k = \frac{2.2 \pm \sqrt{4.84 - 3.24}}{1.8} = \frac{2.2 \pm 1.265}{1.8} \;\Longrightarrow\; k = 0.519 \ \text{or}\ 1.925 \]

Note \(0.519 \times 1.925 = 1.000\), as the symmetry requires.

So anything within a factor of about two either way delivers 90% or more:

\[ 0.52\,R_{TH} \le R_L \le 1.93\,R_{TH} \;\Longrightarrow\; P_L \ge 0.9\,P_{\max} \]

For Problem 1's 6 Ω source that is roughly 3 Ω to 12 Ω — and even a factor of four out, \(k = 4\) or \(0.25\), still gives 64%.

25%50%75%100% 0.10.250.512410 R_L = R_TH ≥ 90% of P_max k = R_L / R_TH (logarithmic) P_L / P_max
The peak is symmetric in k and 1/k, and flat: a factor of two either way still gives 90%

What this means practically. Precise matching is rarely worth pursuing. Real internal resistances drift with temperature, ageing and operating point by more than a few per cent, and the penalty for that drift is second-order: near the peak, \(dP/dR_L = 0\), so a small mismatch costs power only to second order in the error.

The flatness is a design freedom, not just a consolation. Standard component values, a manufacturing spread, or a load that changes with conditions can all be tolerated. It is also why the 50 Ω and 75 Ω conventions work at all — no real cable or antenna holds its impedance exactly, and none needs to.
Answer\(P_L/P_{\max} = 4k/(1+k)^2\), symmetric in \(k \leftrightarrow 1/k\); ≥90% for \(0.52 \le k \le 1.93\)
Problem 6Exam levelPmax from Voc and Isc

Show that \(P_{\max} = V_{oc}I_{sc}/4\), and explain why this form is the most useful in the laboratory. A sealed source measures 20 V open-circuit and 4 A short-circuit — find its matched load and maximum power.

Solution

From Set 9, \(V_{TH} = V_{oc}\) and \(R_{TH} = V_{oc}/I_{sc}\). Substituting into the standard formula:

\[ P_{\max} = \frac{V_{TH}^2}{4R_{TH}} = \frac{V_{oc}^2}{4\,(V_{oc}/I_{sc})} = \frac{V_{oc}I_{sc}}{4} \]

The geometric reading. Set 10, Problem 2 showed the terminal characteristic is the line joining \((V_{oc}, 0)\) to \((0, I_{sc})\). The power delivered at any operating point is the area of the rectangle \(V \times I\) under that point, and the largest rectangle inscribed under a straight line has exactly a quarter of the area of the triangle's bounding box — at the midpoint of the line:

\[ V = \frac{V_{oc}}{2},\qquad I = \frac{I_{sc}}{2},\qquad P_{\max} = \frac{V_{oc}I_{sc}}{4} \]

The matched condition is simply "operate at half the open-circuit voltage and half the short-circuit current".

Applying it to the measured source:

\[ R_{TH} = \frac{20}{4} = 5\ \Omega = R_L, \qquad P_{\max} = \frac{20 \times 4}{4} = 20\ \text{W} \]

Cross-check: \(V_{TH}^2/4R_{TH} = 400/20 = 20\ \text{W}\;\checkmark\)

Why it is the useful form in practice. Both \(V_{oc}\) and \(I_{sc}\) are directly measurable at the terminals, with no knowledge of what is inside. The formula converts two meter readings into the maximum power available and the load needed to extract it.

With the caution of Set 9, Problem 18. Measuring \(I_{sc}\) directly may damage the source, so it is usually inferred: measure \(V_{oc}\), then find the load that halves the terminal voltage — that load is \(R_{TH}\), and the source is then delivering \(P_{\max}\) by construction.

Half the voltage, half the current, a quarter of the product. That is the whole theorem in a sentence, and it makes the 50% efficiency obvious: the source's own resistance necessarily drops the other half of the voltage while carrying the same current. The two halves are not a coincidence but the same statement twice.
Answer\(P_{\max} = V_{oc}I_{sc}/4\); here \(R_L = 5\ \Omega\), \(P_{\max} = 20\ \text{W}\)
Problem 7Exam levelA Bridged Ladder

A 4 V source drives a 1 Ω resistor into node \(Q\), which has a 2 Ω resistor to the reference. A 5 Ω resistor joins \(Q\) to node \(S\), which has a 1 Ω resistor to the reference; and a 6 V source connects \(S\) to the load terminal. Find \(R\) for maximum power transfer and the power delivered.

Solution

Open-circuit voltage. With \(R\) removed the 6 V branch carries no current, so the left part is a two-mesh network. Writing the mesh equations by inspection:

\[ 3i_1 - 2i_2 = 4, \qquad -2i_1 + 8i_2 = 0 \]

Mesh 1 totals \(1+2 = 3\ \Omega\); mesh 2 totals \(2+5+1 = 8\ \Omega\); they share the 2 Ω.

From the second equation \(i_1 = 4i_2\); substituting into the first:

\[ 12i_2 - 2i_2 = 4 \;\Longrightarrow\; i_2 = \frac{2}{5} = 0.4\ \text{A} \]

That current flows in the right-hand 1 Ω, so walking from the reference up through it and through the 6 V source to the open terminal:

\[ V_{TH} = 1 \times i_2 + 6 = 0.4 + 6 = \frac{32}{5} = 6.4\ \text{V} \]

Thévenin resistance. Short both sources and look back from the load terminal. The 6 V short brings us to node \(S\), from which there are two paths to the reference — the 1 Ω directly, or the 5 Ω followed by \(2 \parallel 1\):

\[ R_{TH} = 1 \parallel \left[5 + (1 \parallel 2)\right] = 1 \parallel \left(5 + \tfrac23\right) = 1 \parallel \tfrac{17}{3} = \frac{17}{20} = 0.85\ \Omega \]

The matched load and its power:

\[ R = R_{TH} = 0.85\ \Omega, \qquad P_{\max} = \frac{(32/5)^2}{4 \times 17/20} = \frac{1024}{85} = 12.05\ \text{W} \]

Note the size of the answer. A 6.4 V source delivering 12 W implies a load current of \(6.4/1.7 = 3.76\ \text{A}\) — large, but consistent, because \(R_{TH}\) is well under an ohm. Low internal resistance means high available power, which is exactly what \(V_{TH}^2/4R_{TH}\) says.

The 6 V source contributes to \(V_{TH}\) but not at all to \(R_{TH}\). Being ideal, it shorts away entirely in the resistance calculation while dominating the open-circuit voltage — 6 V of the 6.4. Sources and resistances are found from two different circuits, and it is worth drawing both rather than trying to do them at once.
Answer\(R = \tfrac{17}{20} = 0.85\ \Omega,\quad P_{\max} = \tfrac{1024}{85} = 12.05\ \text{W}\)
Problem 8ChallengeDependent Source: Voc/Isc

A 5 V source drives a divider of 3 kΩ and 2 kΩ; the drop \(V_0\) across the 2 kΩ controls a dependent source of \(100V_0\), which drives a 10 kΩ resistor into a node with a 40 kΩ resistor to the reference. A load \(R\) is taken from that node. Find \(R\) for maximum power and the power delivered.

Solution

The input stage is isolated — no current is drawn from it by the dependent source — so it is a plain divider:

\[ V_0 = 5 \times \frac{2\text{k}}{3\text{k}+2\text{k}} = 2\ \text{V} \;\Longrightarrow\; 100V_0 = 200\ \text{V} \]

Because \(V_0\) does not depend on anything in the output stage, the dependent source behaves as a fixed 200 V source — which is what makes deactivation-free analysis unnecessary here.

Open-circuit voltage. Remove \(R\); the output stage is then a divider of 10 kΩ and 40 kΩ:

\[ V_{TH} = 200 \times \frac{40\text{k}}{50\text{k}} = 160\ \text{V} \]

Short-circuit current. Shorting the load terminals shorts out the 40 kΩ entirely, leaving the 200 V across the 10 kΩ alone:

\[ I_{sc} = \frac{200}{10\text{k}} = 20\ \text{mA} \]

Hence

\[ R_{TH} = \frac{V_{TH}}{I_{sc}} = \frac{160}{0.02} = 8\ \text{k}\Omega = R \]

Consistent with deactivation, which would give \(10\text{k} \parallel 40\text{k} = 8\ \text{k}\Omega\) — legitimate here only because the dependent source is effectively independent.

The power:

\[ P_{\max} = \frac{160^2}{4 \times 8000} = \frac{25600}{32000} = 0.8\ \text{W} \]

Or from Problem 6: \(V_{oc}I_{sc}/4 = 160 \times 0.02/4 = 0.8\ \text{W}\;\checkmark\)

A dependent source whose control lies outside the network of interest is an independent source in disguise. Here \(V_0\) is fixed by an isolated input stage, so the output stage may be analysed by any method including deactivation. Problem 9 is the genuine case, where the controlling variable depends on what the load does — and there deactivation is forbidden.
Answer\(R = 8\ \text{k}\Omega,\quad P_{\max} = 0.8\ \text{W}\)
Problem 9ChallengeDependent Source: Test Source

A network contains a 100 V independent source and a dependent current source of value \(V_x/4\), where \(V_x\) is the drop across a 4 Ω resistor, with a further 4 Ω in the load path. Determine \(R_L\) for maximum power transfer.

Solution

The controlling variable depends on the circuit's own response, so deactivation is not permitted. Deactivate only the independent 100 V source — short it — and drive the load terminals with a test source \(V_1\) delivering \(I_1\).

Trace the test current. Of the \(I_1\) entering, the dependent source diverts \(V_x/4\), so the series 4 Ω carries the remainder:

\[ I_{4\Omega} = I_1 - \frac{V_x}{4} \]

KVL round the test loop, from the test terminal through the controlling element and the series resistor:

\[ V_1 = V_x + 4\left(I_1 - \frac{V_x}{4}\right) = V_x + 4I_1 - V_x = 4I_1 \]

The controlling voltage cancels identically. That is not a coincidence of the numbers — the dependent source's transconductance is exactly \(1/4\ \text{S}\), matching the 4 Ω it works against.

Hence

\[ R_{TH} = \frac{V_1}{I_1} = 4\ \Omega \;\Longrightarrow\; R_L = 4\ \Omega \]

Note what did not matter. The 100 V source plays no part in \(R_{TH}\), and neither does the value of \(V_x\). Only \(V_{TH}\) depends on the independent source — so if the question had asked for the power as well, a second calculation would be needed.

Why the test-source method was required. Deactivating the dependent source would leave the two 4 Ω resistors in some series–parallel arrangement and give the wrong answer; and \(V_{oc}/I_{sc}\) would need two full circuit solutions where one test loop sufficed.

The cancellation is a designed effect, not an accident. A controlled source arranged to inject exactly the current a resistor would have drawn makes the network's terminal resistance independent of that resistor — the principle behind active load and impedance-conversion circuits. Set 9, Problem 14 pushed the same idea further, to a negative \(R_{TH}\); Problem 13 here shows what that does to this theorem.
Answer\(V_1 = 4I_1\), so \(R_L = R_{TH} = 4\ \Omega\)
Problem 10Exam levelThe Bridge as a Source

The unbalanced bridge of Sets 2, 4, 6, 8, 9 and 10 — 8 V across \(a\!-\!b\) with arms 6, 12, 9 and 6 Ω — is used as a source driving a load between \(c\) and \(d\). Find the load for maximum power and the power available, and compare it with the 18 Ω arm the bridge actually carries.

Solution

Set 9, Problem 7 established the Thévenin equivalent at \(c\!-\!d\):

\[ V_{TH} = 4.8 - \tfrac83 = \frac{32}{15} = 2.133\ \text{V}, \qquad R_{TH} = (6 \parallel 9) + (12 \parallel 6) = 7.6\ \Omega \]

The matched load and the power available:

\[ R_L = 7.6\ \Omega, \qquad P_{\max} = \frac{(32/15)^2}{4 \times 7.6} = \frac{128}{855} = 149.7\ \text{mW} \]

Compare with the actual 18 Ω arm. That load carries 83.3 mA (established four separate ways in earlier sets), so

\[ P_{18\Omega} = \left(\tfrac{1}{12}\right)^2 \times 18 = 125\ \text{mW} \]
\[ \frac{125}{149.7} = 83.5\% \ \text{of the maximum available} \]

Reading the result through Problem 5. Here \(k = 18/7.6 = 2.37\), and the formula gives

\[ \frac{P_L}{P_{\max}} = \frac{4k}{(1+k)^2} = \frac{9.47}{11.36} = 0.835\;\checkmark \]

A load 2.4 times the matched value still collects five-sixths of the available power — the flat peak again.

A practical note on bridges. A measurement bridge is normally used near balance, where \(V_{TH} \to 0\) and the available power vanishes. Matching the detector is then pointless for power reasons; what matters is the detector's sensitivity, and a high-impedance detector loads the bridge less and disturbs the balance point less.

The bridge has now been solved by six methods and finally asked a different question. Every earlier set computed the 83.3 mA in the arm; this one asks what the bridge could deliver if that arm were free to choose. The answer — 150 mW against 125 mW — shows the existing arm is nearly optimal by accident, which is worth knowing before redesigning anything.
Answer\(R_L = 7.6\ \Omega,\ P_{\max} = 149.7\ \text{mW}\); the 18 Ω arm gets 125 mW, or 83.5%
Problem 11ChallengeFixed Load, Variable Source

A 12 V source drives a fixed 6 Ω load, and the designer is free to choose the source's internal resistance. What value of \(R_{TH}\) maximises the load power? Explain why the answer is not \(6\ \Omega\).

Solution

The load power has the same algebraic form, but now \(R_L\) is the constant and \(R_{TH}\) the variable:

\[ P_L = \frac{V_{TH}^2R_L}{(R_{TH}+R_L)^2} \]

Differentiate with respect to \(R_{TH}\) this time:

\[ \frac{dP_L}{dR_{TH}} = -\frac{2V_{TH}^2R_L}{(R_{TH}+R_L)^3} < 0 \quad \text{for all } R_{TH} \ge 0 \]

Strictly negative — there is no stationary point at all. The power decreases monotonically as \(R_{TH}\) grows.

So the optimum is at the boundary:

\[ R_{TH} \to 0, \qquad P_L \to \frac{V_{TH}^2}{R_L} = \frac{144}{6} = 24\ \text{W} \]

Tabulating the difference:

\(R_{TH}\) (Ω)\(P_L\) (W)\(\eta\)
024.0100%
213.575%
6 (“matched”)6.050%
122.6733%

The "matched" design delivers a quarter of what the ideal source would, and wastes half of that again internally.

Why the answers differ. Both problems maximise the same expression, but with respect to different variables. Increasing \(R_L\) has two competing effects — less current, but a larger share of it usefully employed — and the competition produces an interior optimum. Increasing \(R_{TH}\) has only one effect: less current, all of it wasted more. Nothing competes, so nothing peaks.

This is the single commonest misapplication of the theorem. "Maximum power when the resistances are equal" invites the belief that a source should be built to match its load, which is exactly backwards — every real power source is designed for the lowest internal resistance achievable. Matching is what you do when the source is given and cannot be improved.
Answer\(R_{TH} \to 0\), giving \(P_L \to V_{TH}^2/R_L = 24\ \text{W}\). There is no interior optimum.
Problem 12Exam levelA Constrained Load

A source has \(V_{TH} = 12\ \text{V}\) and \(R_{TH} = 6\ \Omega\), but the available load resistance is restricted to the range 8 Ω to 20 Ω. Find the best choice and the power it receives.

Solution

The unconstrained optimum is \(R_L = 6\ \Omega\), which lies outside the permitted range. Problem 2 showed the derivative

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

is negative for every \(R_L > R_{TH}\). On the whole interval \([8, 20]\) the power is therefore strictly decreasing.

So the best is the smallest permitted value — the boundary nearest the unconstrained optimum:

\[ R_L = 8\ \Omega, \qquad P_L = \frac{144 \times 8}{(6+8)^2} = \frac{1152}{196} = 5.88\ \text{W} \]

Comparing with the unreachable ideal:

\[ \frac{5.88}{6.00} = 98\% \]

A 33% overshoot in resistance costs 2% of the power — Problem 5's flat peak, doing useful work. Here \(k = 8/6 = 1.33\) and \(4k/(1+k)^2 = 0.980\;\checkmark\)

The general rule for a constrained range \([R_{\min}, R_{\max}]\):

CaseBest \(R_L\)
\(R_{TH}\) inside the range\(R_{TH}\) — the interior optimum
\(R_{TH} < R_{\min}\)\(R_{\min}\)
\(R_{TH} > R_{\max}\)\(R_{\max}\)

Because the function has a single peak and no other stationary points, the constrained optimum is always either the peak itself or whichever endpoint is closer to it.

A caution. "Closer" means closer on a logarithmic scale, by Problem 5's symmetry. If the range were \([2, 8]\) with \(R_{TH} = 6\), the peak lies inside and the answer is 6 Ω; but for a range like \([1, 3]\) the endpoint 3 wins over 1 because \(3/6 = 0.5\) beats \(1/6 = 0.167\).

Real design problems are almost always constrained like this. Loudspeakers come in 4, 8 and 16 Ω; resistors in E12 values; motors at fixed ratings. The theorem's exact answer is usually unavailable, and the useful skill is knowing which way to round — towards \(R_{TH}\), and that the penalty for missing is small.
Answer\(R_L = 8\ \Omega,\quad P_L = 5.88\ \text{W}\) — 98% of the unconstrained maximum
Problem 13ChallengeWhen RTH Is Negative

Set 9, Problem 14 produced a network with \(R_{TH} = -4\ \Omega\). Apply the maximum power transfer theorem to it, and explain what goes wrong.

Solution

The naive application gives \(R_L = R_{TH} = -4\ \Omega\) — not a resistor that can be bought. Worse, substituting into the power formula:

\[ P_{\max} = \frac{V_{TH}^2}{4R_{TH}} = \frac{V_{TH}^2}{-16} < 0 \]

A negative "maximum" power, which is meaningless.

Look at the actual power curve for a positive load with \(R_{TH} = -4\ \Omega\) and, say, \(V_{TH} = 12\ \text{V}\):

\[ P_L = \frac{144\,R_L}{(R_L - 4)^2} \]
\(R_L\) (Ω)\(P_L\) (W)
5720
4.52 592
4.159 040
4.015 774 400
→ 4→ ∞

The power is unbounded as \(R_L \to |R_{TH}|\). There is no maximum to find.

Where the derivation broke. Problem 2's derivative

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

assumed the denominator was positive and non-zero. With \(R_{TH} = -4\) it vanishes at \(R_L = 4\), and the "stationary point" at \(R_L = R_{TH} = -4\) sits on the far side of that pole — a minimum of a different branch of the function, not a maximum of anything physical.

What actually happens. The total loop resistance \(R_{TH}+R_L\) reaches zero at \(R_L = 4\ \Omega\), so the circuit has no net resistance to limit the current. A real circuit does not deliver infinite power — it oscillates, saturates, or destroys itself. The linear model has been pushed outside its range of validity.

The useful reading. A negative \(R_{TH}\) means the network supplies energy in response to load current rather than absorbing it, which is the condition for instability rather than for power transfer. This is exactly how oscillators are designed — a negative resistance is arranged to cancel a circuit's positive losses, and the resulting growth is limited by a non-linearity the linear model does not contain.

The theorem quietly assumes \(R_{TH} > 0\), and every passive network satisfies it. Only networks with dependent sources can violate it, and when they do the right question changes from "how much power can I extract?" to "is this circuit stable?" — a question Part 3 takes up with the pole locations of Set 32.
AnswerThe theorem fails: \(P_L \to \infty\) as \(R_L \to |R_{TH}|\). Negative \(R_{TH}\) signals instability, not a matching problem.
Problem 14Exam levelThree Different Optima

For a 12 V source behind 6 Ω, find the load that maximises (a) the power in the load, (b) the total power produced by the source, and (c) the power dissipated in \(R_{TH}\). Explain why the three answers differ.

Solution

All three follow from the loop current \(I = V_{TH}/(R_{TH}+R_L)\):

\[ P_L = I^2R_L, \qquad P_S = V_{TH}I = \frac{V_{TH}^2}{R_{TH}+R_L}, \qquad P_{R_{TH}} = I^2R_{TH} \]

(b) and (c) are both monotonically decreasing in \(R_L\), since each depends on \(R_L\) only through \(I\), which falls as \(R_L\) rises. Both are therefore maximised at \(R_L = 0\) — a dead short:

\[ P_S^{\max} = \frac{144}{6} = 24\ \text{W}, \qquad P_{R_{TH}}^{\max} = 2^2 \times 6 = 24\ \text{W} \]

Identical, of course — with the load shorted, everything the source produces is burnt internally.

(a) alone has an interior optimum, at \(R_L = 6\ \Omega\), giving 6 W. Tabulating all three:

\(R_L\) (Ω)\(P_S\) (W)\(P_L\) (W)\(P_{R_{TH}}\) (W)
024.0024.0
316.05.3310.67
612.06.006.00
128.05.332.67
000

Every row satisfies \(P_S = P_L + P_{R_{TH}}\), as conservation demands.

Why they differ. Only the load power is a product of two competing factors. The source's output and the internal dissipation both track the current alone, and current is maximised by removing all resistance — so neither has anything to trade off against.

The practical consequence. "Maximum power" is ambiguous until you say whose. A question about a source's rating concerns \(P_S\) and is answered by the short-circuit condition; a question about a heat sink concerns \(P_{R_{TH}}\) and is answered the same way; only a question about what the load receives gives the matched condition.

The worst case for the source is the best case for nothing at all. A short circuit maximises both the power the source must produce and the heat it must dissipate, while delivering zero useful output — which is why protection circuits exist, and why fuse and thermal ratings are computed at \(R_L = 0\) rather than at the matched point.
Answer(a) \(R_L = 6\ \Omega\), 6 W. (b) and (c) both at \(R_L = 0\), 24 W each.
Problem 15ChallengeA Gain-Tuned RTH

A network containing a current-controlled current source has \(R_{TH} = 4/(1-k)\), where \(k\) is the source's gain (Set 9, Problem 14). Given a fixed load of 40 Ω, find the gain that maximises the power delivered, and identify the range of \(k\) for which the theorem applies at all.

Solution

Here the load is fixed and the source resistance is adjustable — Problem 11's situation, but with a subtlety: \(R_{TH}\) can be tuned continuously by choosing \(k\).

\[ k = 0 \Rightarrow R_{TH} = 4\ \Omega; \quad k = 0.5 \Rightarrow 8\ \Omega; \quad k = 0.9 \Rightarrow 40\ \Omega \]

By Problem 11, the answer is not to match. With \(R_L\) fixed, the power falls monotonically with \(R_{TH}\), so the best choice is the smallest achievable \(R_{TH}\) — which means the most negative permissible \(k\):

\[ k \to -\infty \;\Longrightarrow\; R_{TH} = \frac{4}{1-k} \to 0^+ \]

Setting \(k = 0.9\) to "match" the 40 Ω load would be a serious error — it gives \(P_L = V_{TH}^2/160\), against \(V_{TH}^2/40\) for a near-zero \(R_{TH}\): four times worse.

The range of validity. The theorem requires \(R_{TH} > 0\) (Problem 13), so

\[ \frac{4}{1-k} > 0 \;\Longleftrightarrow\; k < 1 \]
Gain\(R_{TH}\)Status
\(k < 1\)PositiveStable; theorem applies
\(k = 1\)InfiniteIdeal current source; no Thévenin form
\(k > 1\)NegativeUnstable; theorem fails

The three regimes are genuinely different circuits. At \(k = 1\) the dependent source exactly replaces the current the 4 Ω would draw, so the terminals present an infinite resistance — the active-load principle of Problem 9 taken to its limit. Beyond that the source over-compensates and the network begins to supply energy in response to load current.

A caution about "maximum". Even within \(k < 1\), driving \(k\) very negative is not free: the dependent source must supply the extra current, and a real transistor or amplifier providing it has its own limits. The linear model says "smaller is always better" because it contains no such limit.

When a dependent source lets you design \(R_{TH}\), matching is almost never what you want. The reason matched loads are common is that most sources cannot be improved — an antenna's radiation resistance and a sensor's source impedance are physical facts. Where the source impedance is a design variable, Problem 11's monotone answer applies and you drive it as low as the technology allows.
AnswerNot \(k = 0.9\): make \(R_{TH}\) as small as possible \((k \to -\infty)\). Theorem valid only for \(k < 1\).
Problem 16Exam levelEfficiency and the Design Rule

A 400 kV transmission line has a source impedance of 5 Ω and supplies a load drawing 500 MW. Calculate the operating \(k = R_L/R_{TH}\) and the efficiency, then compute what would happen if the system were "matched". State the design rule this establishes.

Solution

The operating point. At 400 kV delivering 500 MW, the line current and effective load are

\[ I = \frac{500 \times 10^6}{400 \times 10^3} = 1250\ \text{A}, \qquad R_L = \frac{400 \times 10^3}{1250} = 320\ \Omega \]
\[ k = \frac{R_L}{R_{TH}} = \frac{320}{5} = 64 \]

The efficiency, from Problem 4:

\[ \eta = \frac{k}{1+k} = \frac{64}{65} = 98.5\% \]

The line loses \(I^2R_{TH} = 1250^2 \times 5 = 7.8\ \text{MW}\) — 1.5% of the total.

Now "match" it. Setting \(R_L = 5\ \Omega\) with the same source:

\[ V_{TH} = 400\ \text{kV} \times \frac{65}{64} = 406\ \text{kV}, \qquad P_{\max} = \frac{(406\times10^3)^2}{4 \times 5} = 8.2\ \text{GW} \]

Sixteen times the delivered power — but half of it, 4.1 GW, would be dissipated in the line itself, against 7.8 MW at present. The line would vaporise.

The design rule. Which optimum to pursue depends entirely on whether the source energy is scarce:

SituationDesign forTypical \(k\)
Energy costs money (power systems)Efficiency\(k \gg 1\) (10–1000)
Energy is free, signal is scarce (antenna, sensor)Power transfer\(k = 1\)
Voltage must be held (regulated supply)Stiffness\(k \gg 1\)
Current must be held (bias, LED driver)Stiffness\(k \ll 1\)

The unifying statement. Match only when the source is fixed by physics and its wasted half costs nothing. Whenever the source is designed rather than given, Problem 11 applies and the answer is \(R_{TH}\) as small as possible.

The 50% figure explains why power engineering never mentions this theorem. A generating station running at maximum power transfer would burn half its fuel in its own windings, and no economics survives that. The theorem's home is signal engineering, where the source is an antenna or a transducer that cannot be redesigned and its available power is all there is.
Answer\(k = 64\), \(\eta = 98.5\%\), losses 7.8 MW. Matched, the line would dissipate 4.1 GW.
Problem 17ChallengeA Resistive Matching Pad

A 12 V source with 6 Ω internal resistance must drive a fixed 50 Ω load. A minimum-loss resistive L-pad is inserted to present 6 Ω to the source and 50 Ω to the load. Compute the power actually delivered, and compare it with connecting the load directly.

Solution

The pad. A shunt \(R_p\) at the source side and a series \(R_s\) to the load, chosen so both ports look right. The standard minimum-loss values are

\[ R_s = \sqrt{R_2(R_2-R_1)} = \sqrt{50 \times 44} = 46.90\ \Omega \]
\[ R_p = R_1\sqrt{\frac{R_2}{R_2-R_1}} = 6\sqrt{\frac{50}{44}} = 6.396\ \Omega \]

Verify both ports:

\[ \text{from the source: } R_p \parallel (R_s + 50) = 6.396 \parallel 96.90 = 6.00\ \Omega\;\checkmark \]
\[ \text{from the load: } R_s + (R_p \parallel 6) = 46.90 + 3.10 = 50.00\ \Omega\;\checkmark \]

The source is now matched, so it delivers its full available power into the pad:

\[ V_{\text{pad}} = 12 \times \frac{6}{6+6} = 6\ \text{V}, \qquad P_{\text{into pad}} = \frac{6^2}{6} = 6\ \text{W} = P_{\max} \]

But most of it never reaches the load. The 6 V divides between the shunt and the series path:

\[ I_{\text{load}} = \frac{6}{R_s + 50} = \frac{6}{96.90} = 61.92\ \text{mA} \]
\[ P_L = (0.06192)^2 \times 50 = 0.192\ \text{W} \]

Compare with connecting the 50 Ω directly, with no pad at all:

\[ P_L = \frac{144 \times 50}{(6+50)^2} = \frac{7200}{3136} = 2.296\ \text{W} \]
Arrangement\(P_L\)Fraction of \(P_{\max}\)
Ideal match (unreachable)6.00 W100%
Direct connection2.296 W38.3%
Minimum-loss resistive pad0.192 W3.2%

The pad is twelve times worse than doing nothing. Its 14.96 dB insertion loss more than cancels the benefit of matching.

Why this happens. A resistive network can transform an impedance only by dissipating. The pad presents the right resistance to each port, but it does so by burning the difference — and the power it burns exceeds the power the mismatch was costing.

Impedance matching is only worth doing with lossless elements. Transformers, and the reactive L and π networks of Set 26, transform impedance without dissipating, and there matching genuinely gains power. Resistive pads exist to control levels and protect ports, not to increase delivered power — and using one for matching, as here, actively loses.
AnswerPad: 0.192 W. Direct connection: 2.296 W. The pad's 15 dB loss outweighs the matching gain.
Problem 18CoreWhere Matching Is Essential

Given Problems 11, 16 and 17, identify the situations in which matching genuinely is the right design choice, and say what they have in common.

Solution

The common feature of every genuine matching application is that the source cannot be improved. Its internal resistance is fixed by physics, not by a design decision, so Problem 11's escape route is closed.

The cases:

ApplicationWhy \(R_{TH}\) is fixedTypical value
Receiving antennaRadiation resistance is set by geometry50 or 75 Ω
Piezoelectric or MEMS sensorMaterial and constructionkΩ–MΩ
Photovoltaic cellSemiconductor physicsVaries with irradiance
Thermoelectric generatorMaterial resistivityΩ
RF stage driving a lineCable characteristic impedance50 Ω

The second common feature: in every case the wasted half costs nothing that matters. Sunlight, radio waves and ambient heat arrive free; there is no fuel bill attached to the 50% dissipated internally, so efficiency in the Problem 4 sense is simply not the figure of merit.

The transmission-line case is different in kind. There, matching prevents reflections rather than maximising power — a mismatched line returns part of the signal towards the source, producing standing waves and, at high power, breakdown. The condition happens to be the same, but the reason is not.

A note on solar cells. These are matched dynamically, because the optimum load moves with irradiance and temperature. A maximum power point tracker continuously adjusts the effective load to sit at the peak — a direct, commercial application of Problem 5's flat peak, since the tracker need only get close.

The test is one question: can I redesign the source? If yes, lower \(R_{TH}\) and forget the theorem. If no — because the source is an antenna, a cell, a transducer, or a length of cable — then matching extracts the most that physics allows, and the 50% loss is not a waste but the price of the arrangement.
AnswerWhere \(R_{TH}\) is fixed by physics and the source energy is free: antennas, sensors, PV cells, RF lines
Problem 19Exam levelMatching by Rearranging

Twelve cells, each 2 V with 1 Ω internal resistance, are to be arranged in \(s\) series strings of \(m\) in parallel, with \(sm = 12\), to drive a fixed 3 Ω load. Find the arrangement giving maximum power.

Solution

The equivalent source. With \(s\) cells in series per string and \(m\) such strings in parallel:

\[ V_{TH} = 2s, \qquad R_{TH} = \frac{s \times 1}{m} = \frac{s}{m} \]

Both scale with the arrangement, which is what makes this different from Problem 11 — here the source's voltage changes too, so a genuine optimum can exist.

Enumerate the six possibilities with \(sm = 12\):

\(s \times m\)\(V_{TH}\) (V)\(R_{TH}\) (Ω)\(P_L\) (W)
1 × 1220.0831.26
2 × 640.3334.32
3 × 460.7507.68
4 × 381.33310.22
6 × 2123.00012.00
12 × 12412.0007.68

The best arrangement is \(6 \times 2\), and it is precisely the one satisfying

\[ R_{TH} = \frac{6}{2} = 3\ \Omega = R_L \]
\[ P_L = \frac{12^2}{4 \times 3} = 12\ \text{W} \]

Why matching applies here when Problem 11 said it should not. The difference is that \(V_{TH}\) is not held constant: rearranging trades voltage against resistance, so raising \(R_{TH}\) also raises \(V_{TH}\). Writing \(m = 12/s\) and hence \(R_{TH} = s^2/12\):

\[ P_L = \frac{(2s)^2 \times 3}{(s^2/12 + 3)^2} \]

which does have an interior maximum, at \(s = 6\). The competing effects are back.

Note the symmetry. The \(3 \times 4\) and \(12 \times 1\) arrangements both give 7.68 W, with \(R_{TH} = 0.75\) and \(12\ \Omega\) — and \(0.75 \times 12 = 9 = R_L^2\), exactly Problem 5's reciprocal pairing.

This is the classic battery-arrangement problem, and it is a real design question. The total stored energy is the same in every arrangement; what changes is the rate at which it can be delivered into a given load. The same reasoning fixes cell configuration in battery packs, where the load resistance and the cell count are given and only the series–parallel split is free.
Answer\(6\) series \(\times\ 2\) parallel: \(V_{TH} = 12\ \text{V},\ R_{TH} = 3\ \Omega = R_L,\ P_L = 12\ \text{W}\)
Problem 20ChallengeWhat the Theorem Is For

Collect the conditions under which the maximum power transfer theorem applies, the ways it is misapplied, and its place among the results of Part 1.

Solution

What it says. Given a linear source with fixed \(V_{TH}\) and fixed \(R_{TH} > 0\), and a load free to take any positive value, the load receives most power when \(R_L = R_{TH}\), and that power is \(V_{TH}^2/4R_{TH} = V_{oc}I_{sc}/4\).

The four assumptions, each with a problem showing what happens without it:

AssumptionIf violatedProblem
LinearityNo Thévenin equivalent existsSet 11, 16
\(V_{TH}, R_{TH}\) fixedOptimum becomes \(R_{TH} \to 0\)11, 15
\(R_{TH} > 0\)Power unbounded; instability13
\(R_L\) free on \((0,\infty)\)Optimum at a boundary12

The three misapplications worth naming explicitly:

\[ \text{1. Designing a }\mathit{source}\text{ to match its load — backwards (Problem 11).} \]
\[ \text{2. Confusing maximum power with maximum efficiency (Problems 4, 16).} \]
\[ \text{3. Matching with lossy elements (Problem 17).} \]

Its place in Part 1. Sets 9 to 12 established that a linear two-terminal network is a straight line in the \((V,I)\) plane. This set asks where on that line to operate, and answers: at the midpoint, \((V_{oc}/2,\ I_{sc}/2)\). That is the whole of it — the rest is knowing when the question is the right one to ask.

What carries forward. In AC circuits the condition becomes \(Z_L = Z_{TH}^{*}\) — the complex conjugate — because the reactance must be cancelled as well as the resistance matched (Set 26). The derivation is the same two lines with \(|Z|\) in place of \(R\), and every caution in this set survives the translation unchanged.

This theorem is more often quoted than correctly used. Its condition is trivial and its assumptions are not, and almost every real engineering failure around it comes from applying \(R_L = R_{TH}\) where the source was designable, the energy was expensive, or the matching network was lossy. Knowing the three exceptions is the useful part.
AnswerOperate at \((V_{oc}/2, I_{sc}/2)\) — valid only for a fixed, passive, positive-\(R_{TH}\) source with a free load
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 with 8 Ω internal resistance drives a variable load. Find \(R_L\) and \(P_{\max}\).

    Show answer
    \(R_L = 8\ \Omega\); \(P_{\max} = 576/32 = 18\) W.
  2. P2. A source measures 30 V open-circuit and 6 A short-circuit. Find \(R_L\) and \(P_{\max}\).

    Show answer
    \(R_{TH} = 30/6 = 5\ \Omega = R_L\); \(P_{\max} = V_{oc}I_{sc}/4 = 45\) W — Problem 6.
  3. P3. A 5 A source with a 10 Ω shunt drives a load. Find \(R_L\) and \(P_{\max}\).

    Show answer
    \(R_L = 10\ \Omega\); \(P_{\max} = I_N^2R_N/4 = 25 \times 10/4 = 62.5\) W.
  4. P4. What is the efficiency at maximum power transfer, and can it be improved without changing the source?

    Show answer
    Exactly 50%. It can be raised by increasing \(R_L\), but only at the cost of delivered power — Problem 4.
  5. P5. A load is twice the matched value. What fraction of \(P_{\max}\) does it receive?

    Show answer
    \(4k/(1+k)^2\) with \(k=2\) gives \(8/9 = 88.9\%\). Half the matched value gives the same — Problem 5.
  6. P6. A 10 V source drives a fixed 20 Ω load, and you may choose the internal resistance. What value is best?

    Show answer
    As near zero as possible, giving \(P \to 100/20 = 5\) W. Not 20 Ω, which would give 1.25 W — Problem 11.
  7. P7. \(R_{TH} = 10\ \Omega\) but the load must be chosen from 25, 50 or 100 Ω. Which is best?

    Show answer
    25 Ω — the smallest available, since the power falls monotonically above \(R_{TH}\) — Problem 12.
  8. P8. Which load maximises the power drawn from the source?

    Show answer
    \(R_L = 0\), a short circuit — and the load then receives none of it. Only the load power peaks at the match — Problem 14.
  9. P9. A network with a dependent source has \(R_{TH} = -5\ \Omega\). What is \(P_{\max}\)?

    Show answer
    There is none — the power grows without bound as \(R_L \to 5\ \Omega\). The theorem does not apply, and the network is unstable — Problem 13.
  10. P10. Why is maximum power transfer irrelevant to power-system design?

    Show answer
    It fixes efficiency at 50%. A real line runs at \(k \approx 64\) and 98.5% efficiency, delivering less than the theoretical maximum on purpose — Problem 16.
  11. P11. Eight cells of 1.5 V and 0.5 Ω drive a 1 Ω load. What series–parallel arrangement is best?

    Show answer
    Need \(R_{TH} = 0.5s/m = 1\) with \(sm = 8\), so \(s = 4, m = 2\): \(V_{TH} = 6\) V, \(P = 36/(4\times 1) = 9\) W — Problem 19.
  12. P12. Does inserting a resistive matching pad increase the power delivered to a mismatched load?

    Show answer
    No — it usually reduces it sharply. Problem 17: 0.19 W with the pad against 2.30 W without. Only lossless matching networks help.
Challenge

Challenge Problems

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

  1. C1. A source of \(V_{TH}\) and \(R_{TH}\) drives two loads \(R_1\) and \(R_2\) in parallel. Find the values maximising the total power delivered to both, then the values maximising the power in \(R_1\) alone with \(R_2\) fixed. Explain why the answers differ.

    Show answer
    Total power to both. The pair behaves as a single load \(R_p = R_1 \parallel R_2\), and the source cannot tell them apart. So the condition is
    \[ R_1 \parallel R_2 = R_{TH} \]
    — a one-parameter family, not a unique answer. Any pair satisfying it (for instance \(R_1 = R_2 = 2R_{TH}\), or \(R_1 = 1.5R_{TH}\) with \(R_2 = 3R_{TH}\)) delivers the same total \(V_{TH}^2/4R_{TH}\). How that total divides between them is then fixed by current division.

    Power in \(R_1\) alone, \(R_2\) fixed. Now \(R_2\) is part of the source as far as \(R_1\) is concerned. Absorb it into a new Thévenin equivalent seen by \(R_1\):
    \[ V_{TH}' = V_{TH}\frac{R_2}{R_{TH}+R_2}, \qquad R_{TH}' = R_{TH} \parallel R_2 \]
    so the condition is \(R_1 = R_{TH} \parallel R_2\), and the power is \(V_{TH}'^2/4R_{TH}'\).

    Why they differ. The first treats \(R_2\) as a beneficiary, the second as an obstruction. A fixed \(R_2\) steals current from \(R_1\) and simultaneously lowers the resistance \(R_1\) should match — both effects reduce what \(R_1\) can get. This is the general lesson of Problem 14: "maximum power" is undefined until you name the recipient.
  2. C2. Prove that the maximum power available from a linear source equals a quarter of the product of its intercepts, using only the geometry of the terminal characteristic and no calculus. Then show what the equivalent statement would be for a source whose characteristic is not straight.

    Show answer
    The geometric proof. The characteristic is the line from \((V_{oc}, 0)\) to \((0, I_{sc})\):
    \[ \frac{V}{V_{oc}} + \frac{I}{I_{sc}} = 1 \]
    Power is \(P = VI\) — the area of the rectangle under the operating point. Writing \(x = V/V_{oc}\) and \(y = I/I_{sc}\), the constraint is \(x + y = 1\) and the objective is \(P = V_{oc}I_{sc}\,xy\).

    By the arithmetic–geometric mean inequality, for \(x + y\) fixed the product \(xy\) is largest when \(x = y\):
    \[ xy \le \left(\frac{x+y}{2}\right)^2 = \frac14 \]
    with equality at \(x = y = \tfrac12\). Hence \(P_{\max} = V_{oc}I_{sc}/4\) at \(V = V_{oc}/2\) and \(I = I_{sc}/2\) — no differentiation used. The largest rectangle inscribed in a right triangle is half its area, which is a quarter of the bounding box.

    For a non-straight characteristic. The AM–GM step used the linear constraint and fails. In general one maximises \(P = V\,I(V)\) along whatever curve the device follows, giving
    \[ \frac{dP}{dV} = I + V\frac{dI}{dV} = 0 \;\Longrightarrow\; \frac{dI}{dV} = -\frac{I}{V} \]
    — the operating point where the incremental resistance equals minus the chord resistance. For a straight line the two coincide with \(R_{TH}\) and the familiar condition returns.

    This is precisely the maximum power point of a solar cell (Problem 18). Its characteristic is exponential, not linear, so the peak sits at neither the midpoint nor \(V_{oc}/2\) — typically near \(0.8V_{oc}\) — and the fill factor \(P_{\max}/(V_{oc}I_{sc})\) measures how far the real curve falls short of the ideal rectangle.
  3. C3. A battery of \(V_{TH}\) and \(R_{TH}\) holds a fixed store of charge \(Q\). Determine the load that maximises the total energy delivered, and contrast it with the load maximising power. What load minimises the time to deliver a given energy?

    Show answer
    Total energy. The battery is exhausted when it has passed charge \(Q\), whatever the current, so the run time is \(T = Q/I\). The energy reaching the load is
    \[ W_L = P_LT = I^2R_L \cdot \frac{Q}{I} = QIR_L = Q\,V_L \]
    where \(V_L = IR_L\) is the terminal voltage. So the delivered energy is simply \(Q\) times the terminal voltage, and maximising it means maximising \(V_L\):
    \[ V_L = V_{TH}\frac{R_L}{R_{TH}+R_L} \to V_{TH} \quad \text{as } R_L \to \infty \]
    The answer is the largest possible load — the opposite extreme from matching. In the limit the battery delivers its full \(QV_{TH}\) of stored energy with none wasted internally, taking infinitely long to do it.

    Contrast. Matching maximises the rate of delivery but wastes half the charge's energy in \(R_{TH}\), so a matched battery delivers only \(QV_{TH}/2\) in total — half its capacity, at the fastest possible rate.

    Minimum time for a given energy \(W\). The time is \(t = W/P_L\), minimised by maximising \(P_L\) — which is the matched condition, provided the battery holds enough charge to supply \(W\) at that rate, i.e. \(W \le QV_{TH}/2\).

    The design trade. Deliver fast and waste half the capacity, or deliver slowly and waste almost none. Every battery-powered design sits somewhere on this curve, and it is why electric vehicles use large packs at low \(k\)-rate rather than small packs run hard — Problem 16's efficiency argument in the time domain.
MCQ

Multiple-Choice Questions

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

  1. Q1. 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). Options (a) and (c) both give zero power — no current, or no voltage.
  2. Q2. The efficiency at maximum power transfer is

    (a) 100%   (b) 75%   (c) 50%   (d) 25%

    Show answer
    (c). Equal resistances carrying equal current dissipate equally — Problem 4.
  3. Q3. A source has \(V_{oc} = 24\) V and \(I_{sc} = 3\) A. Its maximum available power is

    (a) 72 W   (b) 36 W   (c) 18 W   (d) 8 W

    Show answer
    (c). \(V_{oc}I_{sc}/4 = 18\) W, at \(R_L = 8\ \Omega\) — Problem 6.
  4. Q4. A load of \(3R_{TH}\) receives what fraction of \(P_{\max}\)?

    (a) 33%   (b) 75%   (c) 89%   (d) 100%

    Show answer
    (b). \(4k/(1+k)^2 = 12/16 = 75\%\) — Problem 5.
  5. Q5. If the load is fixed and the source resistance may be chosen, the best \(R_{TH}\) is

    (a) \(R_L\)   (b) \(2R_L\)   (c) as small as possible   (d) as large as possible

    Show answer
    (c). The power falls monotonically with \(R_{TH}\) — there is no stationary point. This is the commonest misapplication — Problem 11.
  6. Q6. The power drawn from the source is greatest when

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

    Show answer
    (b). A short maximises current, so the source produces most — but the load receives none of it — Problem 14.
  7. Q7. A network has \(R_{TH} = -3\ \Omega\). The maximum power to a load is

    (a) \(V_{TH}^2/12\)   (b) zero   (c) unbounded   (d) negative

    Show answer
    (c). The power diverges as \(R_L \to 3\ \Omega\), where the loop resistance vanishes. The theorem does not apply — Problem 13.
  8. Q8. Under matched conditions, the terminal voltage equals

    (a) \(V_{oc}\)   (b) \(V_{oc}/2\)   (c) \(V_{oc}/4\)   (d) zero

    Show answer
    (b), with the current at \(I_{sc}/2\) — hence a quarter of the product — Problem 6.
  9. Q9. To find \(R_{TH}\) for a network containing a dependent source whose control depends on the load

    (a) deactivate all sources   (b) use a test source or \(V_{oc}/I_{sc}\)   (c) use series–parallel reduction   (d) it cannot be found

    Show answer
    (b). A dependent source may never be deactivated — Problem 9.
  10. Q10. Inserting a minimum-loss resistive pad to match a source to a larger load

    (a) increases the delivered power   (b) usually decreases it   (c) leaves it unchanged   (d) doubles it

    Show answer
    (b). Problem 17: 0.19 W with the pad against 2.30 W without. Only lossless networks help.
  11. Q11. \(N\) identical cells drive a fixed load. The best series–parallel arrangement is the one making

    (a) \(R_{TH}\) smallest   (b) \(V_{TH}\) largest   (c) \(R_{TH} = R_L\)   (d) all cells in series

    Show answer
    (c). Here rearranging changes \(V_{TH}\) as well as \(R_{TH}\), so a genuine interior optimum exists — unlike Problem 11's situation — Problem 19.
  12. Q12. In AC circuits the maximum power transfer condition becomes

    (a) \(Z_L = Z_{TH}\)   (b) \(Z_L = Z_{TH}^{*}\)   (c) \(|Z_L| = |Z_{TH}|\)   (d) \(Z_L = 0\)

    Show answer
    (b) — the complex conjugate, so the reactances cancel and the resistances match. Set 26 develops this.
Formulas

Key Formulas

QuantityRelationNotes
Matched condition\(R_L = R_{TH}\)\(R_L\) free, source fixed
Maximum power\(P_{\max} = V_{TH}^2/4R_{TH}\)
Norton form\(P_{\max} = I_N^2R_N/4\)Same thing
Measured form\(P_{\max} = V_{oc}I_{sc}/4\)Two meter readings
Operating point\(V = V_{oc}/2,\ I = I_{sc}/2\)Midpoint of the line
Load power\(P_L = V_{TH}^2R_L/(R_{TH}+R_L)^2\)
Derivative\(dP_L/dR_L \propto (R_{TH}-R_L)\)Single sign change
Normalised power\(P_L/P_{\max} = 4k/(1+k)^2\)\(k = R_L/R_{TH}\)
Reciprocal symmetry\(k\) and \(1/k\) give equal power\(R_LR_L' = R_{TH}^2\)
90% band\(0.52 \le k \le 1.93\)Roughly a factor of 2 either way
Efficiency\(\eta = k/(1+k)\)50% at the match; rises with \(k\)
Fixed load\(R_{TH} \to 0,\ P_L \to V_{TH}^2/R_L\)No interior optimum
Source power\(P_S = V_{TH}^2/(R_{TH}+R_L)\)Maximal at \(R_L = 0\)
Cells \(s \times m\)\(V_{TH} = sE,\ R_{TH} = sr/m\)Match by choosing \(s/m\)
AC form\(Z_L = Z_{TH}^{*}\)Conjugate — Set 26
Pitfalls

Common Mistakes

  1. Designing a source to match its load. The theorem varies \(R_L\) with the source fixed. With the load fixed, the answer is \(R_{TH}\) as small as possible — Problem 11.

  2. Confusing maximum power with maximum efficiency. They peak at opposite ends. Matching fixes efficiency at exactly 50% — Problems 4 and 16.

  3. Using \(P_{\max} = V_{TH}^2/R_{TH}\). The factor of 4 is not optional: half the voltage appears across the load, and half of \(V_{TH}^2/R_{TH}\) again is lost internally.

  4. Deactivating a dependent source to find \(R_{TH}\). Never legal. Use a test source or \(V_{oc}/I_{sc}\) — Problem 9.

  5. Applying the theorem when \(R_{TH} < 0\). The power is unbounded and the stationary point is spurious. The real question is stability — Problem 13.

  6. Choosing the arithmetically nearest constrained load. The curve is symmetric in \(k\) and \(1/k\), so "nearest" means nearest on a logarithmic scale — Problem 12.

  7. Matching with a resistive pad. It transforms impedance by dissipating, and usually loses more than the mismatch cost — Problem 17.

  8. Answering "maximum power" without asking whose. Load power peaks at the match; source output and internal dissipation both peak at a short circuit — Problem 14.

  9. Pursuing an exact match. The peak is flat: a factor of two either way still gives 89%. Component tolerance and drift exceed the benefit — Problem 5.

  10. Forgetting that \(R_{TH}\) is nearly all the work. Once the Thévenin equivalent is known the answer is one line, so a maximum-power problem is a Set 9 problem in disguise.

Looking Ahead

The principal reduction theorems are now complete. Sets 9 to 12 reduced any linear two-terminal network to a straight line in the \((V, I)\) plane; this set chose the operating point on it. Everything since Set 3 has concerned resistive networks driven by constant sources, where nothing changes with time and a single algebraic solution suffices.

Four theorems remain before that treatment ends. Millman fell out of source transformation in Set 12 and of superposition in Set 11; reciprocity appeared as the symmetry of the mesh matrix in Set 4; Tellegen was proved from orthogonality in Set 8. Set 14 states them properly and adds substitution, the principle Thévenin's own proof quietly assumed.

Next: Set 14 — Millman, Reciprocity, Substitution and Tellegen, which collects the remaining network theorems, several of which have already appeared as by-products of Sets 10 to 12.