What is a Voltage Divider?
A voltage divider is a fundamental circuit that transforms an input voltage into a scaled output voltage. Because it contains only passive components (resistors, capacitors, or inductors), the output can never exceed the input—the ratio V₂/V₁ is always ≤ 1.
The divider works by connecting two impedances Z₁ and Z₂ in series. The output is taken across Z₂, and the voltage distribution depends on their relative magnitudes. Several common configurations exist:
- Resistive (RR): Two resistors; used in DC and AC circuits.
- Capacitive (CC): Two capacitors; AC only, frequency-dependent.
- Inductive (LL): Two inductors; AC only, frequency-dependent.
- Mixed (RC, CR, RL, LR): One resistive and one reactive element; introduces phase shift.
Real-world examples include potentiometers (adjustable voltage dividers), sensor signal conditioning, and impedance matching in RF circuits.
Voltage Divider Formula
The general voltage divider equation relates output voltage to input voltage and the impedances:
V₂ = (Z₂ ÷ (Z₁ + Z₂)) × V₁
For resistive dividers: V₂ = (R₂ ÷ (R₁ + R₂)) × V₁
For capacitive dividers: V₂ = (C₁ ÷ (C₁ + C₂)) × V₁
For inductive dividers: V₂ = (L₂ ÷ (L₁ + L₂)) × V₁
Z₁, Z₂— Impedances of the two series elements (ohms).R₁, R₂— Resistances (ohms); used for DC and AC resistive dividers.C₁, C₂— Capacitances (farads); used for AC capacitive dividers.L₁, L₂— Inductances (henries); used for AC inductive dividers.V₁— Input voltage amplitude (volts).V₂— Output voltage amplitude (volts).ω— Angular frequency = 2πf (rad/s); determines reactive impedance.
Resistive vs. Reactive Dividers
Resistive dividers (two resistors) are the simplest and work identically in DC and AC circuits. Because resistance is frequency-independent, the output voltage scales by a constant factor regardless of signal frequency. No phase shift occurs.
Capacitive dividers work only in AC circuits. Capacitive reactance X_C = 1/(ωC) decreases with frequency, so higher frequencies produce larger output voltages. Conversely, inductive dividers have reactance X_L = ωL that increases with frequency, so higher frequencies produce smaller output voltages.
Mixed dividers (RC, CR, RL, LR) combine resistive and reactive elements, producing both amplitude scaling and phase shift. The phase shift depends on frequency and component values, making them useful as filters. RC and CR circuits act as low-pass and high-pass filters respectively; RL and LR circuits behave similarly for inductive circuits.
Why Use a Voltage Divider?
Voltage dividers appear throughout electronics for several reasons:
- Level shifting: Converting a high voltage to lower, measurable levels for ADC input on microcontrollers.
- Impedance matching: Terminating transmission lines and RF circuits to prevent reflections.
- Sensor signal conditioning: Scaling analog sensor outputs (thermistors, photoresistors) into usable ranges.
- Potentiometers: Variable voltage dividers that allow user control of volume, brightness, and other parameters.
- Filtering: Mixed RC/RL dividers separate signals by frequency, removing noise or selecting specific bands.
The key advantage is simplicity and passivity—no external power or active amplification required.
Common Pitfalls and Caveats
Voltage dividers are simple in principle but subtle in practice.
- Loading effects — When you connect a load (measuring device or next circuit stage) across the output, you add a parallel impedance that changes the effective Z₂. Always account for load impedance or insert a high-impedance buffer.
- Frequency dependence of reactive dividers — Capacitive and inductive dividers are frequency-dependent. A 10 kHz AC signal produces a different V₂ than a 100 kHz signal across the same components. Phase shift also varies with frequency, affecting signal timing.
- DC doesn't work with capacitors — In DC steady-state, capacitors block current (infinite impedance). A capacitive divider only functions during transients or in AC circuits. Inductors similarly short-circuit DC, so inductive dividers require AC.
- Temperature and tolerance drift — Component values change with temperature: resistor tolerance ±1–5%, capacitor tolerance ±5–10%, inductor Q-factor and resistance vary. For precision applications, use temperature-compensated or trimmed components.