Current Divider Calculator
Calculate current division between two parallel resistors using the current divider rule. Computes branch currents I1 and I2, parallel resistance, voltage, and power dissipation in each resistor.
Formula
Reference: Hayt & Kemmerly, Engineering Circuit Analysis, 8th ed.
How It Works
The current divider rule states that in a parallel resistor network, each branch carries a fraction of the total current inversely proportional to its resistance. For two parallel resistors R1 and R2 with total input current I_total, branch currents are I1 = I_total × R2/(R1+R2) and I2 = I_total × R1/(R1+R2). Note the counterintuitive result: the larger resistor carries less current. This follows directly from Kirchhoff's Current Law (KCL) and Ohm's Law — both branches share the same terminal voltage V = I_total × (R1∥R2). The current divider is the dual of the voltage divider, applying wherever current must be apportioned between parallel branches such as in transistor bias networks, current mirrors, and parallel power distribution paths.
Worked Example
A shunt resistor measurement system uses two parallel paths: a 0.1 Ω shunt (R1) for current sensing and a 10 kΩ bypass (R2) for a voltmeter. Total current = 5 A. Step 1: I1 through shunt = 5A × 10000/(0.1+10000) = 5A × 0.99999 = 4.99995 A. Step 2: I2 through voltmeter = 5A × 0.1/10000.1 ≈ 0.00005 A = 50 µA. Conclusion: 99.999% of current flows through the shunt, 0.001% through the voltmeter. Voltage across the shunt = 4.99995 A × 0.1 Ω = 0.5 V, which the voltmeter reads accurately without disturbing the circuit. This design pattern (low-impedance shunt + high-impedance measurement path) is used in every amperemeters and CT (current transformer) circuit.
Practical Tips
- ✓Current dividers are used in LED arrays: paralleling N identical LEDs with matched ballast resistors ensures each carries I_total/N — per Lumileds AN026, keep ballast resistance ≥5× the LED dynamic resistance for <5% current imbalance across ±3σ production variation
- ✓In battery parallel configurations, internal resistance acts as the divider element — two cells with 100 mΩ and 200 mΩ internal resistance carry 2/3 and 1/3 of total current respectively, causing uneven aging; use an active balancing circuit for >3S configurations
- ✓For RF/microwave current splitting, use Wilkinson power dividers rather than resistive current dividers — resistive splitters lose 6 dB of signal power, while Wilkinson dividers provide 3 dB split with better port isolation and return loss
Common Mistakes
- ✗Applying the formula backwards — the current through R1 = I × R2/(R1+R2) uses R2 in the numerator (not R1), because a higher R1 forces more current through R2
- ✗Forgetting that the divider ratio changes with additional parallel loads — adding a third branch R3 changes the effective parallel resistance and invalidates the two-resistor calculation
- ✗Assuming current divides equally — equal division requires equal resistances; a 2:1 ratio in resistance values produces exactly a 1:2 ratio in currents (proportional, not equal)
Frequently Asked Questions
Shop Components
As an Amazon Associate we earn from qualifying purchases.
Related Calculators
General
Ohm's Law
Calculate voltage, current, resistance, and power using Ohm's Law. Enter any two values to solve for the remaining two quantities.
Power
Voltage Divider
Calculate voltage divider output voltage, current, Thévenin impedance, and power dissipation from Vin, R1, and R2. Ideal for bias networks and level shifting.
General
Series/Parallel R·C·L
Calculate the equivalent series and parallel combination of up to four resistors, capacitors, or inductors. Also computes the voltage divider ratio for two-resistor networks.
General
Delta–Wye Conversion
Convert resistor networks between delta (Δ) and wye (Y / star) configurations. Supports bidirectional Delta→Wye and Wye→Delta conversion with exact formulas. Essential for three-phase power analysis and bridge circuit simplification.