The maximum power transfer theorem formula for DC circuits is Pmax = Vth2 / (4 × Rth). This peak power is delivered to a load only when the load resistance (RL) exactly matches the Thevenin equivalent resistance (Rth) of the driving network. While this is a staple on EE exams, it is also the governing principle behind matching solar arrays to MPPT charge controllers, sizing audio amplifier outputs, and tuning RF antenna impedance. In this walkthrough, we will solve a classic unbalanced bridge problem, expose the most common algebraic trap students fall into, and verify the result independently.
The Problem Statement
Practice Problem: Unbalanced Bridge Network
A 50V DC ideal voltage source feeds an unbalanced Wheatstone bridge. The bridge consists of four resistors arranged in two parallel voltage dividers:
- Left Branch: R1 = 10Ω (top rail to Node A) and R2 = 40Ω (Node A to ground).
- Right Branch: R3 = 20Ω (top rail to Node B) and R4 = 20Ω (Node B to ground).
Terminals a and b are located at Node A and Node B, respectively. A load resistor RL is connected across a-b.
Find: The value of RL that maximizes power dissipation, and calculate that maximum power (Pmax).
Step-by-Step Solution & Algebra
To solve this, we must apply Thevenin's Theorem to reduce the complex bridge into a simple series circuit (a single voltage source and a single series resistor), and then apply the maximum power transfer theorem formula.
Step 1: Find Vth (Open-Circuit Voltage)
First, remove the load RL from terminals a-b. With the load disconnected, no current flows between Node A and Node B. The left and right branches act as independent voltage dividers.
Voltage at Node A (VA):
VA = Vsource × [R2 / (R1 + R2)]
VA = 50V × [40 / (10 + 40)]
VA = 50V × (40 / 50) = 50V × 0.8 = 40V
Voltage at Node B (VB):
VB = Vsource × [R4 / (R3 + R4)]
VB = 50V × [20 / (20 + 20)]
VB = 50V × (20 / 40) = 50V × 0.5 = 25V
Thevenin Voltage (Vth):
Vth = VA - VB = 40V - 25V = 15V
Step 2: Find Rth (The Trap)
Next, we zero the independent sources. For an ideal voltage source, this means replacing it with a short circuit (a wire with 0Ω resistance). This physically ties the top rail of the bridge directly to the ground rail.
Looking into terminals a-b, the circuit splits into two parallel groups that are in series with each other:
Left parallel group (R1 || R2):
Rleft = (R1 × R2) / (R1 + R2)
Rleft = (10 × 40) / (10 + 40) = 400 / 50 = 8Ω
Right parallel group (R3 || R4):
Rright = (R3 × R4) / (R3 + R4)
Rright = (20 × 20) / (20 + 20) = 400 / 40 = 10Ω
Total Thevenin Resistance (Rth):
From the perspective of the open terminals, these two groups are in series.
Rth = Rleft + Rright = 8Ω + 10Ω = 18Ω
Step 3: Apply the Maximum Power Transfer Theorem Formula
The theorem states that maximum power is transferred when RL = Rth. Therefore, the optimal load is 18Ω.
Now, we plug our values into the formula (as detailed in resources like All About Circuits):
Pmax = Vth2 / (4 × Rth)
Pmax = 152 / (4 × 18)
Pmax = 225 / 72
Pmax = 3.125W
Sanity Check & Independent Verification
Never trust an exam answer without a quick sanity check. Let's verify the order of magnitude, units, and independent calculation.
- Order of Magnitude: We have roughly 15V driving a total resistance of about 35Ω (18Ω + 18Ω). 15V / 35Ω is slightly under 0.5A. Squaring 0.4A gives 0.16, multiplied by 18Ω yields roughly 2.8W to 3W. Our exact answer of 3.125W fits perfectly.
- Unit Check: Volts2 / Ohms = (Joules/Coulomb)2 / (Volts/Amps) = Watts. The dimensional analysis holds.
- Independent Verification: Let's abandon the Thevenin shortcut and use basic Ohm's law on the final equivalent circuit. Total current I = Vth / (Rth + RL) = 15V / (18Ω + 18Ω) = 15 / 36 = 0.4166...A (or exactly 5/12 A). Power dissipated by the load is P = I2 × RL.
P = (5/12)2 × 18 = (25/144) × 18 = 450 / 144 = 3.125W. The math is bulletproof.
Frequently Asked Questions
Does the maximum power transfer theorem formula apply to AC circuits?
Yes, but you must use complex impedance instead of simple resistance. The condition for maximum power transfer in AC is that the load impedance must be the complex conjugate of the Thevenin impedance (ZL = Zth*). This means the resistive parts are equal, but the reactive parts are equal and opposite (e.g., if the source has +j5Ω inductive reactance, the load needs -j5Ω capacitive reactance). The power formula uses RMS voltage: Pmax = |Vth(rms)|2 / (4 × Rth).
Why is maximum power transfer not the same as maximum efficiency?
This is a critical distinction in electrical engineering. When RL = Rth, the load and the source resistance form a perfect 50/50 voltage divider. This means exactly 50% of the total power generated by the source is wasted as heat inside the source's internal resistance. The efficiency is only 50%.
For power distribution grids, we want maximum efficiency, so we ensure RL >> Rth. However, for signal transfer—like routing a weak microphone signal to a preamp, or matching an RF antenna to a receiver—we accept the 50% efficiency penalty to guarantee the absolute highest signal amplitude reaches the load. For a deeper dive into this trade-off, see the Wikipedia entry on Maximum Power Transfer.
How do I use the maximum power transfer theorem formula if the circuit has a dependent source?
If your circuit contains dependent sources (like a VCVS or CCVS), you cannot find Rth by simply zeroing the independent sources and combining resistors. The dependent source remains active and alters the equivalent resistance. Instead, you must use the Test Source Method:
- Zero all independent sources (short voltage sources, open current sources).
- Leave all dependent sources exactly as they are.
- Apply a 1V test voltage source (or 1A test current source) at terminals a-b.
- Calculate the resulting current (Itest) flowing out of your test source using nodal or mesh analysis.
- Calculate Rth = Vtest / Itest.
Once you have the correct Rth, you apply the standard Pmax formula exactly as demonstrated in the bridge problem above.






