The Vth Formula: Core Definition and Symbol Reference

The Thevenin voltage ($V_{th}$) is defined as the open-circuit voltage measured across the two output terminals of a linear network when the load is removed. In mathematical terms, $V_{th} = V_{oc}$. For a simple resistive voltage divider driven by a single DC source, the formula is expressed as:

$V_{th} = V_s \times \left( \frac{R_2}{R_1 + R_2} \right)$

To apply this formula correctly on the bench or in simulation, you must map every variable to its physical counterpart. Below is the definitive symbol reference for Thevenin equivalent calculations.

SymbolParameterStandard UnitPhysical Meaning
$V_{th}$Thevenin VoltageVolts (V)The ideal voltage source of the equivalent circuit.
$V_{oc}$Open-Circuit VoltageVolts (V)The measured voltage at terminals A-B with infinite load resistance.
$V_s$Source VoltageVolts (V)The nominal voltage of the independent supply driving the network.
$R_1, R_2$Network ResistorsOhms ($\Omega$)The specific resistors forming the divider relative to the output terminals.
$R_{th}$Thevenin ResistanceOhms ($\Omega$)The equivalent series resistance looking back into the network (sources zeroed).
$R_L$Load ResistanceOhms ($\Omega$)The resistance of the component or circuit connected to terminals A-B.
$V_L$Load VoltageVolts (V)The actual voltage dropped across $R_L$ when connected.

Assumptions, Applicability, and Realistic Magnitudes

The $V_{th}$ formula is not a universal law; it is a simplification that relies on strict circuit assumptions. According to All About Circuits, Thevenin's theorem applies exclusively to linear, bilateral networks.

When the Formula Applies:
  • Linearity: Components must obey Ohm's law (resistors, linear inductors/capacitors). Diodes and transistors invalidate the basic DC formula unless small-signal linearization is applied.
  • Bilateral Behavior: Current must flow equally in both directions (excludes diodes).
  • Dependent Sources: If the circuit contains dependent sources, $V_{th}$ is still $V_{oc}$, but $R_{th}$ cannot be found by simply zeroing sources; you must apply a test voltage/current at the terminals.

Realistic Answer Magnitudes: In passive linear DC circuits, $V_{th}$ can never exceed the magnitude of the largest independent source voltage in the network. If your calculation yields a $V_{th}$ of 15V from a 12V battery, your math is wrong. In typical hobbyist and bench applications, realistic $V_{th}$ magnitudes range from 1.2V (single-cell LiFePO4 logic) to 24V (industrial control loops).

Rearranged Forms for Load and Source Design

While finding $V_{th}$ is the first step, practical engineering usually requires solving for the load behavior. When a load $R_L$ is attached, the circuit becomes a simple series loop. The loaded voltage equation is:

$V_L = V_{th} \times \left( \frac{R_L}{R_{th} + R_L} \right)$

By rearranging this master equation, you can solve for any single unknown variable. Keep these forms in your design toolkit:

  • Solve for Thevenin Voltage ($V_{th}$):
    $V_{th} = V_L \times \left( \frac{R_{th} + R_L}{R_L} \right)$
  • Solve for Thevenin Resistance ($R_{th}$):
    $R_{th} = R_L \times \left( \frac{V_{th}}{V_L} - 1 \right)$
  • Solve for Load Resistance ($R_L$):
    $R_L = \frac{R_{th} \times V_L}{V_{th} - V_L}$
  • Solve for Load Voltage ($V_L$):
    $V_L = \frac{V_{th} \times R_L}{R_{th} + R_L}$

Worked Examples with Strict Unit Tracking

The most common point of failure in circuit analysis is dropping units mid-calculation. Below are two solved problems demonstrating explicit unit tracking.

Problem 1: Finding $V_{th}$ in a Sensor Bias Network

Scenario: A 5.0V precision reference ($V_s$) feeds a voltage divider consisting of $R_1 = 2.2 \text{ k}\Omega$ and $R_2 = 3.3 \text{ k}\Omega$. Find $V_{th}$ at the midpoint.

  1. Convert to base units: $R_1 = 2200 \, \Omega$, $R_2 = 3300 \, \Omega$.
  2. Apply formula: $V_{th} = 5.0 \text{ V} \times \left( \frac{3300 \, \Omega}{2200 \, \Omega + 3300 \, \Omega} \right)$
  3. Sum denominator: $2200 \, \Omega + 3300 \, \Omega = 5500 \, \Omega$
  4. Divide (units cancel): $\frac{3300 \, \Omega}{5500 \, \Omega} = 0.6$ (dimensionless ratio)
  5. Multiply by source: $5.0 \text{ V} \times 0.6 = \mathbf{3.0 \text{ V}}$

