In a circuit, electricity behaves a lot like water flowing through pipes.
Kirchhoff’s Laws give us the rules for how that “water” (current) and the “pressure” (voltage) move around a network of wires.
They are the key to solving any circuit problem, no matter how many batteries, resistors or switches you have.
KCL says: At any junction (node) the total current flowing in equals the total current flowing out.
Think of a junction as a fork in a water pipe: the water that enters the fork must leave through the other pipes.
Mathematically:
\$\sum I{\text{in}} = \sum I{\text{out}}\$
or, if we assign a sign convention (inward +, outward –):
\$\sum I = 0\$
KVL says: In any closed loop, the sum of all voltage rises equals the sum of all voltage drops.
Imagine walking around a loop of a river: the total uphill climb (voltage rise) you make must equal the total downhill drop (voltage drop) you experience.
Mathematically:
\$\sum V{\text{rise}} = \sum V{\text{drop}}\$
or, with a sign convention (rise +, drop –):
\$\sum V = 0\$
Problem: A 9 V battery powers two resistors in series: \$R1 = 3\,\Omega\$ and \$R2 = 6\,\Omega\$. Find the current and the voltage drop across each resistor.
\$V{\text{battery}} - V{R1} - V{R_2} = 0\$
Let \$I\$ be the current (same through series).
Then \$V{R1} = I R1\$, \$V{R2} = I R2\$.
\$9\,\text{V} - I(3\,\Omega) - I(6\,\Omega) = 0\$
\$9 = I(9) \;\Rightarrow\; I = 1\,\text{A}\$
\$V{R1} = 1\,\text{A} \times 3\,\Omega = 3\,\text{V}\$
\$V{R2} = 1\,\text{A} \times 6\,\Omega = 6\,\text{V}\$
Result: Current = 1 A, \$V{R1}=3\$ V, \$V{R2}=6\$ V. The voltage drops add up to the battery voltage (3 V + 6 V = 9 V), confirming KVL.
Problem: A 12 V battery supplies a circuit with a 4 Ω resistor (\$R1\$) in series with a junction that splits into two parallel branches: \$R2 = 6\,\Omega\$ and \$R_3 = 12\,\Omega\$. Find the current through each resistor.
| Resistor | Value | Current |
|---|---|---|
| \$R_1\$ | 4 Ω | \$I_1\$ |
| \$R_2\$ | 6 Ω | \$I_2\$ |
| \$R_3\$ | 12 Ω | \$I_3\$ |
Solution Steps:
\$I1 = I2 + I_3\$
\$12\,\text{V} - I1(4\,\Omega) - V{\text{junction}} = 0\$
The voltage at the junction relative to the battery terminal is \$V_{\text{junction}}\$.
\$V{\text{junction}} = I2(6\,\Omega)\$
\$V{\text{junction}} = I3(12\,\Omega)\$
\$I2 = \frac{V{\text{junction}}}{6\,\Omega}\$
\$I3 = \frac{V{\text{junction}}}{12\,\Omega}\$
\$I1 = \frac{V{\text{junction}}}{6} + \frac{V{\text{junction}}}{12} = \frac{V{\text{junction}}}{4}\$
\$12 = I1(4) + V{\text{junction}} = \frac{V{\text{junction}}}{4}(4) + V{\text{junction}} = V{\text{junction}} + V{\text{junction}} = 2V_{\text{junction}}\$
Hence \$V_{\text{junction}} = 6\,\text{V}\$.
\$I_1 = \frac{6}{4} = 1.5\,\text{A}\$
\$I_2 = \frac{6}{6} = 1.0\,\text{A}\$
\$I_3 = \frac{6}{12} = 0.5\,\text{A}\$
Check: \$I1 = I2 + I_3\$ → \$1.5 = 1.0 + 0.5\$ ✔️.
The voltage drops: \$V{R1}=I1(4)=6\$ V, \$V{R2}=I2(6)=6\$ V, \$V{R3}=I_3(12)=6\$ V. All add to 12 V, confirming KVL.
With practice, Kirchhoff’s Laws become a powerful toolkit that lets you tackle any circuit – from simple LED lights to complex power grids. Happy circuit solving! 🚀