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.

  1. 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.
  2. 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.
  3. 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.
  4. 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.

Frequently Asked Questions

What is the difference between a voltage divider and a current divider?

A voltage divider splits input voltage across series impedances; a current divider splits input current across parallel impedances. The voltage divider formula uses impedances in series, while the current divider uses admittances (1/Z) in parallel. Voltage dividers are far more common and appear in most analog circuits. Current dividers are used less frequently but are essential in power distribution and amplifier design.

Can I use a voltage divider with AC and DC simultaneously?

Resistive dividers work with both AC and DC signals. However, if your signal is a combination (e.g., a DC offset plus AC ripple), capacitors and inductors will block or pass only the AC component. A capacitive divider behaves as an open circuit to DC but divides AC. For mixed signals, use an RC high-pass filter or add a DC-blocking capacitor upstream.

How do I calculate phase shift in RC and RL dividers?

Phase shift arises from the reactive element. For an RC divider, phase shift = arctan(−ωRC); for an RL divider, phase shift = arctan(R/(ωL)). The negative sign for RC indicates a lagging output; RL produces a leading phase. Higher frequencies increase the phase shift magnitude. Phase shift is zero for purely resistive dividers.

Why does a voltage divider reduce the signal amplitude?

A voltage divider is passive—it cannot amplify. By Kirchhoff's voltage law, the input voltage distributes across both series impedances. The output V₂ = V₁ × Z₂/(Z₁+Z₂) is always less than V₁ because Z₂ < Z₁+Z₂. To amplify a signal from a divider, use an active amplifier stage (op-amp) at the output.

What happens if I use very different impedance values in my divider?

If Z₂ is much smaller than Z₁, the output voltage becomes very small (approaching zero). If Z₂ is much larger, the output approaches the input. For precise voltage division, choose Z₁ and Z₂ to be similar in magnitude—typically the same order of magnitude—so the divider ratio is neither extremely small nor near unity. Large impedance ratios also increase sensitivity to loading and environmental noise.

Can resonant LC circuits be used as voltage dividers?

LC circuits are problematic as dividers because they resonate at ω = 1/√(LC), where the impedance becomes zero and the output voltage mathematically approaches infinity. In reality, parasitic resistance limits the response, but the output remains very large at resonance. LC dividers are rarely used for simple voltage scaling; instead, they are employed intentionally as resonant filters in radio receivers and transmitters.

More physics calculators (see all)