Pular para o conteúdo principal

Efeito de carga no divisor de tensão explicado

4 min de leitura
ElétricaDivisor de tensãoResistoresEngenharia

Voltage Divider Load Effect Explained

A voltage divider looks exact on paper: two resistors, one input voltage, one output node. The unloaded formula is simple:

V_out = V_in x R2 / (R1 + R2)

The catch is the word unloaded. The moment an ADC input, sensor circuit, transistor base, LED, or another divider draws current from the midpoint, the lower resistor is no longer just R2. The load sits in parallel with R2, and the output voltage moves.

Why The Output Drops

Suppose R1 and R2 are both 10 kΩ on a 5 V rail. Unloaded, the midpoint is 2.5 V. Now connect a 10 kΩ load from the midpoint to ground. That load is parallel with R2:

R_effective = 10 kΩ || 10 kΩ = 5 kΩ

The divider is now 10 kΩ over 5 kΩ, so V_out = 5 x 5 / 15 = 1.67 V. The load pulled the output down by a third. The voltage divider calculator shows this directly when you enable the load resistor.

The 10x Rule

A common rule of thumb is to make the load impedance at least ten times larger than the divider's output impedance. That keeps error roughly under 10%, often less depending on the exact ratio. For precision references, ten times may not be enough. For slow ADC measurements, it may work. For fast signals, capacitance and source impedance add a bandwidth problem.

The divider's Thévenin resistance is:

R_th = R1 || R2

Lower R_th means a stiffer divider that is less disturbed by load current, but it also wastes more current continuously. Higher R_th saves power but becomes easier to load and slower to settle.

When To Buffer

Use a buffer when the load cannot be made high enough. An op-amp voltage follower presents high input impedance to the divider and low output impedance to the load. That is the right shape for ADC references, sensor bias nodes, and signal-conditioning circuits where the voltage must hold under changing load.

Do not use a divider as a power supply. If the load current changes, the output changes. Use a regulator, reference IC, or switching converter instead.

Practical Checks

  • Calculate the unloaded divider first.
  • Combine the load with R2 using the parallel resistor calculator.
  • Recalculate the loaded output.
  • Check divider current, load current, and resistor power.
  • Use a buffer if the loaded result is not close enough.

Voltage dividers are excellent ratio tools. They are poor power sources. Treat load current as part of the circuit, not an afterthought.