Electronics · Math shelf · Optional — for the curious · build 2026.09.23-1644

The Voltage Divider Formula

The setup

+5 V R1 tap R2 ground (−)
One path from 5 V to ground through R1 then R2; the tap sits between them. "Voltage at the tap" = measured tap-to-ground.

Building the formula

Three short moves, each one a fact you've already measured. (The V = IR sheet on this shelf is the tool used in each step: read it first if you haven't.)

  1. One path, one current. Everything flowing through R1 must continue through R2 — there's nowhere else to go. The supply pushes 5 V across the pair, so I = 5 ÷ (R1 + R2).
  2. The tap reads R2's share. The tap-to-ground measurement is exactly the drop across R2: Vtap = I × R2.
  3. Combine. Substitute step 1's current into step 2:

The divider formula

Vtap = 5 V × R2 ÷ (R1 + R2)

The tap voltage is the supply times R2's fraction of the total resistance. (For a supply other than 5 V, swap in its voltage.)

Sanity-check it at the extremes

An engineer's habit: before trusting a formula, push it to its limits and see if it behaves.

Worked: lesson 5's table, predicted

R1 (top)R2 (bottom)The fractionTap
1 kΩ1 kΩ1 ÷ 2 = 0.502.50 V
220 Ω1 kΩ1000 ÷ 1220 ≈ 0.82≈ 4.1 V
1 kΩ220 Ω220 ÷ 1220 ≈ 0.18≈ 0.9 V
4.7 kΩ4.7 kΩ0.502.50 V
4.7 kΩ10 kΩ10 ÷ 14.7 ≈ 0.68≈ 3.4 V — the "build the 3.3" winner

Notice the second and third rows: swap the resistors and the two shares trade places, so the two taps sum to 5 V — the same split, read from opposite ends.

The pot is this formula with a knob

A potentiometer's wiper splits one resistance into R1-above and R2-below. Turning the knob trades resistance between them while the total stays fixed — so the fraction, and the tap, sweep smoothly from 0 to the full supply. Every volume knob ever made is this equation with a shaft through it.

What dividers are for

Half of electronics is making the right voltage appear at a node, and the divider is the cheapest machine that does it. The same fraction trick wears four different hats:

What dividers are not for: power

A divider makes a voltage to be measured or compared — by a meter, a chip input, anything that draws almost nothing. Try to power something from the tap and the load becomes a second path across R2: the fraction shrinks and the tap sags (the loading note below computes it). Delivering real current at a lower voltage is a regulator's job — which is what's actually inside your supply making its rock-steady 3.3 V. Your challenge recreated the number; the regulator holds it under load.

Practice

Answers at the bottom. Every one of these is buildable — predict, then measure.

  1. R1 = 10 kΩ, R2 = 10 kΩ. Tap?
  2. R1 = 1 kΩ, R2 = 4.7 kΩ. Tap?
  3. You need ≈ 1.0 V at the tap and R1 is 4.7 kΩ. Roughly what R2 — bigger or smaller than R1, and about how much? (Estimate first, then compute.)
  4. Design your own "3.3 V from the kit" pair different from 4.7 k/10 k. How close can your kit's values get?

Why the LED sagged the tap — a preview

Lesson 5's stretch: hang an LED + 220 Ω across the tap and the voltage drops. The load offers the current a second path alongside R2, which behaves like a smaller R2 — a smaller fraction, a lower tap. Two resistances side by side acting like one smaller one is called parallel resistance — the Series & Parallel sheet works out the law, including this exact sag.

Answers

1. 2.50 V — equal halves, always. 2. 5 × 4.7 ÷ 5.7 ≈ 4.1 V. 3. You want a fraction of 1/5, so R2 must be much smaller: R2 ÷ (R2 + 4.7 k) = 0.2 → R2 ≈ 1.2 kΩ (a 1 k gives ≈ 0.88 V — close). 4. Any pair with R2 ÷ (R1+R2) ≈ 0.66 works: 1 k over 2.2 k gives 5 × 2.2 ÷ 3.2 ≈ 3.44 V; 4.7 k over 10 k ≈ 3.40 V. Real resistors are ±5 %, so "close" is the honest target.