Resistive Networks and Circuit Laws
Analyse any resistor network by hand using KVL, KCL, dividers and Thevenin equivalents, and know when a divider will collapse under load.
Two ways in. Work the material, or if you already know this, go straight to the project and prove it.
Where this sits
- Prerequisites
- Electricity Fundamentals
How this skill is structured
- 1. Concepts — the ideas stated plainly, with the equations worth memorising.
- 2. Worked example — one real problem solved end to end, numbers included.
- 3. Tool demonstration — do the thing in a real open-source tool.
- 4. Resources — the specific free readings and videos, and what part of each to use.
- 5. Project — built alone, producing something a reviewer can check.
- 6. Competence checklist — what you must be able to do. This is also the audit rubric.
1. Concepts
Read these first. Tick each one when you could explain it to someone else without notes.
2. Worked example
A divider that fails under load
ProblemYou need 3.3 V from a 5 V rail to feed a sensor that draws 1 mA. A colleague proposes a divider of R1 = 17 k and R2 = 33 k. Will it work?
- 1Unloaded output: Vout = 5 x 33k/(17k + 33k) = 5 x 0.66 = 3.30 V. Looks correct.
- 2Divider bleed current: I = 5 V / 50 k = 100 uA.
- 3The load draws 1 mA — that is 10x the divider current, the exact inverse of the rule of thumb.
- 4Find the Thevenin equivalent seen by the sensor: Vth = 3.30 V, Rth = 17k || 33k = 17*33/50 = 11.2 k.
- 5Loaded output: the 1 mA load drops 1 mA x 11.2 k = 11.2 V across Rth. That is more than the source can supply, so the output collapses toward ground.
- 6Solve properly: the load looks like 3.3 V / 1 mA = 3.3 k in parallel with R2. R2_eff = 33k || 3.3k = 3.0 k. Vout = 5 x 3.0/(17 + 3.0) = 0.75 V.
- 7The sensor sees 0.75 V, not 3.3 V. The circuit is broken.
AnswerNo. Rth = 11.2 k is far too high for a 1 mA load; the output sags to about 0.75 V. A divider is the wrong tool here — use an LDO regulator. If a divider must be used for a high-impedance node, size it so divider current >= 10x load current (here, R1+R2 <= 500 ohm), and accept the 10 mA of standing waste.
3. Tool demonstration
Write and run your first SPICE netlist by hand, and confirm the loading analysis above numerically.
4. Resources
Free and, wherever possible, openly licensed. The note tells you which part to actually use — do not read them cover to cover.
5. Project — build this on your own
About 3 hours. This is the artifact that proves the skill. Work it without a walkthrough.
You are handed a 12 V supply and asked to produce three reference voltages for a test jig: 6 V feeding a 10 k load, 3.3 V feeding a 1 M load, and 1.0 V feeding a 100 ohm load. Design each one, and where a resistive divider is the wrong answer, say so and prove it.
Deliverables
Acceptance criteria — how you know it is good enough
If you want to push further
- Redesign the 1.0 V output using a resistor and a single Zener or a TL431 shunt reference; compare regulation under a 50% load change against the divider.
- Write a small script (Python, or a spreadsheet) that takes Vin, Vout and load current and returns the E24 divider pair with the lowest error.
6. Competence checklist
Tick these honestly. If you are auditing this skill, this is your rubric — you should be able to demonstrate every line from the project you just built.