JOVANA
Explore Library Glossary Getting Started Three Levels Fields How it works Mission
Join the mission
All guides

Voltage Dividers and Current Dividers

Two resistors and a tap make the most-used building block in analog electronics. Learn to share a voltage and split a current — and why a divider sags the moment you ask it to do real work.

Tapping off a fraction of a voltage

Picture two resistors holding hands in series across a battery. The full supply voltage cannot vanish; it gets shared between them, with each resistor keeping a slice proportional to its size. Solder a wire to the joint between them and you tap out that shared point — you have built a voltage divider, the single most-used trick in all of analog electronics. In the water picture it is two narrow sections of pipe in a row: the pressure drop splits between them, and the pressure at the midpoint sits somewhere between the inlet and the drain.

The rule is wonderfully simple. With the input Vin across the pair, R1 on top and R2 on the bottom, the voltage at the tap (measured from the bottom) is Vout = Vin times R2 / (R1 + R2). Put 9 V across a 10 k resistor and a 5 k resistor and the tap sits at 9 times 5 / (10 + 5) = 3 V. The output is just the input scaled by the fraction of resistance lying below the tap.

Why it works (and a second example)

Where does the formula come from? Because the two resistors are in series, the same current flows through both — there is nowhere else for it to go. By Ohm's law that current is I = Vin / (R1 + R2). The voltage across the bottom resistor is then Vout = I times R2 = Vin times R2 / (R1 + R2). And Kirchhoff's voltage law is the bookkeeping that guarantees it: the drop across R1 plus the drop across R2 must add back up to Vin, with no volts left over.

   Vin = 9 V
     |
   [ R1 ] 10 k
     |
     +-----o  Vout = 3 V
     |
   [ R2 ] 5 k
     |
    GND
A voltage divider: tap the joint between two series resistors.

Run it backwards to design. Suppose you have 12 V and want 3 V for a sensor input. You need the bottom fraction to be 3/12 = 1/4, so R2 = R1/3 — say R1 = 30 k and R2 = 10 k, giving 12 times 10 / (30 + 10) = 3 V. There is no single right pair; you also get to choose the total resistance, and that choice is the real engineering, as the next section shows.

The honest catch: loading

Here is the misconception that bites every beginner: a divider is not a battery. The instant you connect something to the tap that actually draws current, that load sits in parallel with the bottom resistor, lowering the effective bottom resistance and dragging the output down. This is the loading effect, and it is physics to respect rather than a bug to fix.

Numbers make it vivid. Our 10 k / 5 k divider gives 3 V unloaded. Hang a 5 k load on the output and the bottom becomes 5 k in parallel with 5 k = 2.5 k, so Vout = 9 times 2.5 / (10 + 2.5) = 1.8 V. The 3 V you carefully designed collapsed to 1.8 V just by plugging in the thing that needed it.

The clean way to think about it: looking back into the tap, the divider behaves like a 3 V source with an internal resistance of R1 in parallel with R2 = 10 k || 5 k = 3.33 k — its output resistance (the formal name is the Thevenin equivalent, the subject of guide 5). A load only stays near 3 V if its resistance is much larger than that 3.33 k. The rule of thumb is to make the load at least ten times the divider's output resistance for under about ten percent sag.

The current divider — the mirror image

Series resistors share a voltage; parallel resistors share a current. When a current arrives at a junction and finds two resistors to flow through, it splits between them — and this is the current divider. The twist that trips people up: more current takes the easier path, so the smaller resistor carries the larger share. In the water picture, more flow goes down the wider pipe.

The formula has a sneaky cross-over. For total current I entering R1 in parallel with R2, the current through R1 is I1 = I times R2 / (R1 + R2) — note it uses the other resistor on top. Send 9 mA into a 10 k and a 5 k in parallel: the 10 k gets 9 times 5 / 15 = 3 mA, the 5 k gets 9 times 10 / 15 = 6 mA. They add back to 9 mA, and the smaller resistor carries double, exactly as intuition demands.

Dividers everywhere

Once you start seeing them, dividers are everywhere. A potentiometer is just an adjustable voltage divider — one resistive track with a sliding wiper that picks any fraction from zero to full, which is exactly how a volume knob works. A fixed pair sets a steady reference voltage; in a later rung the very same pattern reappears as voltage-divider bias, gently holding a transistor at its chosen operating point.

The most useful version makes one of the two resistors a sensor. Pair a fixed resistor with a thermistor — a resistor whose value drops as it warms — and the tap becomes a voltage that tracks temperature, ready for a chip to read. Because the output depends only on the ratio of the resistors, powering both from the same supply makes the reading shrug off small supply wobble; that self-cancelling style is called ratiometric measurement, and it is why sensor dividers are everywhere.

  1. Fix the ratio: from your target, compute R2 / (R1 + R2) = Vout / Vin.
  2. Choose the total resistance R1 + R2 — low for a stiff output that wastes more current, high to save power but sag more easily; a few k to tens of k is a common sweet spot.
  3. Split it: R2 = ratio times total, R1 = total minus R2, then round each to the nearest standard (E-series) value.
  4. Check loading: compute the output resistance R1 || R2 and confirm your load is at least ten times larger — if not, lower the resistors or add a buffer.
  5. Check power and tolerance: P = Vin^2 / (R1 + R2) sets the heat, and 1 percent resistors keep the output accurate where it matters.