Series & Parallel Combinations

There are some handy mathematical tools one can use to simplify circuits that follow from Kirchoff’s Laws. These are parallel and series combinations of components as depicted below. Parallel and series combinations of components can be replaced by single equivalent components.

Parallel & Series Combinations

Resistors

Series Add: R_{EQ} = R1 + R2

Parallel Reduce: R_{EQ} = \frac{1}{\frac{1}{R1} + \frac{1}{R2}} = (R1^{-1} + R2^{-1})^{-1}

Same Value Resistors In Parallel: R_{EQ} = \frac{R}{(Number Of Resistors)}

Let’s do an example. Combine the resistors in the circuit below and determine the equivalent resistance.

Resistor Combinations

R1 is in parallel with R2. We denote this with the symbol “//”, R1//R2. Find the equivalent ressitance of the parallel combination.

R1//R2 = 100 // 50 = (100^-1 + 50^-1)^-1 = 33.33 Ohms

Now, R3 is in series with the parallel combination that we just determined the equivalent resistance for. So, add the series combination to get the final answer.

R3 in series with R1//R2: 200 + 33.33 = 233.33 Ohms.

Equivalent Resistance

Capacitors

Capacitors are the opposite of resistors. They add when in parallel and reduce in series.

Parallel Caps Add: C_{EQ} = C1 + C2

Series Caps Reduce: C_{EQ} = \frac{1}{\frac{1}{C1} + \frac{1}{C2}} = (C1^{-1} + C2^{-1})^{-1}

Same Value Caps In Series: C_{EQ} = \frac{C}{(Number Of Capacitors)}

Inductors

Inductors combine like resistors do. Series inductors add, parallel inductors reduce.

Series Inductors Add: I_{EQ} = I1 + I2

Parallel Ind Reduce: I_{EQ} = \frac{1}{(\frac{1}{I1}) + \frac{1}{I2}} = (I1^{-1} + I2^{-1})^{-1}

Same Value Inductors In Parallel: I_{EQ} = \frac{I}{(Number Of Inductors)}

Impedances can be Combined in the Same Ways

Impedance expressed as functions of the Laplace variable “s” can be combined in the same way. We will do some examples after we go into impedance in a bit more depth.

Next: Impedance