Thevenin Equivalent Simulator Back
Electrical Circuit Simulator

Thevenin Equivalent Simulator — Maximum Power Transfer

A Thevenin source (V_th, R_th) feeds a wiring resistance R_w and a load R_L in series. Watch load current, voltage, power and efficiency update in real time and find the maximum power transfer point.

Parameters
Thevenin voltage V_th
V
Thevenin resistance R_th
Ω
Load resistance R_L
Ω
Wiring resistance R_w
Ω

Maximum power transfer when R_L = R_th + R_w. The sweep automatically moves R_L from 0.5 Ω to 200 Ω.

Results
Load current I_L
Load voltage V_L
Load power P_L
Efficiency η
Thevenin Equivalent Circuit

Voltage source V_th -> R_th -> R_w (wire) -> R_L -> GND. Current flows clockwise; voltages, resistances and current are labeled.

Load Power Curve P_L(R_L)

Horizontal axis = load resistance R_L (Ω) / Vertical axis = load power P_L (W) / yellow = current R_L, dashed = maximum power at R_L = R_th + R_w.

Theory & Key Formulas

A Thevenin source V_th in series with R_th + R_w feeds a load R_L. With R_total = R_th + R_w + R_L:

Load current (Ohm's law):

$$I_L = \frac{V_{th}}{R_{th} + R_w + R_L}$$

Load voltage and load power:

$$V_L = I_L\,R_L,\qquad P_L = I_L^2\,R_L$$

Power efficiency (fraction dissipated in the load):

$$\eta = \frac{R_L}{R_{th} + R_w + R_L}$$

Maximum power transfer condition and peak power:

$$R_L = R_{th} + R_w,\qquad P_{\max} = \frac{V_{th}^2}{4\,(R_{th}+R_w)}$$

At the matched point the efficiency is exactly 50%. For efficiency-first applications, use R_L much larger than R_th + R_w.

What is the Thevenin Equivalent Simulator

🙋
A AA battery says 1.5 V on the label, but if I short its terminals I would expect infinite current. What actually happens?
🎓
Great instinct. An ideal voltage source would give infinite current, but real batteries have internal resistance. So a AA cell is really "an ideal 1.5 V source with R_th in series". That is exactly a Thevenin equivalent circuit. Try V_th = 1.5, R_th = 0.5 and drag R_L toward 0 in the simulator: even at a dead short the current is capped at V_th/R_th = 3 A.
🙋
Got it. And what about maximum power transfer? Does it matter for phone charging?
🎓
Maximum power transfer is "the load value that lets you pull the most power from the source", which happens when R_L = R_th. Look at the power curve in the simulator: when R_L is too small (near a short) the current is large but V_L is tiny; when R_L is too big (near open) V_L is large but I is tiny. P_L = I^2 · R_L peaks right at the match. Audio amplifier output stages and antenna impedance matching are the classic textbook examples.
🙋
What does the wiring resistance R_w slider model? The cable between source and load?
🎓
Exactly. Long cables and thin leads have resistance you cannot ignore — that is R_w. Because it sits in series with R_th, the effective internal resistance becomes R_th + R_w. The matching point shifts to R_L = R_th + R_w, and efficiency η = R_L/(R_th + R_w + R_L) drops. Slide R_w from 0 to 10 in the simulator and you can see the power curve peak move to the right and its peak height shrink.
🙋
If efficiency at the maximum power point is only 50%, that sounds bad. How do power grids handle this?
🎓
Sharp question — applications choose different priorities. Power utilities want efficiency, so they use R_L much larger than R_th and run very high voltages and low currents, pushing η above 95%. Audio and sensor circuits want to extract the maximum power from a small signal, so they match. Try R_L = 5 (matched) vs R_L = 100 in the simulator: 7.2 W at 50% versus about 1.3 W at 95%. The trade-off is crystal clear.

Physical Model and Key Equations

Thevenin's theorem guarantees that any linear two-terminal network composed of resistors and independent sources (voltage or current) can be replaced, when viewed from a chosen terminal pair, by an open-circuit voltage $V_{th}$ in series with an equivalent internal resistance $R_{th}$. $V_{th}$ is the voltage measured with the terminals open, and $R_{th}$ is the resistance seen from the terminals when every independent internal source is "zeroed" (voltage sources shorted, current sources opened).

With a load $R_L$ and a wiring resistance $R_w$ added in series, the total resistance is $R_{total}=R_{th}+R_w+R_L$. The current is $I_L=V_{th}/R_{total}$, the load voltage is $V_L=I_L R_L$, and the load power is $P_L=I_L^2 R_L=V_{th}^2 R_L/(R_{th}+R_w+R_L)^2$. Setting $dP_L/dR_L=0$ yields $R_L=R_{th}+R_w$, the maximum power transfer condition. At that match $P_{\max}=V_{th}^2/(4(R_{th}+R_w))$ and the efficiency $\eta=R_L/(R_{th}+R_w+R_L)$ equals exactly 50%.

With the default values $V_{th}=12$ V, $R_{th}=5$ Ω, $R_L=10$ Ω, $R_w=0$ Ω, the simulator reports $I_L=0.800$ A, $V_L=8.000$ V, $P_L=6.40$ W and $\eta=66.7\%$. At the matched point $R_L=5$ Ω the load power reaches $P_{\max}=12^2/(4\cdot 5)=7.200$ W — sliding R_L to 5 confirms the peak.

Real-world Applications

Audio power stages: Speakers are sold with nominal impedances (4 Ω, 8 Ω, 16 Ω) chosen to match the output stage of the power amplifier. A mismatch reduces output power and can cause frequency-dependent distortion. Output transformers in tube amplifiers act as impedance converters that match low-impedance speakers to high-impedance plate circuits.

RF and antenna matching: Wireless transmitters insert a matching network (L, π or T) between the output stage and the antenna so that the 50 Ω source impedance is presented with the same load impedance. A mismatch produces reflected power, raises the SWR (standing-wave ratio), and at worst destroys the power amplifier.

Sensor front-ends: Piezoelectric sensors, photodiodes, thermopiles and similar low-signal sources have high output impedance. Rather than maximum power, they are read with a very large load (high-impedance op-amp input) to extract maximum voltage, or with noise matching when SNR matters more than efficiency.

Battery internal resistance measurement: EV and laptop battery packs are diagnosed by internal resistance, a key aging indicator. Connect a known load briefly, measure the voltage drop and compute $R_{th}=(V_{open}-V_{loaded})/I$. BMS firmware tracks the rising R_th as an early warning of cell degradation or thermal anomalies.

Common Misconceptions and Pitfalls

The most common error is confusing maximum power transfer with maximum efficiency. At the matched point efficiency is exactly 50% — the other half is dissipated as heat in R_th. Efficiency-first systems such as power grids use R_L much larger than R_th to push η above 95%. Signal-level circuits such as audio outputs or sensor amplifiers match and accept the 50% trade. Compare R_L = 5 and R_L = 100 in the simulator and the trade-off is unmistakable.

Next, forgetting the wiring resistance R_w when matching. Long cables or thin leads can have R_w of the same order as R_th, so the effective source impedance becomes R_th + R_w and the matched load shifts to R_L = R_th + R_w. The V_th measured at the source appears at the load only after a voltage drop along the wire, and signal quality drops with it. Always re-evaluate matching with the wiring included.

Finally, missing the frequency dependence of a Thevenin equivalent. Real circuits contain capacitance and inductance, so the Thevenin impedance Z_th becomes frequency-dependent. A pure-resistance approximation is fine at DC or low frequency, but RF circuits and high-speed digital traces need a matching design that accounts for frequency response — antenna matching networks and PCB trace impedance design are typical examples.

Frequently Asked Questions

A Thevenin equivalent is "voltage source V_th in series with resistor R_th", a Norton equivalent is "current source I_N in parallel with resistor R_N", and the two convert directly through $V_{th}=I_N R_N$ and $R_{th}=R_N$. Low-impedance circuits where a voltage source approximation is natural favor Thevenin; high-impedance ones where a current source dominates favor Norton. Transistor small-signal and sensor equivalent models switch between the two as needed.
V_th is the open-circuit voltage measured with a voltmeter and no load. R_th can be obtained by measuring the short-circuit current I_sc and using R_th = V_th / I_sc, or by connecting a known load resistor R_L, reading V_L, and computing R_th = R_L · (V_th/V_L − 1). For batteries, the loaded-resistor method is safer because brief shorts damage cells. The simulator illustrates the same idea: vary R_L, read V_L, and back-calculate R_th.
At maximum power R_L = R_th the load power P_L is at its peak but an equal amount P_th = I²·R_th is wasted in the internal resistance, so η = 50%. Efficiency η = R_L/(R_th+R_L) keeps rising toward 100% as R_L grows, but the absolute power delivered P_L = V_th²·R_L/(R_th+R_L)² then shrinks. Power utilities pick efficiency, audio stages pick matching — both views come from the same equations.
Yes, but the resistance becomes a complex impedance Z_th that depends on frequency ω. Maximum power transfer becomes the complex-conjugate matching condition Z_L = Z_th^*, equivalent to R_L = R_th and X_L = −X_th separately. Antenna matching networks and RF amplifier output stages use combinations of L and C to shape the impedance versus frequency. The simulator illustrates the DC or low-frequency, purely resistive limit.