Result: $V_{th} = 3.0 \text{ V}$.

Problem 2: Sizing $R_L$ for an ESP32 ADC Input

Scenario: You have a signal source modeled as $V_{th} = 12.0 \text{ V}$ with an output impedance ($R_{th}$) of $10.0 \text{ k}\Omega$. You need to step this down to exactly $V_L = 2.4 \text{ V}$ to safely feed an ESP32 ADC pin (keeping it under the 2.5V linearity threshold). What value of $R_L$ is required?

  1. Identify knowns: $V_{th} = 12.0 \text{ V}$, $R_{th} = 10000 \, \Omega$, $V_L = 2.4 \text{ V}$.
  2. Select rearranged formula: $R_L = \frac{R_{th} \times V_L}{V_{th} - V_L}$
  3. Substitute values: $R_L = \frac{10000 \, \Omega \times 2.4 \text{ V}}{12.0 \text{ V} - 2.4 \text{ V}}$
  4. Calculate denominator: $12.0 \text{ V} - 2.4 \text{ V} = 9.6 \text{ V}$
  5. Calculate numerator: $10000 \, \Omega \times 2.4 \text{ V} = 24000 \, \Omega\text{V}$
  6. Divide (Volts cancel): $R_L = \frac{24000 \, \Omega\text{V}}{9.6 \text{ V}} = \mathbf{2500 \, \Omega}$

Result: The exact mathematical requirement is $2.5 \text{ k}\Omega$.

Unit Mistakes That Break the Math

When calculating $V_{th}$ or rearranging for loads, mixing prefixes is the primary cause of catastrophic design errors. Review Electronics Tutorials for deeper network analysis, but memorize these specific traps:

The MistakeWhy It BreaksThe Fix
Mixing $\text{k}\Omega$ and $\Omega$ in divider ratios$\frac{3.3\text{k}}{2.2 + 3.3\text{k}}$ yields $0.999$ instead of $0.6$.Convert all resistors to base Ohms ($\Omega$) before adding or dividing.
Using mA for current but forgetting to scale voltage drops$V = I \times R$ becomes $mV$ if $I$ is in mA and $R$ is in $\Omega$.Convert mA to A ($\times 10^{-3}$) before multiplying by Ohms.
Subtracting loaded voltage from source voltage without unit alignment$12\text{V} - 2400\text{mV}$ results in $-2388$ if treated as raw numbers.Normalize all voltages to Volts (V) before subtraction.

Decision Path: Selecting a Physical Load Resistor

Math gives you an ideal number; the bench requires a physical part. Use this decision tree to transition from the calculated $R_L$ (from Problem 2: $2500 \, \Omega$) to a concrete, purchasable component.

Condition / ConstraintAction / Decision
Is the exact calculated value a standard E24/E96 value?Yes: Proceed to power rating check.
No (2500 is not E24): Move to nearest value selection.
Select nearest standard value.E24 values near 2500 are 2.4k and 2.7k. Choose 2.4k$\Omega$ to ensure $V_L$ stays slightly below the 2.5V ESP32 threshold, prioritizing safety over exact centering.
Recalculate actual $V_L$ with 2.4k$\Omega$.$V_L = 12 \times \left( \frac{2400}{10000 + 2400} \right) = 2.32 \text{ V}$. (Safe for ESP32).
Calculate power dissipation in $R_L$.$P = \frac{V_L^2}{R_L} = \frac{2.32^2}{2400} = 0.0022 \text{ W}$ (2.2 mW).
Select physical wattage and tolerance.2.2 mW is well within a 1/4W (250mW) rating. Use 1% tolerance to prevent ADC drift.
FINAL CONCRETE PICKPurchase a 2.4k$\Omega$ 1/4W 1% Metal Film Resistor (e.g., Yageo MFR-25FRF52-2K4).
Bench Reality Check: Never rely solely on a passive Thevenin divider to drive an ADC with high impedance requirements. While the math above yields a 2.4k$\Omega$ load, the ESP32's internal sampling capacitor requires a low-impedance source (typically < 1k$\Omega$) to charge fully during the sample-and-hold window. If your $R_{th}$ is high, buffer the Thevenin equivalent with a rail-to-rail op-amp (like the MCP6001) before the ADC pin.