Calculate missing load resistance, source resistance, source voltage, or power delivered to load in a maximum power transfer circuit from any 3 values.

Maximum Power Transfer Calculator

Enter any 3 values to calculate the missing variable


Related Calculators

Maximum Power Transfer Formula

The calculator uses the load power equation for a voltage source with internal or source resistance in series with a load resistance.

P_L = (V_S^2 * R_L) / (R_S + R_L)^2
  • PL = power delivered to the load, in watts (W)
  • VS = source voltage, in volts (V)
  • RL = load resistance, in ohms (Ω)
  • RS = source resistance, in ohms (Ω)

Maximum power transfer occurs when the load resistance equals the source resistance.

R_L = R_S
P_max = V_S^2 / (4 * R_S)
  • Pmax = maximum possible power delivered to the load, in watts (W)
  • RS = source resistance, in ohms (Ω)
  • VS = source voltage, in volts (V)

When you enter any three values, the missing value is found by rearranging the load power formula:

V_S = sqrt(P_L * (R_S + R_L)^2 / R_L)
P_L * R_L^2 + (2 * P_L * R_S - V_S^2) * R_L + P_L * R_S^2 = 0
P_L * R_S^2 + 2 * P_L * R_L * R_S + (P_L * R_L^2 - V_S^2 * R_L) = 0
  • Power delivered to load: uses the direct power formula with source voltage, source resistance, and load resistance.
  • Source voltage: rearranges the power formula and takes the positive square root of the voltage magnitude.
  • Load resistance: solves a quadratic equation because the load resistance appears in both the numerator and denominator.
  • Source resistance: also solves a quadratic equation because the source resistance is part of the squared total series resistance.

Common Unit Conversions for Resistance, Voltage, and Power

Quantity Unit Base unit equivalent
Resistance 1 kΩ 1,000 Ω
Resistance 1 MΩ 1,000,000 Ω
Voltage 1 mV 0.001 V
Voltage 1 kV 1,000 V
Power 1 mW 0.001 W
Power 1 kW 1,000 W
Load condition Meaning Power transfer result
RL < RS Load resistance is too low Less than maximum
RL = RS Matched resistance Maximum power transfer
RL > RS Load resistance is too high Less than maximum

Example Problems

Example 1: Calculate power delivered to the load

Suppose the source voltage is 12 V, the source resistance is 6 Ω, and the load resistance is 6 Ω.

P_L = (12^2 * 6) / (6 + 6)^2
P_L = 864 / 144 = 6 W

The power delivered to the load is 6 W. Since the load resistance equals the source resistance, this is the maximum power transfer condition.

Example 2: Calculate source voltage

Suppose the load resistance is 10 Ω, the source resistance is 10 Ω, and the power delivered to the load is 2.5 W.

V_S = sqrt(2.5 * (10 + 10)^2 / 10)
V_S = sqrt(100) = 10 V

The source voltage is 10 V.

FAQ

What is the maximum power transfer condition?

Maximum power transfer occurs when the load resistance equals the source resistance. In symbols, RL = RS. At that point, the load receives the greatest possible power from the source for that source resistance and voltage.

Is maximum power transfer the same as maximum efficiency?

No. At maximum power transfer, the load resistance equals the source resistance, so the load and source resistance dissipate equal power. That means the efficiency is 50% in the ideal resistive case. Maximum power transfer is useful when getting the most load power matters more than minimizing losses.

Why can solving for resistance give more than one answer?

The power formula contains resistance in a squared denominator, so solving backward for a missing resistance creates a quadratic equation. A given power value below the maximum can correspond to two different resistance values: one below the matched resistance and one above it. The maximum occurs at the single point where RL = RS.