This is the "throw every possible input at it" companion to the main voltage-divider note . Before touching numbers we map out every kind of situation a divider question can be, so that after these examples you never meet a case you haven't already seen.
Intuition What "every scenario" means for a divider
A voltage divider has only a handful of knobs: the two resistors R 1 (top) and R 2 (bottom), the input voltage V in , and optionally a load R L hanging off the output. Every question is just some combination of big/small/equal/zero/infinite on those knobs. If we cover all those combinations once, we're done forever.
Reminder of the one formula everything comes from — derived in the parent note from Ohm's Law applied twice:
Each row is a class of situation. The last column names the example that nails it.
#
Case class
What's special about it
Covered by
A
Equal resistors
R 1 = R 2 → split in half
Ex 1
B
Unequal resistors
ratio ≠ 1 → uneven split
Ex 2
C
Degenerate: R 2 = 0
bottom resistor is a wire
Ex 3
D
Degenerate: R 1 = 0
top resistor is a wire
Ex 3
E
Limiting: R 2 ≫ R 1
output → full V in
Ex 4
F
Limiting: R 2 ≪ R 1
output → near 0
Ex 4
G
Design (solve for a resistor)
given V o u t , find R 1
Ex 5
H
Loading effect
load R L across R 2
Ex 6
I
Real-world word problem
sensor / potentiometer
Ex 7
J
Exam twist (multi-stage / KVL)
three resistors, tap the middle
Ex 8
We'll walk them in order. Figures accompany the cases where geometry of the split helps you see it.
Worked example Ex 1 — Case A: equal resistors
V in = 6 V , R 1 = R 2 = 470 Ω . Find V o u t .
Forecast: the two resistors are identical, so the "pressure used up" in each pipe is the same. Guess: exactly half → 3 V.
Total resistance R t o t a l = R 1 + R 2 = 470 + 470 = 940 Ω .
Why this step? Series resistors share one path, so they add (Series and Parallel Resistors ).
Apply the divider: V o u t = 6 ⋅ 940 470 .
Why this step? R 2 's share of the total resistance = its share of the voltage.
Simplify: 940 470 = 2 1 , so V o u t = 6 ⋅ 2 1 = 3 V .
Why this step? Equal resistors → equal shares.
Verify: drop on R 1 is also 3 V, and 3 + 3 = 6 = V in — Kirchhoff's Voltage Law holds. Units: V·(Ω/Ω)=V. ✓
The split is literally a length divided in two — see the bar below (each resistor "owns" a length equal to its resistance, and V o u t is the fraction from the bottom).
Worked example Ex 2 — Case B: unequal resistors
V in = 15 V , R 1 = 3 k Ω (top), R 2 = 1 k Ω (bottom). Find V o u t .
Forecast: R 2 is the smaller one, so it "uses up" less pressure — expect V o u t well below half of 15 V. R 2 is 1 part out of 4 total → guess ≈ 3.75 V.
R t o t a l = 3 k + 1 k = 4 k Ω .
Why this step? Add series resistances.
R 2 's share = 4 1 .
Why this step? The fraction R 1 + R 2 R 2 is exactly how much of the total R 2 represents.
V o u t = 15 ⋅ 4 1 = 3.75 V .
Why this step? Share of resistance = share of voltage.
Verify: V R 1 = 15 ⋅ 4 3 = 11.25 V, and 11.25 + 3.75 = 15 . ✓ Bigger resistor took the bigger drop, as expected.
Compare the two split bars side by side (Ex 1 vs Ex 2) to see why the fraction moves:
Worked example Ex 3 — Cases C & D: degenerate (a resistor becomes a wire)
V in = 12 V . (C) R 1 = 2 k Ω , R 2 = 0 . (D) R 1 = 0 , R 2 = 2 k Ω .
Forecast: a 0 Ω resistor is just a plain wire with no voltage drop. If R 2 is a wire, the tap sits directly on ground → 0 V. If R 1 is a wire, the tap sits directly on V in → full 12 V.
(C) V o u t = 12 ⋅ 2000 + 0 0 = 12 ⋅ 0 = 0 V .
Why this step? Numerator is R 2 = 0 ; nothing to drop across a wire to ground.
(D) V o u t = 12 ⋅ 0 + 2000 2000 = 12 ⋅ 1 = 12 V .
Why this step? When R 1 = 0 the fraction becomes R 2 R 2 = 1 ; the whole input appears at the tap.
Verify: both extremes are what a wire physically does — no drop across 0 Ω . Sanity: (C)+(D) numerators sum to the full resistance idea, and each answer sits at an endpoint 0 or V in . ✓
⚠️ Practical note: if R 1 = 0 the divider is a dead short from V in to V o u t but current still flows freely through R 2 to ground — real supplies dislike this. Formula still works.
Worked example Ex 4 — Cases E & F: limiting behaviour
V in = 5 V , R 1 = 1 k Ω fixed. (E) R 2 = 1 M Ω (huge). (F) R 2 = 1 Ω (tiny).
Forecast: As R 2 grows enormous it hogs almost all the resistance → V o u t creeps toward the full 5 V but never quite reaches it. As R 2 shrinks toward zero, V o u t collapses toward 0 V.
(E) V o u t = 5 ⋅ 1000 + 1 , 000 , 000 1 , 000 , 000 = 5 ⋅ 1 , 001 , 000 1 , 000 , 000 ≈ 4.995 V .
Why this step? R 2 ≫ R 1 makes the fraction → 1 .
(F) V o u t = 5 ⋅ 1000 + 1 1 = 5 ⋅ 1001 1 ≈ 0.004995 V .
Why this step? R 2 ≪ R 1 makes the fraction → 0 .
Verify: both stay strictly inside ( 0 , 5 ) V — a passive divider can never output more than V in nor less than 0. The two answers approach the endpoints from Ex 3 but never touch them. ✓
This "output vs. R 2 " curve shows the whole journey between the two degenerate endpoints:
Worked example Ex 5 — Case G: design (solve for a resistor)
Make V o u t = 1.8 V from V in = 5 V . You pick R 2 = 10 k Ω . Find R 1 .
Forecast: we need R 2 's share to be 1.8/5 = 0.36 . Since R 2 must be less than half the total (share below 0.5), R 1 should be bigger than R 2 . Guess R 1 somewhere around 17 –18 kΩ .
Required ratio: R 1 + R 2 R 2 = 5 1.8 = 0.36 .
Why this step? Only the ratio sets V o u t ; absolute values just set current.
Substitute R 2 = 10 k : 0.36 = R 1 + 10 10 (in kΩ ).
Why this step? Plug the chosen R 2 so one unknown remains.
Cross-multiply: 0.36 ( R 1 + 10 ) = 10 ⇒ R 1 + 10 = 0.36 10 = 27.78 .
Why this step? Isolate R 1 .
R 1 = 27.78 − 10 = 17.78 k Ω .
Why this step? Subtract R 2 to peel off R 1 .
Verify: V o u t = 5 ⋅ 17.78 + 10 10 = 5 ⋅ 27.78 10 = 5 ⋅ 0.36 = 1.8 V . ✓ And R 1 > R 2 matched the forecast.
Worked example Ex 6 — Case H: loading effect
V in = 9 V , R 1 = R 2 = 4.7 k Ω (unloaded V o u t = 4.5 V). Now hang a load R L = 4.7 k Ω across the output. Find the new V o u t .
Forecast: the load sits in parallel with R 2 , and two equal resistors in parallel give half their value → effective bottom resistor drops to 2.35 k Ω . Smaller bottom → smaller share → V o u t falls below 4.5 V. Guess around 3 V.
Combine R 2 with the load: R 2 ∥ R L = R 2 + R L R 2 R L = 4.7 + 4.7 4.7 ⋅ 4.7 = 2.35 k Ω .
Why this step? A load across the tap is electrically parallel to R 2 (Series and Parallel Resistors ).
Re-run the divider with this effective bottom resistor:
V o u t = 9 ⋅ 4.7 + 2.35 2.35 = 9 ⋅ 7.05 2.35 .
Why this step? Same divider formula, just with R 2 → R 2 ∥ R L .
V o u t = 9 ⋅ 0.3333 = 3.0 V .
Why this step? Arithmetic; the load "stole" current and dragged the output down.
Verify: new output 3.0 V < unloaded 4.5 V — loading always lowers V o u t . ✓ A Op-amp Buffer between tap and load would fix this by drawing ~no current. (See also the Thevenin Equivalent view: source 4.5 V, R t h = R 1 ∥ R 2 = 2.35 k Ω .)
Worked example Ex 7 — Case I: real-world word problem (potentiometer / sensor)
A 3-terminal potentiometer (a variable divider) has total resistance 10 k Ω across V in = 3.3 V . The wiper is turned to 30% from the ground end. What voltage does a microcontroller read at the wiper?
Forecast: the wiper splits the total resistance into "below the wiper" (R 2 ) and "above" (R 1 ). At 30% from ground, R 2 is 30% of the track → V o u t should be 30% of 3.3 V ≈ 1 V.
R 2 = 30% × 10 k = 3 k Ω (below wiper); R 1 = 7 k Ω (above).
Why this step? A pot is literally one resistor split by the wiper into top and bottom pieces.
V o u t = 3.3 ⋅ 7 + 3 3 = 3.3 ⋅ 0.3 .
Why this step? Divider formula with the wiper-defined R 1 , R 2 .
V o u t = 0.99 V .
Why this step? 30% of the track → 30% of the voltage.
Verify: at 0% wiper → 0 V, at 100% → 3.3 V; 30% landing near 1 V is consistent. ✓ (Assumes the microcontroller input draws negligible current — a high-impedance ADC, so no loading. Otherwise use Case H.)
Worked example Ex 8 — Case J: exam twist (three resistors, tap the middle)
A chain from V in = 12 V to ground: R 1 = 1 k Ω , then R 2 = 2 k Ω , then R 3 = 3 k Ω , all in series. What is the voltage at the node between R 2 and R 3 (measured to ground)?
Forecast: the node above R 3 has everything below it (R 3 alone) as its "R 2 ", and everything above it (R 1 + R 2 ) as its "R 1 ". So the effective bottom is 3 k out of 6 k total → half → guess 6 V.
Total resistance = 1 + 2 + 3 = 6 k Ω ; same current everywhere (series).
Why this step? One loop → one current, resistances add.
The measured node sits above R 3 , so treat R 3 as the bottom resistor: effective R 2 ∗ = R 3 = 3 k Ω .
Why this step? "V o u t = voltage across everything below the tap point."
V n o d e = 12 ⋅ R 1 + R 2 + R 3 R 3 = 12 ⋅ 6 3 = 6 V .
Why this step? Generalised divider — the numerator is the resistance below the tap.
Verify (KVL): drops are R 1 : 12 ⋅ 6 1 = 2 V, R 2 : 12 ⋅ 6 2 = 4 V, R 3 : 12 ⋅ 6 3 = 6 V; sum = 12 V ✓. Node voltage = drop across R 3 (bottom) = 6 V, matching the forecast. (Kirchhoff's Voltage Law .)
Common mistake The trap in Ex 8
Wrong instinct: "tap between R 2 and R 3 means use R 2 in the numerator."
Fix: the numerator is all resistance below the tap , which here is just R 3 . Always redraw so everything below the measured node is your "R 2 ," everything above is your "R 1 ."
Equal resistors, what fraction of V in appears at the tap? Exactly one half.
If R 2 = 0 , what is V o u t ? 0 V — the tap sits on ground through a wire.
If R 1 = 0 , what is V o u t ? The full V in — the tap sits directly on the input.
As R 2 → ∞ with R 1 fixed, V o u t approaches? V in (fraction → 1) but never exceeds it.
What replaces R 2 when a load R L is attached across the output? The parallel combination R 2 ∥ R L = R 2 + R L R 2 R L .
In a multi-resistor chain, what goes in the numerator of the divider? All resistance below the tap.
Can a passive divider output more than V in ? No — output is always strictly between 0 and V in .