Current Dividers

How current distributes between parallel branches, and how to calculate and control that distribution for practical circuit design.

Why This Matters

Whenever current reaches a junction where two or more paths are available, it divides between those paths. The way it divides is not arbitrary—it follows precise rules that enable both prediction and deliberate control.

Current division matters in many practical situations:

When building an ammeter, a shunt resistor is connected in parallel with a galvanometer to carry most of the current while a known fraction goes through the meter movement. Calculating the shunt value requires understanding current division. When connecting batteries in parallel, you need to understand how current distributes among them to predict charging behavior. When running a heating system with multiple heating elements in parallel, current division determines the power to each element.

Misunderstanding current division causes problems: an oversized shunt causes the meter to read too low; an undersized one burns the galvanometer. Two batteries with different internal resistances connected in parallel have unequal current sharing that can overcharge the weaker one.

The Current Divider Rule

For two resistors R₁ and R₂ in parallel carrying a total current I_total:

I₁ = I_total × R₂ / (R₁ + R₂) I₂ = I_total × R₁ / (R₁ + R₂)

Notice the apparent reversal: I₁ is weighted by R₂ (not R₁). This is correct—the current through each branch is inversely proportional to its own resistance, and the formula reflects this.

Physical verification: Since both resistors share the same voltage: V = I₁ × R₁ = I₂ × R₂ Therefore: I₁/I₂ = R₂/R₁ (inverse resistance ratio)

Worked example: Two resistors R₁ = 4Ω and R₂ = 12Ω in parallel. Total current from supply = 10A.

I₁ = 10 × 12/(4+12) = 10 × 0.75 = 7.5A I₂ = 10 × 4/(4+12) = 10 × 0.25 = 2.5A Check: 7.5 + 2.5 = 10A ✓

The ratio: R₁:R₂ = 4:12 = 1:3, so currents are I₁:I₂ = 3:1 (inverse ratio). The lower resistance gets 3× more current.

General Current Divider for Multiple Parallel Branches

For N parallel branches with resistances R₁, R₂, …, R_N:

The current through branch k is: I_k = I_total × (1/R_k) / Σ(1/R_n)

Or equivalently, using conductance G = 1/R: I_k = I_total × G_k / G_total

Where G_total = G₁ + G₂ + … + G_N = total conductance.

The conductance form is easier to remember: Current divides in proportion to conductance. Higher conductance (lower resistance) gets proportionally more current.

The Ammeter Shunt Calculation

A galvanometer has full-scale deflection current I_g and internal resistance R_g. To make an ammeter measuring up to I_max:

The shunt carries I_shunt = I_max - I_g Both galvanometer and shunt share the same voltage: I_g × R_g = I_shunt × R_shunt

R_shunt = (I_g × R_g) / I_shunt = (I_g × R_g) / (I_max - I_g)

Example: Galvanometer full-scale = 1 mA, internal resistance = 100Ω. Design a shunt for 0–5A range.

R_shunt = (0.001 × 100) / (5 - 0.001) = 0.1 / 4.999 = 0.02Ω

The shunt resistance is very small—just 20 milliohms. In practice, make it from a short, thick piece of resistance wire. Use a wire with known resistivity, calculate the length needed, and trim to calibrate.

Sensitivity ratio: The shunt carries 5000× more current than the galvanometer. For high-current ammeters, the shunt carries thousands of amps while the meter movement carries milliamps—the shunt gets very hot and must be designed for heat dissipation.

Parallel Battery Banks

When batteries of different voltages or internal resistances are connected in parallel, current division between them follows the same principles, but with the battery EMFs as voltage sources.

For two batteries (EMF₁, r₁) and (EMF₂, r₂) in parallel with a common load R_load:

If EMF₁ > EMF₂, the stronger battery drives current through the weaker one (charging it if it can be recharged, or damaging it if it is a primary cell). The circulating current between the two batteries:

I_circulating = (EMF₁ - EMF₂) / (r₁ + r₂)

This can be substantial even for small voltage differences if internal resistances are low.

Rules for safe parallel battery connection:

  1. Never connect batteries with significantly different voltages in parallel
  2. Use batteries of identical type, age, and state of charge
  3. Add a small series diode or resistor to each battery if mismatched batteries must be paralleled, to limit circulating current

Kirchhoff Applied to Current Dividers

The current divider rule is a simplified consequence of Kirchhoff’s Laws. Verify any current divider calculation by applying KCL and KVL:

For two parallel resistors with total current I entering the node: KCL at node: I = I₁ + I₂ Voltages equal (parallel): I₁ × R₁ = I₂ × R₂ Two equations, two unknowns: solve directly.

This verification method works for any number of parallel branches and does not require memorizing the divider formula.

Current Dividers in Measurement Circuits

Extending galvanometer range without a shunt: A T-network attenuator can reduce the current to the galvanometer without the low shunt resistance making the meter input impedance excessively low. Particularly useful when the measured circuit is sensitive to the measurement instrument’s input impedance.

Kelvin bridge shunt: In precision current measurements, lead resistance in the connecting wires introduces error. The Kelvin double bridge uses additional resistors to eliminate the effect of lead resistance on measurements—a current divider application used in measuring very low resistances (milliohms) accurately.

Thermal sensing: Two identical heating elements in parallel should carry equal current. If one element ages and its resistance increases, current shifts to the other—which then runs hotter and ages faster. This progressive imbalance is a failure mode in parallel heating element installations.

Prevention: Use individual fuses or circuit protection for each parallel branch; an imbalanced branch tripping its protection reveals the imbalance before it cascades.

Practical Summary

SituationApplication
Building ammeterCalculate shunt resistance for desired range
Parallel loadsVerify each load gets correct current for its rating
Parallel batteriesCheck for circulating current risk
Fault diagnosisUnexpected current distribution indicates a changed resistance somewhere
Power distributionEnsure each parallel branch is adequately fused for its current

The key insight from current dividers: in a parallel circuit, resistance and current are in an inverse relationship. The lowest resistance carries the most current. Any short circuit in a parallel network is a near-zero-resistance path that attracts essentially all available current—which is why a short circuit in one branch of a parallel system is so destructive.