Adventure 1a: Equivalent resistance: Resistors in series

Goal

Understand equivalent resistance. Simulate a circuit with multiple resistors, connected in series. Then, build it on a breadboard.

Simulate circuit

  1. Open Circuit Simulator and load the circuit from Adventure 0: Ohm’s Law. Here is an example of the finished circuit: Circuit - Ohm’s law.

  2. Use your mouse to drag a selection box around your circuit, so you can select multiple components. Copy and paste your existing circuit once, so you have two independent (sub-)circuits side-by-side, each with its own voltage source and connection to ground.

  3. In your copy, add a new resistor in series with the old one:

    1. Insert one more resistor.

    2. Connect it so it sits between VCC and the original resistor, or the original resistor and GND.

    3. Double click it and set its resistance to \(4kΩ\).

    Your circuit should look something like this:

    Screenshot: Circuit Simulator - Resistors inseries

  4. Click RUN / Stop to start the simulation. Hover your mouse over each one of the two resistors, notice the same current flows through both of them. What is its value? How does it compare between the old and the new circuit?

    If you would like some help with creating the circuit, see below.

  5. Change the value of the second resistor. How does the current change depending on the value? What happens if you set the resistance to zero? What happens when you set it to a really big value, say \(100MΩ\)?

    Tip

    Double-click any wire and enable Show current so you can see the current that flows through the it as you change the resistance.

  6. Continue changing the value of the second resistor. How does the voltage drop across each resistor change depending on the resistance?

    Tip

    Click Draw –> Outputs and Labels –> Add Voltmeter/Scope Probe, and add one voltmeter over each resistor. Add wires to each voltmeter so its ends connect to the ends of the resistor below it. This way each voltmeter will be measuring the voltage drop across its respective resistor.

    Important

    Double-click each voltmeter and set its “series resistance” to 0, i.e., infinite. This makes it an ideal voltmeter, which does not have any effect on the quantity it measures. We will talk more about this in the next adventure.

    Your circuit should look something like this:

    Screenshot: Circuit Simulator - Resistors in series - Voltage

  7. Let’s name the two resistors and set them to \(R_1 = 2kΩ\), \(R_2 = 4kΩ\), so their voltage drops are \(V_1\), \(V_2\), respectively. What is the value of \(V_1\), \(V_2\), and what is the sum \(V_T = V_1 + V_2\)?

    Set the value of \(R_2\) to \(8kΩ\). What happens to \(V_2\), \(V_1\), and their sum, \(V_T\)?

  8. Set \(R_1 = 2kΩ\), \(R_2 = 3kΩ\). Try different values for the single resistor in your old circuit so the current that flows through the old circuit matches the current that flows through the new circuit. How big does the single resistor have to be, so it works the same as the two separate resistors connected in series?

  9. Notice how the single resistor has to be equal to the sum of the two independent resistors connected in series, to have the same effect.

    Important

    Two resistors \(R_1\), \(R_2\) connected in series have a total resistance which is the sum of their individual values:

    \[R_T = R_1 + R_2\]

    In this case the same current flows through both resistors:

    \[I_S = I_1 = I_2\]

    And the total voltage is divided between the two resistors:

    \[V_T = V_1 + V_2\]

  10. What current will flow when \(R_1 = 2kΩ\), \(R_2 = 8kΩ\)? Use Ohm’s law for the equivalent circuit to find out.

  11. What will the voltage drop for each resistance be in this case? Use Ohm’s law for each one of the resistors. What is the ratio \(V_1 / V_2\) in this case?

  12. In general, what is the ratio \(V_1 / V_2\) for resistors \(R_1\), \(R_2\) connected in series?

    Important

    We know Ohm’s law still applies to each resistor individually, and the same current flows through both resistors. We can combine these two facts to compute the ratio \(V_1 / V_2\).

    We know that Ohm’s law applies to the two resistors individually:

    \[ I_1 = {V_1 \over R_1} \qquad I_2 = {V_2 \over R_2} \]

    And we know the same current flows through both resistors, because they are connected in series. So:

    \[\begin{split} \begin{align*} I_1 &= I_2 \\ \\ {V_1 \over R_1} &= {V_2 \over R_2} \\ \\ {V_1 \cdot R_2} &= {V_2 \cdot R_1} \\ \\ {V_1 \over V_2} &= {R_1 \over R_2} \end{align*} \end{split}\]

    So, the voltage ratio is the resistance ratio, for resistors connected in series.

  13. Next step: Add a 1MΩ potentiometer.

Build circuit

Grab your breadboard! Start from the original circuit you had built for Adventure 0: Ohm’s Law:

  1. Take an \(80Ω\) resistor, and measure it using your multimeter. Write down this measurement.

  2. Add it in series with the original \(150Ω\) resistor.

  3. Compute the equivalent resistance of the two resistors.

  4. Use your multimeter to measure the input voltage.

  5. Compute the current you expect will flow through the circuit, using Ohm’s law for the equivalent circuit.

  6. Measure the current that flows through this circuit.

  7. Compute the voltage drop you expect for each resistor, using Ohm’s law.

  8. Measure the voltage drop across each one of the resistors, and compare with your computations above.

  9. Next step: Experiment with a 1MΩ trimmer / potentiometer.

Celebrate

Congratulations! You’ve simulated and built circuits with resistors in series.

Here are more resources to explore: