1.2.6Circuit Analysis Fundamentals

Build and analyze a current divider

1,497 words7 min readdifficulty · medium2 backlinks

WHAT is a current divider?

Two facts do all the work:

  1. KCL (Kirchhoff's Current Law): current in = current out, so IT=I1+I2I_T = I_1 + I_2.
  2. Parallel branches share one voltage VV.

HOW to derive the two-resistor formula (from scratch)

Two resistors R1R_1 and R2R_2 in parallel, fed by ITI_T.

Step 1 — Same voltage. Why? Both resistors connect between the same two nodes, so they see the identical voltage VV.

V=I1R1=I2R2V = I_1 R_1 = I_2 R_2

Step 2 — Total current from Ohm's law on the equivalent resistance. Why? The whole bundle behaves like one resistor RR_\parallel carrying ITI_T at voltage VV.

V=ITR,R=R1R2R1+R2V = I_T\,R_\parallel,\qquad R_\parallel=\frac{R_1 R_2}{R_1+R_2}

Step 3 — Find I1I_1. Why? I1=V/R1I_1 = V/R_1, and we substitute V=ITRV=I_T R_\parallel:

I1=VR1=ITRR1=ITR1R1R2R1+R2I_1=\frac{V}{R_1}=\frac{I_T R_\parallel}{R_1}=\frac{I_T}{R_1}\cdot\frac{R_1R_2}{R_1+R_2}

The R1R_1 cancels:

Sanity check: add them. I1+I2=ITR2+R1R1+R2=ITI_1+I_2 = I_T\frac{R_2+R_1}{R_1+R_2}=I_T \checkmark


The general (N-branch) form using conductance

Since Ik=VGkI_k = V G_k and IT=VGjI_T = V\sum G_j, divide:

For exactly two resistors this collapses back to the boxed formula (try it — see Verify).

Figure — Build and analyze a current divider

Worked examples


Common mistakes (steel-manned)


Recall Feynman: explain to a 12-year-old

Imagine water reaching a fork with two pipes. If one pipe is wide (low resistance) and one is skinny (high resistance), more water rushes through the wide pipe. The total water stays the same, it just splits — and the wide, easy pipe grabs the bigger share. Current in a wire does exactly this: it flows most through the easiest path.


Active recall

Current divider requires branches to be in — series or parallel?
Parallel (they share the same voltage).
Two-resistor current divider formula for I1I_1
I1=ITR2/(R1+R2)I_1 = I_T\,R_2/(R_1+R_2) — the other resistor goes on top.
Why is the "other" resistor on top for a current divider?
Because I1=V/R1=ITR/R1I_1=V/R_1=I_T R_\parallel/R_1, and RR_\parallel contains R2R_2; the R1R_1 cancels leaving R2R_2 on top. Current avoids large resistance.
General N-branch current divider formula
Ik=ITGk/jGjI_k = I_T\,G_k/\sum_j G_j with G=1/RG=1/R; current splits in proportion to conductance.
Does current or voltage divide in a parallel network?
Current divides; voltage is common to all branches.
Which branch carries the most current in a divider?
The branch with the lowest resistance (highest conductance).
Check that branch currents sum correctly
I1+I2=IT(R2+R1)/(R1+R2)=ITI_1+I_2 = I_T(R_2+R_1)/(R_1+R_2)=I_T — satisfies KCL.

Connections

  • Kirchhoff's Current Law — the conservation law behind IT=IkI_T=\sum I_k.
  • Voltage divider — the series dual; contrast the formulas.
  • Parallel resistanceRR_\parallel used in the derivation.
  • Ohm's LawI=V/RI=V/R is applied to each branch.
  • ConductanceG=1/RG=1/R, the natural language of current sharing.

Concept Map

enters node

splits by KCL

parallel branches

V = I_T times R_parallel

I_1 = V/R_1

note the swap

I_k = V times G_k

I_k = I_T times G_k / sum G_j

collapses to

apply

Total current I_T

Junction with parallel branches

KCL: I_T = I_1 + I_2

Same voltage V shared

R_parallel = R1 R2 / (R1+R2)

Two-resistor derivation

I_1 = I_T times R2/(R1+R2)

Other resistor sits on top

N-branch conductance form

Splits by conductance

Worked examples verify sum = I_T

Hinglish (regional understanding)

Intuition Hinglish mein samjho

Dekho, current divider ka funda simple hai: jab total current ITI_T ek node pe aata hai aur usse do (ya zyada) parallel raaste milte hain, toh current baant jaata hai — lekin barabar nahi. Current hamesha easy path (kam resistance) ko prefer karta hai, jaise paani mota pipe pehle bharta hai.

Do resistor wale case mein magic formula hai: I1=ITR2/(R1+R2)I_1 = I_T \cdot R_2/(R_1+R_2). Yahaan dhyaan do — I1I_1 nikaalne ke liye doosra resistor R2R_2 upar aata hai, apna R1R_1 nahi. Kyun? Kyunki dono resistor same voltage VV dekhte hain (parallel hain), aur I1=V/R1I_1 = V/R_1. Jab V=ITRV = I_T R_\parallel substitute karte ho, toh R1R_1 cancel ho jaata hai aur R2R_2 upar reh jaata hai. Yeh "cross" wala trick sirf do branch ke liye chalta hai.

Teen ya zyada branch ho toh formula ko conductance (G=1/RG = 1/R) mein sochna best hai: Ik=ITGk/GjI_k = I_T \cdot G_k/\sum G_j. Matlab current us branch ko zyada milta hai jiska conductance bada (resistance chhota) hai. Yeh seedha-saral hai, koi swap nahi.

Sabse common galti: log R1R_1 ko upar rakh dete hain (voltage divider ki aadat se). Yaad rakho — current bade resistor se bhaagta hai, isliye chhote resistor wali branch mein zyada current. Exam mein hamesha check karo: I1+I2=ITI_1 + I_2 = I_T hona chahiye (KCL). Agar sum match nahi kar raha, formula ulta laga diya hoga!

Go deeper — visual, from zero

Test yourself — Circuit Analysis Fundamentals

Connections