The Voltage Divider

If you've ever studied electronics, then perhaps you studied and solved the voltage divider equations. Refer to the schematic for the L pad. In class, they probably stacked the resistors vertically, one above the other. You can analyze this circuit two different ways, getting the same answer at the end.

Generally, the solution method taught for voltage dividers was based on Ohm's law, which works every time, but sometimes isn't the easiest way to wrap your brain around the problem.

For the following discussion, R1 = 10k, R2 = 1k, Ein is 1V. From the look of things, you might intuit that the input voltage is divided by 10 to arrive at the output voltage. But is it really?

Using Ohm's law, calculate the total current in the circuit. It's the applied voltage divided by the sum of the resistors:

It = E/Rt = 1/(10k+1k) = 1/11k = 90.9 microamps.

In a series circuit, the current through the circuit is the same at any node (Kirchoff's law). The voltage drop across any resistor in the loop is equal to the current through the resistor times the resistance:

ER1 = ItR1 = 90.9ľA * 10k = .9091V

ER2 = ItR2 = 90.9ľA * 1k = .09091V

Finally, as a check, Kirchoff's law also says that the sum of the voltage drops in a circuit equals the applied voltage:
ER1 + ER2 = .9091 + .09091 = 1V

vdiv.gif

Now look at the circuit from the standpoint of the ratios of the elements. The applied input voltage will be divided by a factor of 1 plus the ratio of the elements.

You can visualize this easily with a simple 1:1 divider; two equal-value resistors. By inspection you may already know that the input voltage will be divided by two. The ratio of the two resistors is 1. The attenuation ratio is the resistor ratio 1 plus 1 = 2. Revisiting the 10:1 voltage divider:

 

Eo = Ein / k, where k is the attenuation ratio, or 1+(R1/R2).

k = 1+(10k/1k) = 11

Eo = 1/11 = .0901V

Vin/Vout = (R1+R2)/R2 = R1/R2 + R2/R2 = 1+(R1/R2)
finally, solving for Vout: Vout = Vin/(1+(R1/R2))

vdiv_02.gif

As you can see, both methods arrived at the same answer; the output voltage is 90.1mV. You can also see that although the resistor values had a 10:1 ratio, the input:output voltage ratio was 11:1. A 10:1 input:output voltage ratio requires that the resistor values have a 9:1 ratio.

Last modified 04/24/2015.