Circuit theory

Equivalent resistance

  1. Series connection - conditions and formulas
  2. Parallel connection - conditions and formulas
  3. Mixed connection (series – parallel) - practical notes
  4. Equivalent resistance from Kirchhoff's laws - alternative method
  5. Examples of calculating equivalent resistance
    • Example 1 - circuit with series and parallel connections
    • Example 2 - bridge circuit

Sometimes before we start calculating a task related to an electrical circuit, it can be simplified by replacing several resistors (or other elements, e.g., in the case of analyzing AC circuits using symbolic methods) with one that describes the equivalent resistance (in the case of analyzing AC circuits, the equivalent impedance).

There are a number of tasks where calculating the equivalent resistance is necessary for other reasons - compare, for example, Thevenin's Method or Norton's Method.

Series Connection

połączenie szeregowe
Fig. 1. Series connection of resistors

If the elements are connected in series:

  1. The current flowing through them has the same value
  2. The equivalent resistance is the sum of the resistances of the individual elements
  3. \begin{aligned} &R_z=R_1+R_2+...\\ &R_z=\sum{R_i} \end{aligned}

It is very important to note that the key to determining whether the elements are connected in series is to establish whether the same current flows through them; this will be more evident in the examples

Parallel Connection

połączenie równolegle
Fig. 2. Parallel connection of resistors

If the elements are connected in parallel:

  1. The voltage across them has the same value
  2. The equivalent conductance is the sum of the conductances of the individual elements
  3. \begin{aligned} &G_z=G_1+G_2+...\\ &G_z=\sum{G_i} \end{aligned}
  4. The reciprocal of the equivalent resistance is the sum of the reciprocals of the resistances of the individual elements
  5. \begin{aligned} &\frac{1}{R_z}=\frac{1}{R_1}+\frac{1}{R_2}+...\\ &\frac{1}{R_z}=\sum{\frac{1}{R_i}}\\ \end{aligned}

It is very important to note that the key to determining whether the elements are connected in parallel is to establish whether the same voltage is present across them

For clarity - it is very rare that it is truly beneficial to use the formula with conductance, but it helps to see the relationship that occurs for such a connection of elements

In practice, it is also worth remembering the formula for two elements connected in parallel:

\begin{aligned} &\frac{1}{R_z}=\frac{1}{R_1}+\frac{1}{R_2}=\frac{R_2}{R_1\cdot R_1 }+\frac{R_1}{R_2\cdot R_1 }\\ &\frac{1}{R_z}=\frac{R_1+R_2}{R_1\cdot R_2}\\ &R_z=\frac{R_1\cdot R_2}{R_1+R_2}\\ \end{aligned}

If you ever have doubts about what is in the denominator and what is in the numerator, remember that in the end, you must get the correct unit - \(\Omega\), so multiplication MUST be in the numerator because:

\begin{aligned} &\frac{\Omega\cdot \Omega}{\Omega + \Omega}=\frac{\Omega^2}{\Omega}=\Omega\\ \end{aligned}

and not:

\begin{aligned} &\frac{\Omega+\Omega}{\Omega \cdot \Omega}=\frac{\Omega}{\Omega^2}=\frac{1}{\Omega}\\ \end{aligned}

Mixed Connection (Series-Parallel)

Personally, I really dislike this term :-) In practice, a mixed connection still needs to be reduced to the superposition of series and parallel connections, so I see no particular reason to distinguish this as a separate case.

However, at this point, I would like to make a small digression - every equivalent resistance is calculated with respect to two points (terminals); it is not some absolute value but merely a simplification that we use to make our lives easier

Equivalent Resistance from Kirchhoff's Laws

Rezystancja zastępcza z praw Kirchhoffa
Fig. 3. Calculating equivalent resistance from Kirchhoff's laws

A VERY useful approach to thinking about equivalent resistance, especially in more complicated and non-obvious cases that sometimes arise, e.g., in tasks involving Thevenin's Method, is to approach it from the perspective of Kirchhoff's laws.

Let's imagine for a moment that there is a voltage \(U_{AB}\) between terminals AB with respect to which we need to calculate the equivalent resistance, which causes a current \(I\)

It is obvious that \(R_z=\frac{U_{AB}}{I}\)

Data:

\begin{aligned} R_1 & =30 \\ R_2 & =20 \\ R_3 & =10 \end{aligned}

Using the formulas for series and parallel connections:

