Worked examples: splitting a source current

DC Circuits · Current Dividers · Example

Two problems — a two-branch split and a three-branch bank. The two-branch case uses the closed-form formula; the three-branch case shows why the voltage-then-Ohm shortcut is usually easier than the resistance-form divider.

Example 1 — two-branch split

A 6 A source current enters a fan-out node that splits between R1=4ΩR_1 = 4\,\Omega and R2=12ΩR_2 = 12\,\Omega. Find I1I_1 and I2I_2.

  1. Apply the two-branch formula. Remember the flip — R₁'s share has R₂ on top.
    I1=6124+12=61216=4.5AI_1 = 6 \cdot \frac{12}{4 + 12} = 6 \cdot \frac{12}{16} = 4.5\,\text{A}
    I2=644+12=6416=1.5AI_2 = 6 \cdot \frac{4}{4 + 12} = 6 \cdot \frac{4}{16} = 1.5\,\text{A}
  2. KCL check. I1+I2=4.5+1.5=6A=IsrcI_1 + I_2 = 4.5 + 1.5 = 6\,\text{A} = I_{src}. ✓
  3. Sanity check — which branch should win? R₁ is smaller, so R₁ should carry more current. 4.5 A vs. 1.5 A — yes, three times more through the smaller resistor, which matches the 3:1 conductance ratio (R₂/R₁).
+18 VR14 Ω18 V · 4.5 AR212 Ω18 V · 1.5 AI_source = 6 A

Example 2 — three-branch bank, voltage shortcut

A source forces 12 A into a three-branch parallel bank: R1=2ΩR_1 = 2\,\Omega, R2=4ΩR_2 = 4\,\Omega, R3=6ΩR_3 = 6\,\Omega. Find each branch current.

  1. Parallel equivalent.
    1/Rtotal=1/2+1/4+1/6=6/12+3/12+2/12=11/121/R_{total} = 1/2 + 1/4 + 1/6 = 6/12 + 3/12 + 2/12 = 11/12
    Rtotal=12/111.091ΩR_{total} = 12/11 \approx 1.091\,\Omega.
  2. Voltage across the bank. V=IsrcRtotal=12(12/11)=144/1113.09VV = I_{src} \cdot R_{total} = 12 \cdot (12/11) = 144/11 \approx 13.09\,\text{V}. Every branch sees this same voltage — same reason KCL says every branch shares the fan-out node.
  3. Branch currents via Ohm's Law.
    I1=V/R1=13.09/26.54AI_1 = V/R_1 = 13.09/2 \approx 6.54\,\text{A}
    I2=V/R2=13.09/43.27AI_2 = V/R_2 = 13.09/4 \approx 3.27\,\text{A}
    I3=V/R3=13.09/62.18AI_3 = V/R_3 = 13.09/6 \approx 2.18\,\text{A}
  4. KCL check. I1+I2+I36.54+3.27+2.1812AI_1 + I_2 + I_3 \approx 6.54 + 3.27 + 2.18 \approx 12\,\text{A}. The small rounding in the second decimal washes out; they sum back to the source.
+13.09 VR12 Ω13.09 V · 6.545 AR24 Ω13.09 V · 3.272 AR36 Ω13.09 V · 2.182 AI_source = 11.999 A

Notice again: the 2 Ω branch hogs the current (6.54 A, about 55 %), and the 6 Ω branch takes the smallest slice. That's the conductance distribution — Gk/GtotalG_k / G_{total} — showing up as the expected fractions (6/11, 3/11, 2/11).

For two branches, use the flipped formula. For three or more, collapse the parallel bank to find its voltage, then Ohm's-Law each branch. Both roads lead to the same answer — pick the one with fewer chances for a sign error.

Split a source current live in the Simulate stage or test your instinct on the Quiz.