Ever stare at a circuit diagram and feel like the lines are quietly judging you? You're not alone. That classic homework line — "consider the circuit shown below, find i1 i2 and i3" — has probably caused more silent panic than any pop quiz.
Here's the thing: those three currents aren't random. And they follow rules. Boring rules, sure, but rules that actually make sense once you stop fighting them And that's really what it comes down to. Simple as that..
What Is "Consider The Circuit Shown Below, Find i1 i2 and i3"
It's the universal physics or electrical engineering prompt. Someone hands you a drawing — resistors, a battery or two, maybe a current source — and labels three unknown branch currents as i1, i2, and i3. Your job is to figure out what those currents actually are And that's really what it comes down to. Practical, not theoretical..
In plain language, you're being asked to trace where the electricity goes. Day to day, every electron that leaves a source has to come back. None of it vanishes. So if you know the total going in, and you understand how the paths split, you can solve for the missing pieces.
Most of these problems use linear circuits — meaning the components obey Ohm's law and the rules don't change with voltage. Practically speaking, that's good news. It means the math is predictable.
The Usual Suspects In The Drawing
You'll typically see a mix of:
- Voltage sources (batteries, labeled V or E)
- Resistors (R1, R2, those zigzag lines)
- Sometimes a current source (a circle with an arrow)
- Nodes where wires meet
The currents i1, i2, i3 are just names for flow on specific branches. They might all meet at a node, or they might loop around in a way that looks trickier than it is.
Why The Labels Matter
i1, i2, i3 aren't special physics quantities. They're just variables. In real terms, the moment you assign a direction to each (even a guessed one), you've turned a picture into algebra. And algebra we can handle Worth knowing..
Why It Matters / Why People Care
Why does this matter? Because most people skip the why and go straight to plugging numbers. Then they're lost the second the circuit changes shape.
Understanding how to find i1 i2 and i3 is the foundation for everything else in circuit analysis. Series and parallel combos, Thevenin equivalents, transistor biasing — all of it assumes you can track current. Miss this, and later topics feel like magic instead of logic.
The official docs gloss over this. That's a mistake Easy to understand, harder to ignore..
And in practice, real hardware behaves like these drawings. A phone charger, a motor driver, a solar inverter — all are just complicated versions of "find the currents." Turns out the homework isn't busywork. It's training.
What goes wrong when people don't get it? They memorize one example. Change a resistor value or flip a source, and they freeze. That said, real talk: the exam questions are never the exact same diagram. They test whether you understand the method.
How It Works (or How to Do It)
The short version is: use Kirchhoff's laws plus Ohm's law, set up equations, solve. But let's actually walk through it like a person, not a textbook.
Step 1: Assign Current Directions
Grab the circuit. Think about it: pick a direction for i1, i2, i3. Consider this: up, down, left, right — your call. Practically speaking, if you guess wrong, the math just spits out a negative number. Even so, that's not failure. Even so, that's the current flowing the opposite way. I know it sounds simple — but it's easy to miss and then you doubt yourself for no reason.
Step 2: Mark The Nodes
A node is any point where two or more components connect. This keeps your equations from turning into spaghetti. Day to day, label them A, B, C. You don't need a node for every tiny wire bend — just the junctions that matter.
Step 3: Apply KCL (Kirchhoff's Current Law)
KCL says: what flows into a node must flow out. At any node, sum of currents in = sum of currents out And that's really what it comes down to..
So if i1 enters node A and i2 plus i3 leave it, you write: i1 = i2 + i3
That's one equation. You need as many independent equations as unknown currents. Three unknowns? You need three solid equations.
Step 4: Apply KVL (Kirchhoff's Voltage Law)
KVL says: around any closed loop, the voltage gains and drops add to zero. Even so, walk a loop. Still, battery gives +V. Resistor with current i drops i×R.
Say a loop has a 12V source, then R1 with i1, then R2 with i2. Going clockwise: +12 - i1·R1 - i2·R2 = 0
Do that for two different loops and you've got two more equations.
Step 5: Solve The System
Now you've got:
- i1 = i2 + i3
- 12 - i1·R1 - i2·R2 = 0
- another loop equation with i2, i3, R3...
Substitute. In real terms, or use matrix math if you're fancy. Consider this: either way, out pop the numbers. And here's what most people miss — you should always check your answer by verifying power balance. Total power from sources should equal total power burned in resistors. If not, you slipped a sign.
Short version: it depends. Long version — keep reading.
A Quick Example (No Drawing, Just Words)
Imagine a 9V battery feeding a node. From that node, i1 goes through a 100Ω resistor to ground. i2 goes through a 200Ω resistor to ground. In practice, i3 is the battery supply current. Consider this: kCL at the top node: i3 = i1 + i2. KVL on either branch: 9V - i1·100 = 0 → i1 = 0.09A. Still, same for i2: 9 - i2·200 = 0 → i2 = 0. Now, 045A. So i3 = 0.135A. Done. No mystery And it works..
When A Current Source Shows Up
Some circuits say "1A current source" instead of a battery. Honestly, this is the part most guides get wrong — they overcomplicate it. Then one of your currents is handed to you. Use it. KCL and KVL still apply, but you've got a free known value. A current source just fixes one variable It's one of those things that adds up..
Common Mistakes / What Most People Get Wrong
Look, we've all done these. But knowing them helps.
Guessing directions and then panicking at negatives. A negative i2 isn't wrong. It means opposite flow. Keep the sign, finish the math Simple, but easy to overlook. No workaround needed..
Counting the same loop twice. If loop 2 is just loop 1 plus loop 3, it's not independent. You still only get two equations, not three. You need truly separate paths.
Mixing up voltage drop polarities. Resistor drop is always i·R in the direction of current. If you assigned i backward, the drop is still i·R, but i is negative — and the sign takes care of itself. Don't manually flip things mid-equation. Pick a rule and stick to it.
Ignoring the reference node. In bigger circuits, pick one node as ground (0V). Measure everything from there. Without a reference, your KVL numbers float and nothing reconciles.
Trusting the picture's arrow. The arrow on i1 in the diagram might be a suggestion. You can keep it or redo it. The problem says "find i1 i2 and i3" — it doesn't say the drawn direction is correct Small thing, real impact..
Practical Tips / What Actually Works
Here's what actually works when you're stuck at 1am with a problem set.
- Redraw messy circuits. Seriously. Flip it, rotate it, make the main loop obvious. The brain solves clean drawings faster.
- Write every equation with units. i in amps, R in ohms, V in volts. A mismatched unit is a silent killer.
- Do a sanity check with total resistance. If all paths look parallel, compute equivalent R and see if total current matches your i-values.
- Use superposition for circuits with multiple sources. Kill all but one source (voltage → short, current → open), solve, repeat, add results. It's slower but way harder to mess up.
- Nodal analysis > loop hunting for big circuits. If there are
more than three nodes and a tangle of branches, stop drawing loops and start writing node equations. Pick your reference, label every other node voltage, and apply KCL at each one: the sum of currents leaving a node through resistors equals the sum of currents injected by sources. Each resistor term is just (V_node − V_neighbor)/R. You end up with a linear system that a calculator or a quick script can solve, no intuition required.
- Expect the answer to look ugly. Not every i comes out to a clean 0.09 A. Fractions, decimals, and even complex numbers in AC cases are normal. The math is the answer; don't round until the very end.
- Label as you go. A circuit with unlabeled currents is a circuit you'll misread. Write i1, i2, V_a, V_b next to the wires, not in your head.
At the end of the day, circuit analysis isn't magic — it's just bookkeeping with physics rules. KCL says charge doesn't pile up, KVL says energy balances around a loop, and Ohm's law connects the two. Whether you're facing a battery and two resistors or a nightmare of sources and nodes, the same handful of equations resolve it. And draw it clearly, assign directions without fear, write the math with units, and let the signs fall where they may. Do that, and every "mystery" circuit is just a solved system waiting to happen Most people skip this — try not to..