Thevenin's theorem is the ultimate circuit simplification tool. It states that any linear electrical network containing only voltage sources, current sources, and resistances can be replaced by an equivalent circuit consisting of a single voltage source in series with a single resistor. For bench engineers and hobbyists, the Thevenin formula transforms a tangled web of nodes into a simple two-terminal model, making it trivial to predict how a circuit will behave when you attach a new load.

The Core Thevenin Formula and Symbol Definitions

At its core, the Thevenin equivalent circuit is defined by two primary parameters: the Thevenin voltage (VTH) and the Thevenin resistance (RTH). Once you have these, calculating the behavior of any attached load requires only basic Ohm's law and the voltage divider rule.

The foundational equations are:

  • Thevenin Voltage: VTH = VOC (Open-Circuit Voltage)
  • Thevenin Resistance: RTH = VOC / ISC (where ISC is the short-circuit current)
  • Loaded Output Voltage: VL = VTH × [RL / (RTH + RL)]
Table 1: Thevenin Formula Symbol Definitions
SymbolNameSI UnitPractical Definition
VTHThevenin VoltageVolts (V)The voltage measured across the output terminals when no load is connected (open circuit).
RTHThevenin ResistanceOhms (Ω)The equivalent resistance looking back into the network with all independent sources 'killed' (voltage sources shorted, current sources opened).
VOCOpen-Circuit VoltageVolts (V)Synonymous with VTH; the potential difference at the terminals under zero-current conditions.
ISCShort-Circuit CurrentAmperes (A)The current that flows if the output terminals are directly shorted together.
RLLoad ResistanceOhms (Ω)The resistance of the component or circuit attached to the Thevenin equivalent output.
VLLoad VoltageVolts (V)The actual voltage dropped across the load resistor once connected.
ILLoad CurrentAmperes (A)The current flowing through the series combination of RTH and RL.

Understanding the realistic magnitude of these variables prevents catastrophic math errors on the bench. A calculated RTH of 5MΩ for a 12V lead-acid battery circuit is an immediate red flag that your parallel/series reduction failed.

Table 2: Realistic Thevenin Equivalent Magnitudes for Common Sources
Source TypeTypical VTHTypical RTHTheoretical ISCRealistic Load Range
Alkaline AA Battery1.5V0.10Ω - 0.25Ω6A - 15A5Ω - 100Ω
USB-C PD Port (5V Mode)5.0V - 5.2V< 0.05Ω>100A (Limited by BMS)1Ω - 10kΩ
3.5mm Audio Amplifier2.8V (RMS)0.05Ω - 0.5Ω5A - 50A16Ω - 300Ω (Headphones)
60W Monocrystalline Solar Panel21.5V (VOC)7.0Ω - 9.0Ω (at MPP)3.5A - 4.0A15Ω - 50Ω (MPPT input)
Strain Gauge Wheatstone Bridge0.005V - 0.050V350Ω - 1.2kΩ< 1mA1MΩ - 10GΩ (Instrumentation Amp)

Rearranged Forms and Fatal Unit Mistakes

On the bench, you rarely solve for VTH and RTH in isolation. More often, you are reverse-engineering a black-box power supply or calculating the exact load current. Here are the rearranged forms of the Thevenin formula, solving for each critical variable:

  • Solving for Short-Circuit Current: ISC = VTH / RTH
  • Solving for Load Current: IL = VTH / (RTH + RL)
  • Solving for Load Voltage (Drop Method): VL = VTH - (IL × RTH)
  • Solving for RTH (from measured load drop): RTH = (VTH - VL) / IL
  • Solving for RL (to achieve a specific VL): RL = (VL × RTH) / (VTH - VL)
The 'Milli' Trap: The most common unit mistake that breaks the Thevenin formula is mixing base SI units with prefixes without converting. If you measure VTH = 5V and ISC = 20mA, calculating RTH = 5 / 20 yields 0.25Ω. This is wrong. You must convert 20mA to 0.020A. The correct math is 5V / 0.020A = 250Ω. Always strip prefixes (milli, micro, kilo) to base Volts, Amps, and Ohms before plugging values into the formula.

Furthermore, beware of multimeter input impedance. If your circuit has a high RTH (e.g., 1MΩ) and your DMM has a standard 10MΩ input impedance, your measured VOC will be artificially low by roughly 9% because the meter itself acts as a load. For high-impedance networks, use an electrometer or buffer the measurement with an op-amp.

Worked Problem 1: DC Resistive Network Reduction

Let's derive the Thevenin equivalent for a loaded voltage divider fed by a non-ideal power supply. This is a standard topology in sensor biasing and transistor base networks.

