Resistors in Parallel
Resistors can be combined in parallel and in series to create new resistances. Two resistors are connected in parallel in this LTspice figure. In this combination these two resistors act like a single resistor with a resistance that depends on the two individual resistances:
where R1 is the value of R1 and R2 is the value of R2. This is useful when you don’t have the value resistor that you need: you may be able to construct from resistors that you do have. For example, two 1K resistors in parallel provide the resistance
and a 1K and a 3K in parallel provide
Kirchoff’s Current Law
The formula for the resistance of parallel resistors is implied by another basic electronic relationship called Kirchoff’s Current Law, or KCL for short.
Kirchoff’s Current Law: The sum of currents flowing towards a point in an electrical circuit equals to the sum of currents flowing away from that point.
In our circuit with parallel resistors, KCL says that the currents flowing through the two resistors sum to the current flowing from the power supply:
where IS is the power supply current, I1 is the current through R1, and I2 is the current through R2.
As the schematic above shows, the potential across the two parallel resistors equals the voltage of the power supply. So we can also write
where VS is the power supply voltage, V1 is the voltage across R1, and V2 is the voltage across R2.
If we combine these relationships with Ohm’s law, then we can figure out the currents through each resistor and the effective resistance of the resistors in parallel from VS and the resistors’ values. Ohm’s law applies to each resistor:
| V1 = I1 R1 |
and |
V2 = I2 R2 |
where R1 is the resistance of resistor R1 and R2 is the resistance of resistor R2. Substituting VS for the voltage values, these equations imply that
and substituting these values into the current equation gives
| IS = |
|
+ |
|
= VS(1/R1 + 1/R2). |
This last equation can be reinterpreted as telling us the combined resistance of the parallel resistors. If a single resistor were in the place of the parallel resistors and we measured a voltage supply equal to VS and a current equal to IS then we could compute the value of that resistor using Ohm’s law as
This is the resistance of two parallel resistors predicted by Ohm’s law and KCL.
This part of a circuit is sometimes called a current divider. The parallel resistors effectively divide the current of the circuit IS into VS/R1 and VS/R2.
Comments are welcome.