Table of Contents
Why Maximum Power Transfer Matters ⚡
When you connect a source, such as a battery or signal generator, to a load, such as a resistor, motor, or electronic circuit, you often care about how much power reaches the load. The maximum power transfer concept tells you what value of load resistance will receive the greatest possible power from a given source.
This idea appears in many areas of electrical engineering. In low power electronics, it arises in matching amplifiers to speakers. In communications and RF systems, it shows up as impedance matching between stages. In power systems, however, efficiency is often more important than maximum power transfer, so engineers use the concept differently. In this chapter we focus on the core theory and basic resistor case, and leave related details such as Thevenin equivalents to their own chapters.
Throughout this chapter, we consider a source that can be represented by a Thevenin equivalent, that is, by a voltage source in series with a resistance. You will learn how to construct such equivalents in the dedicated chapter, so here we simply assume that you already have a source written in that form.
Source and Load Model 🔌
To talk about maximum power transfer, we use a common model:
A real source is modeled as an ideal voltage source $V_\text{th}$ in series with a resistance $R_\text{th}$, connected to a load resistance $R_L$.
You can imagine this as three elements in series: first the ideal voltage source, then the internal (Thevenin) resistance, then the external load resistance. The load is the part we care about, for example a device we want to power. The Thevenin resistance models all the internal resistances of the source and the network that feeds the load.
The current in this simple series circuit is
$$
I = \frac{V_\text{th}}{R_\text{th} + R_L}
$$
The voltage across the load is
$$
V_L = I R_L = \frac{V_\text{th} R_L}{R_\text{th} + R_L}
$$
The power delivered to the load $R_L$ is
$$
P_L = V_L I = I^2 R_L
$$
Substituting the current expression,
$$
P_L = \left( \frac{V_\text{th}}{R_\text{th} + R_L} \right)^2 R_L
$$
This expression shows how the load power depends on the load resistance. The maximum power transfer problem asks: for a given $V_\text{th}$ and $R_\text{th}$, what value of $R_L$ makes $P_L$ as large as possible?
Condition for Maximum Power Transfer ✅
To find the condition for maximum power transfer in this simple resistive case, we look at how $P_L$ changes with $R_L$.
We have
$$
P_L(R_L) = \frac{V_\text{th}^2 R_L}{(R_\text{th} + R_L)^2}
$$
The only variable here is $R_L$. $V_\text{th}$ and $R_\text{th}$ are fixed by the source and the rest of the circuit, so we ask which $R_L$ makes this function as large as possible.
The calculus method takes the derivative of $P_L$ with respect to $R_L$, sets it to zero, and solves for $R_L$. For a beginner course, it is not necessary to carry out every algebraic step, but the result is clear and very important.
The result is that the power delivered to the load is maximized when the load resistance equals the Thevenin resistance of the source:
Maximum power transfer condition (DC, purely resistive):
For a source modeled as $V_\text{th}$ in series with $R_\text{th}$, the power delivered to a resistive load $R_L$ is maximum when
$$
R_L = R_\text{th}
$$
This simple rule is called the maximum power transfer condition. It tells you that to get the most power into the load, you should match the load resistance to the source's internal or Thevenin resistance.
Maximum Power Value 📈
With the condition $R_L = R_\text{th}$ applied, we can find the actual value of the maximum power that can be delivered to the load.
Start from the general power expression
$$
P_L = \frac{V_\text{th}^2 R_L}{(R_\text{th} + R_L)^2}
$$
Set $R_L = R_\text{th}$
$$
P_{\text{max}} = \frac{V_\text{th}^2 R_\text{th}}{(R_\text{th} + R_\text{th})^2}
= \frac{V_\text{th}^2 R_\text{th}}{(2 R_\text{th})^2}
= \frac{V_\text{th}^2 R_\text{th}}{4 R_\text{th}^2}
= \frac{V_\text{th}^2}{4 R_\text{th}}
$$
So both the condition and the resulting maximum power are concise and useful.
Maximum load power for matched resistive load:
If $R_L = R_\text{th}$, the maximum power delivered to the load is
$$
P_{\text{max}} = \frac{V_\text{th}^2}{4 R_\text{th}}
$$
For absolute beginners, it is important not only to memorize the formulas, but also to understand what they imply for voltage, current, and efficiency, which we examine next.
Voltage, Current, and Efficiency at Maximum Power 🔍
When $R_L = R_\text{th}$, the source and load share the total voltage and power in a very symmetric way.
In this matched condition, the total series resistance is $R_\text{th} + R_L = 2 R_\text{th}$. The current is
$$
I = \frac{V_\text{th}}{2 R_\text{th}}
$$
The voltage across the load is
$$
V_L = I R_L = \frac{V_\text{th}}{2 R_\text{th}} R_\text{th} = \frac{V_\text{th}}{2}
$$
So at maximum power transfer, the load receives exactly half of the Thevenin voltage. The rest appears as voltage drop across the internal resistance of the source.
You can summarize these values in a simple table.
| Quantity | Expression at $R_L = R_\text{th}$ |
|---|---|
| Load resistance | $R_L = R_\text{th}$ |
| Total resistance | $R_\text{th} + R_L = 2 R_\text{th}$ |
| Circuit current | $I = \dfrac{V_\text{th}}{2 R_\text{th}}$ |
| Load voltage | $V_L = \dfrac{V_\text{th}}{2}$ |
| Load power | $P_L = \dfrac{V_\text{th}^2}{4 R_\text{th}}$ |
| Source (internal) power | $P_\text{int} = \dfrac{V_\text{th}^2}{4 R_\text{th}}$ |
The power dissipated in the source resistance is
$$
P_\text{int} = I^2 R_\text{th} =
\left(\frac{V_\text{th}}{2 R_\text{th}}\right)^2 R_\text{th} =
\frac{V_\text{th}^2}{4 R_\text{th}}
$$
Notice that $P_\text{int} = P_L$ when $R_L = R_\text{th}$. In other words, at maximum power transfer, half of the power is lost inside the source and only half is delivered to the load.
The total power developed by the ideal voltage source is
$$
P_\text{total} = V_\text{th} I =
V_\text{th} \cdot \frac{V_\text{th}}{2 R_\text{th}} = \frac{V_\text{th}^2}{2 R_\text{th}}
$$
Then the efficiency can be found as
$$
\eta = \frac{P_L}{P_\text{total}} =
\frac{\frac{V_\text{th}^2}{4 R_\text{th}}}{\frac{V_\text{th}^2}{2 R_\text{th}}}
= \frac{1}{2} = 50\%
$$
So maximum power transfer comes with a cost in efficiency. You lose half of the generated power as heat inside the source. This is a key reason why maximum power transfer is not always the design goal, especially for power delivery systems where efficiency is crucial.
Tradeoff Between Power and Efficiency ⚖️
To see the tradeoff, consider how power behaves for very small and very large load resistances.
If $R_L$ is much smaller than $R_\text{th}$, then the total resistance is small, and the current is large. However, most of the voltage drops across $R_\text{th}$ and the load voltage is small, so the load power is not maximized. The circuit wastes a lot of power in the internal resistance as heat.
If $R_L$ is much larger than $R_\text{th}$, then the current is very small. The load gets a voltage close to $V_\text{th}$, but the small current makes the load power small again. You now have good efficiency, because most of the power is developed across the load, but the absolute value of the power is small.
Between these extremes lies the condition $R_L = R_\text{th}$ that maximizes the power delivered to the load. However, it sets the efficiency precisely at 50 percent.
In high power applications like utility power systems, this low efficiency is not acceptable, so engineers aim instead for $R_L$ much larger than $R_\text{th}$, which gives high efficiency with somewhat less than maximum possible power. In low power signal circuits, such as audio amplifiers or communication links, the absolute power levels are small, and the priority is often to maximize signal transfer, not efficiency. In that context, matching is desirable.
The maximum power transfer concept is therefore not a universal design rule, but a tool that helps you understand and control tradeoffs.
Practical Example with a Thevenin Source 🔧
Consider a source that can be modeled as a Thevenin equivalent with
$$
V_\text{th} = 12\ \text{V},\quad R_\text{th} = 6\ \Omega
$$
You want to connect a resistor as a load and you want it to receive as much power as possible.
Using the maximum power transfer condition, you choose
$$
R_L = R_\text{th} = 6\ \Omega
$$
Then the current is
$$
I = \frac{12\ \text{V}}{6\ \Omega + 6\ \Omega} = \frac{12}{12} = 1\ \text{A}
$$
The voltage across the load is
$$
V_L = I R_L = 1\ \text{A} \cdot 6\ \Omega = 6\ \text{V}
$$
The load power is
$$
P_L = V_L I = 6\ \text{V} \cdot 1\ \text{A} = 6\ \text{W}
$$
If you use the formula for maximum power directly, you get
$$
P_{\text{max}} = \frac{V_\text{th}^2}{4 R_\text{th}}
= \frac{12^2}{4 \cdot 6} = \frac{144}{24} = 6\ \text{W}
$$
So the two methods agree. If you were to change $R_L$ to 3 Ω or 12 Ω and calculate the power, you would find that the power is lower, even though the current or voltage might change. The power expression captures both effects at once.
This example also lets you see clearly the efficiency issue. The internal resistance also dissipates 6 W, so you are wasting as much power as you deliver to the load.
Maximum Power Transfer with Current Sources 💡
So far we have described the source as a Thevenin voltage source. You can also represent a source using a Norton model, which is an ideal current source $I_\text{N}$ in parallel with a resistance $R_\text{N}$, connected to the load. In resistive DC circuits, the Thevenin and Norton resistances have the same value, and the models are equivalent descriptions of the same source.
For a Norton source with parallel resistance $R_\text{N}$ and a load $R_L$ in parallel with them, the maximum power transfer condition is similar, but the derivation follows slightly different algebra. The key result, however, is consistent with the Thevenin case.
For a Norton model, the maximum power transfer to a resistive load also occurs when the load resistance equals the Norton resistance:
Maximum power transfer with an equivalent current source:
For a source modeled as $I_\text{N}$ in parallel with $R_\text{N}$, the power in a resistive load $R_L$ is maximum when
$$
R_L = R_\text{N}
$$
In practice, you may convert a Norton representation to a Thevenin representation or vice versa before applying the maximum power transfer rule, especially in more complex circuits. You will learn source transformation and the details of these equivalents in a separate chapter.
Conceptual Extension to AC Circuits 🔁
In this chapter we considered only DC circuits with resistors. In AC circuits that contain resistors, capacitors, and inductors, the concept of maximum power transfer generalizes, but the condition is applied to complex impedances rather than just real resistances.
In AC circuits, the role of resistance is played by complex impedance, which can have both real and imaginary parts. For sinusoidal steady state, the matching condition involves the complex conjugate of the source impedance instead of merely equal values of resistance. The detailed treatment of that case and the related concept of power factor are covered in later chapters that deal with AC circuit analysis and AC network theorems.
At this stage, the important takeaway is that maximum power transfer involves matching something about the load to something about the source. In DC resistor circuits it is resistance. In AC circuits it is impedance, and the condition is slightly more involved.
When to Use Maximum Power Transfer in Design 🧭
For absolute beginners it is useful to summarize when the maximum power transfer condition is a useful design goal and when it is not.
In signal level circuits such as audio, radio frequency, or sensor interfaces, the signals are small and efficiency is less important than getting as much signal power as possible to the next stage. Here you often design for matched resistances or impedances, for example matching an amplifier output to a speaker or matching a transmission line to its load.
In power delivery circuits such as power supplies, electric vehicle chargers, or distribution networks, the goal is usually to minimize losses. In these systems, you tend to design for high efficiency, which means you do not intentionally match the load resistance to the internal resistance of the source. Instead, you try to make the internal resistance very small, so that the load gets nearly all the power with little voltage drop.
Understanding the maximum power transfer concept helps you interpret and navigate these choices. It gives you a clear reference point: matching gives the most power at 50 percent efficiency, and any deviation from matching trades power for efficiency or vice versa.