Worked example 1
A circuit consists of a 6V battery (negligible internal resistance) and two resistors, R1 = 3\Omega and R2 = 6\Omega. R1 and R2 are connected in parallel. This parallel combination is then connected in series with a third resistor R3 = 2\Omega. Find the total current drawn from the battery using Kirchhoff's Laws.
Show solution outline
- Identify Junctions and Label Currents: Let the current leaving the battery be I_total. This current splits into I1 through R1 and I2 through R2 at the first junction. They recombine to form I_total again before going through R3.
- Apply Kirchhoff's First Law (KCL): At the junction where I_total splits: I_total = I1 + I2.
- Identify Closed Loops and Apply Kirchhoff's Second Law (KVL):
- Loop 1 (Battery -> R1 -> R3 -> Battery): (Assume clockwise traversal) +6V - (I1 * R1) - (I_total * R3) = 0 +6 - 3I1 - 2I_total = 0 (Equation 1)
- Loop 2 (Battery -> R2 -> R3 -> Battery): (Assume clockwise traversal) +6V - (I2 * R2) - (I_total * R3) = 0 +6 - 6I2 - 2I_total = 0 (Equation 2)
- Loop 3 (R1 -> R2 -> R1 -- internal loop): (Starting from top of R1, going clockwise) (I1 * R1) - (I2 * R2) = 0 3I1 - 6I2 = 0 3I1 = 6I2 $\Rightarrow I1 = 2*I2 (Equation 3)$$
- Solve the System of Equations:
- From KCL: I_total = I1 + I2
- Substitute I1 = 2I2 into KCL: I_total = 2I2 + I2 = 3*I2.
- Substitute I1 = 2I2 and I_total = 3I2 into Equation 1: 6 - 3*(2I2) - 2(3I2) = 0 6 - 6I2 - 6I2 = 0 6 - 12I2 = 0 12*I2 = 6 I2 = 0.5 A
- Now find I1: I1 = 2*I2 = 2 * 0.5 = 1 A
- Finally, find I_total: I_total = I1 + I2 = 1 + 0.5 = 1.5 A
Answer: The total current drawn from the battery is 1.5 A.