Return to Resistors in Parallel Notes

Example: Resistors in Series and in Parallel

Suppose you have the following circuit. Resistors are labeled 1 through 4 and nodes in the circuit are labeled A, B, and C for convenience of reference. You know that the circuit contains a 12-Volt battery, $I_1 = 50 \text{ mA}$, $R_1=80 \Omega$, $R_3=300 \Omega$, $R_4=500 \Omega$, and $\Delta V_4=5 \text{ V}$. What are the potential differences $\Delta V_1$, $\Delta V_2$, $\Delta V_3$, and the resistance $R_2$?

Circuit with Resistors in Series and Parallel

Facts

Lacking

Approximations & Assumptions

Representations

\begin{align*} \Delta V = IR &&&&&& (1) \end{align*}

\begin{align*} R_{\text{equiv, series}} = R_1+R_2+R_3+\ldots &&&&&& (2) \end{align*}

\begin{align*} \frac{1}{R_{\text{equiv, parallel}}}= \frac{1}{R_1}+\frac{1}{R_2}+\frac{1}{R_3}+\ldots &&&&&& (3) \end{align*}

\begin{align*} \Delta V_1+\Delta V_2+\Delta V_3+\ldots = 0 &&&&&& (4) \end{align*}

\begin{align*} I_{\text{in}} = I_{\text{out}} &&&&&& (5) \end{align*}

Solution

Let's start with resistance. The equivalent resistance for the entire circuit can be found with Ohm's Law – equation (1): $$R_{\text{equiv, circuit}}=\frac{\Delta V_{\text{battery}}}{I_1} = 240\Omega$$

We use $I_1$ since this is the current in the wire connected directly to the battery. We can break this down further to find the equivalent resistance in the chunk of the circuit containing Resistors 2, 3, and 4. This chunk and Resistor 1 are connected in series to form the resistance of the whole circuit, so we can use equation (2) to write: $$R_{\text{equiv, circuit}} = R_1 + R_{\text{equiv, chunk with 2,3,4}}$$ This yields $R_{\text{equiv, chunk with 2,3,4}}=160 \Omega$.

Notice that this “chunk” is actually two parallel pieces of the circuit, starting at Node A and ending at Node B. The two parallel parts are Resistor 2, and then Resistors 3 and 4 together. We can use equation (3) to break down the chunk into these two pieces (we combine Resistors 3 and 4 below using equation (2)): $$\frac{1}{R_{\text{equiv, chunk with 2,3,4}}}= \frac{1}{R_2}+\frac{1}{R_3+R_4}$$ We can plug in what we know and solve for the resistance of Resistor 2: $$R_2=200\Omega$$

Okay, now for the potential differences. It will be useful in the approach we choose to know the current through Resistor 4, which is found from Ohm's Law: $$I_4=\frac{\Delta V_4}{R_4}=10 \text{ mA}$$ A simple application of Node Rule – equation (5) – at Node C should tell us that $I_3 = I_4$. Now, we can reapply Ohm's Law to find the potential difference across Resistor 3: $$\Delta V_3 = I_3R_3 = I_4R_3 = 3 \text{ V}$$

Loop 1 - Circuit with Resistors in Series and Parallel

A couple applications of the Loop Rule should help us find the rest of the unknowns. Consider the loop highlighted in the circuit above. The Loop Rule – equation (4) – tells us that if we travel completely around the loop, we should encounter a total potential difference of 0. If we travel along the direction of conventional current (clockwise in our representation), voltage decreases, so $\Delta V_1$, $\Delta V_3$, $\Delta V_4<0$, whereas we have $\Delta V_{\text{bat}}>0$. These four potential differences form a loop, so they should add to 0: $$\Delta V_{\text{bat}}-\Delta V_1 - \Delta V_3 - \Delta V_4 = 0$$ We know enough potential differences to find the voltage across Resistor 1: $$\Delta V_1 = \Delta V_{\text{bat}}-\Delta V_3 - \Delta V_4 =4 \text{ V}$$

Loop 2 - Circuit with Resistors in Series and Parallel

Now, consider the (different!) loop highlighted in the circuit above. The Loop Rule tells us that if we travel completely around the loop, we should encounter a total potential difference of 0. We see that current in Resistor 2 runs opposite to the current in the other resistors if we follow the loop in one direction. We have to choose a direction for the application of the Loop Rule. If we go clockwise, voltage increases across Resistor 2, but drops across Resistors 3 and 4. So we write: $$\Delta V_2-\Delta V_3 - \Delta V_4 = 0$$ We know enough potential differences to find the voltage across Resistor 2: $$\Delta V_2 = \Delta V_3+\Delta V_4 = 8 \text{ V}$$ One way in which we can evaluate the solution here is to pick a few other loops in the circuit and make sure they are still valid. There are often times many more loops in a circuit than the solution goes through.

That's all! Note that there are a lot of ways to do this problem, but we chose an approach that showcases the power of knowing equivalent resistance for resistors in parallel, and the power of the Loop Rule. See if you can create a different method for finding the unknowns.