Resistors 3: In Parallel

by gaussmarkov

Resistors in Parallel

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:

R1 R2
R1 + R2

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

1000 × 1000
1000 + 1000
= 500 ohms

and a 1K and a 3K in parallel provide

 
1000 × 3000
1000 + 3000
= 750 ohms

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:

IS = I1 + I2

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

VS = V1 = V2

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

I1 =
VS
R1
  and I2 =
VS
R2
 

and substituting these values into the current equation gives

IS =
VS
R1
+
VS
R2
= 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

R =
VS
IS
=
1
1/R1 + 1/R2
=
R1R2
R1 + R2
.

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.


« Back to Resistors 2: Limiting Current | Up to Resistors Topic | Forward to Resistors 4: In Series »
Trackback URL for this post: right-click and copy


Comments are welcome.