Overview
Kirchhoff's laws are fundamental tools for analyzing complex circuits. They are based on conservation of charge and conservation of energy.
Kirchhoff's Current Law (KCL)
Statement
The sum of currents entering a node equals the sum of currents leaving that node.
∑Iin=∑Iout
Or equivalently:
∑I=0(at any node)
Physical Basis
Conservation of charge: charge cannot accumulate at a node.
Application
At any junction in a circuit, assign current directions and write:
- Currents entering: positive
- Currents leaving: negative
Kirchhoff's Voltage Law (KVL)
Statement
The sum of all voltages around any closed loop equals zero.
∑V=0(around any closed loop)
Physical Basis
Conservation of energy: a charge gains as much energy as it loses in traversing a closed path.
Sign Conventions
Traversing the loop:
- Through resistor in current direction: −IR (voltage drop)
- Through resistor against current: +IR (voltage rise)
- Through battery from − to +: +ε (voltage rise)
- Through battery from + to −: −ε (voltage drop)
Applying Kirchhoff's Laws
Step-by-Step Method
- Label all currents with directions (if wrong, answer will be negative)
- Label all nodes
- Write KCL equations at nodes (n−1 equations for n nodes)
- Write KVL equations for independent loops
- Solve the system of equations
Number of Equations Needed
- If b = number of branches, n = number of nodes
- Need b equations total
- KCL gives (n−1) independent equations
- KVL gives (b−n+1) independent equations
Multi-Loop Circuit Analysis
Independent Loops
A loop is independent if it contains at least one branch not in other loops.
Mesh Currents
Assign a current to each mesh (inner loop), circulating in same direction (usually clockwise).
Examples
Example 1: Simple KCL
At a node: I1=3 A enters, I2=1 A enters, I3 leaves. Find I3.
I1+I2=I3
I3=3+1=4 A
Example 2: Two-Loop Circuit
ε1=12 V, ε2=6 V, R1=4 Ω, R2=2 Ω, R3=3 Ω
Loop 1 (left): ε1−I1R1−I3R3=0
Loop 2 (right): ε2−I2R2−I3R3=0
Node: I1+I2=I3
Substituting:
12−4I1−3I3=0
6−2I2−3I3=0
I1+I2=I3
From equations 1 and 2:
4I1+3I3=12→4I1+3(I1+I2)=12→7I1+3I2=12
2I2+3I3=6→2I2+3(I1+I2)=6→3I1+5I2=6
Solving:
I1=1.5 A,I2=0.3 A,I3=1.8 A
Example 3: Three Resistors with Two Batteries
ε1=10 V, ε2=5 V, R1=2 Ω, R2=4 Ω, R3=6 Ω
Using mesh currents I1 (left loop), I2 (right loop):
Loop 1: ε1−I1R1−(I1−I2)R2=0
10−2I1−4(I1−I2)=0
10−6I1+4I2=0
6I1−4I2=10...(1)
Loop 2: −ε2−I2R3−(I2−I1)R2=0
−5−6I2−4(I2−I1)=0
−5+4I1−10I2=0
4I1−10I2=5...(2)
From (1): I1=(10+4I2)/6
Substituting into (2):
4610+4I2−10I2=5
40+16I2−60I2=30
−44I2=−10
I2=0.227 A,I1=1.82 A
Example 4: Wheatstone Bridge
Find condition for balanced bridge (no current through galvanometer).
When balanced:
R2R1=R4R3
Or:
R1R4=R2R3
Example 5: Current Divider Verification
Total current I=6 A splits between R1=4 Ω and R2=12 Ω in parallel.
Using KCL and KVL:
I1+I2=6
I1R1=I2R2(same voltage)
4I1=12I2
I1=3I2
Solving:
3I2+I2=6
I2=1.5 A,I1=4.5 A
Verify with current divider formula:
I1=I×R1+R2R2=6×1612=4.5 A✓
Problem-Solving Tips
- Redraw circuit if needed for clarity
- Assume current directions (can be arbitrary)
- Be consistent with sign conventions
- Check answers by verifying KVL around loops
- Power delivered should equal power consumed
Common Mistakes to Avoid
- Wrong sign when traversing voltage source
- Forgetting internal resistance
- Using wrong current in shared branches
- Not enough independent equations