Electrical Circuits and Sensors · Module 2 of 10
Kirchhoff's Laws and Resistive Networks
Ohm's law handles one resistor. Real circuits have many, joined at nodes and arranged in loops. Two conservation laws, one for voltage and one for current, let you solve any of them.
Readiness check
This module builds on Ohm's law. Tick only what you can do closed-notes.
- Apply V = IR to a single resistor.
- Tell a series connection from a parallel one.
- Add fractions with different denominators.
- Recognise a node and a loop in a schematic.
- Recall that energy and charge are conserved.
The core idea
Charge is conserved at every node, and energy is conserved around every loop. Kirchhoff's two laws turn those facts into equations that solve any resistive network.
KCL: Σ Iin = Σ IoutKVL: Σ Vrises = Σ Vdropsseries: Req = R1 + R2 + …Kirchhoff's current law (KCL) says the currents entering a node must equal the currents leaving it, because charge cannot pile up. Kirchhoff's voltage law (KVL) says the voltage rises and drops around any closed loop must cancel, because a charge returning to where it started has gained no net energy. From these two laws come the familiar shortcuts: resistors in series share the same current and add directly, resistors in parallel share the same voltage and add as reciprocals, and the divider rules read off a voltage or current without solving the whole circuit. Every analysis method in the next module is just an organised way of writing KCL and KVL.
The skills, taught in order
Five skills move from the two laws to the series and parallel shortcuts and the divider rules that follow.
2.1 Kirchhoff's current law
At any node the algebraic sum of currents is zero: what flows in must flow out. Assign each branch a current with an assumed direction; a negative answer simply means the real current flows the other way. KCL expresses conservation of charge.
2.2 Kirchhoff's voltage law
Around any closed loop the algebraic sum of voltage changes is zero. Pick a direction to travel the loop, count a rise across a source and a drop across a resistor, and set the total to zero. KVL expresses conservation of energy.
2.3 Series resistance
Resistors in series carry the same current. Their voltages add, so the equivalent resistance is the sum: Req = R1 + R2 + … A series chain always has a larger resistance than any one element.
2.4 Parallel resistance
Resistors in parallel share the same voltage. Their currents add, so the reciprocals add: 1/Req = 1/R1 + 1/R2 + … A parallel combination is always smaller than the smallest element. For two, Req = R1R2/(R1 + R2).
| Connection | Shared quantity | Equivalent resistance | Divider rule |
|---|---|---|---|
| Series | current | R1 + R2 | Vk = V · Rk/Req |
| Parallel | voltage | R1R2/(R1 + R2) | Ik = I · Req/Rk |
The two basic connections, what they share, and the divider that reads off a single voltage or current.
2.5 Voltage and current dividers
In a series string the voltage splits in proportion to each resistance: Vk = V · Rk/Req. In a parallel pair the current splits in inverse proportion to each resistance. These dividers are the workhorses of sensor and reference circuits.
Engineering connection: a potentiometer position sensor is a voltage divider, and reading its output is exactly the divider rule applied to a moving tap.
Worked example 1: a series loop by KVL
A 20 V source drives two resistors in series, R1 = 8 Ω and R2 = 12 Ω. Find the loop current and the voltage across R2.
- ProblemFind the loop current and the voltage across R2 in Figure 1.
- Given / findV = 20 V, R1 = 8 Ω, R2 = 12 Ω. Find I and V2.
- AssumptionsIdeal source; series connection, so one current flows.
- ModelAdd the series resistances, find the current by Ohm's law, then the drop across R2.
- EquationsReq = R1 + R2I = V / ReqV2 = I R2
- SolveReq = 8 + 12 = 20 Ω. I = 20 / 20 = 1 A. V2 = 1 × 12 = 12 V.
- CheckKVL: V1 + V2 = (1 × 8) + 12 = 8 + 12 = 20 V, equal to the source. The divider agrees: V2 = 20 × 12/20 = 12 V.
- ConclusionThe 1 A current is common to both resistors, and the larger resistor takes the larger share of the voltage.
Worked example 2: parallel branches by KCL
A 24 V source feeds three resistors in parallel: R1 = 6 Ω, R2 = 12 Ω, R3 = 4 Ω. Find the current in each branch and the total current from the source.
- ProblemFind the three branch currents and the total current in Figure 2.
- Given / findV = 24 V across R1 = 6 Ω, R2 = 12 Ω, R3 = 4 Ω. Find I1, I2, I3, I.
- AssumptionsIdeal source; all three branches see the same 24 V.
- ModelApply Ohm's law to each branch, then KCL to sum the branch currents.
- EquationsIk = V / RkI = I1 + I2 + I3
- SolveI1 = 24/6 = 4 A. I2 = 24/12 = 2 A. I3 = 24/4 = 6 A. I = 4 + 2 + 6 = 12 A.
- CheckThe parallel equivalent is 1/Req = 1/6 + 1/12 + 1/4 = 2/12 + 1/12 + 3/12 = 6/12, so Req = 2 Ω, and I = 24/2 = 12 A, which matches.
- ConclusionThe smallest resistor carries the most current, and the branch currents sum to the source current, as KCL requires.
Misconceptions and diagnostics
| Mistake | Symptom | Diagnostic question | Correction |
|---|---|---|---|
| Adding parallel resistors directly | Equivalent larger than an element | "Is the result smaller than the smallest R?" | Parallel resistances add as reciprocals. |
| Inconsistent current directions | KCL never balances | "Did I keep one sign convention?" | Fix a direction per branch and stay with it. |
| Same current in parallel | Equal currents assumed in unequal branches | "Do these share voltage or current?" | Parallel branches share voltage, not current. |
| Divider on the wrong resistor | Voltage assigned to the small R | "Which R is the drop across?" | Vk = V · Rk/Req uses that branch's own Rk. |
Practice ladder
Two resistors, 10 Ω and 40 Ω, are in series across 25 V. Find the current.
Show answer
Req = 50 Ω, I = 25/50 = 0.5 A.
For the same series pair, find the voltage across the 40 Ω resistor using the divider rule.
Show answer
V = 25 × 40/50 = 20 V. Check: the 10 Ω takes 5 V, and 20 + 5 = 25 V.
A 30 Ω and a 60 Ω resistor are in parallel across 18 V. Find each branch current, the total current, and the equivalent resistance.
Show answer
I1 = 18/30 = 0.6 A, I2 = 18/60 = 0.3 A, total 0.9 A. Req = (30 × 60)/(30 + 60) = 1800/90 = 20 Ω, and 18/20 = 0.9 A confirms it.
A potentiometer divider must drop a 5 V supply to 2 V at its tap. Choose two resistances that achieve it and state the current they draw.
What good work looks like
Any pair with Rtap/Rtotal = 2/5, for example 2 kΩ and 3 kΩ (tap across the 2 kΩ). The current is 5/(5 kΩ) = 1 mA, a sensible divider load.
Working with AI, and proving it yourself
Use AI as an examiner, not a solver
Portfolio task
Take a real two-resistor sensor divider or a parallel load bank, reduce it to an equivalent resistance, and confirm your branch currents add up by KCL.
Retrieval and spaced review
Closed notes. Answer out loud, then reveal.
1. State KCL and KVL.
KCL: currents into a node equal currents out. KVL: voltage changes around a loop sum to zero.
2. How do series resistances combine?
They add directly: Req = R1 + R2 + …
3. How do parallel resistances combine?
Their reciprocals add; for two, Req = R1R2/(R1 + R2).
4. What does each connection share?
Series shares current; parallel shares voltage.
5. Write the voltage divider rule.
Vk = V · Rk/Req for a resistor in a series string.
Textbook mapping
This module follows Alexander and Sadiku, Fundamentals of Electric Circuits, 4th edition. Use these references to read further.
| Topic in this module | Where to read more |
|---|---|
| Kirchhoff's current and voltage laws | Alexander & Sadiku, Chapter 2 |
| Series and parallel resistors | Alexander & Sadiku, Chapter 2 |
| Voltage and current dividers | Alexander & Sadiku, Chapter 2 |
Chapter numbers refer to the 4th edition. The laws are standard, so any recent edition will align closely.