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)
i=Cdv/dt, 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)
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 4+3. If you covered the number on the coral arrow, the geometry alone would force it to be 7. That inevitability is what "in = out" means.
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 ∑i=0 printed above the node — the picture is literally the equation drawn out, so you can never lose track of which sign a branch carries.
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 +1; in the right the "out" arrow yields −1, 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.
Figure 4 — The grey dashed arrow is the point: it is drawn (the wire physically exists) yet labelled 0 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".
Figure 5 — Follow the ilink 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.
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 iC=2 A the same weight as the others, hammering home that a time-varying branch is still just one arrow in "in = out".
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.
Figure 8 — The two panels are the whole trap. On the left, the grey dashed "phantom x" 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, x has vanished. Watching x disappear as the dots fuse is the visual proof that it was never a real branch.
Figure 9 — Read the two sloping lines as a see-saw: as i1 (lavender) slides down to 0, i2 (coral) rises to fill in. The flat mint line at 10 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 10 A entering. The endpoints of the see-saw are the two limiting cases of Step 3.
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.