2.19
Maximum Power Transfer and Impedance Matching

How and when to optimize for maximum power transfer, maximum efficiency, maximum signal transfer, impedance matching, or minimum loading. 5 min read

In the previous section, Thevenin Equivalent and Norton Equivalent Circuits, we discussed how we could simplify complicated linear networks into very simple ones involving a single source and a single resistor.

We can use this very simple Thevenin equivalent circuit model to understand how power or signal is transferred between blocks of a circuit when we model each block’s input or output as an equivalent circuit.

(See a review of power in electrical circuits.)


Maximum Power Transfer  

Suppose we have a voltage source with a known, fixed, nonzero series source resistance . It’s connected to a load which we’re modeling as just a resistor.

For what value of load resistor will we transfer the most power to the load?

Here’s a circuit simulation that shows a numerical example:

Exercise Click the circuit, then click “Simulate,” and “Run DC Sweep” to see a plot of the power delivered to the load as we vary the resistance of RL.

This is a very linear circuit, but the curve produced here is quite nonlinear.

We can solve this simple circuit by hand. The voltage source pushes current through a total resistance , so the total current is:

The power delivered to the resistor is , or:

If and are fixed, then we’re only looking at the behavior of the terms of the fraction involving .

Look at the limits here:

  1. Load is short circuit. If , then the numerator goes to zero, so . No power is delivered if the load is a short circuit.
  2. Load is open circuit. If , then the numerator and denominator both go to infinity, but the denomniator has a squared term so it goes to infinity faster. (See Algebraic Approximations for more details.) The result is that the fraction goes to 0, and . No power is delivered if the load is an open circuit.
  3. Load is intermediate. If our load resistance is somewhere , then there’ll be some nonzero power .

We can use calculus to find the maximum by solving for the value of that makes the derivative . (Do this as an exercise!)

The result is that the maximum power occurs if .

At this maximum power point, the power transferred is:

At this maximum power point, the same amount of power is dissipated in the load resistor and the source resistor:

Note that this is the same as the power supplied by a voltage source connected to a single equivalent resistor of .


Maximum Efficiency  

The maximum power point is not the same as the maximum efficiency point. For review, we discussed efficiency previously in our sections on Power and Thermodynamics, Energy, and Equilbrium.

The efficiency here is defined as the ratio of power delivered to the load divided by power supplied by the source:

That’s it.

  1. Load is short circuit. If , then the efficiency .
  2. Load is open circuit. If , then the efficiency .
  3. Load is maximum power point. If then the efficiency .

We can modify our simulation to plot efficency rather than just maximum power:

Exercise Click the circuit, click “Simulate,” and “Run DC Sweep” to plot the efficiency as we vary the load resistance.

When we plug an appliance into a wall outlet, we’re not interested in maximum power transfer, but in good-enough efficency. If our electric microwave oven consumes 1500 W of power, it’d be really bad if we also had 1500 W of heat dissipation within the walls of our house!


Impedance Matching  

In Complex Numbers we started to explore how components other than resistors can present themselves as imaginary resistance values.

When we start working in the frequency domain and including capacitors and inductors in our circuits, then the idea of “resistance matching” for maximum power transfer becomes broadened to “impedance matching,” where impedance is essentially a complex-valued resistance.

In these cases, the maximum power transfer point is for the source impedance and the load impedance to be complex conjugates. As an exercise, you can write the source impedance and the load impedance and solve the maximum power equations above. You’ll find that the maximum power delivered to the load happens with and .


Deciding What to Maximize  

In design problems, these are merely theoretical tools to think about the extremes of matching various sources and loads.

The assumption made throughout this section is that the source resistance is fixed. In many design problems, this is not the case. However, it is nice to quickly see that if we have a design with a particular source resistance, then we do have an upper bound on our power output.

A few guidelines for building intuition about what to maximize:


What’s Next  

In the next section, Maximum Signal Transfer and Minimizing Interstage Loading, we’ll make a similar analysis for cases where we’re interested in passing a voltage or current signal from one stage to the next.