Calculating Current Through Each Resistor in a Circuit
In electronics, understanding how to find the current through each resistor in a circuit is a fundamental skill. Ohm's Law and Kirchhoff's Current Law (KCL) are the two primary tools we'll use to solve this. Let's dive in and learn how to calculate these currents accurately.
Understanding Ohm's Law
Ohm's Law states that the current (I) flowing through a conductor is directly proportional to the voltage (V) applied across it, provided the temperature and other physical conditions remain constant. Mathematically, this is expressed as:
I = V / R

Applying Kirchhoff's Current Law
Kirchhoff's Current Law (KCL) states that the sum of currents entering a node (junction) in a circuit is equal to the sum of currents leaving that node. This law is crucial when dealing with parallel resistors.
Calculating Current Through Resistors in Series
In a series circuit, the current is the same throughout the circuit. To find the current through each resistor, you can use Ohm's Law. Here's a step-by-step process:
- Find the total resistance (R_total) of the circuit by adding the individual resistances (R1, R2, ..., Rn).
- Use Ohm's Law to find the total current (I_total) flowing through the circuit: I_total = V / R_total, where V is the applied voltage.
- Since the current is the same throughout the circuit, the current through each resistor (I1, I2, ..., In) is equal to I_total.
Calculating Current Through Resistors in Parallel
In a parallel circuit, the voltage across each resistor is the same. To find the current through each resistor, you can use the following steps:
- Find the total resistance (R_total) of the circuit using the formula: 1 / R_total = 1 / R1 + 1 / R2 + ... + 1 / Rn.
- Use Ohm's Law to find the total current (I_total) flowing through the circuit: I_total = V / R_total, where V is the applied voltage.
- Use Ohm's Law again to find the current through each resistor (I1, I2, ..., In): I1 = V / R1, I2 = V / R2, ..., In = V / Rn.
Example: Parallel Resistors
Let's consider a circuit with three resistors (R1 = 1 kΩ, R2 = 2 kΩ, R3 = 3 kΩ) connected in parallel with an applied voltage of 12 V.
| Resistor | Resistance (kΩ) | Current (mA) |
|---|---|---|
| R1 | 1 | 12 / 1 = 12 mA |
| R2 | 2 | 12 / 2 = 6 mA |
| R3 | 3 | 12 / 3 = 4 mA |
| Total | 6 | 22 mA |
In this example, the total current (I_total) is the sum of the currents through each resistor, which is 22 mA.