Thevenin resistance is the single equivalent resistance of a linear electrical network as measured from two specific output terminals when all independent internal voltage and current sources are turned off. By collapsing a messy web of resistors and power supplies into one simple voltage source and one series resistor, it completely changes how you analyze load behavior, allowing you to predict voltage drop and current delivery without re-solving the entire circuit every time the load changes. Beginners commonly confuse Thevenin resistance with total circuit resistance or internal battery resistance, but it specifically refers to the equivalent resistance looking back into the network from a designated pair of load terminals.
The Step-by-Step Method to Find Thevenin Resistance
Finding the Thevenin resistance ($R_{TH}$) requires you to mentally (or physically) strip the circuit of its active power sources and calculate the remaining resistive paths. According to standard circuit theory outlined by All About Circuits, the procedure follows a strict sequence.
Let’s walk through a concrete numeric example. Imagine a sensor biasing circuit powered by a 15V DC supply. The supply connects to a 100Ω series resistor ($R_1$), which leads to Node A. From Node A, a 200Ω resistor ($R_2$) drops down to ground. Finally, a 300Ω resistor ($R_3$) runs from Node A to our output terminal (Terminal X). Terminal Y is connected directly to ground. We need to find $R_{TH}$ across Terminals X and Y.
- Remove the load: If there is a load resistor connected across X and Y, remove it. We are looking for the resistance of the source network itself, not the combined system.
- Turn off independent sources: Replace all independent voltage sources with a short circuit (a wire) and all independent current sources with an open circuit (a break). In our example, the 15V supply is shorted to ground.
- Look back into the terminals: Imagine you are standing at Terminals X and Y, looking back into the circuit.
- Current entering Terminal X must first travel through $R_3$ (300Ω) to reach Node A.
- At Node A, the current splits. It can go down through $R_2$ (200Ω) to ground, or it can go backward through $R_1$ (100Ω) to the shorted voltage source (which is now also ground).
- Because both $R_1$ and $R_2$ terminate at ground from the perspective of Node A, they are in parallel.
- Calculate the parallel combination: $R_{1||2} = (100 \times 200) / (100 + 200) = 20,000 / 300 = 66.67\Omega$
- Add the series resistance: The parallel combination is in series with $R_3$. $R_{TH} = R_3 + R_{1||2} = 300 + 66.67 = 366.67\Omega$
Your entire complex network, as far as any load connected to X and Y is concerned, is now just a 10V Thevenin voltage source in series with a 366.67Ω resistor.
Where You Meet Thevenin Resistance in Practice
You rarely sit down with a pencil and paper to calculate $R_{TH}$ for a home wiring job, but you deal with its physical effects constantly in electronics design, embedded systems, and power distribution. Here is how it manifests on the workbench.
| Application Scenario | Target $R_{TH}$ | Why It Matters in Practice |
|---|---|---|
| Microcontroller ADC Interfacing | As low as possible (< 10kΩ) | The ESP32’s internal sample-and-hold capacitor requires a low-impedance source to charge fully during the ADC acquisition window. A high $R_{TH}$ causes voltage sag and non-linear read errors. |
| Maximum Power Transfer (RF/Audio) | Exactly equal to Load $R$ | To push maximum wattage into an 8Ω speaker or a 50Ω RF antenna, the source’s Thevenin resistance must perfectly match the load impedance, yielding 50% efficiency. |
| LiFePO4 Battery Modeling | Measured dynamically (mΩ range) | A battery management system (BMS) estimates State of Health (SoH) by tracking the cell's internal Thevenin resistance. As the cell ages, $R_{TH}$ increases, causing voltage drop under heavy loads. |
| Current Source Approximation | As high as possible (> 1MΩ) | When driving LEDs or charging supercapacitors, a high source $R_{TH}$ ensures the output current remains stable regardless of minor fluctuations in the load voltage. |
Thevenin vs. Norton: Clearing Up Common Confusion
When studying network theorems, people commonly confuse Thevenin resistance with Norton resistance ($R_N$), or they mistakenly assume $R_{TH}$ is just the "total resistance" of the entire schematic. Let’s clarify these distinctions.
Thevenin vs. Norton Resistance: Mathematically, they are identical. $R_{TH} = R_N$. The calculation method—turning off sources and looking into the terminals—is exactly the same. The confusion stems from the equivalent circuit models. Thevenin’s theorem models the network as a voltage source in series with the resistance, while Norton’s theorem models it as a current source in parallel with the resistance. If you are analyzing voltage drops across varying loads, use Thevenin. If you are analyzing current division in parallel branches, Norton is usually faster. As noted in Khan Academy's circuit analysis modules, mastering the ability to flip between these two source transformations is a hallmark of competent circuit debugging.
Thevenin vs. Total Circuit Resistance: Total resistance is calculated from the perspective of the power supply to determine how much current the supply must provide. Thevenin resistance is calculated from the perspective of the load to determine how the network will respond to the load's current demands. They are almost never the same value unless the circuit consists of a single resistor.
Frequently Asked Questions About Thevenin Resistance
How do you calculate Thevenin resistance when a circuit has dependent sources?
If your circuit contains dependent sources (like a voltage-controlled voltage source inside an op-amp model or a transistor small-signal model), you cannot simply turn them off. Dependent sources must remain active. Instead, you turn off all independent sources, apply a 1V test voltage source (or 1A test current source) across the output terminals, and calculate the resulting current (or voltage). The Thevenin resistance is then $V_{test} / I_{test}$. This is standard practice when calculating the output impedance of amplifier stages.
Is it possible for a circuit to have a negative Thevenin resistance?
Yes, but only in active circuits containing dependent sources or specialized integrated circuits. A passive network of standard resistors will always yield a positive $R_{TH}$. However, active circuits like negative impedance converters (NICs) using op-amps can be designed to exhibit a negative Thevenin resistance. In practice, this is used to cancel out the parasitic resistance of physical components, such as nullifying the ESR (equivalent series resistance) of a crystal oscillator or a long transmission line.
Why does my multimeter measure a different resistance than my calculated Thevenin equivalent?
This is one of the most common bench mistakes. A multimeter measures resistance by injecting a small known current and measuring the resulting voltage drop. If the circuit is still powered, or if large capacitors are still charged, the external voltages will corrupt the meter's reading, often resulting in wildly inaccurate numbers or a blown meter fuse.
Does Thevenin resistance change if I swap the load resistor?
No. The Thevenin resistance is a property of the source network, entirely independent of the load connected to it. Whether you connect a 10Ω power resistor or a 10MΩ oscilloscope probe to the terminals, $R_{TH}$ remains exactly the same. What changes is the total current drawn and the voltage dropped across the load, which you can now easily calculate using a simple voltage divider equation: $V_{load} = V_{TH} \times [R_{load} / (R_{TH} + R_{load})]$.






