The Problem Statement and Method Selection

In both university circuit analysis exams and real-world bench work, the unloaded voltage divider is trivial. The moment you attach a load, however, the math shifts and the traps appear. This loaded voltage example mirrors a common scenario: scaling down a 12V battery signal to read it with a microcontroller's analog-to-digital converter (ADC) or biasing a transistor base where the input impedance acts as a parallel load.

Problem Statement

A DC voltage source ($V_{in}$) of 12.0V is connected to a voltage divider consisting of $R_1 = 10,000 \Omega$ (10k$\Omega$) and $R_2 = 10,000 \Omega$ (10k$\Omega$). A load resistor ($R_L$) of $10,000 \Omega$ (10k$\Omega$) is connected in parallel across $R_2$.

Find: The exact output voltage ($V_{out}$) across the load resistor $R_L$.

Which Method Applies and Why?

We will use the Equivalent Resistance Method combined with the Voltage Divider Rule. Because $R_2$ and $R_L$ share the exact same two nodes, they are in parallel. We must collapse them into a single equivalent resistor ($R_{eq}$) before applying the standard series voltage divider formula.

The Trap: The most common mistake in this voltage example is ignoring $R_L$ entirely and calculating the unloaded output: $V_{out} = 12V \times [10k / (10k + 10k)] = 6V$. If you write 6V on an exam or design a PCB expecting 6V, you will fail the test or brick your 3.3V microcontroller. The load draws current, pulling the node voltage down.

Step-by-Step Algebraic Solution

Here is the complete algebraic breakdown. No steps are skipped.

  1. Calculate the parallel equivalent resistance ($R_{eq}$) of $R_2$ and $R_L$.

    The formula for two parallel resistors is the product-over-sum method:

    $R_{eq} = \frac{R_2 \times R_L}{R_2 + R_L}$

    Substitute the known values:

    $R_{eq} = \frac{10,000 \times 10,000}{10,000 + 10,000}$

    $R_{eq} = \frac{100,000,000}{20,000}$

    $R_{eq} = 5,000 \Omega$ (or 5k$\Omega$)

  2. Calculate the total series resistance ($R_{total}$) seen by the source.

    Now the circuit is a simple series loop with $R_1$ and $R_{eq}$.

    $R_{total} = R_1 + R_{eq}$

    $R_{total} = 10,000 + 5,000 = 15,000 \Omega$ (15k$\Omega$)

  3. Apply the Voltage Divider Rule to find $V_{out}$.

    The output voltage is the voltage dropped across our equivalent bottom leg ($R_{eq}$).

    $V_{out} = V_{in} \times \left( \frac{R_{eq}}{R_{total}} \right)$

    $V_{out} = 12.0 \times \left( \frac{5,000}{15,000} \right)$

    $V_{out} = 12.0 \times \left( \frac{1}{3} \right)$

    $V_{out} = 4.0V$

Sanity Check and Independent Verification

Before moving on, we must verify the answer. In professional engineering and exams, an unverified answer is a guess.

1. Order of Magnitude and Unit Check

  • Units: We multiplied Volts by a dimensionless ratio ($\Omega / \Omega$). The result is in Volts. Correct.
  • Boundaries: The unloaded divider yields 6.0V. Adding a parallel load must decrease the equivalent bottom resistance, which must decrease the output voltage. Therefore, $V_{out}$ must be strictly $> 0V$ and $< 6.0V$. Our answer of 4.0V fits this boundary perfectly.

2. Independent Verification via Thevenin's Theorem

To prove our answer independently, we will use Thevenin's Theorem to reduce the entire source and divider network into a single voltage source ($V_{th}$) and a single series resistance ($R_{th}$), then attach $R_L$.

  1. Find $V_{th}$ (Open-Circuit Voltage): Remove $R_L$. The voltage across $R_2$ is the standard unloaded divider: $V_{th} = 12V \times [10k / (10k + 10k)] = 6.0V$.
  2. Find $R_{th}$ (Equivalent Resistance): Short the 12V source. $R_1$ and $R_2$ are now in parallel from the perspective of the output terminals. $R_{th} = (10k \times 10k) / (10k + 10k) = 5k\Omega$.
  3. Reattach $R_L$ and calculate: We now have a 6.0V source in series with $R_{th}$ (5k$\Omega$) and $R_L$ (10k$\Omega$).

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

    $V_{out} = 6.0 \times \left( \frac{10,000}{5,000 + 10,000} \right) = 6.0 \times \left( \frac{10}{15} \right) = 6.0 \times \frac{2}{3} = 4.0V$.

Both methods yield exactly 4.0V. The math is verified.

Real-World Bench Data: Unloaded vs. Loaded vs. Buffered

When designing sensor interfaces (like reading a 12V car battery with a 3.3V ESP32), you have three architectural choices. Here is how they compare using our 10k/10k voltage example parameters:

Configuration $V_{out}$ (Ideal) Output Impedance Best Use Case
Unloaded Divider 6.0V 5.0k$\Omega$ Reference voltages for high-impedance op-amp inputs.
Loaded Divider (10k$\Omega$ Load) 4.0V 3.33k$\Omega$ Biasing a BJT transistor base where base current is known.
Buffered (Op-Amp Follower) 6.0V < 1$\Omega$ Driving ADCs or low-impedance loads without voltage sag.
Bench Tip: If you are feeding this divider into an ESP32 ADC, the ADC itself acts as $R_L$. According to SparkFun's voltage divider guide, you must ensure your divider's output impedance is significantly lower than the ADC's sampling capacitor impedance, or your readings will fluctuate. If your calculated $V_{out}$ sags under the ADC load, buffer it with an LM358 op-amp configured as a unity-gain follower.

Frequently Asked Questions

Why does my physical voltage example read lower than the math on my multimeter?

If your breadboarded voltage example reads 3.8V instead of the calculated 4.0V, you are likely experiencing two real-world factors: resistor tolerance and meter loading. Standard 5% carbon film resistors can vary by $\pm 500\Omega$ at 10k. Furthermore, while a modern digital multimeter (DMM) has a high input impedance (typically 10M$\Omega$), it is not infinite. The DMM acts as an additional parallel load. To fix this in precision circuits, use 1% metal film resistors and account for the DMM's 10M$\Omega$ impedance in your parallel math if your divider resistors are in the megaohm range.

How do I calculate power dissipation for a high-current voltage example?

In our 10k$\Omega$ example, current is tiny ($I = 12V / 15k\Omega = 0.8mA$), so standard 1/4W resistors are perfectly safe. However, if you scale this voltage example down to 10$\Omega$ resistors to drive a heavier load, power dissipation becomes critical. Use the formula $P = V^2 / R$. For $R_1$ (dropping 8V at 10$\Omega$), $P = 8^2 / 10 = 6.4W$. You would need a wirewound 10W resistor, not a standard 1/4W carbon film part. Always calculate the worst-case power (when $R_L$ is shorted to ground) to size your resistors safely.

Can I use a voltage divider as a power supply voltage example for a microcontroller?

No. A voltage divider is a signal conditioning tool, not a power supply. If you attempt to power a 3.3V microcontroller drawing 50mA using a divider from a 12V rail, the microcontroller's dynamic current draw acts as a constantly changing $R_L$. As the MCU turns on its WiFi radio and draws more current, its effective resistance drops, and your $V_{out}$ will instantly brownout, resetting the chip. For power delivery, you must use a linear regulator (like an L7805 or AMS1117-3.3) or a buck converter. For a deep dive into why dividers fail as power supplies, review the load regulation concepts on Electronics Tutorials.