From a Working Circuit to a Map
In the last two guides you met voltage as the push and current as the flow, and saw that power is simply the two multiplied. But none of it does anything until the charges can travel all the way round. An electric circuit is exactly that: an unbroken path from one terminal of a source, through whatever you want to drive, and back to the other terminal. Break the loop anywhere and the flow stops — which, when you think about it, is all a switch really is.
We could photograph the wired-up board, but a photo hides the one thing that matters: what is connected to what. So engineers draw a schematic instead — a map that uses a small set of standard symbols and treats every wire as an ideal, resistance-free connection. Position on the page is for clarity, not reality: two parts drawn far apart may sit side by side on the bench, and two drawn touching may be centimetres apart.
Sources, Ground, and the Symbols
Every circuit needs something to do the pushing. A voltage source — a battery, a bench supply, a wall adapter — holds a fixed voltage across its terminals and delivers whatever current the circuit happens to draw. Its less-common cousin, the current source, does the opposite: it forces a fixed current and lets the voltage land wherever it must. The battery symbol is a pair of long-and-short lines; a supply rail is often just a label like "+5V".
The one symbol worth memorizing first is ground — the little stack of shrinking horizontal lines. Ground is simply the point we all agree to call 0 V, the reference every other voltage is measured against. (Recall from guide 1 that a voltage is always a difference; ground is the "sea level" we measure heights from.) Marking many points as ground is just a tidy way of saying "all of these connect back to the source's negative terminal" without drawing a spaghetti of return wires.
The rest of a beginner's symbol set is small. The resistor is a zigzag (or a plain rectangle in the international style); the capacitor is two parallel plates; the inductor is a row of loops; the diode is a triangle pointing into a bar. One rule governs how wires meet: a solid dot means they truly join, while wires that merely cross with no dot are not connected. Read the dot convention wrong and you have analysed a different circuit than the one on the page.
Your First Three Components
The resistor is the workhorse, and it does one honest thing: it resists current, trading voltage for flow according to Ohm's law (V = I times R). In the water-pipe picture from guide 2 it is a deliberate narrowing — a constriction that drops pressure and limits how fast water moves. We reach for it constantly: to set a current, to divide a voltage, to convert one quantity into another. It also turns its work into heat, which is why it has a power rating, as we will see in a moment.
The other two store energy rather than burning it. A capacitor is a tiny rechargeable bucket: it holds charge on two plates, and because that charge cannot appear or vanish instantly, it resists sudden changes in voltage. An inductor is its mirror image — a coil that stores energy in a magnetic field and, like a heavy flywheel, resists sudden changes in current. You will meet both properly a couple of rungs up, once signals start changing with time; for now, just learn their symbols and their one-line personalities.
The Datasheet, Tolerance, and Power Rating
A symbol is an idealization; a real part is a physical object with limits, and those limits live in its datasheet — the manufacturer's contract telling you exactly how the part behaves and how hard you may push it. Reading datasheets is a core skill of the whole field, and it begins here, with two numbers printed on even the humblest resistor: its tolerance and its power rating.
Tolerance is the honest admission that "10 kΩ" is a target, not a guarantee. A 5 percent resistor marked 10 k is really anywhere from 9.5 k to 10.5 k, and two "identical" parts may differ noticeably. On a through-hole resistor that value is printed as a color code — coloured bands you read as digits plus a multiplier (brown-black-red is 1, 0, times 100 = 1 kΩ). Good designs are built so they still work across the whole tolerance band, never quietly relying on a part being exactly its nominal value.
The second number is the power rating — how much heat the part can shed before it cooks. From guide 2, a resistor dissipates P = V times I = I^2 times R watts, and that energy leaves as heat. A common 1/4 W (0.25 W) resistor with 5 V across it passing 10 mA burns 5 times 0.01 = 0.05 W — comfortably inside its limit. Push 50 mA through that same 5 V drop, though, and you are at 0.25 W: right at the edge, and it will run hot. Choosing a part always means checking it against every rating, with margin to spare.
Reading a Real Schematic
Put it all together and reading a schematic becomes a habit. Start at the source, follow the wire, and at each component ask: "what does this do to the voltage or to the current?" Identify the nodes — every stretch of connected wire is one node sitting at one voltage — and you can often predict the circuit's behaviour before reaching for any math.
+9V
|
.-.
| | R1 = 10k
'-'
|
o-----> Vout = 9 x 5/(10+5) = 3 V
|
.-.
| | R2 = 5k
'-'
|
===== GND (0 V)That little sketch is a voltage divider, one of the most common patterns you will ever read. The same trace-and-reason habit sizes a real part: to run an LED that drops about 2 V at 10 mA from a 5 V rail, the series resistor must absorb the leftover 3 V at that same current, so R = (5 - 2) / 0.01 = 300 Ω. Notice we needed no simulator — only Ohm's law and a clear reading of the loop. (The 2 V is itself a rough model: an LED's forward drop depends on its colour and current, so treat it as a starting point, not a constant.)