Thevenin voltage ($V_{TH}$) is the open-circuit voltage measured across two specific terminals of a linear electrical network when the load is completely removed. In a real circuit or installation, calculating this value changes your workflow by reducing a messy web of multiple voltage sources and resistors into a single equivalent voltage source and one series resistor, making load analysis trivial. Beginners commonly confuse $V_{TH}$ with the actual voltage across the load (which drops when current flows) or with Norton current (the short-circuit equivalent).
The Core Math: Finding Thevenin Voltage Step-by-Step
To find the Thevenin equivalent of any linear DC network, you need two values: the Thevenin voltage ($V_{TH}$) and the Thevenin resistance ($R_{TH}$). While $R_{TH}$ dictates how much the voltage will sag under load, $V_{TH}$ represents the absolute maximum voltage the network can deliver to an infinite-impedance load. According to standard circuit theory documented by All About Circuits, the process relies on isolating the load and analyzing the remaining passive and active components.
Imagine you are building a fuel level sensor using a resistive float. Your microcontroller reads the sensor via a voltage divider. Let's define the circuit:
- Source ($V_S$): 24.0V DC power supply
- Series Resistor ($R_1$): 10Ω
- Shunt Resistor ($R_2$): 15Ω (This is our sensor element)
- Load ($R_L$): The microcontroller ADC input (connected across $R_2$)
Step 1: Remove the load. Mentally (or physically) disconnect the ADC input from the junction of $R_1$ and $R_2$. The terminals we are analyzing are now open.
Step 2: Calculate $V_{TH}$. With the terminals open, no current flows into the load. The circuit is a simple series loop of $V_S$, $R_1$, and $R_2$. We use the voltage divider formula to find the open-circuit voltage across $R_2$:
$$V_{TH} = V_S \times \left( \frac{R_2}{R_1 + R_2} \right)$$
$$V_{TH} = 24V \times \left( \frac{15}{10 + 15} \right) = 24V \times 0.6 = \mathbf{14.4V}$$
Step 3: Calculate $R_{TH}$ (for context). Turn off the independent sources (short the 24V supply to ground). Looking back into the open terminals, $R_1$ and $R_2$ are now in parallel:
$$R_{TH} = \frac{R_1 \times R_2}{R_1 + R_2} = \frac{10 \times 15}{10 + 15} = \mathbf{6\Omega}$$
Step 4: Reattach the load and predict the real voltage. If your ADC and wiring present a combined load resistance of 12Ω, the actual voltage measured at the pin is no longer 14.4V. It forms a new divider with $R_{TH}$:
$$V_{Load} = V_{TH} \times \left( \frac{R_L}{R_{TH} + R_L} \right) = 14.4V \times \left( \frac{12}{6 + 12} \right) = 14.4V \times 0.667 = \mathbf{9.6V}$$
Without finding the Thevenin voltage and resistance first, predicting this 9.6V drop would require solving the entire multi-node network from scratch every time the load changes.
Where You Meet This in Practice
Thevenin's theorem isn't just an academic exercise; it dictates whether your hardware will actually work on the bench. Here are the most common scenarios where you must calculate $V_{TH}$ and $R_{TH}$:
1. Microcontroller ADC Interfacing (The ESP32 Trap)
When reading an analog sensor with an ESP32-WROOM-32, the internal Analog-to-Digital Converter uses a sample-and-hold (S&H) circuit. During the sampling window (typically a few microseconds), an internal capacitor (around 10-15pF) must charge to the input voltage. If the Thevenin resistance ($R_{TH}$) of your external sensor bridge is too high, the RC time constant becomes too slow. The capacitor won't fully charge, and your ADC will read a falsely low voltage. Rule of thumb: Keep the Thevenin resistance of your sensor network under 10kΩ to ensure 12-bit accuracy on standard SAR ADCs. If your $R_{TH}$ is 100kΩ, you must add an op-amp voltage follower to buffer the signal.
2. Battery and Power Supply Modeling
Every real-world power source has internal resistance. A 12V lead-acid battery can be perfectly modeled as a Thevenin equivalent: a 12.6V ideal source ($V_{TH}$) in series with a 0.02Ω internal resistor ($R_{TH}$). When you crank a starter motor drawing 200A, the voltage at the terminals drops to $12.6V - (200A \times 0.02Ω) = 8.6V$. Understanding this Thevenin model explains why your RV's lights dim when the water pump kicks on.
3. Audio and RF Impedance Matching
In audio engineering, a microphone's output is modeled as a Thevenin voltage source with a specific output impedance ($R_{TH}$). To prevent signal reflection and maximize voltage transfer to a preamp, the preamp's input impedance (the load) must be significantly higher than the microphone's Thevenin resistance—typically a 10:1 ratio or better.
Thevenin vs. Norton: Clearing Up the Confusion
Because HyperPhysics at Georgia State University and standard university curricula teach these theorems together, hobbyists often mix them up. They are mathematically identical representations of the same network, but they serve different analytical purposes.
| Feature | Thevenin Equivalent | Norton Equivalent |
|---|---|---|
| Source Type | Ideal Voltage Source ($V_{TH}$) | Ideal Current Source ($I_N$) |
| Resistor Placement | Series with the source | Parallel with the source |
| How to Find the Source | Open-circuit voltage across terminals | Short-circuit current through terminals |
| Best Used When... | Analyzing series loads and voltage drops | Analyzing parallel loads and current sharing |
| Conversion Math | $V_{TH} = I_N \times R_{TH}$ | $I_N = V_{TH} / R_{TH}$ |
The takeaway: If you are trying to figure out what voltage a sensor will deliver to a microcontroller pin, use Thevenin. If you are trying to figure out how current divides among parallel LED strings, Norton is usually the faster path.
Frequently Asked Questions
How do I find Thevenin voltage if the circuit has multiple independent sources?
When a circuit contains multiple voltage or current sources, you must use the Superposition Theorem. Turn off all sources except one (replace voltage sources with short circuits and current sources with open circuits). Calculate the open-circuit voltage at your terminals for that single active source. Repeat this for every source in the network, then algebraically sum the individual voltages together. The final sum is your total $V_{TH}$.
Can I use Thevenin's theorem for AC circuits with capacitors and inductors?
Yes, but you must move from the time domain to the phasor (frequency) domain. Instead of simple resistances, you will calculate Thevenin impedance ($Z_{TH}$), which includes the complex reactance of capacitors ($X_C$) and inductors ($X_L$) at your specific operating frequency. The Thevenin voltage becomes a complex phasor voltage, representing both magnitude and phase angle. This is heavily used in RF engineering and AC power factor correction, as detailed in MIT OpenCourseWare's Circuits and Electronics materials.
Why does my measured Thevenin voltage on the bench differ from my calculated value?
If your multimeter reads a different open-circuit voltage than your math predicts, check three things. First, account for component tolerances; a 10kΩ resistor might actually be 10.5kΩ. Second, ensure your multimeter's input impedance (usually 10MΩ) isn't acting as a load on a very high-impedance network, which would drag the reading down. Third, verify that your components are strictly linear; Thevenin's theorem completely fails if your network contains non-linear elements like diodes, transistors, or incandescent bulbs whose resistance changes with temperature.






