The Dual of the Voltage Divider
Where a voltage divider splits a voltage among series elements, a current divider splits a current among parallel branches. The two are duals: voltage divides in proportion to resistance, while current divides in inverse proportion to resistance. That inversion is the single most important idea in this topic, and it is the source of most student errors. A branch with smaller resistance hogs more of the current, because current always prefers the path of least resistance. This article builds the formula straight from Kirchhoff's Current Law, works a concrete example, and generalizes to any number of branches and to s-domain impedances.
Derivation from KCL
Consider a total current entering a node where two resistors and are connected in parallel to a common return. Both resistors share the same voltage across them because they are in parallel. By Ohm's law , and by KCL . The parallel equivalent resistance is:
The node voltage is therefore . Substituting back into :
Look closely at that result. The current through is proportional to the other resistor, , in the numerator. This is the counterintuitive twist: to find the current in one branch, you put the opposite branch's resistance on top. By symmetry, .
A Fully Worked Numerical Example
Let a total current split between and in parallel. The current in the 2 kΩ branch uses the 4 kΩ value in its numerator:
and the 4 kΩ branch gets the rest: . The smaller resistor carries twice the current of the larger one, exactly as the inverse-proportionality rule predicts. Check with KCL: , equal to . You can also verify via the shared voltage: , so , and indeed and .
The Multi-Branch Formula
With three or more parallel branches the two-resistor "opposite resistance on top" shortcut no longer works, and the cleanest formulation uses conductances . The current in branch is its share of the total conductance:
This conductance form is exact for any number of branches and is the version worth memorizing. The two-resistor formula is simply this expression specialized to two branches, where , recovering the result from earlier.
Generalization to Impedances
Everything carries over to the -domain with admittances replacing conductances:
This is how current splits among parallel R, L, and C branches in filter and matching networks, building directly on the impedance models in Ohm's law in the s-domain.
A Three-Branch Worked Example
To see why the conductance form is indispensable, split among three parallel branches: , , and . The conductances (in mS) are , , and , summing to . The current in the first branch is its share of the total conductance:
Likewise and . They sum to , recovering as KCL demands. The lowest-resistance branch again grabs the largest current, and notice that no "opposite resistance" shortcut could have produced these three numbers, the conductance ratios are doing all the work. The shared node voltage is , which you could equally have multiplied by each conductance to get the same branch currents.
Output Resistance and the Practical Picture
Current dividers appear constantly in real hardware even when they are not labeled as such. An ammeter shunt is a deliberate current divider: a small shunt resistance in parallel with the meter movement diverts most of the current around the delicate coil, and the divider ratio sets the meter's full-scale range. Inside integrated circuits, current mirrors distribute a reference current to several branches, and the ratio of branch widths plays the role of the conductance ratio. Even a transistor's collector and the resistor it drives form a divider for the signal current. In each case the analysis reduces to the same question: what fraction of the total conductance does this branch represent? Keep that question in mind and the algebra follows automatically, no matter how the schematic is drawn. When the branches contain reactive elements, the very same reasoning carries over with admittances, and you can use the editor to confirm the split numerically before committing to a design.
Voltage Divider Versus Current Divider
Holding the two rules side by side makes the duality concrete and helps prevent the most common mix-up, putting the wrong resistance in the numerator.
| Aspect | Voltage divider (series) | Current divider (parallel) |
|---|---|---|
| Shared quantity | Current through both elements | Voltage across both elements |
| Two-element formula | ||
| Numerator holds | The element's own | The opposite element's |
| Larger element gets | More voltage | Less current |
| General form | Ratio of resistances | Ratio of conductances |
Common Mistakes
- Using the branch's own resistance in the numerator. For two branches, the current in takes on top. Swapping them inverts the answer.
- Applying the two-resistor shortcut to three branches. With three or more branches you must use the conductance form; the "opposite resistance" trick has no clean generalization.
- Forgetting that smaller resistance means larger current. The intuition from voltage dividers is exactly reversed, and it is easy to carry the wrong instinct over.
- Mixing series and parallel topology. A current divider requires the branches to share both nodes (true parallel). If a branch has an extra series element, its impedance must include that element before the formula applies.
- Sign errors with directed currents. The formula gives magnitude and assumes enters the node; track reference directions when branches feed back into the source.
A Subtlety: Branches With Their Own Series Elements
The clean current-divider formula assumes each branch is a single impedance connecting the same two nodes. Real circuits often violate this. Suppose one branch is a resistor in series with an inductor while the parallel branch is a plain resistor. You cannot apply the two-resistor shortcut to the resistors alone; you must first compute each branch's total impedance, then form the admittance ratio. In the s-domain the first branch has impedance and admittance , and only after that substitution does the divider expression give the correct frequency-dependent current split. Skipping this step and dividing on resistance alone is a classic source of wrong answers in reactive networks, and it is worth pausing to identify the true two-terminal impedance of every branch before reaching for the formula. The discipline of reducing each branch to a single equivalent impedance first is the same discipline that makes nodal analysis reliable on larger circuits.
It is also worth remembering that the divider tells you how an already-known total current distributes itself. Finding that total current in the first place still requires solving the rest of the circuit, whether by combining the parallel group into a single equivalent impedance and working backward, or by a full nodal solution. The divider is a final step, not a substitute for analyzing the source network that feeds it.
Related Tutorials
- Voltage Divider Equation — the series-circuit dual of this rule.
- Kirchhoff's Current Law — the conservation principle the divider is derived from.
- Nodal Analysis Step by Step — the systematic generalization for circuits with many nodes.