Measuring voltage output in a voltage divider

circuit analysisvoltagevoltage divider

I'm currently working my way through Electronics for Dummies, where I am shown a simple voltage divider circuit consisting of a 9V battery and two resistors, R1 (12,000 ohm) and R2 (15,000 ohm).

Given the voltage divider as shown in the schematic below, and the voltage divider equation to calculate the output voltage (Voltage out) given as:

\$V_\text{out} = \left[ \frac{15000}{12000~+~15000} \right] \cdot 9V\$

schematic

simulate this circuit – Schematic created using CircuitLab

Question:

Why is the equation (shown above) using 15,000 as the numerator? Seeing as how the voltage output is after R1 and before R2, shouldn't we be using 12,000 as the numerator in the equation to calculate Vout?

Why then Does the equation above use \$\left[ \frac{15000}{12000~+~15000} \right] \cdot 9V\$?

Best Answer

The numerator is the 15K resistor because you are measuring the voltage across R2 -- it is assumed the positive probe of the voltmeter is at "Voltage Out", and the negative probe of the meter (not shown) is at the bottom of R2 (the - side of the 9V battery).

The current through R2 is set up by ohm's law:

\$I = \frac{V}{R}\$, so \$I = \frac{9v}{12K + 15K}\$ = 333 µA

So the voltage across R2, using \$V = IR, V = 333 µA * 15K = 5v\$

Combining the two equations, you get \$V = \frac{9v}{12K + 15K} * 15K\$

which is the same as the equation in the last line of your question: \$V = \frac{15K}{12K + 15K}*9v\$