How To Choose Value Of Resistor In Voltage Divider?

9 min read Sep 25, 2024
How To Choose Value Of Resistor In Voltage Divider?

A voltage divider is a fundamental circuit in electronics that allows you to reduce a higher voltage to a lower voltage. It is a simple yet essential component used in various applications, from adjusting the brightness of LEDs to powering operational amplifiers. The core of a voltage divider lies in the use of two resistors connected in series, with the desired output voltage taken across one of them. However, the crucial step in designing a voltage divider is choosing the appropriate resistor values. This article delves into the intricacies of selecting the right resistor values for your specific application.

Understanding the Voltage Divider

A voltage divider comprises two resistors, R1 and R2, connected in series across a voltage source (Vin). The output voltage (Vout) is taken across resistor R2. The basic principle is that the voltage drops across the resistors are proportional to their resistances.

Formula for Voltage Divider

The voltage divider formula allows us to calculate the output voltage:

Vout = (R2 / (R1 + R2)) * Vin

This formula reveals that the output voltage is directly proportional to the ratio of R2 and the total resistance (R1 + R2).

Choosing the Right Resistor Values

The key to choosing the right resistor values lies in considering various factors:

1. Desired Output Voltage

The most obvious factor is the desired output voltage (Vout). You need to determine the specific voltage you want to obtain from the voltage divider. This will directly influence the ratio of R1 and R2.

2. Input Voltage

The input voltage (Vin) is another crucial factor. The formula for the voltage divider clearly shows that the output voltage is dependent on the input voltage.

3. Current Considerations

Resistors have a power rating, which is the maximum amount of power they can dissipate without overheating. To ensure that the resistors don't burn out, you need to consider the current flowing through them.

Calculating the Current:

The current flowing through the voltage divider is given by:

I = Vin / (R1 + R2)

Calculating Power Dissipation:

The power dissipated by each resistor is given by:

  • P1 = I^2 * R1 (for R1)
  • P2 = I^2 * R2 (for R2)

Choose resistors with power ratings greater than or equal to the calculated power dissipation.

4. Load Resistance

The presence of a load connected to the output of the voltage divider will influence the actual output voltage. If the load resistance is low compared to R2, the output voltage will drop. To mitigate this effect, choose R2 significantly larger than the expected load resistance.

5. Resistor Tolerance

Resistors have a tolerance, which indicates the percentage variation in their actual resistance from the nominal value. This tolerance can impact the accuracy of the voltage divider. To minimize the effect of tolerance, use resistors with a lower tolerance value.

6. Specific Application Requirements

In certain applications, you might have additional considerations:

  • Frequency Dependence: Some applications might involve changing input frequencies. In such cases, consider the frequency response of the resistors.
  • Noise Sensitivity: Some resistors might exhibit noise, which can affect the output voltage. Select resistors with low noise levels if noise is a concern.

Examples of Choosing Resistor Values

Let's look at some examples to illustrate the process of choosing resistor values:

Example 1: Simple LED Circuit

Suppose you want to power an LED using a 5V supply. The LED has a forward voltage drop of 2V and requires a current of 20mA.

  • Desired Output Voltage: 2V (for the LED)
  • Input Voltage: 5V
  • Current: 20mA

Solution:

  1. Calculate the voltage across R2: 5V - 2V = 3V
  2. Calculate the resistance of R2: R2 = Vout / I = 3V / 20mA = 150 Ohms
  3. Choose R1: You can choose R1 to be significantly larger than R2 to minimize the impact of current variations. For example, you can choose R1 = 1k Ohm.
  4. Calculate the total current: I = Vin / (R1 + R2) = 5V / (1000 Ohms + 150 Ohms) ≈ 4.5mA.
  5. Check the power dissipation:
    • P1 = I^2 * R1 = (4.5mA)^2 * 1k Ohms ≈ 20mW
    • P2 = I^2 * R2 = (4.5mA)^2 * 150 Ohms ≈ 3mW.

You can choose standard resistor values close to 150 Ohms and 1k Ohms with power ratings of 1/4W or higher.

Example 2: Voltage Divider with a Load

Imagine you want to use a voltage divider to power a circuit with a load resistance of 100 Ohms. The input voltage is 12V, and you want an output voltage of 5V.

  • Desired Output Voltage: 5V
  • Input Voltage: 12V
  • Load Resistance: 100 Ohms

Solution:

  1. Choose R2 significantly larger than the load resistance: To minimize the impact of the load, choose R2 = 1k Ohm.
  2. Calculate R1: R1 = (Vin / Vout - 1) * R2 = (12V / 5V - 1) * 1k Ohm = 1.4k Ohm.
  3. Calculate the current: I = Vin / (R1 + R2) = 12V / (1.4k Ohm + 1k Ohm) ≈ 5.4mA.
  4. Check the power dissipation:
    • P1 = I^2 * R1 = (5.4mA)^2 * 1.4k Ohm ≈ 41mW
    • P2 = I^2 * R2 = (5.4mA)^2 * 1k Ohm ≈ 30mW.

You can choose standard resistor values close to 1.4k Ohms and 1k Ohms with power ratings of 1/4W or higher.

Conclusion

Choosing the appropriate resistor values for a voltage divider is critical for its proper functionality. Carefully consider the desired output voltage, input voltage, current requirements, load resistance, and resistor tolerance. Remember that the voltage divider is a fundamental building block in many electronic circuits, and understanding how to choose the right resistor values will equip you with a valuable skill for various applications. The use of the voltage divider technique enables engineers and hobbyists to adjust voltage levels effectively, contributing to the development of countless electronic devices.