Electronic – More than 2 resistors in parallel

parallelresistanceresistors

Most people know the formula for the total resistance of parallel resistors:

\$ \dfrac{1}{R_t} = \dfrac{1}{R_1} + \dfrac{1}{R_2} + {}…{} + \dfrac{1}{R_n} \$

If there are only 2 resistors, that can be easily rearranged to solve for Rt:

\$ {R_t} = \dfrac{(R_1 \cdot R_2)}{(R_1 + R_2)} \$

Is there a safe way to do that for n resistors?

Best Answer

Of course there is, but it does not look pretty. Make the divisors equal, and add the terms. for three resistors you get

\$ \dfrac{R2 \cdot R3}{R1 \cdot R2 \cdot R3} + \dfrac{R1 \cdot R3}{R1 \cdot R2 \cdot R3} + \dfrac{R1 \cdot R2}{R1 \cdot R2 \cdot R3}\$

\$ = \dfrac{(R2 \cdot R3) + (R1 \cdot R3) + (R1 \cdot R2)}{R1 \cdot R2 \cdot R3} \$

now do the \$ \dfrac{1}{n} \$ and you get:

\$ \dfrac{R1 \cdot R2 \cdot R3}{(R2 \cdot R3) + (R1 \cdot R3) + (R1 \cdot R2)} \$

The top line is easy, it is the product (multiplication) of all resistors. The bottom line is the sum of the products of all leave-one-out combinations. For two that reduces to the pretty formula:

\$ \dfrac{(R1 \cdot R2)}{(R1+R2)}\$