Voltage Divider and Current Divider Rules
Derivations, formulas, and worked examples for voltage and current divider rules, including loading effects and practical resistor sizing tips.
Contents & prerequisites
Almost every analog circuit — from a resistive attenuator on an ADC front end to bias networks in an amplifier or LED current-sharing in a parallel string — reduces to two questions: how does voltage split across series elements, and how does current split across parallel branches? The voltage and current divider rules answer both, and they're derived directly from Ohm's law and Kirchhoff's laws, but knowing them as standalone formulas is what lets you size resistors and sanity-check a schematic in seconds instead of re-deriving KVL/KCL every time.
The Voltage Divider Rule
For two resistors in series driven by a source voltage Vin, the voltage across one resistor is a fraction of the total, set by the ratio of that resistor to the total series resistance:
Vin ──R1── node A ──R2── GND
V(A) = Vin · R2 / (R1 + R2)
Derivation: the same current I flows through both resistors (series path, no branching), so by Ohm's law I = Vin / (R1 + R2). The voltage across R2 is V(A) = I·R2 = Vin·R2/(R1+R2). Note the numerator uses the resistor opposite the node you're measuring from the source — a common source of sign/ratio errors.
General form for N series resistors:
V(Rk) = Vin · Rk / (R1 + R2 + ... + RN)
Each resistor gets a share of the total voltage proportional to its own resistance relative to the sum.
Worked Example: Voltage Divider
Vin = 12 V, R1 = 6.8 kΩ, R2 = 3.2 kΩ. Find V(A) across R2.
V(A) = 12 · 3200 / (6800 + 3200) = 12 · 3200/10000 = 12 · 0.32 = 3.84 V
Check: current through the series path: I = 12/10000 = 1.2 mA. Voltage across R1: 1.2mA · 6800 = 8.16 V. Sum: 8.16 + 3.84 = 12 V ✓, matches Vin exactly.
Loaded Divider — the Practical Trap
The clean divider formula assumes the output node drives nothing (infinite load impedance). In real designs, a load RL always draws some current, and it appears in parallel with R2:
V(A)_loaded = Vin · (R2 ∥ RL) / (R1 + (R2 ∥ RL))
If RL is not ≫ R2, the output sags noticeably. Rule of thumb: keep RL ≥ 10×R2 to hold the loading error under about 10%; for tighter accuracy use a buffer (op-amp voltage follower) instead of relying on the raw divider.
Example: same divider as above, now loaded by RL = 3.2 kΩ (equal to R2).
R2 ∥ RL = (3200 · 3200)/(3200+3200) = 1600 Ω
V(A) = 12 · 1600/(6800+1600) = 12 · 1600/8400 = 2.286 V
versus 3.84 V unloaded — a 40% drop. This is why divider-based bias networks (e.g., BJT base bias, ADC reference dividers) must account for the input impedance of whatever they feed.
The Current Divider Rule
For two resistors in parallel fed by a total current Iin, the current through one branch is proportional to the other branch's resistance (inverse relationship, because lower resistance draws more current):
Iin ──┬── R1 ──┬
└── R2 ──┘
I(R1) = Iin · R2 / (R1 + R2)
I(R2) = Iin · R1 / (R1 + R2)
Derivation: both resistors share the same voltage V (parallel connection). V = I1·R1 = I2·R2, and I1 + I2 = Iin. Solving: I1 = V/R1, I2 = V/R2, so I1/I2 = R2/R1. Substituting into the sum gives the formulas above. Notice the numerator is the opposite resistor again, mirroring the voltage divider's structure but inverted in effect — smaller resistance → larger current share.
General form for N parallel branches (less commonly memorized, uses conductances G = 1/R):
I(Rk) = Iin · Gk / (G1 + G2 + ... + GN)
For just two resistors this collapses to the simple ratio above; for three or more, it's often easier to compute the parallel equivalent resistance first and find the node voltage, then apply Ohm's law per branch.
Worked Example: Current Divider
Iin = 10 mA, R1 = 2 kΩ, R2 = 8 kΩ. Find I(R1) and I(R2).
I(R1) = 10mA · 8000/(2000+8000) = 10mA · 0.8 = 8 mA
I(R2) = 10mA · 2000/(2000+8000) = 10mA · 0.2 = 2 mA
Check: I(R1) + I(R2) = 8 + 2 = 10 mA ✓ matches Iin. Also verify equal voltage: V = I1·R1 = 8mA·2kΩ = 16 V; V = I2·R2 = 2mA·8kΩ = 16 V ✓ — both branches see the same 16 V, confirming KVL around the parallel loop.
Divider Rules as Special Cases of KVL/KCL
The voltage divider is nothing more than KVL plus Ohm's law applied to a series loop; the current divider is KCL plus Ohm's law applied to a parallel node. They aren't new physics — they're shortcuts that skip writing out the full loop/node equations for the simplest two-element topology. For more complex networks (multiple sources, non-series/parallel topology), you fall back to full node or mesh analysis, but recognizing an embedded divider inside a bigger circuit often simplifies hand analysis dramatically.
Duality Between the Two Rules
| Aspect | Voltage divider | Current divider |
|---|---|---|
| Topology | Series resistors | Parallel resistors |
| Shared quantity | Current (same through all) | Voltage (same across all) |
| Split quantity | Voltage (proportional to own R) | Current (proportional to other R, i.e. own G) |
| Formula (2-element) | V(R2) = Vin·R2/(R1+R2) | I(R1) = Iin·R2/(R1+R2) |
| Loading sensitivity | Sensitive to load resistance in parallel with output tap | Sensitive to source resistance in series with input |
This is a direct instance of the series↔parallel, voltage↔current duality that runs throughout circuit theory — series elements share current and divide voltage; parallel elements share voltage and divide current.
Design Implications
- Bias networks: BJT/MOSFET gate or base bias dividers must be designed stiff enough (low Thevenin resistance) that transistor input current doesn't perturb the intended voltage — check against the loaded-divider formula, not the ideal one.
- ADC/DAC reference and attenuator networks: always specify divider resistor values relative to the input impedance of the following stage; a scope probe's 1 MΩ input, for example, barely loads a kΩ-range divider, but a low-impedance op-amp input stage might.
- Current-sharing in parallel branches: LED strings, sense resistors, or paralleled power devices rely on the current divider rule — small resistance mismatches (tolerance, temperature drift) directly translate to unequal current sharing via the
R2/(R1+R2)ratio. - Sensor signal conditioning: resistive bridges and potentiometer-based sensors are literally adjustable voltage dividers; the divider equation directly gives the sensor's transfer characteristic.
- Power dissipation: don't forget that every divider resistor dissipates
I²RorV²/Rcontinuously — a "just add resistors" voltage reference wastes power proportional to how low the resistances are chosen relative to the load's needs.
Key Takeaways
- Voltage divider:
V(Rk) = Vin·Rk/(ΣR)— voltage splits in direct proportion to a resistor's own value in a series chain. - Current divider:
I(R1) = Iin·R2/(R1+R2)— current splits in inverse proportion to a resistor's own value (proportional to the other resistor) in a parallel pair. - Both rules are direct consequences of Ohm's law combined with KVL (series/voltage) or KCL (parallel/current) — not independent laws.
- Real dividers are loaded by whatever they drive; always check that the load impedance is large (voltage divider) or the source impedance is small (current divider) relative to the divider's own resistances, or use a buffer.
- Always verify results with a complementary check — series voltages summing to the source, or parallel currents summing to the input, and equal voltage across parallel branches.
Learning
Sign in to track your progress.
Evidence
Public projects engineers linked to Voltage Divider and Current Divider Rules.
No engineer has linked a project to this topic yet. Built something that proves it? Add the project and tag it with analog-electronics-voltage-divider-and-current-divider-rules — it then shows here and on your public profile.
