Skip to content

Commit

Permalink
Add auto-generated docs for version 0.1-12-g582f9e2
Browse files Browse the repository at this point in the history
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Jan 4, 2025
1 parent 16f2588 commit a40013f
Show file tree
Hide file tree
Showing 13 changed files with 968 additions and 25 deletions.
Binary file added _images/sshot-series-volt.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _images/sshot-series.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 13 additions & 2 deletions _sources/adv-ohm/adv-ohm.md.txt
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ how it works.

:::{hint}
:class: dropdown
Here is an example of the finished circuit: [Circuit - Ohm's law](https://falstad.com/circuit/circuitjs.html?ctz=CQAgjCAMB0l3BWcMBMcUHYMGZIA4UA2ATmIxAUgoqoQFMBaMMAKADcRD8QAWHvTt2wIUUMT1piqMBCwBOggcNF44IZWLDwWAcxAZIPXv32HexQlJYB3EKqob7xgZBuLnpo3xduDXk07eUCxAA)
Here is an example of the finished circuit: [Circuit - Ohm's law](https://falstad.com/circuit/circuitjs.html?ctz=CQAgjCAMB0l3BWcMBMcUHYMGZIA4UA2ATmIxAUgoqoQFMBaMMAKADcRD8QAWHvTt2wIUUMT1piqMBCwBOggcNF44IZWLDwWAcxAZIPXv32HexQlJYB3EKqob7xgZBuLnpo3xduDXk07eUCxAA).
:::

1. Explore: Change your circuit, move things around, delete components and
Expand Down Expand Up @@ -181,6 +181,16 @@ how it works.
1. Experiment with different values of $V$ and $R$ for the voltage source and
resistor, respectively. Confirm Ohm's law applies.

1. **Save** your work: Click **File --> Save As...**, name your file, and click
**OK** to download it. Later on, use **File --> Open File...** to load
your saved circuit.

:::{tip}
If you close your browser window without having saved your work, remember
you can always click **File --> Recover Auto-Save** to return to your
latest circuit.
:::


## Build circuit

Expand All @@ -206,7 +216,7 @@ multimeter to measure voltages and currents:
:::

1. Set your multimeter to **Ω - 200** or a similar range. This means it can
measure resistors up to `200Ω`. Take an 150Ω resistor and measure it, what
measure resistors up to `200Ω`. Take a 150Ω resistor and measure it, what
value does the multimeter show? Why is it not exactly 150Ω?

:::{admonition} Answer
Expand Down Expand Up @@ -304,6 +314,7 @@ adventure.

Here are more resources to explore:

:::{seealso}
* [Wikipedia: Voltage source](https://en.wikipedia.org/wiki/Voltage_source)
* [Wikipedia: Ohm's law](https://en.wikipedia.org/wiki/Ohm%27s_law)

Expand Down
249 changes: 249 additions & 0 deletions _sources/adv-series/adv-series.md.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,249 @@
# 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](https://falstad.com/circuit/circuitjs.html) and
load the circuit from [](../adv-ohm/adv-ohm.md).
Here is an example of the finished circuit: [Circuit - Ohm's
law](https://falstad.com/circuit/circuitjs.html?ctz=CQAgjCAMB0l3BWcMBMcUHYMGZIA4UA2ATmIxAUgoqoQFMBaMMAKADcRD8QAWHvTt2wIUUMT1piqMBCwBOggcNF44IZWLDwWAcxAZIPXv32HexQlJYB3EKqob7xgZBuLnpo3xduDXk07eUCxAA).

1. 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.

1. In your copy, add a new resistor *in series* with the old one:
1. Insert one more resistor.
1. Connect it so it sits *between* VCC and the original resistor, **or**
the original resistor and GND.
1. Double click it and set its resistance to $4kΩ$.

Your circuit should look something like this:

![Screenshot: Circuit Simulator - Resistors in
series](sshot-series.png)

1. 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?

:::{admonition} Answer
:class: hint
:class: dropdown
It is smaller, $I_{new} = 1mA$, while the current that flows through the
original circuit is $I_{old} = 5mA$.
:::

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

:::{hint}
:class: dropdown
Here is an example of the finished circuit: [Circuit - Resistors in series](https://falstad.com/circuit/circuitjs.html?ctz=CQAgjCAMB0l3BWcMBMcUHYMGZIA4UA2ATmIxAUgoqoQFMBaMMAKAHcQAWbFL4wiijx8BkdiGzYBnflx4jw4hEK5gBy4TNEsA5nN5b9FMLypiAThKmr1KzmqjI4LAG5XpsydIdmutR2bQCK4UGB7qYTYBftS+MMGWCJH2AoQI3qIgaM56hBgGsnm8CCYB4mGaDhUKYhxJ4SBFCqwcTYbVhhaNeJUCHT4gePAsAA6hAlLCaROEwtjRteNR9RKzUOLTq1PpUWJjs3Nr1ZMSCxs9W9296xzHR2spN1dRm49iAB6NkNL2jSjznEBXHAnBAACVWJ8MGBNNhhDgkICIKCwKCwSgWEA).
:::

1. 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.
:::

1. 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 the voltmeter
will be measuring the voltage drop across each 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](sshot-series-volt.png)
:::

1. 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?

:::{admonition} Answer
:class: hint
:class: dropdown
**Before:**

$$
\begin{align*}
R_1 = 2kΩ \qquad V_1 &= 1.667V \\
R_2 = 4kΩ \qquad V_2 &= 3.333V \\
V_T = V_1 + V_2 &= 5V
\end{align*}
$$

**After:**

$$
\begin{align*}
R_1 = 2kΩ \qquad V_1 &= 1V \\
R_2 = 8kΩ \qquad V_2 &= 4V \\
V_T = V_1 + V_2 &= 5V
\end{align*}
$$

So, $V_2$ increases as $R_2$ increases but the sum remains the same.
:::

1. 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?

:::{admonition} Answer
:class: hint
:class: dropdown
It needs to be $R_T = 5kΩ$.

1. 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$$
:::

1. What current will flow when $R_1 = 2kΩ$, $R_2 = 8kΩ$?
Use Ohm's law for the equivalent circuit to find out.

:::{admonition} Answer
:class: hint
:class: dropdown
We know the equivalent resistance is $R_T = R_1 + R_2 = 2kΩ + 8kΩ = 10kΩ$.
We can use Ohm's law for the equivalent circuit:

$$
\begin{align*}
I &= {V \over R_T} \\
\\
I &= {5V \over 10kΩ} \\
\\
Ι &= 0.5mA
\end{align*}
$$

1. 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?

:::{admonition} Answer
:class: hint
:class: dropdown
We know the same current passes through both resistors, $I_S = I_1 = I_2 = 0.5mA$.
We use Ohm's law for each resistor individually:

$$
\begin{align*}
V_1 &= I_1 \cdot R_1 & \qquad V_2 &= I_2 \cdot R_2 \\
V_1 &= 0.5mA \cdot 2kΩ & \qquad V_2 &= 0.5mA \cdot 8kΩ \\
V_1 &= 1V & \qquad V_2 &= 4V
\end{align*}
$$

The voltage ratio is:
$$
{V_1 \over V_2} = {1 \over 4}
$$
:::

1. 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{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*}
$$

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

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

## Build circuit


Grab your breadboard! Start from the original circuit you had built for
[](../adv-ohm/adv-ohm.md):

1. Take an 80Ω resistor, and measure it using your multimeter. Write down this
measurement.
1. Add it in series with the original 150Ω resistor.
1. Compute the equivalent resistance of the two resistors.
1. Use your multimeter to measure the input voltage.
1. Compute the current you expect will flow through the circuit, using Ohm's law
for the equivalent circuit.
1. Measure the current that flows through this circuit.
1. Compute the voltage drop you expect for each resistor, using Ohm's law.
1. Measure the voltage drop across each one of the resistors, and compare with
your computations above.
1. **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:

:::{see also}
* [BBC Bitesize: Resistors in series](https://www.bbc.co.uk/bitesize/guides/z6cvqp3/revision/1)
* [Wikipedia: Series and parallel circuits](https://en.wikipedia.org/wiki/Series_and_parallel_circuits)
:::
3 changes: 2 additions & 1 deletion _sources/index.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,11 @@ Looking forward hearing from you!


.. toctree::
:maxdepth: 2
:maxdepth: 1
:caption: Contents:

adv-ohm/adv-ohm.md
adv-series/adv-series.md
adventures.md

..
Expand Down
24 changes: 18 additions & 6 deletions adv-ohm/adv-ohm.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
<link rel="top" title="Circuit Explorers documentation" href="#" />
<link rel="next" title="Circuit Explorers" href="../adventures.html" />
<link rel="next" title="Adventure 1a: Equivalent resistance: Resistors in series" href="../adv-series/adv-series.html" />
<link rel="prev" title="Development" href="../index.html" />
<style>
:root {
Expand Down Expand Up @@ -313,6 +313,7 @@ <h5 class="offcanvas-title fw-bold" id="nfttSidebarOffcanvasLabel">
<p class="caption" role="heading"><span class="caption-text">Contents:</span></p>
<ul class="current">
<li class="toctree-l1 current"><a class="current reference internal" href="#">Adventure 0: Ohm’s Law</a></li>
<li class="toctree-l1"><a class="reference internal" href="../adv-series/adv-series.html">Adventure 1a: Equivalent resistance: Resistors in series</a></li>
<li class="toctree-l1"><a class="reference internal" href="../adventures.html">Circuit Explorers</a></li>
</ul>

Expand Down Expand Up @@ -401,7 +402,7 @@ <h2>Simulate circuit<a class="headerlink" href="#simulate-circuit" title="Link t
<p>If you would like some help with creating the circuit, see below.</p>
<div class="dropdown admonition hint">
<p class="admonition-title">Hint</p>
<p>Here is an example of the finished circuit: <a class="reference external" href="https://falstad.com/circuit/circuitjs.html?ctz=CQAgjCAMB0l3BWcMBMcUHYMGZIA4UA2ATmIxAUgoqoQFMBaMMAKADcRD8QAWHvTt2wIUUMT1piqMBCwBOggcNF44IZWLDwWAcxAZIPXv32HexQlJYB3EKqob7xgZBuLnpo3xduDXk07eUCxAA" rel="noreferer noopener" target="_blank">Circuit - Ohm’s law</a></p>
<p>Here is an example of the finished circuit: <a class="reference external" href="https://falstad.com/circuit/circuitjs.html?ctz=CQAgjCAMB0l3BWcMBMcUHYMGZIA4UA2ATmIxAUgoqoQFMBaMMAKADcRD8QAWHvTt2wIUUMT1piqMBCwBOggcNF44IZWLDwWAcxAZIPXv32HexQlJYB3EKqob7xgZBuLnpo3xduDXk07eUCxAA" rel="noreferer noopener" target="_blank">Circuit - Ohm’s law</a>.</p>
</div>
</li>
<li><p>Explore: Change your circuit, move things around, delete components and
Expand Down Expand Up @@ -504,6 +505,16 @@ <h2>Simulate circuit<a class="headerlink" href="#simulate-circuit" title="Link t
</li>
<li><p>Experiment with different values of <span class="math notranslate nohighlight">\(V\)</span> and <span class="math notranslate nohighlight">\(R\)</span> for the voltage source and
resistor, respectively. Confirm Ohm’s law applies.</p></li>
<li><p><strong>Save</strong> your work: Click <strong>File –&gt; Save As…</strong>, name your file, and click
<strong>OK</strong> to download it. Later on, use <strong>File –&gt; Open File…</strong> to load
your saved circuit.</p>
<div class="admonition tip">
<p class="admonition-title">Tip</p>
<p>If you close your browser window without having saved your work, remember
you can always click <strong>File –&gt; Recover Auto-Save</strong> to return to your
latest circuit.</p>
</div>
</li>
</ol>
</section>
<section id="build-circuit">
Expand All @@ -527,7 +538,7 @@ <h2>Build circuit<a class="headerlink" href="#build-circuit" title="Link to this
</div>
</li>
<li><p>Set your multimeter to <strong>Ω - 200</strong> or a similar range. This means it can
measure resistors up to <code class="docutils literal notranslate"><span class="pre">200Ω</span></code>. Take an 150Ω resistor and measure it, what
measure resistors up to <code class="docutils literal notranslate"><span class="pre">200Ω</span></code>. Take a 150Ω resistor and measure it, what
value does the multimeter show? Why is it not exactly 150Ω?</p>
<div class="dropdown admonition">
<p class="admonition-title">Answer</p>
Expand Down Expand Up @@ -612,13 +623,14 @@ <h2>Celebrate<a class="headerlink" href="#celebrate" title="Link to this heading
</li>
</ul>
<p>Here are more resources to explore:</p>
<div class="admonition seealso">
<p class="admonition-title">See also</p>
<ul class="simple">
<li><p><a class="reference external" href="https://en.wikipedia.org/wiki/Voltage_source" rel="noreferer noopener" target="_blank">Wikipedia: Voltage source</a></p></li>
<li><p><a class="reference external" href="https://en.wikipedia.org/wiki/Ohm%27s_law" rel="noreferer noopener" target="_blank">Wikipedia: Ohm’s law</a></p></li>
<li><p><a class="reference external" href="https://github.com/pfalstad/circuitjs1" rel="noreferer noopener" target="_blank">GitHub repository for Circuit Simulator</a></p></li>
<li><p><a class="reference external" href="https://lushprojects.com/circuitjs/" rel="noreferer noopener" target="_blank">Iain Sharp’s page on Circuit Simulator</a></p></li>
</ul>
<div class="docutils">
</div>
</section>
</section>
Expand Down Expand Up @@ -665,10 +677,10 @@ <h2>Celebrate<a class="headerlink" href="#celebrate" title="Link to this heading
</a>
</li>
<li class="d-flex page-item ms-auto">
<a href="../adventures.html" class="d-flex px-5 align-items-end" rel="next" aria-label="Next page: Circuit Explorers">
<a href="../adv-series/adv-series.html" class="d-flex px-5 align-items-end" rel="next" aria-label="Next page: Adventure 1a: Equivalent resistance: Resistors in series">
<div class="d-flex flex-column">
<span class="text-small text-end text-start text-muted">Next</span>
<span class="underline">Circuit Explorers</span>
<span class="underline">Adventure 1a: Equivalent resistance: Resistors in series</span>
</div>
<span class="next-page"><i class="bi bi-caret-right"></i></span>
</a>
Expand Down
Loading

0 comments on commit a40013f

Please # to comment.