| layout | title | nav_order | parent | has_toc | usemathjax | comments | usetocbot |
|---|---|---|---|---|---|---|---|
default |
L4: Series and Parallel Resistors |
4 |
Intro to Electronics |
false |
true |
true |
true |
{: .no_toc }
{: .no_toc .text-delta }
- TOC {:toc}
In our Ohm's Law lesson we analyzed relatively straightforward circuits with a single resistor. These circuits helped us build a foundation for and a conceptual understanding of Ohm's Law and how to apply it; however, most circuits are not so simple.
In this lesson, we we're going to extend Ohm's Law to more complicated circuits: resistors in series and resistors in parallel. In short:
- Resistors in series divide voltage and are one of the most common (and useful) circuit configurations when working with microcontrollers and resistive sensors like potentiometers, force-sensitive resistors, and photocells.
- Resistors in parallel divide current (and more current travels down paths with less resistance). Parallel circuits are useful, for example, in powering multiple LEDs.
Figure. An example of series resistors (left) and parallel resistors (right). Images made PowerPoint.
{: .fs-1 }
Using Kirchhoff's circuit laws, we can derive "equivalent" resistances for series and parallel circuits.
For series resistors, we sum resistances to find the aggregate resistance
For parallel resistors, it's a bit more complicated:
Yes, the parallel resistance equation is a bit enigmatic but you can derive it yourself (or even forget it all together) if you know Ohm's Law and Kirchhoff's Laws.
For us, the most important and useful concept to understand is that series resistors divide voltage (we'll use this later in our microcontroller circuits) and that parallel resistors divide current (with more current flowing through branches with less resistance). The image below attempts to concisely explain this.
Figure. An overview of how series resistors work (current is the same across each resistor but voltage is divided) and how parallel resistors work (voltage is the same across each resistor but current is divdided). Take a moment to study and understand why this might be. Right-click on the image and select 'Open in new tab' to enlarge. Image made in PowerPoint. {: .fs-1 }
And, while the ability to manually understand and analyze a circuit is important in physical computing, if you become confused, you can always use a circuit simulator like CircuitJS.
Resistors in series are connected in sequence: head-to-tail.
Figure. Components are in series if they are joined end-to-end (or head-to-tail) in sequence like the above. Image on left from Khan Academy. Image made in PowerPoint. {: .fs-1 }
From Ohm's Law, we know that resistors drop voltage (indeed, the voltage drop
Generally, when we are trying to analyze a circuit with multiple resistor configurations (series, parallel, or a combination), the first step is to determine an equivalent resistance. That is, how can we combine all the resistance in the circuit to a single value (called
So, let's try it!
Let's begin with the simplest series resistor circuit: a 9V battery with 100Ω and 1kΩ resistors in series.
Figure. A simple circuit with two series resistors (100Ω and 1kΩ) and a 9V battery. How much current
The first step is to solve for the total resistance in our circuit. We know that we sum resistances in series, so:
Figure. To find the equivalent resistance of this circuit (let's call this
We can now use this equivalent resistance value
Figure. We now solve by current
That's it. We did it! The total current is
To reinforce understanding, let's try again but with three resistors instead of two. This time,
Again, we start by finding
We can then use this equivalent resistance value to solve for current
Figure. In the image above, we solve for current with three series resistors. First, sum the resistances (because they are in series) and then use this aggregate resistance (
We can check our work in our favorite circuit simulator, which is whatever you like. :)
I will use the open-source tool CircuitJS. The specific simulation is here.
We can click on the wires to magically show how much current is traveling through them or to show their electric potential (voltage) with respect to ground. And sure enough, you'll see that indeed
Well, remember how we've been emphasizing that voltages are split or divided across resistors in series. You can clearly see this as well! The voltage is at
Figure. This video shows a CircuitJS simulation of a basic three resistor series circuit. You can play with the circuit here. {: .fs-1 }
The notion that series resistors split voltages is a critical concept when working with microcontrollers. So, it deserves its own emphasis.
The key thing to remember: there is a voltage drop across each resistor (this is always the case, not just in a series circuit configuration). Thus, between each resistor we have a different electric potential or voltage. And because microcontrollers "read" voltage rather than current, we can use this property to control dynamic input into our microcontroller!
Let's go over some examples.
With this idea of voltages dropping across each resistor, let's look at how to calculate the voltage at the node
Before moving through our example, stop and ask yourself: how would you calculate the voltage at
As before, the first step is to solve for the current through the circuit. We do this, again, by finding the equivalent resistance
Now that we know the total current flowing through our circuit (
Thus:
And, just as a quick check on our work (and without going into too much detail), we know from Kirchoff's circuit laws, that
Now it is trivial to calculate
We call a two-resistor configuration like this a voltage divider precisely because, as you can see, it divides the voltages. In this case, we used
Using Ohm's Law, we can derive the voltage divider equation for
This voltage divider equation is thus:
Or more commonly written as:
Figure. The voltage divider pattern and equation. Image made in PowerPoint. See Khan Academy for more. {: .fs-1 }
Importantly, as you can tell from the equation, it is not the absolute resistances that matter but rather **the ratio **of
However, the amount of current between the two circuits would be significantly different with the former:
Wouldn't it be cool to dynamically control one of those resistor values to output a variable voltage at
Given what you are learning about circuits, you now have the knowledge to derive the voltage divider equation or, at the very least, understand how it is derived. Let's take a look!
Figure. A derivation of the voltage divider equation. See Khan Academy for more.
{: .fs-1 }
Using the figure above, let's identify and write down what we know. We know that the voltage drop over
We also know that
Using Ohm's Law, we can substitute
Now, rearrange the
Returning to
Finally, rearrange the above to achieve the popular voltage divider equation:
Note: for this voltage divider equation to hold true, the current
Figure. The voltage divider equation only holds when
Whereas series resistors have the same current but divide voltage, parallel resistors have the same voltage but divide current. Components in parallel look like this:
Figure. Components are in parallel if their head’s share a node and their tail’s share a node. Image on left from Khan Academy. Image made in PowerPoint. {: .fs-1 }
In the circuit below, we have two parallel resistors
The first thing to recognize is that
Also recognize that there are only two nodes in our circuit. We can label them
Because
Using Ohm's Law, we can now solve for
Stop for a moment. Think about these results. Do they conceptually make sense?
Using Ohm's Law, we found that 10 times as much current flows through the
Finally, we can use
Remember how we introduced an equation for equivalent resistance in parallel resistor circuits? The equation is:
As an aside, if you're curious about its derivation, see this Khan Academy lesson—but, in short, you can derive it from Ohm's Law (and the steps that we followed above).
We can use this equation to more quickly solve for
We know that
Thus,
We can also check our work in a circuit simulator. I built the same circuit in CircuitJS, which you can view here.
Does the visualization match your expectation?
Figure. This video shows a CircuitJS simulation of a basic two resistor parallel circuit. You can play with the circuit here. {: .fs-1 }
Come up with two series resistor circuits and two parallel resistor circuits. Using what you've learned, manually solve for current in each circuit (either on pencil+paper or digitally). Show your step-by-step work. Check your work by building a simulation in CircuitJS.
In your prototyping journals, include a sketch of the circuit (can be a smartphone picture of paper+pencil), your manual work to solve for current
- Resistors in series and parallel, opentextbc.ca
- Series and Parallel Resistors, Khan Academy
- Voltage Divider, Khan Academy
- Circuit Analysis Shortcuts, UIUC ECE101
- Chapter 9.3 Voltage Divider Pattern, Bartlett, Electronics for Beginners, APress 2020
In the next lesson, we will learn more about resistors, how they're made, how to use them, how they're characterized, and how to calculate their power dissipation.
[Previous: Schematics](ohms-law.md){: .btn .btn-outline } [Next: Resistors](resistors.md){: .btn .btn-outline }
















