Current Divider Calculator
Calculate how current splits between parallel resistors using the current divider rule.
Find branch currents for 2 or 3 parallel resistors.
The Current Divider Rule
When current flows through parallel resistors, it splits between branches. The current divider rule gives us the exact current in each branch without needing to know the voltage explicitly.
Two-Resistor Current Divider
For two resistors R1 and R2 in parallel with total current I_total:
I₁ = I_total × R2 / (R1 + R2)
I₂ = I_total × R1 / (R1 + R2)
Notice the formula uses the other resistor’s value in the numerator. This is because a smaller resistance carries more current — the opposite of what seems intuitive at first.
Three-Resistor Current Divider
For three parallel resistors, first calculate the parallel equivalent resistance:
1/R_total = 1/R1 + 1/R2 + 1/R3
Then each branch current:
I_n = I_total × (R_total / R_n)
Why This Works
In a parallel circuit, all branches share the same voltage. By Ohm’s Law (V = IR), a lower resistance means higher current for the same voltage. The current divider formalizes this relationship directly.
Verification
The sum of all branch currents must equal the total source current: I₁ + I₂ + I₃ = I_total
If your answers don’t sum correctly, check for arithmetic errors.
Common Applications
| Application | Purpose |
|---|---|
| Op-amp input networks | Setting bias currents |
| LED arrays | Balancing brightness across parallel LEDs |
| Motor drive circuits | Splitting gate drive current |
| Current sensing | Measuring a portion of a large current |
| Protection circuits | Shunting excess current away from sensitive components |
Key Insight
A current divider is the dual of a voltage divider.
- Voltage divider: series resistors share a voltage proportionally
- Current divider: parallel resistors share a current inversely proportionally to their resistance