The voltage divider rule states V_out = V_in(R₂/(R₁+R₂)) for series resistors, enabling creation of proportional voltages for biasing and signal attenuation. The rule applies when resistors are in series with no load current, and is foundational for understanding circuit behavior and designing sensing networks.
You know from Ohm's law that V = IR, and from series resistor combinations that resistances add directly. When two resistors are in series, the same current flows through both, and Kirchhoff's voltage law says the supply voltage splits between them. The voltage divider asks a precise question: if you apply a voltage across two series resistors, how much voltage appears across the lower one?
The formula V_out = V_in · R₂/(R₁ + R₂) follows directly from Ohm's law. The current through the series combination is I = V_in/(R₁ + R₂). The voltage across R₂ is then I · R₂ = V_in · R₂/(R₁ + R₂). The output is always a fraction of the input — the ratio of the output resistance to the total resistance. If R₂ equals R₁, you get exactly half the supply voltage. If R₂ is much smaller than R₁, almost all voltage drops across R₁ and almost nothing appears at the output. If R₂ is much larger than R₁, the output is nearly equal to the input. The formula is a ratio, and ratios are easier to reason about than raw arithmetic: the output tracks the proportion of resistance in the lower half of the divider.
This proportionality is useful in two main ways. First, biasing: electronic circuits often need reference voltages at specific fractions of the supply — a transistor amplifier needs a bias voltage at its base, a sensor might need a reference at its midpoint. A voltage divider creates intermediate voltages precisely without active components. A potentiometer is a physical voltage divider with a sliding contact — turning the knob adjusts the ratio R₂/(R₁ + R₂) continuously from 0 to 1, sweeping the output from ground to supply voltage. Second, attenuation: signals often need to be scaled down before entering a sensitive circuit. An audio signal from a source might be too large for an amplifier input; a voltage divider reduces it by a fixed ratio.
The critical practical constraint is loading. The voltage divider formula assumes no current flows out of the output node — that whatever is connected to the output has infinite input impedance. In practice, connecting any real load R_L in parallel with R₂ reduces the effective bottom resistance from R₂ to the parallel combination R₂‖R_L, which is smaller, which reduces V_out below the predicted value. This loading effect grows worse as R_L decreases relative to R₂. Designing around it requires either making R₁ and R₂ much smaller than the expected load (so the load has little relative effect) or inserting a buffer amplifier between the divider and the load to isolate them. Recognizing when loading matters — and when it can be ignored — is a core practical skill in circuit design.