The Circuit: A 24V DC supply has an internal resistance (Rint) of 10Ω. It feeds a voltage divider consisting of R1 = 40Ω (top) and R2 = 60Ω (bottom to ground). We need the Thevenin equivalent at the output node (across R2).

  1. Calculate VTH (Open-Circuit Voltage):
    With no external load attached, Rint, R1, and R2 form a single series loop.
    Total Resistance (RT) = Rint + R1 + R2 = 10Ω + 40Ω + 60Ω = 110Ω.
    Loop Current (I) = Vsource / RT = 24V / 110Ω = 0.21818A.
    VTH is the voltage dropped across R2.
    VTH = I × R2 = 0.21818A × 60Ω = 13.09V.
  2. Calculate RTH (Thevenin Resistance):
    'Kill' the 24V independent source by replacing it with a short circuit (0Ω wire).
    Look back into the output terminals. R2 is now in parallel with the series combination of R1 and Rint.
    Rbranch = R1 + Rint = 40Ω + 10Ω = 50Ω.
    RTH = R2 || Rbranch = (60Ω × 50Ω) / (60Ω + 50Ω) = 3000 / 110 = 27.27Ω.
  3. Calculate Load Behavior (Attach RL = 100Ω):
    Now we treat the circuit as a 13.09V source in series with 27.27Ω, feeding a 100Ω load.
    IL = VTH / (RTH + RL) = 13.09V / (27.27Ω + 100Ω) = 13.09V / 127.27Ω = 0.1028A (102.8mA).
    VL = IL × RL = 0.1028A × 100Ω = 10.28V.

Notice how the load voltage (10.28V) sagged significantly from the open-circuit voltage (13.09V) due to the relatively high RTH of 27.27Ω. According to All About Circuits, recognizing this sag is critical when designing bias networks for high-current loads.

Worked Problem 2: Finding RTH via the Black Box Method

In field diagnostics, you often cannot 'kill' the source or look inside the circuit to calculate RTH theoretically. Instead, you use the load-drop method to empirically derive the Thevenin formula parameters.

The Scenario: You have a sealed 12V nominal lead-acid battery bank. You need to know its exact internal Thevenin resistance to size an inverter cable.

  1. Measure VOC (VTH):
    Using a calibrated Fluke 87V multimeter, measure the terminals with no load.
    Measured VOC = 13.80V.
  2. Apply a Known Load and Measure VL:
    Connect a precision 10Ω power resistor (rated for 50W) across the terminals.
    Measure the voltage across the resistor while under load.
    Measured VL = 12.40V.
  3. Calculate Load Current (IL):
    Using Ohm's law strictly on the load resistor:
    IL = VL / RL = 12.40V / 10Ω = 1.24A.
  4. Derive RTH using the Rearranged Formula:
    The voltage 'lost' inside the battery is the drop across RTH.
    Vdrop = VTH - VL = 13.80V - 12.40V = 1.40V.
    RTH = Vdrop / IL = 1.40V / 1.24A = 1.12Ω.

This empirical RTH of 1.12Ω tells you that if you attempt to pull 100A from this battery bank to run a microwave via an inverter, the internal voltage drop will be 112V, collapsing the terminal voltage to negative (meaning the battery is entirely inadequate for that load). As noted in Electronics Tutorials, empirical derivation is often more accurate than theoretical calculation because it accounts for real-world contact resistances and battery chemistry degradation.

When the Thevenin Formula Applies (and When It Breaks)

Thevenin's theorem is incredibly powerful, but it is bound by strict physical assumptions. Applying it outside these boundaries will yield mathematically correct but physically meaningless results.

The Linearity Assumption

The Thevenin formula only applies to linear, bilateral networks. This means the components inside the network being reduced must obey Ohm's law linearly. Resistors, ideal capacitors, and ideal inductors are linear. Diodes, incandescent bulbs (whose resistance changes with temperature), and transistors are non-linear. You cannot use Thevenin's theorem to reduce a network that includes a diode in the reduction path. However, you can use Thevenin to reduce the linear bias network feeding a diode, and then analyze the diode separately.

AC and Impedance (ZTH)

In AC circuits, resistance (R) is replaced by complex impedance (Z). The Thevenin formula still applies, but you must use phasor math. VTH becomes a complex voltage magnitude and phase angle, and RTH becomes ZTH (which may include reactive components like jXL or -jXC). If you attempt to use scalar DC resistance formulas on an AC circuit containing capacitors, your load voltage calculations will be entirely wrong.

Dependent Sources

If your circuit contains dependent sources (e.g., a voltage-controlled voltage source inside an op-amp model), you cannot simply 'kill' them to find RTH as you do with independent sources. Instead, you must apply a 1V test source (or 1A test current) to the output terminals with independent sources killed, and calculate RTH = Vtest / Itest. This is a common stumbling block for students transitioning from basic DC theory to active semiconductor modeling.