Dividing Dividers
Please Log In for full access to the web site.
Note that this link will take you to an external site (https://shimmer.mit.edu) to authenticate, and then you will be redirected back to this page.
1) Half?
Consider the following circuit, which is designed to use two resistors to cut a 10{\rm V} voltage drop in half:
v_o =~
2) Quarter?
Now consider taking the circuit from the previous part and hooking up two more 1{\rm k}\Omega resistors to cut that voltage in half:
v_o =~
3) Quarter?!
It didn't work!!! But it turns out that it is possible to use a circuit of a similar form to cut a voltage by a factor of 4. For the rest of the problem, we'll explore three different ways we could accomplish this.
Let's start with our original configuration containing only two resistors, but now with one resistance unspecified:
None
instead.
R =~
4) Quarter?!?!
Now let's move back to our four-resistor configuration. Here our goal is to pick the resistor values R_1 and R_2 so that the v_o is 2.5{\rm V}.
R_2 =~
5) Quarter?!?!?!
Enter your answer as as Python list containing two numbers [r1,r2]
,
where r1
is the value of R_1 in Ohms, and r2
is the value of
R_2, also in Ohms. Note that there may be multiple correct answers. Any correct answer will be
accepted.
[R_1, R_2] =