The formula
V_out = V_in × R₂ / (R₁ + R₂)
- V_in
- input voltage across the pair (volts)
- R₁
- top resistor, input to output (ohms)
- R₂
- bottom resistor, output to ground (ohms)
- V_out
- voltage at the junction (volts)
Worked example
5 V in, R₁ = 10 kΩ, R₂ = 4.7 kΩ.
- V_out = 5 × 4700 / (10000 + 4700)
- V_out = 5 × 4700 / 14700 = 5 × 0.3197
- Current through the chain: I = 5 / 14700 = 340 µA
V_out = 1.60 V, drawing 340 µA from the supply.
Where you'll use it
Scaling a signal into an ADC's range, setting a reference, or reading a sensor. Remember the output sags as soon as you draw current from it — anything more than a tenth of the chain current needs a buffer.