At the workbench, reducing a complex linear network to a single voltage source and a series resistor saves hours of nodal analysis. Whether you are sizing a load for a sensor bridge or predicting voltage sag on a power rail, the Thevenin resistance formula bridges theoretical circuit models and physical measurements. This guide breaks down the math, tracks units through solved problems, and shows you what happens when theory meets a real-world soldering iron.
The Core Thevenin Resistance Formula and Symbol Definitions
The universal method for finding the Thevenin equivalent resistance of any linear network—especially those containing dependent sources where simple resistor-combining fails—relies on the ratio of open-circuit voltage to short-circuit current:
| Symbol | Parameter | Unit | Measurement Condition |
|---|---|---|---|
| RTH | Thevenin Equivalent Resistance | Ohms (Ω) | Looking into terminals A-B with independent sources zeroed |
| VOC | Open-Circuit Voltage | Volts (V) | Terminals A-B left open (infinite load impedance) |
| ISC | Short-Circuit Current | Amperes (A) | Terminals A-B shorted with an ideal wire (zero load impedance) |
For purely passive circuits (no dependent sources), you can also find RTH by zeroing all independent sources (shorting voltage sources, opening current sources) and calculating the equivalent resistance looking into the terminals. However, VOC / ISC remains the master key for all linear networks.
Rearranged Forms
Depending on what your bench instruments can safely measure, you will frequently rearrange the formula to solve for each variable:
- Solving for Open-Circuit Voltage: VOC = RTH × ISC
- Solving for Short-Circuit Current: ISC = VOC / RTH
Boundary Conditions: When the Formula Applies and Its Assumptions
Thevenin's theorem is a powerful hammer, but not every circuit is a nail. According to foundational circuit theory documented by All About Circuits, the formula strictly applies only under specific boundary conditions:
- Linearity: The network must consist of linear components. Resistors, linear dependent sources, and ideal wires are fine. If your circuit includes diodes, transistors in saturation/cutoff, or thermistors, the V-I relationship is non-linear. The formula will yield an incorrect static snapshot that fails the moment the load changes.
- Bilateral Symmetry: Current must flow equally well in both directions through the network components. This assumption breaks down if you have unilateral components like rectifiers in the source network.
- Time-Invariance (DC): The standard RTH formula assumes steady-state DC. For AC circuits, resistance becomes complex impedance (ZTH), requiring phasor math and magnitude/phase tracking.
Solved Problem 1: Passive Voltage Divider Network
Let's prove the formula on a basic voltage divider. Circuit: A 24V DC source in series with R1 = 100Ω. Node A connects to R2 = 300Ω, which goes to ground (Node B). We want RTH looking into terminals A-B.
Method A: Source Zeroing
Zero the 24V source (replace with a short). R1 and R2 are now in parallel.
- RTH = (R1 × R2) / (R1 + R2)
- RTH = (100Ω × 300Ω) / (100Ω + 300Ω)
- RTH = 30,000Ω² / 400Ω = 75Ω
Method B: VOC / ISC Formula
Step 1: Find VOC (Terminals A-B open). This is a simple divider.
- VOC = 24V × [300Ω / (100Ω + 300Ω)]
- VOC = 24V × 0.75 = 18V
Step 2: Find ISC (Short terminals A-B). R2 is bypassed. All current flows through R1 and the short.
- ISC = 24V / 100Ω = 0.24A
Step 3: Calculate RTH
- RTH = VOC / ISC
- RTH = 18V / 0.24A = 75Ω
Solved Problem 2: Current Source with Series/Parallel Resistors
Dependent or independent current sources make source-zeroing intuitive, but VOC/ISC is universally reliable. Circuit: A 5A independent current source flows from ground (Node 0) to Node 1. R1 = 20Ω is in parallel with the source (Node 1 to Node 0). R2 = 10Ω connects Node 1 to Terminal A. Terminal B is Node 0.
- Calculate VOC: With A-B open, no current flows through R2. The full 5A flows through R1.
- VNode1 = 5A × 20Ω = 100V
- Since no current is in R2, there is no voltage drop across it. VOC = 100V - 0V = 100V.
- Calculate ISC: Short Terminal A to Terminal B (Node 0). R2 is now effectively in parallel with R1.
- Rparallel = (20Ω × 10Ω) / (20Ω + 10Ω) = 200Ω² / 30Ω = 6.67Ω
- VNode1 (under short) = 5A × 6.67Ω = 33.33V
- The short-circuit current is the current flowing through R2 into the short: ISC = 33.33V / 10Ω = 3.33A.
- Calculate RTH:
- RTH = VOC / ISC = 100V / 3.33A = 30Ω.
Sanity Check: Zero the 5A source (open circuit). Looking into A-B, we see R2 in series with R1. 10Ω + 20Ω = 30Ω. The math holds.
Real-World Bench Scenario: Sizing a Load for a 12V LED Driver
Theory is clean; the bench is messy. Here is how you use the Thevenin resistance formula to characterize a commercial switching power supply without voiding its warranty or tripping its over-current protection (OCP).
| Phase | Action & Measurement |
|---|---|
| Setup | We have a 12V DC LED driver. We need its output impedance (RTH) to predict voltage sag when driving a high-current addressable LED strip. We cannot short it directly to measure ISC because the OCP will instantly shut it down. |
| Numbers | Using a Fluke 87V, we measure VOC = 12.15V. We then connect a known 10Ω, 50W power resistor as a load. The current reads 1.18A, and the loaded voltage drops to 11.80V. |
| Outcome | We use the load-step derivation of the formula: RTH = ΔV / ΔI. RTH = (12.15V - 11.80V) / (1.18A - 0A) = 0.35V / 1.18A = 0.296Ω. |
| What Went Wrong | Ignoring this RTH, we initially hooked up a 5A LED strip directly. The voltage drop across the driver's internal Thevenin resistance was 5A × 0.296Ω = 1.48V. The actual voltage at the strip was 10.67V, causing the onboard microcontrollers to brownout and flicker. We had to upgrade to a stiffer supply with remote-sense terminals. |
Magnitude Sanity Checks and Unit Traps
When calculating RTH, a single decimal error can turn a stable power rail into a theoretical dead short. Always run a sanity check against realistic magnitudes and watch your unit prefixes.
Which Unit Mistakes Break It?
The most common bench error is mixing milliamps and Volts without scaling. If you measure VOC = 12V and ISC = 50mA:
- Correct: RTH = 12V / 0.050A = 240Ω
- Incorrect: RTH = 12 / 50 = 0.24Ω
If you blindly trust the 0.24Ω figure, you might assume your circuit can source hundreds of amps, leading to burned traces and melted breadboard contacts. Always convert prefixes to base units (Volts, Amps, Ohms) before dividing.
What a Realistic Answer Magnitude Looks Like
As noted in MIT OCW's circuits coursework, equivalent resistance varies wildly by domain. If your calculated RTH falls outside these typical ranges, check your schematic:
- Signal Sources (Thermocouples, Piezo sensors): 10kΩ to 10MΩ. (High RTH requires high-impedance op-amp buffering).
- Bench Power Supplies: 1mΩ to 100mΩ. (Extremely low to maintain load regulation).
- Audio Amplifiers: 0.01Ω to 0.1Ω. (Low output impedance ensures a high damping factor for speakers).
- Battery Cells (18650 Li-ion): 20mΩ to 80mΩ. (Rises as the cell ages and internal chemistry degrades).
Mastering the Thevenin resistance formula isn't just about passing an exam; it's about looking at a messy schematic or a black-box power supply and instantly knowing how it will behave when you finally connect your load.