\begin{aligned} &R_{12}=\frac{R_1 \cdot R_2}{R_1+R_2}=12\\ &R_{z A B}=R_{12}+R_3=22 \end{aligned}

Using Kirchhoff's laws:

\begin{aligned} & I=I_1+I_2 \\ & I_1 \cdot R_1=I_2 \cdot R_2 \\ & U_{A B}=I_2 \cdot R_2+I \cdot R_3 \\ & R_{z A B}=\frac{U_{A B}}{I} \end{aligned}

We calculate:

\begin{aligned} & I_1=\frac{I_2 \cdot R_2}{R_1} \\ & I=\frac{I_2 \cdot R_2}{R_1}+I_2 \\ & I_2=\frac{R_1 \cdot I}{R_2+R_1} \\ & U_{A B}=\frac{R_1 \cdot I}{R_2+R_1} \cdot R_2+I \cdot R_3 \\ & R_{z A B}=\frac{\frac{R_1 \cdot I}{R_2+R_1} \cdot R_2+I \cdot R_3}{I}=\frac{R_1}{R_2+R_1} \cdot R_2+R_3=22 \end{aligned}

And it is clear that this is not actually calculating the equivalent resistance, but in more complex cases, this way of thinking can be very helpful, although the calculations themselves will usually be more complicated

Example 1

Data:

\begin{aligned} & R_1=10 \\ & R_2=20 \\ & R_3=10 \\ & R_4=10 \\ & R_5=20 \end{aligned}
Fig. 4. Circuit diagram - example 1
Fig. 5. Step 1 - connecting R1 and R2
\begin{aligned} &R_{12}=R_1+R_2=30\\ \end{aligned}
Fig. 6. Step 2 - connecting R4 and R5
\begin{aligned} & R_{45}=R_4+R_5=30 \\ \end{aligned}
Fig. 7. Step 3 - connecting R3 with R45
\begin{aligned} & R_{345}=\frac{R_3 \cdot R_{45}}{R_3+R_{45}}=7.5 \end{aligned}
Fig. 8. Final diagram - equivalent resistance
\begin{aligned} &R_z=R_{12}+R_{345}=37.5 \end{aligned}

Example 2

Data:

\begin{aligned} & R_1=10 \\ & R_2=20 \\ & R_3=10 \\ & R_4=10 \\ & R_5=20 \end{aligned}
Fig. 9. Circuit diagram - example 2
Fig. 10. Current analysis in the circuit

System of equations from Kirchhoff's laws:

\begin{aligned} & I=I_1+I_2 \\ & I_1+I_2=I_3+I_4 \\ & I_1 \cdot R_1-I_2 \cdot R_2=0 \\ & -I_3 \cdot R_3+I_4 \cdot R_4+I_4 \cdot R_5=0 \\ & -U_{A B}+I_3 \cdot R_3+I_1 \cdot R_1=0 \\ & R_{z A B}=\frac{U_{A B}}{I} \end{aligned}

Solution of the system of equations:

\begin{array}{ll} -U_{A B}+I_3 \cdot R_3+I_1 \cdot R_1=0 & U_{A B}=10 \cdot I_3+10 \cdot I_1 \\ -I_3 \cdot R_3+I_4 \cdot R_4+I_4 \cdot R_5=0 & I_4=\frac{I_3}{3} \\ I_1 \cdot R_1-I_2 \cdot R_2=0 & I_2=\frac{I_1}{2} \\ I=I_1+I_2 & I_1=I-I_2=\frac{2 \cdot I}{3} \\ I-\frac{I_1}{2}+\frac{I_1}{2}=I_3+\frac{I_3}{3} & I_3=\frac{3 \cdot I}{4} \end{array}

Calculation of equivalent resistance:

\begin{aligned} &U_{A B}=10 \cdot \frac{3 \cdot I}{4}+10 \cdot \frac{2 \cdot I}{3}=\frac{85 \cdot I}{6}\\ &R_{z A B}=\frac{U_{A B}}{I}=\frac{85}{6}=14.167 \end{aligned}

For comparison, using the formulas for equivalent resistance:

\begin{aligned} &R_{12}=\frac{R_1 \cdot R_2}{R_1+R_2}=6.667\\ & R_{45}=R_4+R_5=30 \\ & R_{345}=\frac{R_3 \cdot R_{45}}{R_3+R_{45}}=7.5 \\ & R_{z A B}=R_{12}+R_{345}=14.167 \end{aligned}