1.2.3 · D3Circuit Analysis Fundamentals

Worked examples — Apply Kirchhoff's Current Law (KCL)

4,076 words19 min readBack to topic

Before anything, one reminder of our vocabulary so no symbol is unearned:


The scenario matrix

Every KCL problem you will ever see is one of these case classes. The last column names the example that lands on it. (To avoid confusion, node names below use plain numbers like N1, N2 — never the same letters A–I that label the case classes.)

# Case class What makes it tricky Example
A All directions known, one unknown The gentle warm-up Ex 1
B Mixed in/out, algebraic-sum form Signs must be tracked Ex 2
C Wrong-guess direction Answer comes out negative Ex 3
D Zero / degenerate input (a branch carries 0 A) Does the node still balance? Ex 4
E Two-node system (KCL twice) Same unknown links both nodes Ex 5
F Time-varying current (capacitor branch) , KCL still holds Ex 6
G Real-world word problem Translate plumbing→current Ex 7
H Exam twist: hidden same-node wire Two "nodes" are secretly one Ex 8
I Limiting behaviour (one current → source's full value) Sanity at extremes Ex 9

Each example below is tagged with its cell.


Example 1 — Cell A: all known but one

Figure — Apply Kirchhoff's Current Law (KCL)
Figure 1 — Look at how the two mint arrows funnel INTO the purple dot while a single coral arrow drains OUT. The picture makes the "only one exit" fact visible: because there is exactly one outgoing wire, it has no choice but to carry the whole . If you covered the number on the coral arrow, the geometry alone would force it to be . That inevitability is what "in = out" means.


Example 2 — Cell B: algebraic-sum form

Figure — Apply Kirchhoff's Current Law (KCL)
Figure 2 — The two little sign tags on each arrow (−,−,+,+) are the whole lesson here: notice the tag is set by the arrow's direction, not its size. Trace each arrow into the equation printed above the node — the picture is literally the equation drawn out, so you can never lose track of which sign a branch carries.


Example 3 — Cell C: wrong guess self-corrects

Figure — Apply Kirchhoff's Current Law (KCL)
Figure 3 — Compare the two panels side by side. Same node, same physical current — only the arrow we drew differs. In the left panel the dashed "in" arrow yields ; in the right the "out" arrow yields , and the solid arrow shows the true flow snapping back to "in". The visual proves the sign is a property of our drawing, not of the electrons.


Example 4 — Cell D: zero / degenerate branch

Figure — Apply Kirchhoff's Current Law (KCL)
Figure 4 — The grey dashed arrow is the point: it is drawn (the wire physically exists) yet labelled A. Notice the mint and coral arrows already balance each other perfectly, which is exactly why the third branch is forced to zero — there is no leftover charge for it to carry. The dashed style is a visual code for "present but idle".


Example 5 — Cell E: two nodes, KCL twice

Figure — Apply Kirchhoff's Current Law (KCL)
Figure 5 — Follow the wire (coral) connecting the two lavender dots: it is the shared branch that couples the two equations. See how N6 hangs off the end with only known exits — that is the visual cue telling you to solve N6 first, then feed its answer leftward into N5. The picture ranks the equations for you by counting arrows at each dot.


Example 6 — Cell F: time-varying (capacitor branch)

Figure — Apply Kirchhoff's Current Law (KCL)
Figure 6 — Spot the two-plate capacitor symbol on the lower-right branch: that is the only clue this branch is "special", yet its arrow enters the balance exactly like the plain resistor arrow above it. The figure deliberately draws the capacitor current A the same weight as the others, hammering home that a time-varying branch is still just one arrow in "in = out".


Example 7 — Cell G: real-world word problem

Figure — Apply Kirchhoff's Current Law (KCL)
Figure 7 — The power strip is drawn as one lavender box, not a dot, to make the "everything inside is one node" idea concrete. Watch the single mint arrow from the wall fan out into three coral load arrows: the width of the incoming supply must exactly account for all three exits — that visual conservation is what sizes a breaker.


Example 8 — Cell H: the hidden same-node twist

Figure 8 — The two panels are the whole trap. On the left, the grey dashed "phantom " sits on the wire between two dots that only look separate. On the right, that wire has shrunk to nothing and the dots have merged into one — and crucially, has vanished. Watching disappear as the dots fuse is the visual proof that it was never a real branch.


Example 9 — Cell I: limiting behaviour

Figure 9 — Read the two sloping lines as a see-saw: as (lavender) slides down to , (coral) rises to fill in. The flat mint line at A on top is their sum — it never budges. That unmoving flat line is KCL: no matter how the split shifts, the total leaving equals the A entering. The endpoints of the see-saw are the two limiting cases of Step 3.


Coverage check

Recall Did we hit every cell of the matrix?

A→Ex1, B→Ex2, C→Ex3, D→Ex4, E→Ex5, F→Ex6, G→Ex7, H→Ex8, I→Ex9. Every sign case, the zero/degenerate branch, a two-node chain, a time-varying capacitor, a word problem, the hidden-node exam twist, and both limiting extremes. Nothing left unshown.


Active Recall

3 A and 2 A enter a node, one wire leaves — what leaves?
5 A (Cell A logic: in = out).
Under "leaving = +", an entering current gets what sign?
Negative — entering currents subtract in the algebraic sum .
Your solved current is A — what does that mean?
Correct magnitude, but the real direction is opposite to your drawn arrow; just flip the arrow.
A branch reads exactly 0 A — does the node still balance?
Yes; zero is a valid current, KCL holds.
Two components joined by a plain wire — how many nodes?
One node (ideal wire, no voltage drop).
A capacitor branch carries — does KCL fail?
No; it's an ordinary branch current, KCL holds every instant.
A 10 A source splits; one branch opens () — where does the current go?
All 10 A flows through the remaining branch, A.

Connections

  • Apply Kirchhoff's Current Law (KCL) — the parent law these examples exercise.
  • Nodal Analysis — automates the node-by-node KCL of Example 5.
  • Conservation of Charge — why "in = out" must hold.
  • Current and Current Density — defines .
  • Ideal Wires and Nodes — the merge rule behind Example 8.
  • Capacitor i-v Relationship — the used in Example 6.
  • Kirchhoff's Voltage Law (KVL) — the loop counterpart.

Case-class Map

negative answer

i = C dv dt

merge wires

take a limit

KCL sum of currents = 0

Cell A one unknown

Cell B algebraic sum

Cell C wrong guess

Cell D zero branch

Cell E two nodes

Cell F capacitor

Cell G word problem

Cell H hidden same node

Cell I limiting case