1.2.3 · D4Circuit Analysis Fundamentals

Exercises — Apply Kirchhoff's Current Law (KCL)

2,653 words12 min readBack to topic

Level 1 — Recognition

Exercise 1.1

Three wires meet at node A. Two carry current into A: and . One wire carries out. What is ?

Recall Solution 1.1

WHAT we do: write "in equals out." WHY: no charge accumulates at A, so every ampere that enters must leave.

Exercise 1.2

Look at the figure below. Four labelled branches touch node N. State which of them are on the same node as N and which are truly separate nodes.

Figure — Apply Kirchhoff's Current Law (KCL)
Recall Solution 1.2

WHAT we do: collapse every point joined by pure wire into one node. WHY: an ideal wire has zero resistance, so there is no voltage drop across it — every point on it is electrically the same point.

  • The red highlighted stretch (top wire, both bends, up to the junction dot) is all one node N. Branches and attach to it.
  • The resistor sits between two different regions, so the wire on its far side is a separate node M.
  • Branches and join at M, not N. So node N has branches ; node M has .

Level 2 — Application

Exercise 2.1

At node B: in, in, out, and unknown . Find and state its direction.

Recall Solution 2.1

WHAT: sum of ins = sum of outs. WHY the sign is positive-out: we assumed leaves. A entered, only A has left via , so the remaining A must leave through branch 4. Direction confirmed: out.

Exercise 2.2

A current source pushes current into node D. It splits into three resistor branches carrying , , and . Find .

Recall Solution 2.2

WHAT: the source current is fully distributed among the exits — none is lost. WHY: a node has no storage; the A that enters must be exactly accounted for by what leaves.

Exercise 2.3

At node E you guess that flows into the node. Known: enters, leaves. Using "leaving ", write and solve for . Interpret the sign.

Recall Solution 2.3

WHAT: write every branch with its sign. Entering currents are negative, leaving are positive; our guessed enters, so it enters the sum as . Solve: WHY positive is fine: with our "in" arrow means it really does flow into E at A. If it had come out negative, we would keep the magnitude and flip the arrow — the algebra self-corrects a wrong guess.


Level 3 — Analysis

Exercise 3.1

Currents at node F are given in terms of an unknown :

  • enters,
  • enters,
  • leaves,
  • leaves.

Find , then compute each branch current.

Recall Solution 3.1

WHAT: balance ins against outs; this becomes one linear equation in . WHY solve for : KCL gives exactly one constraint, and there is exactly one unknown, so it pins down. Then (in), (out). Check: in , out . ✓

Exercise 3.2 — Two coupled nodes

Look at the figure. A source feeds node P. From P, a branch goes to node Q, and a branch leaves P to ground. At node Q, the incoming splits into and (both leave Q). Find and .

Figure — Apply Kirchhoff's Current Law (KCL)
Recall Solution 3.2

WHAT: write KCL at each node separately, then chain them. WHY two equations: two nodes, two unknowns (, ) — one KCL equation per node gives exactly enough.

Node P (in = out): Node Q (in = out): the current arriving from P is , which splits: WHAT IT LOOKS LIKE: trace the red path in the figure — A leaves P toward Q along the accent branch; at Q it forks into A and A. Nothing is stored anywhere along the way. This is the seed of Nodal Analysis: one KCL per node, solved as a system.


Level 4 — Synthesis

Exercise 4.1 — Bridge junction with symbolic branches

At node G, four branches carry currents defined by directions:

  • in,
  • out,
  • in,
  • out,

with the extra physical constraint that branch 4 carries twice the current of branch 2: . Find and .

Recall Solution 4.1

WHAT: KCL gives one equation; the constraint gives a second. Two equations, two unknowns. WHY we need the constraint: KCL alone () is one equation in two unknowns — underdetermined. The extra physical relation closes the system.

KCL (in = out): Substitute : Then Check: out in. ✓

Exercise 4.2 — Capacitor at a node (time-varying)

A node H has: a steady flowing in, a resistor branch taking out, and a capacitor branch. The capacitor has and its voltage at this instant is changing at . The capacitor current (leaving the node into the capacitor) is . Verify KCL holds at H by finding the required source current if instead the source is unknown, given the other two branches. First compute , then find the source current entering H.

Recall Solution 4.2

WHAT: a capacitor does not break KCL. Its terminal current enters one plate and an equal current leaves the other; at the node it is just another branch (see Capacitor i-v Relationship). WHY the formula : current is charge-per-second, ; on a capacitor the stored charge is , so . This is where the derivative enters — we need the rate of voltage change, because a constant voltage stores constant charge and pushes no current.

Step 1 — capacitor current: Step 2 — KCL at H (in = out): So the source must supply into H. Charge stores on the plates inside the component, not at the node — the node still balances instant by instant.


Level 5 — Mastery

Exercise 5.1 — Three-node system, fully symbolic

A circuit has three nodes X, Y, Z (plus ground). A source enters X. Branches:

  • X → Y carries ,
  • X → ground carries ,
  • Y → Z carries ,
  • Y → ground carries ,
  • Z → ground carries ,
  • Z also has a branch back to ground .

Find , , and by applying KCL node-by-node.

Recall Solution 5.1

WHAT: write KCL (in = out) at each of X, Y, Z in order. Each node has exactly one unknown once we solve the previous. WHY node-by-node works here: the branch currents chain forward — solving X gives , which feeds Y, and so on. This is exactly the Nodal Analysis philosophy of one balance per node.

Node X: in ; out . Node Y: in ; out . Node Z: in ; out . Global check (conservation over the whole circuit): all A from the source must exit to ground. Ground receives . ✓ Everything that entered has left.

Exercise 5.2 — Degenerate / zero case

At node W: two branches enter with and , one branch leaves with (an open, broken wire — no current can flow), and one more leaves with . If enters and leaves (its arrow points out even though named as "enter" — trust the direction: it leaves), what is ? Handle the zero branch carefully.

Recall Solution 5.2

WHAT: identify true directions first, then apply KCL. A broken (open) branch forces its current to exactly zero — an open circuit carries no current because charge has nowhere to go. WHY matters: it does not mean "ignore the node." It means that branch contributes to the balance; the other branches must still sum correctly.

True picture: in = A. out = (6 A leaves) (0) . Interpretation: the A entering is entirely carried away by ; with the open branch dead (), branch 4 also carries zero. A degenerate but perfectly valid KCL result — the law holds even when currents vanish.



Connections

  • Parent: Apply KCL — the theory these exercises drill.
  • Nodal Analysis — Exercises 3.2 and 5.1 are its foundation: one KCL per node.
  • Conservation of Charge — why every balance above must close.
  • Current and Current Density — the meaning of used throughout.
  • Capacitor i-v Relationship — the tool for Exercise 4.2.
  • Ideal Wires and Nodes — the node-identification skill of Exercise 1.2.
  • Kirchhoff's Voltage Law (KVL) — the loop-based partner law.