You are viewing a free preview of this lesson.
Subscribe to unlock all 12 lessons in this course and every other course on LearningBro.
Spec mapping: OCR H556 Module 4.3 — Electrical circuits (Kirchhoff's second law as conservation of energy per unit charge around any closed loop; ∑ε=∑IR; sign convention for batteries and resistors; multi-loop and multi-source circuit analysis; Wheatstone bridge balance condition). Refer to the official OCR H556 specification document for exact wording.
Kirchhoff's first law (lesson 3) handles junctions: charge entering equals charge leaving — conservation of charge. Kirchhoff's second law handles loops: total EMF around a closed path equals total IR-drop around that path — conservation of energy per unit charge. Together they let you solve any linear DC circuit, no matter how tangled — including networks with multiple batteries or non-series-parallel topology (Wheatstone bridges) where the lesson-10 reduction techniques cannot reach.
This lesson states the second law, derives it from energy conservation, articulates a bullet-proof sign convention, and walks through single-loop and multi-loop examples up to the Wheatstone bridge. By the end you should be able to label currents, write equations, and solve any A-Level DC network — including circuits that look impossible.
Kirchhoff's Second Law. Around any closed loop in a circuit, the algebraic sum of the EMFs equals the algebraic sum of the potential differences across the resistive components.
In algebraic form:
∑ε=∑IR(around any closed loop)
or equivalently:
∑ε−∑IR=0
A closed loop is any path through the circuit that starts and ends at the same point. The signs of ε and IR depend on the direction of traversal and the assumed current direction — covered in the sign convention below.
Kirchhoff-2 is a direct consequence of conservation of energy applied to a unit charge.
If a charge Q traverses a closed loop and returns to its starting point, it must end with the same electrical potential energy it started with (electrical PE is a function of position only — see lesson 4). Therefore:
Energy in from EMFs=Energy out to resistors
∑loopεQ=∑loopIRQ
Dividing both sides by Q:
∑loopε=∑loopIR
This is Kirchhoff's second law. Without it a perpetual motion machine would be possible — a charge could circulate around a loop and emerge with more energy than it started with.
Kirchhoff-2's algebra is straightforward; the signs are where students lose marks. Here is a reliable procedure.
A negative current in the solution means the actual direction is opposite to your assumed direction. This is not an error; just interpret the sign at the end. Do not "fix" it by re-doing the algebra.
flowchart TD
A["Pick traverse direction (CW or ACW)"] --> B["Assign assumed current direction per branch"]
B --> C{"Crossing a battery"}
C -- "- to +" --> D["Add +ε"]
C -- "+ to -" --> E["Add -ε"]
B --> F{"Crossing a resistor"}
F -- "with assumed I" --> G["Add -IR"]
F -- "against I" --> H["Add +IR"]
D --> Z["Sum to zero around the loop"]
E --> Z
G --> Z
H --> Z
Z --> Y["Solve simultaneous equations"]
Y --> X{"Any I < 0?"}
X -- "Yes" --> W["Real direction is opposite to assumed"]
X -- "No" --> V["Assumed direction was correct"]
A 12 V ideal battery is connected in a simple loop with a 4 Ω resistor and an 8 Ω resistor in series. Find the current.
Traverse clockwise starting from the battery's negative terminal. Assume I flows clockwise.
12−4I−8I=0⇒12=12I⇒I=1.0 A
Sanity check: Rtotal=4+8=12 Ω, so I=V/R=12/12=1.0 A. ✓ The single-loop, single-EMF case reduces to Ohm's law applied to the series combination.
Two cells of EMF 6 V and 2 V are in a loop, both pushing current in the same direction, with a single 5 Ω resistor.
Traverse in the push direction. Assume I in the push direction.
8−5I=0⇒I=1.6 A
Now reverse the small cell — it now opposes the larger:
+6−2−5I=0⇒4−5I=0⇒I=0.8 A
The current is halved when the EMFs oppose. This is exactly what happens during battery charging: an external EMF (e.g. car alternator) is driven against a smaller cell EMF (battery) to recharge the cell — current flows backwards through the cell.
A 1.5 V cell with internal resistance r=0.5 Ω drives a 4.5 Ω external resistor. Find the current and terminal pd.
Traverse clockwise:
1.5−0.5I−4.5I=0⇒1.5=5.0I⇒I=0.30 A
Terminal pd:
Vterminal=IRext=0.30×4.5=1.35 V
Or equivalently, V=ε−Ir=1.5−0.30×0.5=1.35 V ✓ (lesson 9). Kirchhoff-2 reproduces the internal-resistance formula ε=I(R+r) rigorously.
When a network has more than one loop, the procedure generalises:
For a network with b branches and n nodes (junctions), the number of independent loop equations is b−n+1 (the circuit rank). At A-Level you rarely encounter more than 2-3 loops, but the counting argument tells you exactly how many you need: as many equations as unknowns.
Cell A (EMF 12 V, rA≈0) drives current I1 through R1=2 Ω into a junction. Cell B (EMF 6 V, rB≈0) drives current I2 through R2=3 Ω into the same junction. From the junction, a shared resistor R3=4 Ω carries I3 to ground.
flowchart LR
CA["Cell A: 12 V"] --> R1["R_1 = 2 Ω"]
R1 --> J((Junction))
J --> R3["R_3 = 4 Ω"]
R3 --> GND["Ground"]
J --> R2["R_2 = 3 Ω"]
R2 --> CB["Cell B: 6 V"]
CB --> GND
CA --> GND
Step 1 — Junction equation (Kirchhoff-1). Assume I1 and I2 both flow into the junction; I3 flows out:
I1+I2=I3(⋆)
Step 2 — Loop equation 1 (cell A, R1, R3, back to A):
12−2I1−4I3=0
Step 3 — Loop equation 2 (cell B, R2, R3, back to B):
6−3I2−4I3=0
Step 4 — Substitute I3=I1+I2 from (⋆):
Loop 1: 12−2I1−4(I1+I2)=0⇒6I1+4I2=12⇒3I1+2I2=6.
Loop 2: 6−3I2−4(I1+I2)=0⇒4I1+7I2=6.
Step 5 — Solve the pair. Multiply equation 1 by 7/2:
10.5I1+7I2=21
Subtract equation 2: 6.5I1=15⇒I1=2.31 A.
Substitute back: 3(2.31)+2I2=6⇒6.92+2I2=6⇒I2=−0.46 A.
I3=I1+I2=2.31−0.46=1.85 A.
Interpretation. I2<0 means the actual current in branch 2 flows opposite to the assumed direction — cell B is being charged by cell A, not discharging. Cell A's larger EMF dominates the network, driving current through the shared R3 to ground and pushing current backwards through cell B. This is exactly how a car alternator charges the car battery while the engine is running.
The Wheatstone bridge has four resistors R1,R2,R3,R4 in a diamond, with a sensitive galvanometer (or modern voltmeter) between the top and bottom nodes and a battery driving the left and right nodes. It cannot be reduced by series-parallel rules — the galvanometer branch is neither in series nor in parallel with anything obvious. But Kirchhoff's laws crack it immediately.
The bridge is balanced when no current flows through the galvanometer (IG=0). By Kirchhoff-1 at the top and bottom nodes:
Apply Kirchhoff-2 to the upper-left half-loop (going through R1 then galvanometer then R3, back to the battery node). Since IG=0, there is no IR across the galvanometer:
ItopR1=IbotR3
Similarly, upper-right half-loop:
ItopR2=IbotR4
Dividing the two equations:
R2R1=R4R3
This is the Wheatstone bridge balance condition. Before digital multimeters, this is how precision resistance measurements were made — you placed an unknown resistor in one position, then varied a known precision resistor in another position until the galvanometer read zero. From the balance condition, the unknown resistance is then read off from the known three.
Modern bridge applications: strain gauges (Wheatstone bridge with one or four strain-gauge arms subtracts baseline and amplifies the resistance change — see lesson 12 worked example 6), platinum resistance thermometers, capacitance bridges in AC variants, and high-precision instrumentation.
Kirchhoff's laws are the most general method, but also the most algebra. For any circuit reducible by series-parallel rules (lesson 10) — single battery, no cross-links — start with the reduction, find the total current, and work outward.
Reach for Kirchhoff's laws when:
Exam Tip: If the OCR question has only one battery and the resistor network is reducible (e.g. R1 in series with R2∥R3), use lesson-10 series-parallel. If the question has multiple batteries, internal resistances on different cells, or a "bridge" topology, switch directly to Kirchhoff's laws.
Question (9 marks): A circuit contains two cells in parallel, both connected (with correct polarities) across an external load R=6.0 Ω. Cell A has EMF εA=4.0 V and internal resistance rA=1.0 Ω. Cell B has EMF εB=3.0 V and internal resistance rB=0.5 Ω.
(a) Define Kirchhoff's second law and explain why it follows from conservation of energy. [3]
Subscribe to continue reading
Get full access to this lesson and all 12 lessons in this course.