A voltage divider is a simple yet fundamental circuit in electronics, used to create a specific fraction of an input voltage. The basic configuration involves two resistors,
R1 and R2, connected in series across a voltage source Vin. The output voltage Vout is taken from the junction of R1 and R2.
Basic Theory
The output voltage Vout of a voltage divider is given by:
Worst Case Calculation
Worst case analysis ensures that the circuit performs reliably under the most extreme conditions. For a voltage divider, the worst-case scenario occurs due to the tolerance of the resistors. The tolerance indicates the permissible deviation from the nominal value, typically expressed as a percentage.
Steps for Worst Case Calculation
Determine Nominal Values and Tolerances:
- Let R1nom and R2nom be the nominal values of R1 and R2, respectively.
- Let T1 and T2 be the tolerances of R1 and R2, respectively.
Calculate Extremes:
- Maximum R1:
- Minimum R1:
- Maximum R2:
- Minimum R2:
Calculate Worst Case Vout:
- Calculate Vout for the maximum and minimum possible values of R1 and R2.
Voutmax=Vin⋅R1min+R2maxR2max
Voutmin=Vin⋅R1max+R2minR2min
Example Calculation
Assume:
- Vin=10V
- R1nom=1kΩ, T1=5%
- R2nom=2kΩ, T2=5%
Calculate extremes:
- R1max=1kΩ×1.05=1.05kΩ
- R1min=1kΩ×0.95=0.95kΩ
- R2max=2kΩ×1.05=2.1kΩ
- R2min=2kΩ×0.95=1.9kΩ
Calculate worst case Vout:
- Voutmax=10V⋅0.95kΩ+2.1kΩ2.1kΩ=10V⋅3.052.1≈6.89V
- Voutmin=10V⋅1.05kΩ+1.9kΩ1.9kΩ=10V⋅2.951.9≈6.44V
Selection of Resistor Combination
Selecting the best combination of resistors involves considering several factors:
Tolerance:
- Lower tolerance resistors (e.g., 1% or 0.1%) will provide a more stable and precise Vout.
Power Rating:
- Ensure the resistors can handle the power dissipation. The power dissipated in a resistor P is given by .
Temperature Coefficient:
- Choose resistors with low temperature coefficients to minimize variation in resistance due to temperature changes.
Availability and Cost:
- Balance between precision and cost. High precision resistors are typically more expensive.
Example of Selecting Resistors
For a specific application, suppose you need Vout=5V from Vin=10V. The ideal ratio is:
R1+R2R2=0.5
Choosing R1=1kΩ and R2=1kΩ:
- Nominal Vout=10V⋅1kΩ+1kΩ1kΩ=5V
If we select resistors with 1% tolerance:
- R1max=1kΩ×1.01=1.01kΩ
- R1min=1kΩ×0.99=0.99kΩ
- R2max=1kΩ×1.01=1.01kΩ
- R2min=1kΩ×0.99=0.99kΩ
Worst case Vout:
- Voutmax=10V⋅0.99kΩ+1.01kΩ1.01kΩ=10V⋅21.01=5.05V
- Voutmin=10V⋅1.01kΩ+0.99kΩ0.99kΩ=10V⋅20.99=4.95V
This combination provides a Vout very close to the desired value, with minimal deviation.
Conclusion
Performing worst-case calculations for a voltage divider involves determining the maximum and minimum possible values of the output voltage considering resistor tolerances. Selecting the best resistor combination requires balancing precision, power rating, temperature stability, availability, and cost. By carefully considering these factors, you can design a robust and reliable voltage divider circuit.
No comments