Voltage divider rule

From Wikipedia, the free encyclopedia

In electronics, the voltage divider rule, or simply the voltage divider, resistor divider or potential divider, is a design technique used to create a voltage (Vout) which is proportional to another voltage (Vin).

Contents

[edit] Resistor divider

Two resistors are connected as shown in the following diagram:

Schematic of a resistor divider. R1 is connected to Vin and Vout, R2 is connected to Vout and GND

The output voltage Vout is related to Vin as follows:

V_\mathrm{out} =  \frac{R_2}{R_1+R_2} \cdot V_\mathrm{in}

This is the general form that the above equation is derived from

Vx=( Rx / Rt )* V 

where Rx is the voltage drop you are looking for, Rt is the sum of any number of series resistors, and V is equal to the source voltage


As a simple example, if R1 = R2 then

V_\mathrm{out} = \frac{1}{2} \cdot V_\mathrm{in}

As a more specific and/or practical example, if Vout=6V and Vin=9V (both commonly used voltages), then:

\frac{V_\mathrm{out}}{V_\mathrm{in}} = \frac{R_2}{R_1+R_2} = \frac{6}{9} = \frac{2}{3}

and by solving using algebra, R2 must be twice the value of R1.

Any ratio between 0 and 1 is possible.

[edit] Voltage divider as a voltage source

Note that the resistor divider rule (above) only works if the divider is unloaded, i.e. the load resistance is infinite and all of the current flowing through R1 goes into R2. If current flows into a load resistance (through Vout), that load resistance must be considered in parallel with R2 to determine the voltage at Vout. In this case, the voltage at Vout is calculated as follows:

V_\mathrm{out} = \frac{R_2 \| R_\mathrm{L}}{R_1+R_2 \| R_\mathrm{L}} \cdot V_\mathrm{in} = \frac{R_2}{R_1+R_2+\frac{R_1R_2}{R_\mathrm{L}}} \cdot V_\mathrm{in}

where RL is a load resistor in parallel with R2.

[edit] Impedance divider

A voltage divider is usually thought of as two resistors, but capacitors, inductors, or any combined impedance can be used. For general impedances Z1 and Z2, the voltage becomes

V_\mathrm{out} =  \frac{Z_2}{Z_1+Z_2} \cdot V_\mathrm{in}

For instance, a divider can be made with a resistor and capacitor:

Schematic of a voltage divider with a capacitor. Resistor is connected to Vin and Vout.  Cap is connected to Vout and GND

The resistor's impedance is simply its resistance:

ZR = R

The capacitor's impedance is a large resistance at low frequencies and a low resistance at high frequencies. The exact formula is:

Z_\mathrm{C} = {1 \over j \omega C}

where j is the imaginary unit, and ω is frequency in radians per second. This divider will then have the voltage ratio:

{V_\mathrm{out} \over V_\mathrm{in}} =  {Z_\mathrm{C} \over Z_\mathrm{C} + Z_\mathrm{R}} = {{1 \over j \omega C} \over {1 \over j \omega C} + R} = {1 \over 1 + R j \omega C}

The ratio then depends on frequency, in this case decreasing as frequency increases. This circuit is, in fact, a basic (first-order) lowpass filter, or, in the world of audio, a treble-cut filter. The ratio contains an imaginary number, and actually contains both the amplitude and phase shift information of the filter. To extract just the amplitude ratio, calculate the magnitude of the ratio, or just use the reactance of the capacitor instead of the impedance.

[edit] See also

[edit] External links

[edit] References

  • Paul Horowitz and Winfield Hill, The Art of Electronics, Cambridge University Press, 1989.