Every time you probe an output jack, test a battery under load, or interface a sensor to an ADC, you are interacting with Thevenin equivalent circuits. Thevenin's theorem states that any linear, bilateral network of voltage sources, current sources, and resistors can be reduced to a single equivalent voltage source (Voc) in series with a single equivalent resistance (Rth). While a digital Thevenin resistance calculator can spit out an answer in milliseconds, understanding the underlying algebra, the unit traps, and the physical assumptions is what separates a technician who blindly trusts software from an engineer who can debug a failing prototype on the bench.
The Core Thevenin Resistance Formula & Symbol Definitions
The most universal method to calculate Thevenin resistance—especially when dealing with dependent sources or complex meshes where simple source-zeroing fails—is the Open-Circuit/Short-Circuit method. The foundational formula is:
Rth = Voc / Isc
| Symbol | Parameter | Standard Unit | Definition & Measurement Context |
|---|---|---|---|
| Rth | Thevenin Resistance | Ohms (Ω) | The equivalent internal series resistance of the network as seen from the output terminals. |
| Voc | Open-Circuit Voltage | Volts (V) | The voltage measured across the output terminals when no load is connected (infinite load resistance). Also denoted as Vth. |
| Isc | Short-Circuit Current | Amperes (A) | The current that flows when the output terminals are directly shorted together (zero load resistance). |
When the Formula Applies (and Its Assumptions)
This formula strictly applies to linear, time-invariant, bilateral networks. "Linear" means the components obey Ohm's law (resistors, ideal sources). If your circuit contains diodes, transistors operating in non-linear regions, or thermistors, Thevenin's theorem only applies to small-signal AC variations around a specific DC bias point, not the large-signal DC behavior. "Bilateral" means current flows identically in both directions; again, standard resistors qualify, while diodes do not. For authoritative derivations of these boundary conditions, refer to the All About Circuits DC textbook chapter on Thevenin's Theorem.
Rearranged Forms, Unit Pitfalls, and Realistic Magnitudes
Depending on what your bench measurements or simulation outputs provide, you will frequently need to rearrange the core formula. Here are the algebraic variants:
- Solving for Open-Circuit Voltage: Voc = Rth × Isc
- Solving for Short-Circuit Current: Isc = Voc / Rth
The Unit Mistake That Breaks Calculations
The most common error when using a Thevenin resistance calculator on the bench is the milli-amp trap. If you measure Voc in Volts (V) and Isc in milliAmperes (mA), dividing the two yields a result in kilo-ohms (kΩ), not ohms (Ω).
Example: 5V / 10mA = 0.5. If you blindly write "0.5 Ω" instead of "0.5 kΩ" (which is 500 Ω), your subsequent load matching calculations will be off by a factor of 1,000. Always convert Isc to base Amperes before dividing.
What a Realistic Answer Magnitude Looks Like
If your calculator spits out an unexpected magnitude, you likely have a node mislabeled in your SPICE simulation or a blown fuse on your multimeter. Here are realistic Rth baselines:
- Li-Ion Cell (18650): 20 mΩ to 80 mΩ (Milliohms)
- Bench Power Supply: < 10 mΩ (Actively regulated to approach zero)
- Audio Line Output: 50 Ω to 600 Ω
- 9V Alkaline Battery: 1 Ω to 3 Ω (Increases as the battery depletes)
- Piezo Vibration Sensor: > 1 MΩ (Megaohms)
Worked Problem 1: The Standard Resistive Divider
Scenario: You have a 12V DC source connected in series with R1 (4 kΩ). Connected from the other side of R1 to ground is R2 (6 kΩ). Your output terminals are placed in parallel across R2. Find Rth.
Step 1: Calculate Voc (Open-Circuit Voltage)
With the terminals open, no current flows out of the node. R1 and R2 form a simple voltage divider.
Voc = Vsource × [ R2 / (R1 + R2) ]
Voc = 12 V × [ 6,000 Ω / (4,000 Ω + 6,000 Ω) ]
Voc = 12 V × 0.6 = 7.2 V
Step 2: Calculate Isc (Short-Circuit Current)
Short the output terminals. This places a 0 Ω wire in parallel with R2, effectively bypassing R2 entirely. All current flows from the 12V source, through R1, and through the short.
Isc = Vsource / R1
Isc = 12 V / 4,000 Ω = 0.003 A = 3 mA
Step 3: Calculate Rth
Rth = Voc / Isc
Rth = 7.2 V / 0.003 A = 2,400 Ω (or 2.4 kΩ)
Bench Verification: If we zero the 12V source (replace it with a short wire) and look into the terminals, R1 and R2 are in parallel. (4k × 6k) / (4k + 6k) = 24 / 10 = 2.4 kΩ. The math holds.
Worked Problem 2: T-Network Source Zeroing Verification
Scenario: A 24V source feeds a T-network. R1 (10 Ω) is in series on the left. R2 (20 Ω) is a shunt resistor to ground in the middle. R3 (30 Ω) is in series on the right. The output terminals are across the end of R3 and ground.
Step 1: Calculate Voc
With terminals open, no current flows through R3. Therefore, there is no voltage drop across R3. The open-circuit voltage is simply the voltage across R2.
Current through R1 and R2: I = 24 V / (10 Ω + 20 Ω) = 24 V / 30 Ω = 0.8 A.
Voc = I × R2 = 0.8 A × 20 Ω = 16 V.
Step 2: Calculate Isc
Short the terminals. R2 is now in parallel with R3.
Parallel equivalent of R2 and R3: Rp = (20 Ω × 30 Ω) / (20 Ω + 30 Ω) = 600 / 50 = 12 Ω.
Total circuit resistance: Rtotal = R1 + Rp = 10 Ω + 12 Ω = 22 Ω.
Total current from source: Itotal = 24 V / 22 Ω ≈ 1.0909 A.
Using the current divider rule to find the short-circuit current (which flows entirely through R3 into the short):
Isc = Itotal × [ R2 / (R2 + R3) ]
Isc = 1.0909 A × [ 20 Ω / 50 Ω ] = 1.0909 A × 0.4 ≈ 0.43636 A.
Step 3: Calculate Rth
Rth = Voc / Isc
Rth = 16 V / 0.43636 A ≈ 36.66 Ω.
Bench Verification: Zero the 24V source. Looking into the terminals, R3 is in series with the parallel combination of R1 and R2. R1 || R2 = (10 × 20) / 30 = 6.66 Ω. Total Rth = 30 Ω + 6.66 Ω = 36.66 Ω. For deeper mathematical proofs on complex networks, Khan Academy's circuit analysis module provides excellent step-by-step matrix breakdowns.
Frequently Asked Questions
How do I use a Thevenin resistance calculator for circuits with dependent sources?
When a circuit contains dependent sources (like a VCVS or CCCS modeling a transistor), you cannot use the source-zeroing method because dependent sources cannot be independently turned off. You must use the Rth = Voc / Isc formula. Calculate the open-circuit voltage normally, then calculate the short-circuit current. Alternatively, you can apply a 1V test voltage source (or 1A test current source) to the terminals with all independent sources zeroed, and calculate Rth = 1V / Itest.
What is the difference between Thevenin resistance and Norton resistance?
Mathematically and physically, there is absolutely no difference. Rth and Norton resistance (Rn) are identical values. The distinction lies only in the topology of the equivalent circuit: Thevenin uses a voltage source in series with the resistance, while Norton uses a current source in parallel with the exact same resistance. You can convert between them using source transformation: Vth = In × Rn.
Why does my calculated Thevenin resistance equal zero or infinity?
If Rth calculates to exactly 0 Ω, your output terminals are either directly across an ideal independent voltage source, or you are looking into the output of an ideal op-amp with negative feedback. If Rth calculates to infinity (∞), your terminals are in series with an ideal independent current source, or the circuit is completely open (a broken trace or blown fuse). In real-world hardware, an ideal 0 Ω or ∞ Ω reading usually indicates a measurement error, a shorted component, or a severed PCB trace.
Can I measure Thevenin resistance directly with a multimeter on a live board?
No. Never connect a multimeter in resistance (Ohms) mode to a live, powered circuit. The meter injects a small test current to measure voltage drop; external circuit voltages will corrupt the reading and can instantly blow the meter's internal fuse or destroy the ADC. To find Rth on a physical board, you must measure Voc with the power on, then power the board off, safely discharge all capacitors, and measure the resistance across the terminals (which only works if there are no active semiconductor paths or dependent sources altering the resistance when unpowered). Otherwise, measure Voc and Isc (using a current shunt) while powered, and calculate it.






