<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:blogger='http://schemas.google.com/blogger/2008' xmlns:georss='http://www.georss.org/georss' xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-1619153610255502548</id><updated>2025-11-09T00:30:30.167-08:00</updated><category term="Digital"/><category term="DC ( Direct Current )"/><category term="AC ( Alternating current )"/><category term="Reference"/><category term="Semiconductors"/><category term="Experiments"/><category term="Beginer"/><category term="Lesson"/><title type='text'>Electric-Circuit</title><subtitle type='html'>Learn and Comment !!</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://electric-circuit.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1619153610255502548/posts/default?max-results=5'/><link rel='alternate' type='text/html' href='http://electric-circuit.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><link rel='next' type='application/atom+xml' href='http://www.blogger.com/feeds/1619153610255502548/posts/default?start-index=6&amp;max-results=5'/><author><name>admin</name><uri>http://www.blogger.com/profile/04147612320152380794</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>75</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>5</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-1619153610255502548.post-3601706900557075460</id><published>2008-08-10T05:58:00.001-07:00</published><updated>2008-08-10T10:22:06.621-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Experiments"/><title type='text'>DIGITAL INTEGRATED CIRCUITS</title><content type='html'>&lt;h2&gt;&lt;u&gt;&lt;a name=&quot;xtocid24900&quot;&gt;Introduction&lt;/a&gt;&lt;/u&gt;&lt;/h2&gt;  &lt;a name=&quot;Analog&quot;&gt;&lt;/a&gt; &lt;a name=&quot;Digital&quot;&gt;&lt;/a&gt;  &lt;p&gt; &lt;i&gt;Digital&lt;/i&gt; circuits are circuits dealing with signals restricted to the extreme limits of zero and some full amount. This stands in contrast to &lt;i&gt;analog&lt;/i&gt; circuits, in which signals are free to vary continuously between the limits imposed by power supply voltage and circuit resistances. These circuits find use in &quot;true/false&quot; logical operations and digital computation. &lt;/p&gt;  &lt;a name=&quot;Integrated circuit&quot;&gt;&lt;/a&gt; &lt;a name=&quot;IC&quot;&gt;&lt;/a&gt;  &lt;p&gt; The circuits in this chapter make use of &lt;i&gt;IC&lt;/i&gt;, or &lt;i&gt;integrated circuit&lt;/i&gt;, components. Such components are actually networks of interconnected components manufactured on a single wafer of semiconducting material. Integrated circuits providing a multitude of pre-engineered functions are available at very low cost, benefitting students, hobbyists and professional circuit designers alike. Most integrated circuits provide the same functionality as &quot;discrete&quot; semiconductor circuits at higher levels of reliability and at a fraction of the cost. &lt;/p&gt;  &lt;p&gt; Circuits in this chapter will primarily use &lt;i&gt;CMOS&lt;/i&gt; technology, as this form of IC design allows for a broad range of power supply voltage while maintaining generally low power consumption levels. Though CMOS circuitry is susceptible to damage from static electricity (high voltages will puncture the insulating barriers in the MOSFET transistors), modern CMOS ICs are far more tolerant of electrostatic discharge than the CMOS ICs of the past, reducing the risk of chip failure by mishandling. Proper handling of CMOS involves the use of anti-static foam for storage and transport of IC&#39;s, and measures to prevent static charge from building up on your body (use of a grounding wrist strap, or frequently touching a grounded object). &lt;/p&gt;  &lt;p&gt; Circuits using &lt;i&gt;TTL&lt;/i&gt; technology require a regulated power supply voltage of 5 volts, and will not tolerate any substantial deviation from this voltage level. Any TTL circuits in this chapter will be adequately labeled as such, and it will be expected that you realize its unique power supply requirements. &lt;/p&gt;  &lt;p&gt;When building digital circuits using integrated circuit &quot;chips,&quot; it is highly recommended that you use a breadboard with power supply &quot;rail&quot; connections along the length. These are sets of holes in the breadboard that are electrically common along the entire length of the board. Connect one to the positive terminal of a battery, and the other to the negative terminal, and DC power will be available to any area of the breadboard via connection through short jumper wires: &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05282.png&quot; /&gt; &lt;/p&gt;   &lt;p&gt;With so many of these integrated circuits having &quot;reset,&quot; &quot;enable,&quot; and &quot;disable&quot; terminals needing to be maintained in a &quot;high&quot; or &quot;low&quot; state, not to mention the V&lt;sub&gt;DD&lt;/sub&gt; (or V&lt;sub&gt;CC&lt;/sub&gt;) and ground power terminals which require connection to the power supply, having both terminals of the power supply readily available for connection at any point along the board&#39;s length is very useful. &lt;/p&gt;  &lt;p&gt;Most breadboards that I have seen have these power supply &quot;rail&quot; holes, but some do not. Up until this point, I&#39;ve been illustrating circuits using a breadboard lacking this feature, just to show how it isn&#39;t absolutely necessary. However, digital circuits seem to require more connections to the power supply than other types of breadboard circuits, making this feature more than just a convenience. &lt;/p&gt;   &lt;span class=&quot;fullpost&quot;&gt;&lt;br /&gt;&lt;br /&gt;    &lt;h2&gt;&lt;u&gt;&lt;a name=&quot;xtocid24901&quot;&gt;Basic gate function&lt;/a&gt;&lt;/u&gt;&lt;/h2&gt;  &lt;a name=&quot;Experiment: Basic gate function&quot;&gt;&lt;/a&gt;  &lt;p&gt; &lt;b&gt;PARTS AND MATERIALS&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;4011 quad NAND gate (Radio Shack catalog # 276-2411)&lt;/li&gt;&lt;li&gt;Eight-position DIP switch (Radio Shack catalog # 275-1301)&lt;/li&gt;&lt;li&gt;Ten-segment bargraph LED (Radio Shack catalog # 276-081)&lt;/li&gt;&lt;li&gt;One 6 volt battery&lt;/li&gt;&lt;li&gt;Two 10 kΩ resistors&lt;/li&gt;&lt;li&gt;Three 470 Ω resistors&lt;/li&gt;&lt;/ul&gt;  &lt;p&gt; &lt;b&gt;Caution!&lt;/b&gt;  The 4011 IC is CMOS, and therefore sensitive to static electricity! &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;CROSS-REFERENCES&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;i&gt;Lessons In Electric Circuits&lt;/i&gt;, Volume 4, chapter 3: &quot;Logic Gates&quot; &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;LEARNING OBJECTIVES&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;Purpose of a &quot;pulldown&quot; resistor&lt;/li&gt;&lt;li&gt;How to experimentally determine the truth table of a gate&lt;/li&gt;&lt;li&gt;How to connect logic gates together&lt;/li&gt;&lt;li&gt;How to create different logical functions by using NAND gates&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;SCHEMATIC DIAGRAM&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05291.png&quot; /&gt; &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;ILLUSTRATION&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05292.png&quot; /&gt; &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;INSTRUCTIONS&lt;/b&gt; &lt;/p&gt;  &lt;p&gt;To begin, connect a single NAND gate to two input switches and one LED, as shown. At first, the use of an 8-position switch and a 10-segment LED bargraph may seem excessive, since only two switches and one LED are needed to show the operation of a single NAND gate. However, the presence of those extra switches and LEDs make it very convenient to expand the circuit, and help make the circuit layout both clean and compact. &lt;/p&gt;  &lt;p&gt;It is highly recommended that you have a datasheet for the 4011 chip available when you build your circuit. Don&#39;t just follow the illustration shown above! It is important that you develop the skill of reading datasheets, especially &quot;pinout&quot; diagrams, when connecting IC terminals to other circuit elements. The datasheet&#39;s connection diagram is an essential piece of information to have. Shown here is my own rendition of what any 4011 datasheet shows: &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05293.png&quot; /&gt; &lt;/p&gt;   &lt;p&gt;In the breadboard illustration, I&#39;ve shown the circuit built using the lower-left NAND gate: pin #&#39;s 1 and 2 are the inputs, and pin #3 is the output. Pin #&#39;s 14 and 7 conduct DC power to all four gate circuits inside the IC chip, &quot;V&lt;sub&gt;DD&lt;/sub&gt;&quot; representing the positive side of the power supply (+V), and &quot;Gnd&quot; representing the negative side of the power supply (-V), or ground. Sometimes the negative power supply terminal will be labeled &quot;V&lt;sub&gt;SS&lt;/sub&gt;&quot; instead of &quot;Gnd&quot; on a datasheet, but it means the same thing.   &lt;/p&gt;  &lt;p&gt; Digital logic circuitry does not make use of split power supplies as op-amps do. Like op-amp circuits, though, ground is still the implicit point of reference for all voltage measurements. If I were to speak of a &quot;high&quot; signal being present on a certain pin of the chip, I would mean that there was full voltage between that pin and the negative side of the power supply (ground). &lt;/p&gt;  &lt;a name=&quot;Floating input, defined&quot;&gt;&lt;/a&gt;  &lt;p&gt; Note how all inputs of the unused gates inside the 4011 chip are connected either to V&lt;sub&gt;DD&lt;/sub&gt; or ground. This is not a mistake, but an act of intentional design. Since the 4011 is a CMOS integrated circuit, and CMOS circuit inputs left unconnected (&lt;i&gt;floating&lt;/i&gt;) can assume any voltage level merely from intercepting a static electric charge from a nearby object, leaving inputs floating means that those unused gates may receive any random combinations of &quot;high&quot; and &quot;low&quot; signals. &lt;/p&gt;  &lt;p&gt;Why is this undesirable, if we aren&#39;t using those gates? Who cares what signals they receive, if we are not doing anything with their outputs? The problem is, if static voltage signals appear at the gate inputs that are not fully &quot;high&quot; or fully &quot;low,&quot; the gates&#39; internal transistors may begin to turn on in such a way as to draw excessive current. At worst, this could lead to damage of the chip. At best it means excessive power consumption. It matters little if we choose to connect these unused gate inputs &quot;high&quot; (V&lt;sub&gt;DD&lt;/sub&gt;) or &quot;low&quot; (ground), so long as we connect them to one of those two places. In the breadboard illustration, I show all the top inputs connected to V&lt;sub&gt;DD&lt;/sub&gt;, and all the bottom inputs (of the unused gates) connected to ground. This was done merely because those power supply rail holes were closer and did not require long jumper wires! &lt;/p&gt;  &lt;p&gt; Please note that none of the unused gate &lt;i&gt;outputs&lt;/i&gt; have been connected to V&lt;sub&gt;DD&lt;/sub&gt; or ground, and for good reason! If I were to do that, I may be forcing a gate to assume the opposite output state that its trying to achieve, which is a complicated way of saying that I would have created a short-circuit. Imagine a gate that is supposed to output a &quot;high&quot; logic level (for a NAND gate, this would be true if any of its inputs were &quot;low&quot;). If such a gate were to have its output terminal directly connected to ground, it could never reach a &quot;high&quot; state (being made electrically common to ground through the jumper wire connection). Instead, its upper (P-channel) output transistor would be turned on in vain, sourcing maximum current to a nonexistent load. This would very likely damage the gate! Gate output terminals, by their very nature, generate their own logic levels and never &quot;float&quot; in the same way that CMOS gate inputs do. &lt;/p&gt;  &lt;p&gt;The two 10 kΩ resistors are placed in the circuit to avoid floating input conditions on the used gate. With a switch closed, the respective input will be directly connected to V&lt;sub&gt;DD&lt;/sub&gt; and therefore be &quot;high.&quot;  With a switch open, the 10 kΩ &quot;&lt;i&gt;pulldown&lt;/i&gt;&quot; resistor provides a resistive connection to ground, ensuring a secure &quot;low&quot; state at the gate&#39;s input terminal. This way, the input will not be susceptible to stray static voltages. &lt;/p&gt;  &lt;p&gt;With the NAND gate connected to the two switches and one LED as shown, you are ready to develop a &quot;truth table&quot; for the NAND gate. Even if you already know what a NAND gate truth table looks like, this is a good exercise in experimentation: discovering a circuit&#39;s behavioral principles by induction. Draw a truth table on a piece of paper like this: &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05294.png&quot; /&gt; &lt;/p&gt;   &lt;p&gt;The &quot;A&quot; and &quot;B&quot; columns represent the two input switches, respectively. When the switch is on, its state is &quot;high&quot; or 1. When the switch is off, its state is &quot;low,&quot; or 0, as ensured by its pulldown resistor. The gate&#39;s output, of course, is represented by the LED: whether it is lit (1) or unlit (0). After placing the switches in every possible combination of states and recording the LED&#39;s status, compare the resulting truth table with what a NAND gate&#39;s truth table should be. &lt;/p&gt;  &lt;p&gt;As you can imagine, this breadboard circuit is not limited to testing NAND gates. Any gate type may be tested with two switches, two pulldown resistors, and an LED to indicate output status. Just be sure to double-check the chip&#39;s &quot;pinout&quot; diagram before substituting it pin-for-pin in place of the 4011. Not all &quot;quad&quot; gate chips have the same pin assignments! &lt;/p&gt;  &lt;p&gt;An improvement you might want to make to this circuit is to assign a couple of LEDs to indicate input status, in addition to the one LED assigned to indicate the output. This makes operation a little more interesting to observe, and has the further benefit of indicating if a switch fails to close (or open) by showing the &lt;i&gt;true&lt;/i&gt; input signal to the gate, rather than forcing you to infer input status from switch position: &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05295.png&quot; /&gt; &lt;/p&gt;     &lt;br /&gt;&lt;br /&gt;    &lt;h2&gt;&lt;u&gt;&lt;a name=&quot;xtocid24902&quot;&gt;NOR gate S-R latch&lt;/a&gt;&lt;/u&gt;&lt;/h2&gt;  &lt;a name=&quot;Experiment: NOR gate S-R latch&quot;&gt;&lt;/a&gt;  &lt;p&gt; &lt;b&gt;PARTS AND MATERIALS&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;4001 quad NOR gate (Radio Shack catalog # 276-2401)&lt;/li&gt;&lt;li&gt;Eight-position DIP switch (Radio Shack catalog # 275-1301)&lt;/li&gt;&lt;li&gt;Ten-segment bargraph LED (Radio Shack catalog # 276-081)&lt;/li&gt;&lt;li&gt;One 6 volt battery&lt;/li&gt;&lt;li&gt;Two 10 kΩ resistors&lt;/li&gt;&lt;li&gt;Two 470 Ω resistors&lt;/li&gt;&lt;li&gt;Two 100 Ω resistors&lt;/li&gt;&lt;/ul&gt;  &lt;p&gt; &lt;b&gt;Caution!&lt;/b&gt;  The 4001 IC is CMOS, and therefore sensitive to static electricity! &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;CROSS-REFERENCES&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;i&gt;Lessons In Electric Circuits&lt;/i&gt;, Volume 4, chapter 3: &quot;Logic Gates&quot; &lt;/p&gt;  &lt;p&gt; &lt;i&gt;Lessons In Electric Circuits&lt;/i&gt;, Volume 4, chapter 10: &quot;Multivibrators&quot; &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;LEARNING OBJECTIVES&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;The effects of positive feedback in a digital circuit&lt;/li&gt;&lt;li&gt;What is meant by the &quot;invalid&quot; state of a latch circuit&lt;/li&gt;&lt;li&gt;What a &lt;i&gt;race condition&lt;/i&gt; is in a digital circuit&lt;/li&gt;&lt;li&gt;The importance of valid &quot;high&quot; CMOS signal voltage levels&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;SCHEMATIC DIAGRAM&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05296.png&quot; /&gt; &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;ILLUSTRATION&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05297.png&quot; /&gt; &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;INSTRUCTIONS&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; The 4001 integrated circuit is a CMOS quad NOR gate, identical in input, output, and power supply pin assignments to the 4011 quad NAND gate. Its &quot;pinout,&quot; or &quot;connection,&quot; diagram is as such: &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05298.png&quot; /&gt; &lt;/p&gt;   &lt;a name=&quot;Hysteresis&quot;&gt;&lt;/a&gt;  &lt;p&gt;When two NOR gates are cross-connected as shown in the schematic diagram, there will be positive feedback from output to input. That is, the output signal tends to maintain the gate in its last output state. Just as in op-amp circuits, positive feedback creates &lt;i&gt;hysteresis&lt;/i&gt;. This tendency for the circuit to remain in its last output state gives it a sort of &quot;memory.&quot; In fact, there are solid-state computer memory technologies based on circuitry like this! &lt;/p&gt;  &lt;a name=&quot;Set state&quot;&gt;&lt;/a&gt; &lt;a name=&quot;Reset state&quot;&gt;&lt;/a&gt; &lt;a name=&quot;Latched state&quot;&gt;&lt;/a&gt;  &lt;p&gt;If we designate the left switch as the &quot;Set&quot; input and the right switch as the &quot;Reset,&quot; the left LED will be the &quot;Q&quot; output and the right LED the &quot;Q-not&quot; output. With the Set input &quot;high&quot; (switch on) and the Reset input &quot;low,&quot; Q will go &quot;high&quot; and Q-not will go &quot;low.&quot; This is known as the &lt;i&gt;set&lt;/i&gt; state of the circuit. Making the Reset input &quot;high&quot; and the Set input &quot;low&quot; reverses the latch circuit&#39;s output state: Q &quot;low&quot; and Q-not &quot;high.&quot; This is known as the &lt;i&gt;reset&lt;/i&gt; state of the circuit. If both inputs are placed into the &quot;low&quot; state, the circuit&#39;s Q and Q-not outputs will remain in their last states, &quot;remembering&quot; their prior settings. This is known as the &lt;i&gt;latched&lt;/i&gt; state of the circuit.   &lt;/p&gt;  &lt;a name=&quot;Invalid state&quot;&gt;&lt;/a&gt; &lt;a name=&quot;Illegal state&quot;&gt;&lt;/a&gt; &lt;p&gt; Because the outputs have been designated &quot;Q&quot; and &quot;Q-not,&quot; it is implied that their states will always be complementary (opposite). Thus, if something were to happen that forced both outputs to the &lt;i&gt;same&lt;/i&gt; state, we would be inclined to call that mode of the circuit &quot;invalid.&quot; This is exactly what will happen if we make both Set and Reset inputs &quot;high:&quot; both Q and Q-not outputs will be forced to the same &quot;low&quot; logic state. This is known as the &lt;i&gt;invalid&lt;/i&gt; or &lt;i&gt;illegal&lt;/i&gt; state of the circuit, not because something has gone wrong, but because the outputs have failed to meet the expectations established by their labels. &lt;/p&gt;  &lt;p&gt;Since the &quot;latched&quot; state is a hysteretic condition whereby the last output states are &quot;remembered,&quot; one might wonder what will happen if the circuit powers up this way, with &lt;i&gt;no previous state to hold&lt;/i&gt;. To experiment, place both switches in their off positions, making both Set and Reset inputs low, then disconnect one of the battery wires from the breadboard. Then, quickly make and break contact between that battery wire and its proper connection point on the breadboard, noting the status of the two LEDs as the circuit is powered up again and again: &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05299.png&quot; /&gt; &lt;/p&gt;   &lt;a name=&quot;Race condition&quot;&gt;&lt;/a&gt;  &lt;p&gt;When a latch circuit such as this is powered up into its &quot;latched&quot; state, the gates race against each other for control. Given the &quot;low&quot; inputs, both gates try to output &quot;high&quot; signals. If one of the gates reaches its &quot;high&quot; output state before the other, that &quot;high&quot; state will be fed back to the other gate&#39;s input to force its output &quot;low,&quot; and the race is won by the faster gate. &lt;/p&gt;  &lt;p&gt;Invariably, one gate wins the race, due to internal variations between gates in the chip, and/or external resistances and capacitances that act to delay one gate more than the other. What this usually means is that the circuit tends to power up in the same mode, over and over again. However, if you are persistent in your powering/unpowering cycles, you should see at least a few times where the latch circuit powers up latched in the &lt;i&gt;opposite&lt;/i&gt; state from normal. &lt;/p&gt;  &lt;p&gt; Race conditions are generally undesirable in any kind of system, as they lead to unpredictable operation. They can be particularly troublesome to locate, as this experiment shows, because of the unpredictability they create. Imagine a scenario, for instance, where one of the two NOR gates was exceptionally slow-acting, due to a defect in the chip. This handicap would cause the other gate to win the power-up race every time. In other words, the circuit will be very predictable on power-up with both inputs &quot;low.&quot; However, suppose that the unusual chip were to be replaced by one with more evenly matched gates, or by a chip where the &lt;i&gt;other&lt;/i&gt; NOR gate were consistently slower. Normal circuit behavior is not supposed to change when a component is replaced, but if race conditions are present, a change of components may very well do just that. &lt;/p&gt;  &lt;p&gt;Due to the inherent race tendency of an S-R latch, one should not design a circuit with the expectation of a consistent power-up state, but rather use external means to &quot;force&quot; the race so that the desired gate always &quot;wins.&quot; &lt;/p&gt;  &lt;p&gt;An interesting modification to try in this circuit is to replace one of the 470 Ω LED &quot;dropping&quot; resistors with a lower-value unit, such as 100 Ω. The obvious effect of this alteration will be increased LED brightness, as more current is allowed through. A not-so-obvious effect will also result, and it is this effect which holds great learning value. Try replacing one of the 470 Ω resistors with a 100 Ω resistor, and operate the input signal switches through all four possible setting combinations, noting the behavior of the circuit. &lt;/p&gt;  &lt;p&gt;You should note that the circuit refuses to latch in one of its states (either Set or Reset), but only in the other state, when the input switches are both set &quot;low&quot; (the &quot;latch&quot; mode). Why is this? Take a voltmeter and measure the output voltage of the gate whose output is &quot;high&quot; when both inputs are &quot;low.&quot; Note this voltage indication, then set the input switches in such a way that the &lt;i&gt;other&lt;/i&gt; state (either Reset or Set) is forced, and measure the output voltage of the other gate when its output is &quot;high.&quot; Note the difference between the two gate output voltage levels, one gate loaded by an LED with a 470 Ω resistor, and the other loaded by an LED with a 100 Ω resistor. The one loaded down by the &quot;heavier&quot; load (100 Ω resistor) will be much less: so much less that this voltage will not be interpreted by the other NOR gate&#39;s input as a &quot;high&quot; signal at all as it is fed back! All logic gates have permissible &quot;high&quot; and &quot;low&quot; input signal voltage ranges, and if the voltage of a digital signal falls outside this permissible range, it might not be properly interpreted by the receiving gate. In a latch circuit such as this, which depends on a solid &quot;high&quot; signal fed back from the output of one gate to the input of the other, a &quot;weak&quot; signal will not be able to maintain the positive feedback necessary to keep the circuit latched in one of its states. &lt;/p&gt;  &lt;p&gt;This is one reason I favor the use of a voltmeter as a logic &quot;probe&quot; for determining digital signal levels, rather than an actual logic probe with &quot;high&quot; and &quot;low&quot; lights. A logic probe may not indicate the presence of a &quot;weak&quot; signal, whereas a voltmeter definitely will by means of its quantitative indication. This type of problem, common in circuits where different &quot;families&quot; of integrated circuits are mixed (TTL and CMOS, for example), can only be found with test equipment providing quantitative measurements of signal level. &lt;/p&gt;     &lt;br /&gt;&lt;br /&gt;    &lt;h2&gt;&lt;u&gt;&lt;a name=&quot;xtocid24903&quot;&gt;NAND gate S-R enabled latch&lt;/a&gt;&lt;/u&gt;&lt;/h2&gt;  &lt;a name=&quot;Experiment: NAND gate S-R enabled latch&quot;&gt;&lt;/a&gt;  &lt;p&gt; &lt;b&gt;PARTS AND MATERIALS&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;4011 quad NAND gate (Radio Shack catalog # 276-2411)&lt;/li&gt;&lt;li&gt;Eight-position DIP switch (Radio Shack catalog # 275-1301)&lt;/li&gt;&lt;li&gt;Ten-segment bargraph LED (Radio Shack catalog # 276-081)&lt;/li&gt;&lt;li&gt;One 6 volt battery&lt;/li&gt;&lt;li&gt;Three 10 kΩ resistors&lt;/li&gt;&lt;li&gt;Two 470 Ω resistors&lt;/li&gt;&lt;/ul&gt;  &lt;p&gt; &lt;b&gt;Caution!&lt;/b&gt;  The 4011 IC is CMOS, and therefore sensitive to static electricity! &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;CROSS-REFERENCES&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;i&gt;Lessons In Electric Circuits&lt;/i&gt;, Volume 4, chapter 3: &quot;Logic Gates&quot; &lt;/p&gt;  &lt;p&gt; &lt;i&gt;Lessons In Electric Circuits&lt;/i&gt;, Volume 4, chapter 10: &quot;Multivibrators&quot; &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;LEARNING OBJECTIVES&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;Principle and function of an enabled latch circuit&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;SCHEMATIC DIAGRAM&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05300.png&quot; /&gt; &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;ILLUSTRATION&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05301.png&quot; /&gt; &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;INSTRUCTIONS&lt;/b&gt; &lt;/p&gt;  &lt;p&gt;Although this circuit uses NAND gates instead of NOR gates, its behavior is identical to that of the NOR gate S-R latch (a &quot;high&quot; Set input drives Q &quot;high,&quot; and a &quot;high&quot; Reset input drives Q-not &quot;high&quot;), except for the presence of a third input: the Enable. The purpose of the Enable input is to enable or disable the Set and Reset inputs from having effect over the circuit&#39;s output status. When the Enable input is &quot;high,&quot; the circuit acts just like the NOR gate S-R latch. When the Enable input is &quot;low,&quot; the Set and Reset inputs are disabled and have no effect whatsoever on the outputs, leaving the circuit in its latched state. &lt;/p&gt;  &lt;p&gt; This kind of latch circuit (also called a &lt;i&gt;gated S-R latch&lt;/i&gt;), may be constructed from two NOR gates and two AND gates, but the NAND gate design is easier to build since it makes use of all four gates in a single integrated circuit. &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05302.png&quot; /&gt; &lt;/p&gt;    &lt;br /&gt;&lt;br /&gt;  &lt;h2&gt;&lt;u&gt;&lt;a name=&quot;xtocid24904&quot;&gt;NAND gate S-R flip-flop&lt;/a&gt;&lt;/u&gt;&lt;/h2&gt;  &lt;a name=&quot;Experiment: NAND gate S-R flip-flop&quot;&gt;&lt;/a&gt;  &lt;p&gt; &lt;b&gt;PARTS AND MATERIALS&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;4011 quad NAND gate (Radio Shack catalog # 276-2411)&lt;/li&gt;&lt;li&gt;4001 quad NOR gate (Radio Shack catalog # 276-2401)&lt;/li&gt;&lt;li&gt;Eight-position DIP switch (Radio Shack catalog # 275-1301)&lt;/li&gt;&lt;li&gt;Ten-segment bargraph LED (Radio Shack catalog # 276-081)&lt;/li&gt;&lt;li&gt;One 6 volt battery&lt;/li&gt;&lt;li&gt;Three 10 kΩ resistors&lt;/li&gt;&lt;li&gt;Two 470 Ω resistors&lt;/li&gt;&lt;/ul&gt;  &lt;p&gt; &lt;b&gt;Caution!&lt;/b&gt;  The 4011 IC is CMOS, and therefore sensitive to static electricity! &lt;/p&gt;  &lt;p&gt;Although the parts list calls for a ten-segment LED unit, the illustration shows two individual LEDs being used instead. This is due to lack of room on my breadboard to mount the switch assembly, two integrated circuits, and the bargraph. If you have room on your breadboard, feel free to use the bargraph as called for in the parts list, and as shown in prior latch circuits. &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;CROSS-REFERENCES&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;i&gt;Lessons In Electric Circuits&lt;/i&gt;, Volume 4, chapter 3: &quot;Logic Gates&quot; &lt;/p&gt;  &lt;p&gt; &lt;i&gt;Lessons In Electric Circuits&lt;/i&gt;, Volume 4, chapter 10: &quot;Multivibrators&quot; &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;LEARNING OBJECTIVES&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;The difference between a gated latch and a flip-flop&lt;/li&gt;&lt;li&gt;How to build a &quot;pulse detector&quot; circuit&lt;/li&gt;&lt;li&gt;Learn the effects of switch contact &quot;bounce&quot; on digital circuits&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;SCHEMATIC DIAGRAM&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05303.png&quot; /&gt; &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;ILLUSTRATION&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05304.png&quot; /&gt; &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;INSTRUCTIONS&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; The only difference between a &lt;i&gt;gated&lt;/i&gt; (or &lt;i&gt;enabled&lt;/i&gt;) latch and a flip-flop is that a flip-flop is enabled only on the rising or falling &lt;i&gt;edge&lt;/i&gt; of a &quot;clock&quot; signal, rather than for the entire duration of a &quot;high&quot; enable signal. Converting an enabled latch into a flip-flop simply requires that a &quot;pulse detector&quot; circuit be added to the Enable input, so that the edge of a clock pulse generates a brief &quot;high&quot; Enable pulse: &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05305.png&quot; /&gt; &lt;/p&gt;   &lt;p&gt;The single NOR gate and three inverter gates create this effect by exploiting the propagation delay time of multiple, cascaded gates. In this experiment, I use three NOR gates with paralleled inputs to create three inverters, thus using all four NOR gates of a 4001 integrated circuit: &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05306.png&quot; /&gt; &lt;/p&gt;   &lt;p&gt;Normally, when using a NOR gate as an inverter, one input would be grounded while the other acts as the inverter input, to minimize input capacitance and increase speed. Here, however, slow response is &lt;i&gt;desired&lt;/i&gt;, and so I parallel the NOR inputs to make inverters rather than use the more conventional method. &lt;/p&gt;  &lt;p&gt; Please note that this particular pulse detector circuit produces a &quot;high&quot; output pulse at every &lt;i&gt;falling edge&lt;/i&gt; of the clock (input) signal. This means that the flip-flop circuit should be responsive to the Set and Reset input states only when the middle switch is moved from &quot;on&quot; to &quot;off,&quot; not from &quot;off&quot; to &quot;on.&quot; &lt;/p&gt;  &lt;a name=&quot;Bounce, switch contact&quot;&gt;&lt;/a&gt; &lt;a name=&quot;Contact bounce&quot;&gt;&lt;/a&gt;  &lt;p&gt; When you build this circuit, though, you may discover that the outputs respond to Set and Reset input signals during &lt;i&gt;both&lt;/i&gt; transitions of the Clock input, not just when it is switched from a &quot;high&quot; state to a &quot;low&quot; state. The reason for this is contact &lt;i&gt;bounce&lt;/i&gt;: the effect of a mechanical switch rapidly making-and-breaking when its contacts are first closed, due to the elastic collision of the metal contact pads. Instead of the Clock switch producing a single, clean low-to-high signal transition when closed, there will most likely be several low-high-low &quot;cycles&quot; as the contact pads &quot;bounce&quot; upon off-to-on actuation. The first high-to-low transition caused by bouncing will trigger the pulse detector circuit, enabling the S-R latch for that moment in time, making it responsive to the Set and Reset inputs. &lt;/p&gt;  &lt;p&gt;Ideally, of course, switches are perfect and bounce-free. In the real world, though, contact bounce is a very common problem for digital gate circuits operated by switch inputs, and must be understood well if it is to be overcome. &lt;/p&gt;   &lt;br /&gt;&lt;br /&gt;  &lt;h2&gt;&lt;u&gt;&lt;a name=&quot;xtocid24905&quot;&gt;LED sequencer&lt;/a&gt;&lt;/u&gt;&lt;/h2&gt;  &lt;a name=&quot;Experiment: LED sequencer&quot;&gt;&lt;/a&gt;  &lt;p&gt; &lt;b&gt;PARTS AND MATERIALS&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;4017 decade counter/divider (Radio Shack catalog # 276-2417)&lt;/li&gt;&lt;li&gt;555 timer IC (Radio Shack catalog # 276-1723)&lt;/li&gt;&lt;li&gt;Ten-segment bargraph LED (Radio Shack catalog # 276-081)&lt;/li&gt;&lt;li&gt;One SPST switch&lt;/li&gt;&lt;li&gt;One 6 volt battery&lt;/li&gt;&lt;li&gt;10 kΩ resistor&lt;/li&gt;&lt;li&gt;1 MΩ resistor&lt;/li&gt;&lt;li&gt;0.1 µF capacitor (Radio Shack catalog # 272-135 or equivalent)&lt;/li&gt;&lt;li&gt;Coupling capacitor, 0.047 to 0.001 µF&lt;/li&gt;&lt;li&gt;Ten 470 Ω resistors&lt;/li&gt;&lt;li&gt;Audio detector with headphones&lt;/li&gt;&lt;/ul&gt;  &lt;p&gt; &lt;b&gt;Caution!&lt;/b&gt;  The 4017 IC is CMOS, and therefore sensitive to static electricity! &lt;/p&gt;  &lt;p&gt;Any single-pole, single-throw switch is adequate. A household light switch will work fine, and is readily available at any hardware store. &lt;/p&gt;  &lt;p&gt;The audio detector will be used to assess signal frequency. If you have access to an oscilloscope, the audio detector is unnecessary. &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;CROSS-REFERENCES&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;i&gt;Lessons In Electric Circuits&lt;/i&gt;, Volume 4, chapter 3: &quot;Logic Gates&quot; &lt;/p&gt;  &lt;p&gt; &lt;i&gt;Lessons In Electric Circuits&lt;/i&gt;, Volume 4, chapter 4: &quot;Switches&quot; &lt;/p&gt;  &lt;p&gt; &lt;i&gt;Lessons In Electric Circuits&lt;/i&gt;, Volume 4, chapter 11: &quot;Counters&quot; &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;LEARNING OBJECTIVES&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;Use of a 555 timer circuit to produce &quot;clock&quot; pulses (&lt;i&gt;astable&lt;/i&gt; multivibrator)&lt;/li&gt;&lt;li&gt;Use of a 4017 decade counter/divider circuit to produce a sequence of pulses&lt;/li&gt;&lt;li&gt;Use of a 4017 decade counter/divider circuit for frequency division&lt;/li&gt;&lt;li&gt;Using a frequency divider and timepiece (watch) to measure frequency&lt;/li&gt;&lt;li&gt;Purpose of a &quot;pulldown&quot; resistor&lt;/li&gt;&lt;li&gt;Learn the effects of switch contact &quot;bounce&quot; on digital circuits&lt;/li&gt;&lt;li&gt;Use of a 555 timer circuit to &quot;debounce&quot; a mechanical switch (&lt;i&gt;monostable&lt;/i&gt; multivibrator)&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;SCHEMATIC DIAGRAM&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05280.png&quot; /&gt; &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;ILLUSTRATION&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05281.png&quot; /&gt; &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;INSTRUCTIONS&lt;/b&gt; &lt;/p&gt;  &lt;p&gt;The model 4017 integrated circuit is a CMOS counter with ten output terminals. One of these ten terminals will be in a &quot;high&quot; state at any given time, with all others being &quot;low,&quot; giving a &quot;one-of-ten&quot; output sequence. If low-to-high voltage pulses are applied to the &quot;clock&quot; (Clk) terminal of the 4017, it will increment its count, forcing the next output into a &quot;high&quot; state. &lt;/p&gt;  &lt;p&gt;With a 555 timer connected as an astable multivibrator (oscillator) of low frequency, the 4017 will cycle through its ten-count sequence, lighting up each LED, one at a time, and &quot;recycling&quot; back to the first LED. The result is a visually pleasing sequence of flashing lights. Feel free to experiment with resistor and capacitor values on the 555 timer to create different flash rates. &lt;/p&gt;  &lt;p&gt;Try disconnecting the jumper wire leading from the 4017&#39;s &quot;Clock&quot; terminal (pin #14) to the 555&#39;s &quot;Output&quot; terminal (pin #3) where it connects to the 555 timer chip, and hold its end in your hand. If there is sufficient 60 Hz power-line &quot;noise&quot; around you, the 4017 will detect it as a fast clock signal, causing the LEDs to blink very rapidly. &lt;/p&gt;  &lt;p&gt;Two terminals on the 4017 chip, &quot;Reset&quot; and &quot;Clock Enable,&quot; are maintained in a &quot;low&quot; state by means of a connection to the negative side of the battery (ground). This is necessary if the chip is to count freely. If the &quot;Reset&quot; terminal is made &quot;high,&quot; the 4017&#39;s output will be reset back to 0 (pin #3 &quot;high,&quot; all other output pins &quot;low&quot;). If the &quot;Clock Enable&quot; is made &quot;high,&quot; the chip will stop responding to the clock signal and pause in its counting sequence. &lt;/p&gt;  &lt;p&gt; If the 4017&#39;s &quot;Reset&quot; terminal is connected to one of its ten output terminals, its counting sequence will be cut short, or &lt;i&gt;truncated&lt;/i&gt;. You may experiment with this by disconnecting the &quot;Reset&quot; terminal from ground, then connecting a long jumper wire to the &quot;Reset&quot; terminal for easy connection to the outputs at the ten-segment LED bargraph. Notice how many (or how few) LEDs light up with the &quot;Reset&quot; connected to any one of the outputs: &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05283.png&quot; /&gt; &lt;/p&gt;   &lt;p&gt;Counters such as the 4017 may be used as digital frequency dividers, to take a clock signal and produce a pulse occurring at some integer factor of the clock frequency. For example, if the clock signal from the 555 timer is 200 Hz, and the 4017 is configured for a full-count sequence (the &quot;Reset&quot; terminal connected to ground, giving a full, ten-step count), a signal with a period ten times as long (20 Hz) will be present at any of the 4017&#39;s output terminals. In other words, each output terminal will cycle &lt;i&gt;once&lt;/i&gt; for every &lt;i&gt;ten&lt;/i&gt; cycles of the clock signal: a frequency ten times as slow. &lt;/p&gt;  &lt;p&gt; To experiment with this principle, connect your audio detector between output 0 (pin #3) of the 4017 and ground, through a very small capacitor (0.047 µF to 0.001 µF). The capacitor is used for &quot;coupling&quot; AC signals only, to that you may audibly detect pulses without placing a DC (resistive) load on the counter chip output. With the 4017 &quot;Reset&quot; terminal grounded, you will have a full-count sequence, and you will hear a &quot;click&quot; in the headphones every time the &quot;0&quot; LED lights up, corresponding to 1/10 of the 555&#39;s actual output frequency: &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05285.png&quot; /&gt; &lt;/p&gt;   &lt;p&gt;In fact, knowing this mathematical relationship between clicks heard in the headphone and the clock frequency allows us to measure the clock frequency to a fair degree of precision. Using a stopwatch or other timepiece, count the number of clicks heard in one full minute while connected to the 4017&#39;s &quot;0&quot; output. Using a 1 MΩ resistor and 0.1 µF capacitor in the 555 timing circuit, and a power supply voltage of 13 volts (instead of 6), I counted 79 clicks in one minute from my circuit. Your circuit may produce slightly different results. Multiply the number of pulses counted at the &quot;0&quot; output by 10 to obtain the number of cycles produced by the 555 timer during that same time (my circuit: 79 x 10 = 790 cycles). Divide this number by 60 to obtain the number of timer cycles elapsed in each second (my circuit: 790/60 = 13.17). This final figure is the clock frequency in Hz. &lt;/p&gt;  &lt;p&gt;Now, leaving one test probe of the audio detector connected to ground, take the other test probe (the one with the coupling capacitor connected in series) and connect it to pin #3 of the 555 timer. The buzzing you hear is the undivided clock frequency: &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05284.png&quot; /&gt; &lt;/p&gt;   &lt;p&gt;By connecting the 4017&#39;s &quot;Reset&quot; terminal to one of the output terminals, a truncated sequence will result. If we are using the 4017 as a frequency divider, this means the output frequency will be a different factor of the clock frequency: 1/9, 1/8, 1/7, 1/6, 1/5, 1/4, 1/3, or 1/2, depending on which output terminal we connect the &quot;Reset&quot; jumper wire to. Re-connect the audio detector test probe to output &quot;0&quot; of the 4017 (pin #3), and connect the &quot;Reset&quot; terminal jumper to the sixth LED from the left on the bargraph. This should produce a 1/5 frequency division ratio: &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05286.png&quot; /&gt; &lt;/p&gt;   &lt;p&gt;Counting the number of clicks heard in one minute again, you should obtain a number approximately twice as large as what was counted with the 4017 configured for a 1/10 ratio, because 1/5 is twice as large a ratio as 1/10. If you do not obtain a count that is exactly twice what you obtained before, it is because of error inherent to the method of counting cycles: coordinating your sense of hearing with the display of a stopwatch or other time-keeping device. &lt;/p&gt;  &lt;p&gt;Try replacing the 1 MΩ timing resistor in the 555 circuit with one of greatly lesser value, such as 10 kΩ. This will increase the clock frequency driving the 4017 chip. Use the audio detector to listen to the divided frequency at pin #3 of the 4017, noting the different tones produced as you move the &quot;Reset&quot; jumper wire to different outputs, creating different frequency division ratios. See if you can produce octaves by dividing the original frequency by 2, then by 4, and then by 8 (each descending octave represents one-half the previous frequency). Octaves are readily distinguished from other divided frequencies by their similar pitches to the original tone. &lt;/p&gt;  &lt;a name=&quot;Pulldown resistor&quot;&gt;&lt;/a&gt; &lt;a name=&quot;Resistor, pulldown&quot;&gt;&lt;/a&gt;  &lt;p&gt;A final lesson that may be learned from this circuit is that of switch contact &quot;bounce.&quot; For this, you will need a switch to provide clock signals to the 4017 chip, instead of the 555 timer. Re-connect the &quot;Reset&quot; jumper wire to ground to enable a full ten-step count sequence, and disconnect the 555&#39;s output from the 4017&#39;s &quot;Clock&quot; input terminal. Connect a switch in series with a 10 kΩ &lt;i&gt;pulldown&lt;/i&gt; resistor, and connect this assembly to the 4017 &quot;Clock&quot; input as shown: &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05287.png&quot; /&gt; &lt;/p&gt;   &lt;p&gt;  &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05288.png&quot; /&gt; &lt;/p&gt;   &lt;a name=&quot;Floating input, defined&quot;&gt;&lt;/a&gt;  &lt;p&gt; The purpose of a &quot;pulldown&quot; resistor is to provide a definite &quot;low&quot; logic state when the switch contact opens. Without this resistor in place, the 4017&#39;s &quot;Clock&quot; input wire would be &lt;i&gt;floating&lt;/i&gt; whenever the switch contact was opened, leaving it susceptible to interference from stray static voltages or electrical &quot;noise,&quot; either one capable of making the 4017 count randomly. With the pulldown resistor in place, the 4017&#39;s &quot;Clock&quot; input will have a definite, albeit resistive, connection to ground, providing a stable &quot;low&quot; logic state that precludes any interference from static electricity or &quot;noise&quot; coupled from nearby AC circuit wiring. &lt;/p&gt;  &lt;a name=&quot;Bounce, switch contact&quot;&gt;&lt;/a&gt; &lt;a name=&quot;Contact bounce&quot;&gt;&lt;/a&gt;  &lt;p&gt;Actuate the switch on and off, noting the action of the LEDs. With each off-to-on switch transition, the 4017 should increment once in its count. However, you may notice some strange behavior: sometimes, the LED sequence will &quot;skip&quot; one or even several steps with a single switch closure. Why is this? It is due to very rapid, mechanical &quot;bouncing&quot; of the switch contacts. When two metallic contacts are brought together rapidly as does happen inside most switches, there will be an elastic collision. This collision results in the contacts making and breaking very rapidly as they &quot;bounce&quot; off one another. Normally, this &quot;bouncing&quot; is much to rapid for you to see its effects, but in a digital circuit such as this where the counter chip is able to respond to very quick clock pulses, these &quot;bounces&quot; are interpreted as distinct clock signals, and the count incremented accordingly. &lt;/p&gt;  &lt;a name=&quot;Monostable multivibrator&quot;&gt;&lt;/a&gt; &lt;a name=&quot;Multivibrator, monostable&quot;&gt;&lt;/a&gt; &lt;a name=&quot;Debouncing, switch&quot;&gt;&lt;/a&gt; &lt;a name=&quot;Switch debouncing&quot;&gt;&lt;/a&gt;  &lt;p&gt;One way to combat this problem is to use a timing circuit to produce a single pulse for any number of input pulse signals received within a short amount of time. The circuit is called a &lt;i&gt;monostable multivibrator&lt;/i&gt;, and any technique eliminating the false pulses caused by switch contact &quot;bounce&quot; is called &lt;i&gt;debouncing&lt;/i&gt;. &lt;/p&gt;  &lt;p&gt; The 555 timer circuit is capable of functioning as a debouncer, if the &quot;Trigger&quot; input is connected to the switch as such: &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05289.png&quot; /&gt; &lt;/p&gt;   &lt;p&gt;  &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05290.png&quot; /&gt; &lt;/p&gt;   &lt;p&gt; Please note that since we are using the 555 once again to provide a clock signal to the 4017, we must re-connect pin #3 of the 555 chip to pin #14 of the 4017 chip! Also, if you have altered the values of the resistor or capacitor in the 555 timer circuit, you should return to the original 1 MΩ and 0.1 µF components. &lt;/p&gt;  &lt;p&gt;Actuate the switch again and note the counting behavior of the 4017. There should be no more &quot;skipped&quot; counts as there were before, because the 555 timer outputs a single, crisp pulse for every &lt;i&gt;on-to-off&lt;/i&gt; actuation (notice the inversion of operation here!) of the switch. It is important that the timing of the 555 circuit be appropriate: the time to charge the capacitor should be longer than the &quot;settling&quot; period of the switch (the time required for the contacts to stop bouncing), but not so long that the timer would &quot;miss&quot; a rapid sequence of switch actuations, if they were to occur. &lt;/p&gt;   &lt;br /&gt;&lt;br /&gt;   &lt;h2&gt;&lt;u&gt;&lt;a name=&quot;xtocid24906&quot;&gt;Simple combination lock&lt;/a&gt;&lt;/u&gt;&lt;/h2&gt;  &lt;a name=&quot;Experiment: Simple combination lock&quot;&gt;&lt;/a&gt;  &lt;p&gt; &lt;b&gt;PARTS AND MATERIALS&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;4001 quad NOR gate (Radio Shack catalog # 276-2401)&lt;/li&gt;&lt;li&gt;4070 quad XOR gate (Radio Shack catalog # 900-6906)&lt;/li&gt;&lt;li&gt;Two, eight-position DIP switches (Radio Shack catalog # 275-1301)&lt;/li&gt;&lt;li&gt;Two light-emitting diodes (Radio Shack catalog # 276-026 or equivalent)&lt;/li&gt;&lt;li&gt;Four 1N914 &quot;switching&quot; diodes (Radio Shack catalog # 276-1122)&lt;/li&gt;&lt;li&gt;Ten 10 kΩ resistors&lt;/li&gt;&lt;li&gt;Two 470 Ω resistors&lt;/li&gt;&lt;li&gt;Pushbutton switch, normally open (Radio Shack catalog # 275-1556)&lt;/li&gt;&lt;li&gt;Two 6 volt batteries&lt;/li&gt;&lt;/ul&gt;  &lt;p&gt; &lt;b&gt;Caution!&lt;/b&gt;  Both the 4001 and 4070 ICs are CMOS, and therefore sensitive to static electricity! &lt;/p&gt;  &lt;p&gt;This experiment may be built using only one 8-position DIP switch, but the concept is easier to understand if two switch assemblies are used. The idea is, one switch acts to hold the correct code for unlocking the lock, while the other switch serves as a data entry point for the person trying to open the lock. In real life, of course, the switch assembly with the &quot;key&quot; code set on it must be hidden from the sight of the person opening the lock, which means it must be physically located &lt;i&gt;elsewhere&lt;/i&gt; from where the data entry switch assembly is. This requires two switch assemblies. However, if you understand this concept clearly, you may build a working circuit with only one 8-position switch, using the left four switches for data entry and the right four switches to hold the &quot;key&quot; code. &lt;/p&gt;  &lt;p&gt; For extra effect, choose different colors of LED: green for &quot;Go&quot; and red for &quot;No go.&quot;  &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;CROSS-REFERENCES&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;i&gt;Lessons In Electric Circuits&lt;/i&gt;, Volume 4, chapter 3: &quot;Logic Gates&quot; &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;LEARNING OBJECTIVES&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;Using XOR gates as bit comparators&lt;/li&gt;&lt;li&gt;How to build simple gate functions with diodes and a pullup/down resistor&lt;/li&gt;&lt;li&gt;Using NOR gates as controlled inverters&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;SCHEMATIC DIAGRAM&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05314.png&quot; /&gt; &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;ILLUSTRATION&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05315.png&quot; /&gt; &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;INSTRUCTIONS&lt;/b&gt; &lt;/p&gt;  &lt;p&gt;This circuit illustrates the use of XOR (Exclusive-OR) gates as bit comparators. Four of these XOR gates compare the respective bits of two 4-bit binary numbers, each number &quot;entered&quot; into the circuit via a set of switches. If the two numbers match, bit for bit, the green &quot;Go&quot; LED will light up when the &quot;Enter&quot; pushbutton switch is pressed. If the two numbers do not exactly match, the red &quot;No go&quot; LED will light up when the &quot;Enter&quot; pushbutton is pressed. &lt;/p&gt;  &lt;p&gt;Because four bits provides a mere sixteen possible combinations, this lock circuit is not very sophisticated. If it were used in a real application such as a home security system, the &quot;No go&quot; output would have to be connected to some kind of siren or other alarming device, so that the entry of an incorrect code would deter an unauthorized person from attempting another code entry. Otherwise, it would not take much time to try all combinations (0000 through 1111) until the correct one was found! In this experiment, I do not describe how to work this circuit into a real security system or lock mechanism, but only how to make it recognize a pre-entered code. &lt;/p&gt;  &lt;p&gt;The &quot;key&quot; code that must be matched at the data entry switch array should be hidden from view, of course. If this were part of a real security system, the data entry switch assembly would be located &lt;i&gt;outside&lt;/i&gt; the door, and the key code switch assembly &lt;i&gt;behind&lt;/i&gt; the door with the rest of the circuitry. In this experiment, you will likely locate the two switch assemblies on two different breadboards, but it is entirely possible to build the circuit using just a single (8-position) DIP switch assembly. Again, the purpose of the experiment is not to make a real security system, but merely to introduce you to the principle of XOR gate code comparison. &lt;/p&gt;  &lt;p&gt; It is the nature of an XOR gate to output a &quot;high&quot; (1) signal if the input signals are &lt;i&gt;not&lt;/i&gt; the same logic state. The four XOR gates&#39; output terminals are connected through a diode network which functions as a four-input OR gate: if &lt;i&gt;any&lt;/i&gt; of the four XOR gates outputs a &quot;high&quot; signal -- indicating that the entered code and the key code are not identical -- then a &quot;high&quot; signal will be passed on to the NOR gate logic. If the two 4-bit codes are identical, then none of the XOR gate outputs will be &quot;high,&quot; and the pull-down resistor connected to the common sides of the diodes will provide a &quot;low&quot; signal state to the NOR logic. &lt;/p&gt;  &lt;p&gt;The NOR gate logic performs a simple task: prevent either of the LEDs from turning on if the &quot;Enter&quot; pushbutton is not pressed. Only when this pushbutton is pressed can either of the LEDs energize. If the Enter switch is pressed and the XOR outputs are all &quot;low,&quot; the &quot;Go&quot; LED will light up, indicating that the correct code has been entered. If the Enter switch is pressed and any of the XOR outputs are &quot;high,&quot; the &quot;No go&quot; LED will light up, indicating that an incorrect code has been entered. Again, if this were a real security system, it would be wise to have the &quot;No go&quot; output do something that deters an unauthorized person from discovering the correct code by trial-and-error. In other words, there should be some sort of &lt;i&gt;penalty&lt;/i&gt; for entering an incorrect code.  Let your imagination guide your design of this detail! &lt;/p&gt;    &lt;br /&gt;&lt;br /&gt;   &lt;h2&gt;&lt;u&gt;&lt;a name=&quot;xtocid24907&quot;&gt;3-bit binary counter&lt;/a&gt;&lt;/u&gt;&lt;/h2&gt;  &lt;a name=&quot;Experiment: 3-bit binary counter&quot;&gt;&lt;/a&gt;  &lt;p&gt; &lt;b&gt;PARTS AND MATERIALS&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;555 timer IC (Radio Shack catalog # 276-1723)&lt;/li&gt;&lt;li&gt;One 1N914 &quot;switching&quot; diode (Radio Shack catalog # 276-1122)&lt;/li&gt;&lt;li&gt;Two 10 kΩ resistors&lt;/li&gt;&lt;li&gt;One 100 µF capacitor (Radio Shack catalog # 272-1028)&lt;/li&gt;&lt;li&gt;4027 dual J-K flip-flop (Radio Shack catalog # 900-4394)&lt;/li&gt;&lt;li&gt;Ten-segment bargraph LED (Radio Shack catalog # 276-081)&lt;/li&gt;&lt;li&gt;Three 470 Ω resistors&lt;/li&gt;&lt;li&gt;One 6 volt battery&lt;/li&gt;&lt;/ul&gt;  &lt;p&gt; &lt;b&gt;Caution!&lt;/b&gt;  The 4027 IC is CMOS, and therefore sensitive to static electricity! &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;CROSS-REFERENCES&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;i&gt;Lessons In Electric Circuits&lt;/i&gt;, Volume 4, chapter 10: &quot;Multivibrators&quot; &lt;/p&gt;  &lt;p&gt; &lt;i&gt;Lessons In Electric Circuits&lt;/i&gt;, Volume 4, chapter 11: &quot;Counters&quot; &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;LEARNING OBJECTIVES&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;Using the 555 timer as a square-wave oscillator&lt;/li&gt;&lt;li&gt;How to make an asynchronous counter using J-K flip-flops&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;SCHEMATIC DIAGRAM&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05317.png&quot; /&gt; &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;ILLUSTRATION&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05316.png&quot; /&gt; &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;INSTRUCTIONS&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; In a sense, this circuit &quot;cheats&quot; by using only two J-K flip-flops to make a three-bit binary counter. Ordinarily, three flip-flops would be used -- one for each binary bit -- but in this case we can use the clock pulse (555 timer output) as a bit of its own. When you build this circuit, you will find that it is a &quot;down&quot; counter. That is, its count sequence goes from 111 to 110 to 101 to 100 to 011 to 010 to 001 to 000 and then back to 111. While it is possible to construct an &quot;up&quot; counter using J-K flip-flops, this would require additional components and introduce more complexity into the circuit. &lt;/p&gt;  &lt;p&gt;The 555 timer operates as a slow, square-wave oscillator with a duty cycle of approximately 50 percent. This duty cycle is made possible by the use of a diode to &quot;bypass&quot; the lower resistor during the capacitor&#39;s charging cycle, so that the charging time constant is only RC and not 2RC as it would be without the diode in place. &lt;/p&gt;  &lt;p&gt;It is highly recommended, in this experiment as in all experiments, to build the circuit in stages: identify portions of the circuit with specific functions, and build those portions one at a time, testing each one and verifying its performance before building the next. A very common mistake of new electronics students is to build an entire circuit at once without testing sections of it during the construction process, and then be faced with the possibility of several problems simultaneously when it comes time to finally apply power to it. Remember that a small amount of extra attention paid to detail near the beginning of a project is worth an enormous amount of troubleshooting work near the end! Students who make the mistake of not testing circuit portions before attempting to operate the entire circuit often (falsely) think that the time it would take to test those sections is not worth it, and then spend &lt;i&gt;days&lt;/i&gt; trying to figure out what the problem(s) might be with their experiment. &lt;/p&gt;  &lt;p&gt; Following this philosophy, build the 555 timer circuit first, before even plugging the 4027 IC into the breadboard. Connect the 555&#39;s output (pin #3) to the &quot;Least Significant Bit&quot; (LSB) LED, so that you have visual indication of its status. Make sure that the output oscillates in a slow, square-wave pattern (LED is &quot;lit&quot; for about as long as it is &quot;off&quot; in a cycle), and that it is a reliable signal (no erratic behavior, no unexplained pauses). If the 555 timer is not working properly, neither will the rest of the counter circuit! Once the timer circuit has been proven good, proceed to plug the 4027 IC into the breadboard and complete the rest of the necessary connections between it, the 555 timer circuit, and the LED assembly. &lt;/p&gt;    &lt;br /&gt;&lt;br /&gt;   &lt;h2&gt;&lt;u&gt;&lt;a name=&quot;xtocid24908&quot;&gt;7-segment display&lt;/a&gt;&lt;/u&gt;&lt;/h2&gt;  &lt;a name=&quot;Experiment: 7-segment display&quot;&gt;&lt;/a&gt;  &lt;p&gt; &lt;b&gt;PARTS AND MATERIALS&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;4511 BCD-to-7seg latch/decoder/driver (Radio Shack catalog # 900-4437)&lt;/li&gt;&lt;li&gt;Common-cathode 7-segment LED display (Radio Shack catalog # 276-075)&lt;/li&gt;&lt;li&gt;Eight-position DIP switch (Radio Shack catalog # 275-1301)&lt;/li&gt;&lt;li&gt;Four 10 kΩ resistors&lt;/li&gt;&lt;li&gt;Seven 470 Ω resistors&lt;/li&gt;&lt;li&gt;One 6 volt battery&lt;/li&gt;&lt;/ul&gt;  &lt;p&gt; &lt;b&gt;Caution!&lt;/b&gt;  The 4511 IC is CMOS, and therefore sensitive to static electricity! &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;CROSS-REFERENCES&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;i&gt;Lessons In Electric Circuits&lt;/i&gt;, Volume 4, chapter 9: &quot;Combinational Logic Functions&quot; &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;LEARNING OBJECTIVES&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;How to use the 4511 7-segment decoder/display driver IC&lt;/li&gt;&lt;li&gt;Gain familiarity with the BCD code&lt;/li&gt;&lt;li&gt;How to use 7-segment LED assemblies to create decimal digit displays&lt;/li&gt;&lt;li&gt;How to identify and use both &quot;active-low&quot; and &quot;active-high&quot; logic inputs&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;SCHEMATIC DIAGRAM&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05318.png&quot; /&gt; &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;ILLUSTRATION&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05319.png&quot; /&gt; &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;INSTRUCTIONS&lt;/b&gt; &lt;/p&gt;  &lt;p&gt;This experiment is more of an introduction to the 4511 decoder/display driver IC than it is a lesson in how to &quot;build up&quot; a digital function from lower-level components. Since 7-segment displays are &lt;i&gt;very&lt;/i&gt; common components of digital devices, it is good to be familiar with the &quot;driving&quot; circuits behind them, and the 4511 is a good example of a typical driver IC. &lt;/p&gt;  &lt;p&gt;Its operating principle is to input a four-bit BCD (Binary-Coded Decimal) value, and energize the proper output lines to form the corresponding decimal digit on the 7-segment LED display. The BCD inputs are designated A, B, C, and D in order from least-significant to most-significant. Outputs are labeled a, b, c, d, e, f, and g, each letter corresponding to a standardized segment designation for 7-segment displays. Of course, since each LED segment requires its own dropping resistor, we must use seven 470 Ω resistors placed in series between the 4511&#39;s output terminals and the corresponding terminals of the display unit. &lt;/p&gt;  &lt;p&gt;Most 7-segment displays also provide for a decimal point (sometimes two!), a separate LED and terminal designated for its operation. All LEDs inside the display unit are made common to each other on one side, either cathode or anode. The 4511 display driver IC requires a common-cathode 7-segment display unit, and so that is what is used here. &lt;/p&gt;  &lt;p&gt;After building the circuit and applying power, operate the four switches in a binary counting sequence (0000 to 1111), noting the 7-segment display. A 0000 input should result in a decimal &quot;0&quot; display, a 0001 input should result in a decimal &quot;1&quot; display, and so on through 1001 (decimal &quot;9&quot;). What happens for the binary numbers 1010 (10) through 1111 (15)? Read the datasheet on the 4511 IC and see what the manufacturer specifies for operation above an input value of 9. In the BCD code, there is no real meaning for 1010, 1011, 1100, 1101, 1110, or 1111. These are binary values beyond the range of a single decimal digit, and so have no function in a BCD system. The 4511 IC is built to recognize this, and output (or not output!) accordingly. &lt;/p&gt;  &lt;p&gt; Three inputs on the 4511 chip have been permanently connected to either V&lt;sub&gt;dd&lt;/sub&gt; or ground: the &quot;Lamp Test,&quot; &quot;Blanking Input,&quot; and &quot;Latch Enable.&quot; To learn what these inputs do, remove the short jumpers connecting them to either power supply rail (one at a time!), and replace the short jumper with a longer one that can reach the &lt;i&gt;other&lt;/i&gt; power supply rail. For example, remove the short jumper connecting the &quot;Latch Enable&quot; input (pin #5) to ground, and replace it with a long jumper wire that can reach all the way to the V&lt;sub&gt;dd&lt;/sub&gt; power supply rail. Experiment with making this input &quot;high&quot; and &quot;low,&quot; observing the results on the 7-segment display as you alter the BCD code with the four input switches. After you&#39;ve learned what the input&#39;s function is, connect it to the power supply rail enabling normal operation, and proceed to experiment with the next input (either &quot;Lamp Test&quot; or &quot;Blanking Input&quot;). &lt;/p&gt;  &lt;a name=&quot;Active-low input&quot;&gt;&lt;/a&gt; &lt;a name=&quot;Active-high input&quot;&gt;&lt;/a&gt;  &lt;p&gt;Once again, the manufacturer&#39;s datasheet will be informative as to the purpose of each of these three inputs. Note that the &quot;Lamp Test&quot; (LT) and &quot;Blanking Input&quot; (BI) input labels are written with boolean complementation bars over the abbreviations. Bar symbols designate these inputs as &lt;i&gt;active-low&lt;/i&gt;, meaning that you must make each one &quot;low&quot; in order to invoke its particular function. Making an active-low input &quot;high&quot; places that particular input into a &quot;passive&quot; state where its function will not be invoked. Conversely, the &quot;Latch Enable&quot; (LE) input has no complementation bar written over its abbreviation, and correspondingly it is shown connected to ground (&quot;low&quot;) in the schematic so as to not invoke that function. The &quot;Latch Enable&quot; input is an &lt;i&gt;active-high&lt;/i&gt; input, which means it must be made &quot;high&quot; (connected to V&lt;sub&gt;dd&lt;/sub&gt;) in order to invoke its function. &lt;/p&gt;        &lt;!--Logic probe (op-amp based)--&gt;&lt;!--NAND gate universality--&gt;&lt;!--NOR gate universality--&gt;&lt;!--XOR gate as bit comparator / controlled inverter--&gt;&lt;!--Grey-to-Binary converter circuit--&gt;&lt;!--D-latch made from NAND gates--&gt;&lt;!--Quadrature direction detector using a D-latch--&gt;&lt;!--J-K flip-flop truth table circuit--&gt;&lt;!--Synchronous counter using J-K flip-flops--&gt;&lt;!--Arbitrary waveform generator (need &#39;scope to view)--&gt;&lt;!--Audio signal multiplexer--&gt;&lt;!--First-out alarm circuit--&gt;                   &lt;!--Digitally-timed delay relay (using 60 Hz power as timebase)--&gt;&lt;/span&gt;</content><link rel='replies' type='application/atom+xml' href='http://electric-circuit.blogspot.com/feeds/3601706900557075460/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/1619153610255502548/3601706900557075460' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1619153610255502548/posts/default/3601706900557075460'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1619153610255502548/posts/default/3601706900557075460'/><link rel='alternate' type='text/html' href='http://electric-circuit.blogspot.com/2008/08/digital-integrated-circuits.html' title='DIGITAL INTEGRATED CIRCUITS'/><author><name>admin</name><uri>http://www.blogger.com/profile/04147612320152380794</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1619153610255502548.post-4500517759681954425</id><published>2008-08-10T05:57:00.000-07:00</published><updated>2008-08-10T07:21:14.686-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Experiments"/><title type='text'>ANALOG INTEGRATED CIRCUITS</title><content type='html'>&lt;h2&gt;&lt;u&gt;&lt;a name=&quot;xtocid24820&quot;&gt;Introduction&lt;/a&gt;&lt;/u&gt;&lt;/h2&gt;  &lt;a name=&quot;Analog&quot;&gt;&lt;/a&gt; &lt;a name=&quot;Digital&quot;&gt;&lt;/a&gt;  &lt;p&gt; &lt;i&gt;Analog&lt;/i&gt; circuits are circuits dealing with signals free to vary from zero to full power supply voltage.  This stands in contrast to &lt;i&gt;digital&lt;/i&gt; circuits, which almost exclusively employ &quot;all or nothing&quot; signals: voltages restricted to values of zero and full supply voltage, with no valid state in between those extreme limits. Analog circuits are often referred to as &lt;i&gt;linear&lt;/i&gt; circuits to emphasize the valid continuity of signal range forbidden in digital circuits, but this label is unfortunately misleading. Just because a voltage or current signal is allowed to vary smoothly between the extremes of zero and full power supply limits does not necessarily mean that all mathematical relationships between these signals are linear in the &quot;straight-line&quot; or &quot;proportional&quot; sense of the word. As you will see in this chapter, many so-called &quot;linear&quot; circuits are quite &lt;i&gt;non&lt;/i&gt;linear in their behavior, either by necessity of physics or by design. &lt;/p&gt;  &lt;a name=&quot;Integrated circuit&quot;&gt;&lt;/a&gt; &lt;a name=&quot;IC&quot;&gt;&lt;/a&gt;  &lt;p&gt; The circuits in this chapter make use of &lt;i&gt;IC&lt;/i&gt;, or &lt;i&gt;integrated circuit&lt;/i&gt;, components. Such components are actually networks of interconnected components manufactured on a single wafer of semiconducting material. Integrated circuits providing a multitude of pre-engineered functions are available at very low cost, benefitting students, hobbyists and professional circuit designers alike. Most integrated circuits provide the same functionality as &quot;discrete&quot; semiconductor circuits at higher levels of reliability and at a fraction of the cost. Usually, discrete-component circuit construction is favored only when power dissipation levels are too high for integrated circuits to handle. &lt;/p&gt;  &lt;a name=&quot;Operational amplifier&quot;&gt;&lt;/a&gt; &lt;a name=&quot;Feedback&quot;&gt;&lt;/a&gt;  &lt;p&gt; Perhaps the most versatile and important analog integrated circuit for the student to master is the &lt;i&gt;operational amplifier&lt;/i&gt;, or &lt;i&gt;op-amp&lt;/i&gt;. Essentially nothing more than a differential amplifier with very high voltage gain, op-amps are the workhorse of the analog design world. By cleverly applying feedback from the output of an op-amp to one or more of its inputs, a wide variety of behaviors may be obtained from this single device. Many different models of op-amp are available at low cost, but circuits described in this chapter will incorporate only commonly available op-amp models. &lt;/p&gt;     &lt;br /&gt;&lt;span class=&quot;fullpost&quot;&gt;&lt;br /&gt;    &lt;h2&gt;&lt;u&gt;&lt;a name=&quot;xtocid24821&quot;&gt;Voltage comparator&lt;/a&gt;&lt;/u&gt;&lt;/h2&gt;  &lt;a name=&quot;Experiment: Voltage comparator&quot;&gt;&lt;/a&gt;  &lt;p&gt; &lt;b&gt;PARTS AND MATERIALS&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;Operational amplifier, model 1458 or 353 recommended (Radio Shack catalog # 276-038 and 900-6298, respectively)&lt;/li&gt;&lt;li&gt;Three 6 volt batteries&lt;/li&gt;&lt;li&gt;Two 10 kΩ potentiometers, linear taper (Radio Shack catalog # 271-1715)&lt;/li&gt;&lt;li&gt;One light-emitting diode (Radio Shack catalog # 276-026 or equivalent)&lt;/li&gt;&lt;li&gt;One 330 Ω resistor&lt;/li&gt;&lt;li&gt;One 470 Ω resistor&lt;/li&gt;&lt;/ul&gt;  &lt;p&gt;This experiment only requires a single operational amplifier. The model 1458 and 353 are both &quot;dual&quot; op-amp units, with two complete amplifier circuits housed in the same 8-pin DIP package. I recommend that you purchase and use &quot;dual&quot; op-amps over &quot;single&quot; op-amps even if a project only requires one, because they are more versatile (the same op-amp unit can function in projects requiring only one amplifier as well as in projects requiring two). In the interest of purchasing and stocking the least number of components for your home laboratory, this makes sense. &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;CROSS-REFERENCES&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;i&gt;Lessons In Electric Circuits&lt;/i&gt;, Volume 3, chapter 8: &quot;Operational Amplifiers&quot; &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;LEARNING OBJECTIVES&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;How to use an op-amp as a comparator&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;SCHEMATIC DIAGRAM&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05205.png&quot; /&gt; &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;ILLUSTRATION&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05206.png&quot; /&gt; &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;INSTRUCTIONS&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; A &lt;i&gt;comparator&lt;/i&gt; circuit compares two voltage signals and determines which one is greater. The result of this comparison is indicated by the output voltage: if the op-amp&#39;s output is saturated in the positive direction, the noninverting input (+) is a greater, or more positive, voltage than the inverting input (-), all voltages measured with respect to ground. If the op-amp&#39;s voltage is near the negative supply voltage (in this case, 0 volts, or ground potential), it means the inverting input (-) has a greater voltage applied to it than the noninverting input (+). &lt;/p&gt;  &lt;p&gt;This behavior is much easier understood by experimenting with a comparator circuit than it is by reading someone&#39;s verbal description of it. In this experiment, two potentiometers supply variable voltages to be compared by the op-amp. The output status of the op-amp is indicated visually by the LED. By adjusting the two potentiometers and observing the LED, one can easily comprehend the function of a comparator circuit. &lt;/p&gt;  &lt;p&gt;For greater insight into this circuit&#39;s operation, you might want to connect a pair of voltmeters to the op-amp input terminals (both voltmeters referenced to ground) so that both input voltages may be numerically compared with each other, these meter indications compared to the LED status: &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05207.png&quot; /&gt; &lt;/p&gt;   &lt;p&gt;Comparator circuits are widely used to compare physical measurements, provided those physical variables can be translated into voltage signals. For instance, if a small generator were attached to an anemometer wheel to produce a voltage proportional to wind speed, that wind speed signal could be compared with a &quot;set-point&quot; voltage and compared by an op-amp to drive a high wind speed alarm: &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05208.png&quot; /&gt; &lt;/p&gt;     &lt;br /&gt;&lt;br /&gt;    &lt;h2&gt;&lt;u&gt;&lt;a name=&quot;xtocid24822&quot;&gt;Precision voltage follower&lt;/a&gt;&lt;/u&gt;&lt;/h2&gt;  &lt;a name=&quot;Experiment: Precision voltage follower&quot;&gt;&lt;/a&gt;  &lt;p&gt; &lt;b&gt;PARTS AND MATERIALS&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;Operational amplifier, model 1458 or 353 recommended (Radio Shack catalog # 276-038 and 900-6298, respectively)&lt;/li&gt;&lt;li&gt;Three 6 volt batteries&lt;/li&gt;&lt;li&gt;One 10 kΩ potentiometer, linear taper (Radio Shack catalog # 271-1715)&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;CROSS-REFERENCES&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;i&gt;Lessons In Electric Circuits&lt;/i&gt;, Volume 3, chapter 8: &quot;Operational Amplifiers&quot; &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;LEARNING OBJECTIVES&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;How to use an op-amp as a voltage follower&lt;/li&gt;&lt;li&gt;Purpose of negative feedback&lt;/li&gt;&lt;li&gt;Troubleshooting strategy&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;SCHEMATIC DIAGRAM&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05209.png&quot; /&gt; &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;ILLUSTRATION&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05210.png&quot; /&gt; &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;INSTRUCTIONS&lt;/b&gt; &lt;/p&gt;  &lt;a name=&quot;Feedback&quot;&gt;&lt;/a&gt;  &lt;p&gt; In the previous op-amp experiment, the amplifier was used in &quot;open-loop&quot; mode; that is, without any &lt;i&gt;feedback&lt;/i&gt; from output to input. As such, the full voltage gain of the operational amplifier was available, resulting in the output voltage saturating for virtually any amount of differential voltage applied between the two input terminals. This is good if we desire comparator operation, but if we want the op-amp to behave as a true &lt;i&gt;amplifier&lt;/i&gt;, we need it to exhibit a manageable voltage gain. &lt;/p&gt;  &lt;p&gt; Since we do not have the luxury of disassembling the integrated circuitry of the op-amp and changing resistor values to give a lesser voltage gain, we are limited to external connections and componentry. Actually, this is not a disadvantage as one might think, because the combination of extremely high open-loop voltage gain coupled with feedback allows us to use the op-amp for a much wider variety of purposes, much easier than if we were to exercise the option of modifying its internal circuitry. &lt;/p&gt;  &lt;a name=&quot;Voltage follower&quot;&gt;&lt;/a&gt;  &lt;p&gt;If we connect the output of an op-amp to its inverting (-) input, the output voltage will seek whatever level is necessary to balance the inverting input&#39;s voltage with that applied to the noninverting (+) input. If this feedback connection is direct, as in a straight piece of wire, the output voltage will precisely &quot;follow&quot; the noninverting input&#39;s voltage. Unlike the &lt;i&gt;voltage follower&lt;/i&gt; circuit made from a single transistor (see chapter 5: Discrete Semiconductor Circuits), which approximated the input voltage to within several tenths of a volt, this voltage follower circuit will output a voltage accurate to within mere &lt;i&gt;microvolts&lt;/i&gt; of the input voltage! &lt;/p&gt;  &lt;p&gt; Measure the input voltage of this circuit with a voltmeter connected between the op-amp&#39;s noninverting (+) input terminal and circuit ground (the negative side of the power supply), and the output voltage between the op-amp&#39;s output terminal and circuit ground. Watch the op-amp&#39;s output voltage follow the input voltage as you adjust the potentiometer through its range. &lt;/p&gt;  &lt;p&gt; You may directly measure the difference, or &lt;i&gt;error&lt;/i&gt;, between output and input voltages by connecting the voltmeter between the op-amp&#39;s two input terminals. Throughout most of the potentiometer&#39;s range, this error voltage should be almost zero. &lt;/p&gt;  &lt;a name=&quot;Rail voltage&quot;&gt;&lt;/a&gt;  &lt;p&gt;Try moving the potentiometer to one of its extreme positions, far clockwise or far counterclockwise. Measure error voltage, or compare output voltage against input voltage. Do you notice anything unusual? If you are using the model 1458 or model 353 op-amp for this experiment, you should measure a substantial error voltage, or difference between output and input. Many op-amps, the specified models included, cannot &quot;swing&quot; their output voltage exactly to full power supply (&quot;rail&quot;) voltage levels. In this case, the &quot;rail&quot; voltages are +18 volts and 0 volts, respectively. Due to limitations in the 1458&#39;s internal circuitry, its output voltage is unable to exactly reach these high and low limits. You may find that it can only go within a volt or two of the power supply &quot;rails.&quot; This is a very important limitation to understand when designing circuits using operational amplifiers. If full &quot;rail-to-rail&quot; output voltage swing is required in a circuit design, other op-amp models may be selected which offer this capability. The model 3130 is one such op-amp. &lt;/p&gt;  &lt;p&gt;Precision voltage follower circuits are useful if the voltage signal to be amplified cannot tolerate &quot;loading;&quot; that is, if it has a high source impedance. Since a voltage follower by definition has a voltage gain of 1, its purpose has nothing to do with amplifying voltage, but rather with amplifying a signal&#39;s capacity to deliver &lt;i&gt;current&lt;/i&gt; to a load. &lt;/p&gt;  &lt;p&gt; Voltage follower circuits have another important use for circuit builders: they allow for simple linear testing of an op-amp. One of the troubleshooting techniques I recommend is to &lt;i&gt;simplify and rebuild&lt;/i&gt;. Suppose that you are building a circuit using one or more op-amps to perform some advanced function. If one of those op-amps seems to be causing a problem and you suspect it may be faulty, try re-connecting it as a simple voltage follower and see if it functions in that capacity. An op-amp that fails to work as a voltage follower certainly won&#39;t work as anything more complex! &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;COMPUTER SIMULATION&lt;/b&gt; &lt;/p&gt;   &lt;p&gt; &lt;u&gt;Schematic with SPICE node numbers:&lt;/u&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05211.png&quot; /&gt; &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;u&gt;Netlist (make a text file containing the following text, verbatim):&lt;/u&gt; &lt;/p&gt;  &lt;pre&gt;Voltage follower&lt;br /&gt;vinput 1 0&lt;br /&gt;rbogus 1 0 1meg&lt;br /&gt;e1 2 0 1 2 999meg&lt;br /&gt;rload 2 0 10k&lt;br /&gt;.dc vinput 5 5 1&lt;br /&gt;.print dc v(1,0) v(2,0) v(1,2)&lt;br /&gt;.end&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; An ideal operational amplifier may be simulated in SPICE using a &lt;i&gt;dependent voltage source&lt;/i&gt; (&lt;tt&gt;e1&lt;/tt&gt; in the netlist).  The output nodes are specified first (&lt;tt&gt;2 0&lt;/tt&gt;), then the two input nodes, non-inverting input first (&lt;tt&gt;1 2&lt;/tt&gt;).  Open-loop gain is specified last (&lt;tt&gt;999meg&lt;/tt&gt;) in the dependent voltage source line. &lt;/p&gt;  &lt;p&gt;Because SPICE views the input impedance of a dependent source as infinite, some finite amount of resistance must be included to avoid an analysis error. This is the purpose of R&lt;sub&gt;bogus&lt;/sub&gt;: to provide DC path to ground for the V&lt;sub&gt;input&lt;/sub&gt; voltage source.  Such &quot;bogus&quot; resistances should be arbitrarily large.  In this simulation I chose 1 MΩ for an R&lt;sub&gt;bogus&lt;/sub&gt; value.   &lt;/p&gt;  &lt;p&gt; A load resistor is included in the circuit for much the same reason: to provide a DC path for current at the output of the dependent voltage source. As you can see, SPICE doesn&#39;t like open circuits! &lt;/p&gt;    &lt;br /&gt;&lt;br /&gt;    &lt;h2&gt;&lt;u&gt;&lt;a name=&quot;xtocid24823&quot;&gt;Noninverting amplifier&lt;/a&gt;&lt;/u&gt;&lt;/h2&gt;  &lt;a name=&quot;Experiment: Noninverting amplifier&quot;&gt;&lt;/a&gt;  &lt;p&gt; &lt;b&gt;PARTS AND MATERIALS&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;Operational amplifier, model 1458 or 353 recommended (Radio Shack catalog # 276-038 and 900-6298, respectively)&lt;/li&gt;&lt;li&gt;Three 6 volt batteries&lt;/li&gt;&lt;li&gt;Two 10 kΩ potentiometers, linear taper (Radio Shack catalog # 271-1715)&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;CROSS-REFERENCES&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;i&gt;Lessons In Electric Circuits&lt;/i&gt;, Volume 3, chapter 8: &quot;Operational Amplifiers&quot; &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;LEARNING OBJECTIVES&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;How to use an op-amp as a single-ended amplifier&lt;/li&gt;&lt;li&gt;Using divided, negative feedback&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;SCHEMATIC DIAGRAM&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05219.png&quot; /&gt; &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;ILLUSTRATION&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05220.png&quot; /&gt; &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;INSTRUCTIONS&lt;/b&gt; &lt;/p&gt;  &lt;p&gt;This circuit differs from the voltage follower in only one respect: output voltage is &quot;fed back&quot; to the inverting (-) input through a voltage-dividing potentiometer rather than being directly connected. With only a &lt;i&gt;fraction&lt;/i&gt; of the output voltage fed back to the inverting input, the op-amp will output a corresponding &lt;i&gt;multiple&lt;/i&gt; of the voltage sensed at the noninverting (+) input in keeping the input differential voltage near zero. In other words, the op-amp will now function as an amplifier with a controllable voltage gain, that gain being established by the position of the feedback potentiometer (R&lt;sub&gt;2&lt;/sub&gt;). &lt;/p&gt;  &lt;p&gt; Set R&lt;sub&gt;2&lt;/sub&gt; to approximately mid-position. This should give a voltage gain of about 2. Measure both input and output voltage for several positions of the input potentiometer R&lt;sub&gt;1&lt;/sub&gt;.  Move R&lt;sub&gt;2&lt;/sub&gt; to a different position and re-take voltage measurements for several positions of R&lt;sub&gt;1&lt;/sub&gt;.  For any given R&lt;sub&gt;2&lt;/sub&gt; position, the ratio between output and input voltage should be the same. &lt;/p&gt;  &lt;a name=&quot;Noninverting amplifier&quot;&gt;&lt;/a&gt; &lt;a name=&quot;Inverting amplifier&quot;&gt;&lt;/a&gt; &lt;a name=&quot;Amplifier, noninverting&quot;&gt;&lt;/a&gt; &lt;a name=&quot;Amplifier, inverting&quot;&gt;&lt;/a&gt;  &lt;p&gt; You will also notice that the input and output voltages are always positive with respect to ground. Because the output voltage increases in a positive direction for a positive increase of the input voltage, this amplifier is referred to as &lt;i&gt;noninverting&lt;/i&gt;. If the output and input voltages were related to one another in an inverse fashion (i.e. positive increasing input voltage results in positive decreasing or negative increasing output), then the amplifier would be known as an &lt;i&gt;inverting&lt;/i&gt; type. &lt;/p&gt;  &lt;p&gt; The ability to leverage an op-amp in this fashion to create an amplifier with controllable voltage gain makes this circuit an extremely useful one. It would take quite a bit more design and troubleshooting effort to produce a similar circuit using discrete transistors. &lt;/p&gt;  &lt;p&gt; Try adjusting R&lt;sub&gt;2&lt;/sub&gt; for maximum and minimum voltage gain.  What is the &lt;i&gt;lowest&lt;/i&gt; voltage gain attainable with this amplifier configuration?  Why do you think this is? &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;COMPUTER SIMULATION&lt;/b&gt; &lt;/p&gt;   &lt;p&gt; &lt;u&gt;Schematic with SPICE node numbers:&lt;/u&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05221.png&quot; /&gt; &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;u&gt;Netlist (make a text file containing the following text, verbatim):&lt;/u&gt; &lt;/p&gt;  &lt;pre&gt;Noninverting amplifier&lt;br /&gt;vinput 1 0&lt;br /&gt;r2 3 2 5k&lt;br /&gt;r1 2 0 5k&lt;br /&gt;rbogus 1 0 1meg&lt;br /&gt;e1 3 0 1 2 999meg&lt;br /&gt;rload 3 0 10k&lt;br /&gt;.dc vinput 5 5 1&lt;br /&gt;.print dc v(1,0) v(3,0)&lt;br /&gt;.end&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; With R&lt;sub&gt;1&lt;/sub&gt; and R&lt;sub&gt;2&lt;/sub&gt; set equally to 5 kΩ in the simulation, it mimics the feedback potentiometer of the real circuit at mid-position (50%). To simulate the potentiometer at the 75% position, set R&lt;sub&gt;2&lt;/sub&gt; to 7.5 kΩ and R&lt;sub&gt;1&lt;/sub&gt; to 2.5 kΩ. &lt;/p&gt;     &lt;br /&gt;&lt;br /&gt;     &lt;h2&gt;&lt;u&gt;&lt;a name=&quot;xtocid24824&quot;&gt;High-impedance voltmeter&lt;/a&gt;&lt;/u&gt;&lt;/h2&gt;  &lt;a name=&quot;Experiment: High-impedance voltmeter&quot;&gt;&lt;/a&gt;  &lt;p&gt; &lt;b&gt;PARTS AND MATERIALS&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;Operational amplifier, model TL082 recommended (Radio Shack catalog # 276-1715)&lt;/li&gt;&lt;li&gt;Operational amplifier, model LM1458 recommended (Radio Shack catalog # 276-038)&lt;/li&gt;&lt;li&gt;Four 6 volt batteries&lt;/li&gt;&lt;li&gt;One meter movement, 1 mA full-scale deflection (Radio Shack catalog #22-410)&lt;/li&gt;&lt;li&gt;15 kΩ precision resistor&lt;/li&gt;&lt;li&gt;Four 1 MΩ resistors&lt;/li&gt;&lt;/ul&gt;  &lt;p&gt; The 1 mA meter movement sold by Radio Shack is advertised as a 0-15 VDC meter, but is actually a 1 mA movement sold with a 15 kΩ +/- 1% tolerance multiplier resistor. If you get this Radio Shack meter movement, you can use the included 15 kΩ resistor for the resistor specified in the parts list. &lt;/p&gt;  &lt;p&gt;This meter experiment is based on a JFET-input op-amp such as the TL082. The other op-amp (model 1458) is used in this experiment to demonstrate the absence of latch-up: a problem inherent to the TL082. &lt;/p&gt;  &lt;p&gt; You don&#39;t need 1 MΩ resistors, &lt;i&gt;exactly&lt;/i&gt;.  Any very high resistance resistors will suffice. &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;CROSS-REFERENCES&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;i&gt;Lessons In Electric Circuits&lt;/i&gt;, Volume 3, chapter 8: &quot;Operational Amplifiers&quot; &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;LEARNING OBJECTIVES&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;Voltmeter loading: its causes and its solution&lt;/li&gt;&lt;li&gt;How to make a high-impedance voltmeter using an op-amp&lt;/li&gt;&lt;li&gt;What op-amp &quot;latch-up&quot; is and how to avoid it&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;SCHEMATIC DIAGRAM&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05273.png&quot; /&gt; &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;ILLUSTRATION&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05276.png&quot; /&gt; &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;INSTRUCTIONS&lt;/b&gt; &lt;/p&gt;  &lt;p&gt;An ideal voltmeter has infinite input impedance, meaning that it draws zero current from the circuit under test. This way, there will be no &quot;impact&quot; on the circuit as the voltage is being measured. The more current a voltmeter draws from the circuit under test, the more the measured voltage will &quot;sag&quot; under the loading effect of the meter, like a tire-pressure gauge releasing air out of the tire being measured: the more air released from the tire, the more the tire&#39;s pressure will be impacted in the act of measurement. This loading is more pronounced on circuits of high resistance, like the voltage divider made of 1 MΩ resistors, shown in the schematic diagram. &lt;/p&gt;  &lt;p&gt;If you were to build a simple 0-15 volt range voltmeter by connecting the 1 mA meter movement in series with the 15 kΩ precision resistor, and try to use this voltmeter to measure the voltages at TP1, TP2, or TP3 (with respect to ground), you&#39;d encounter &lt;i&gt;severe&lt;/i&gt; measurement errors induced by meter &quot;impact:&quot; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05274.png&quot; /&gt; &lt;/p&gt;   &lt;p&gt; Try using the meter movement and 15 kΩ resistor as shown to measure these three voltages. Does the meter read falsely high or falsely low? Why do you think this is? &lt;/p&gt;  &lt;p&gt;If we were to increase the meter&#39;s input impedance, we would diminish its current draw or &quot;load&quot; on the circuit under test and consequently improve its measurement accuracy. An op-amp with high-impedance inputs (using a JFET transistor input stage rather than a BJT input stage) works well for this application. &lt;/p&gt;  &lt;p&gt; Note that the meter movement is part of the op-amp&#39;s feedback loop from output to inverting input. This circuit drives the meter movement with a current proportional to the voltage impressed at the noninverting (+) input, the requisite current supplied directly from the batteries through the op-amp&#39;s power supply pins, not from the circuit under test through the test probe. The meter&#39;s range is set by the resistor connecting the inverting (-) input to ground. &lt;/p&gt;  &lt;p&gt; Build the op-amp meter circuit as shown and re-take voltage measurements at TP1, TP2, and TP3. You should enjoy far better success this time, with the meter movement accurately measuring these voltages (approximately 3, 6, and 9 volts, respectively). &lt;/p&gt;  &lt;p&gt;You may witness the extreme sensitivity of this voltmeter by touching the test probe with one hand and the most positive battery terminal with the other. Notice how you can drive the needle upward on the scale simply by measuring battery voltage through your body resistance: an impossible feat with the original, unamplified voltmeter circuit. If you touch the test probe to ground, the meter should read exactly 0 volts. &lt;/p&gt;  &lt;p&gt;After you&#39;ve proven this circuit to work, modify it by changing the power supply from dual to split. This entails removing the center-tap ground connection between the 2nd and 3rd batteries, and grounding the far negative battery terminal instead: &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05275.png&quot; /&gt; &lt;/p&gt;   &lt;p&gt;This alteration in the power supply increases the voltages at TP1, TP2, and TP3 to 6, 12, and 18 volts, respectively. With a 15 kΩ range resistor and a 1 mA meter movement, measuring 18 volts will gently &quot;peg&quot; the meter, but you should be able to measure the 6 and 12 volt test points just fine. &lt;/p&gt;  &lt;a name=&quot;Latch-up&quot;&gt;&lt;/a&gt;  &lt;p&gt; Try touching the meter&#39;s test probe to ground.  This &lt;i&gt;should&lt;/i&gt; drive the meter needle to exactly 0 volts as before, but it will not!  What is happening here is an op-amp phenomenon called &lt;i&gt;latch-up&lt;/i&gt;: where the op-amp output drives to a positive voltage when the input common-mode voltage exceeds the allowable limit. In this case, as with many JFET-input op-amps, neither input should be allowed to come close to either power supply rail voltage. With a single supply, the op-amp&#39;s negative power rail is at ground potential (0 volts), so grounding the test probe brings the noninverting (+) input exactly to that rail voltage. This is bad for a JFET op-amp, and drives the output strongly positive, even though it doesn&#39;t seem like it should, based on how op-amps are supposed to function. &lt;/p&gt;  &lt;p&gt;When the op-amp ran on a &quot;dual&quot; supply (+12/-12 volts, rather than a &quot;single&quot; +24 volt supply), the negative power supply rail was 12 volts away from ground (0 volts), so grounding the test probe didn&#39;t violate the op-amp&#39;s common-mode voltage limit. However, with the &quot;single&quot; +24 volt supply, we have a problem. Note that some op-amps do not &quot;latch-up&quot; the way the model TL082 does. You may replace the TL082 with an LM1458 op-amp, which is pin-for-pin compatible (no breadboard wiring changes needed). The model 1458 will not &quot;latch-up&quot; when the test probe is grounded, although you may still get incorrect meter readings with the measured voltage exactly equal to the negative power supply rail. As a general rule, you should always be sure the op-amp&#39;s power supply rail voltages exceed the expected input voltages. &lt;/p&gt;     &lt;br /&gt;&lt;br /&gt;    &lt;h2&gt;&lt;u&gt;&lt;a name=&quot;xtocid24825&quot;&gt;Integrator&lt;/a&gt;&lt;/u&gt;&lt;/h2&gt;  &lt;a name=&quot;Experiment: Integrator&quot;&gt;&lt;/a&gt;  &lt;p&gt; &lt;b&gt;PARTS AND MATERIALS&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;Four 6 volt batteries&lt;/li&gt;&lt;li&gt;Operational amplifier, model 1458 recommended (Radio Shack catalog # 276-038)&lt;/li&gt;&lt;li&gt;One 10 kΩ potentiometer, linear taper (Radio Shack catalog # 271-1715)&lt;/li&gt;&lt;li&gt;Two capacitors, 0.1 µF each, non-polarized (Radio Shack catalog # 272-135)&lt;/li&gt;&lt;li&gt;Two 100 kΩ resistors&lt;/li&gt;&lt;li&gt;Three 1 MΩ resistors&lt;/li&gt;&lt;/ul&gt;  &lt;p&gt;Just about any operational amplifier model will work fine for this integrator experiment, but I&#39;m specifying the model 1458 over the 353 because the 1458 has much higher input bias currents. Normally, high input bias current is a bad characteristic for an op-amp to have in a precision DC amplifier circuit (and especially an integrator circuit!). However, I want the bias current to be high in order that its bad effects may be exaggerated, and so that you will learn one method of counteracting its effects. &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;CROSS-REFERENCES&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;i&gt;Lessons In Electric Circuits&lt;/i&gt;, Volume 3, chapter 8: &quot;Operational Amplifiers&quot; &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;LEARNING OBJECTIVES&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;Method for limiting the span of a potentiometer&lt;/li&gt;&lt;li&gt;Purpose of an integrator circuit&lt;/li&gt;&lt;li&gt;How to compensate for op-amp bias current&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;SCHEMATIC DIAGRAM&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05212.png&quot; /&gt; &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;ILLUSTRATION&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05213.png&quot; /&gt; &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;INSTRUCTIONS&lt;/b&gt; &lt;/p&gt;  &lt;p&gt;As you can see from the schematic diagram, the potentiometer is connected to the &quot;rails&quot; of the power source through 100 kΩ resistors, one on each end. This is to limit the span of the potentiometer, so that full movement produces a fairly small range of input voltages for the op-amp to operate on. At one extreme of the potentiometer&#39;s motion, a voltage of about 0.5 volt (with respect the the ground point in the middle of the series battery string) will be produced at the potentiometer wiper. At the other extreme of motion, a voltage of about -0.5 volt will be produced. When the potentiometer is positioned dead-center, the wiper voltage should measure zero volts. &lt;/p&gt;  &lt;a name=&quot;Calculus&quot;&gt;&lt;/a&gt; &lt;a name=&quot;Differentiation, calculus&quot;&gt;&lt;/a&gt; &lt;a name=&quot;Integration, calculus&quot;&gt;&lt;/a&gt; &lt;a name=&quot;Derivative, calculus&quot;&gt;&lt;/a&gt;  &lt;p&gt;Connect a voltmeter between the op-amp&#39;s output terminal and the circuit ground point. Slowly move the potentiometer control while monitoring the output voltage. The output voltage should be &lt;i&gt;changing&lt;/i&gt; at a rate established by the potentiometer&#39;s deviation from zero (center) position. To use calculus terms, we would say that the output voltage represents the &lt;i&gt;integral&lt;/i&gt; (with respect to time) of the input voltage function.  That is, the input voltage level establishes the output voltage &lt;i&gt;rate of change over time&lt;/i&gt;.  This is precisely the opposite of &lt;i&gt;differentiation&lt;/i&gt;, where the &lt;i&gt;derivative&lt;/i&gt; of a signal or function is its instantaneous rate of change. &lt;/p&gt;  &lt;p&gt; If you have two voltmeters, you may readily see this relationship between input voltage and output &lt;i&gt;voltage rate of change&lt;/i&gt; by measuring the wiper voltage (between the potentiometer wiper and ground) with one meter and the output voltage (between the op-amp output terminal and ground) with the other. Adjusting the potentiometer to give zero volts should result in the slowest output voltage rate-of-change. Conversely, the more voltage input to this circuit, the faster its output voltage will change, or &quot;ramp.&quot; &lt;/p&gt;  &lt;p&gt;Try connecting the second 0.1 µF capacitor in parallel with the first. This will double the amount of capacitance in the op-amp&#39;s feedback loop. What affect does this have on the circuit&#39;s integration rate for any given potentiometer position? &lt;/p&gt;  &lt;p&gt;Try connecting another 1 MΩ resistor in parallel with the input resistor (the resistor connecting the potentiometer wiper to the inverting terminal of the op-amp). This will halve the integrator&#39;s input resistance. What affect does this have on the circuit&#39;s integration rate? &lt;/p&gt;  &lt;p&gt;Integrator circuits are one of the fundamental &quot;building-block&quot; functions of an analog computer. By connecting integrator circuits with amplifiers, summers, and potentiometers (dividers), almost any differential equation could be modeled, and solutions obtained by measuring voltages produced at various points in the network of circuits. Because differential equations describe so many physical processes, analog computers are useful as simulators. Before the advent of modern digital computers, engineers used analog computers to simulate such processes as machinery vibration, rocket trajectory, and control system response. Even though analog computers are considered obsolete by modern standards, their constituent components still work well as learning tools for calculus concepts. &lt;/p&gt;  &lt;p&gt;Move the potentiometer until the op-amp&#39;s output voltage is as close to zero as you can get it, and moving as slowly as you can make it. Disconnect the integrator input from the potentiometer wiper terminal and connect it instead to ground, like this: &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05214.png&quot; /&gt; &lt;/p&gt;   &lt;p&gt;  &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05215.png&quot; /&gt; &lt;/p&gt;   &lt;p&gt;Applying exactly zero voltage to the input of an integrator circuit should, ideally, cause the output voltage rate-of-change to be zero. When you make this change to the circuit, you should notice the output voltage remaining at a constant level or changing very slowly. &lt;/p&gt;  &lt;p&gt;With the integrator input still shorted to ground, short past the 1 MΩ resistor connecting the op-amp&#39;s noninverting (+) input to ground. There should be no need for this resistor in an ideal op-amp circuit, so by shorting past it we will see what function it provides in this very &lt;i&gt;real&lt;/i&gt; op-amp circuit: &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05216.png&quot; /&gt; &lt;/p&gt;   &lt;p&gt;  &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05217.png&quot; /&gt; &lt;/p&gt;   &lt;a name=&quot;Bias current, op-amp&quot;&gt;&lt;/a&gt;  &lt;p&gt; As soon as the &quot;grounding&quot; resistor is shorted with a jumper wire, the op-amp&#39;s output voltage will start to change, or drift. Ideally, this should not happen, because the integrator circuit still has an input signal of zero volts. However, real operational amplifiers have a very small amount of current entering each input terminal called the &lt;i&gt;bias current&lt;/i&gt;. These bias currents will drop voltage across any resistance in their path. Since the 1 MΩ input resistor conducts some amount of bias current regardless of input signal magnitude, it will drop voltage across its terminals due to bias current, thus &quot;offsetting&quot; the amount of signal voltage seen at the inverting terminal of the op-amp. If the other (noninverting) input is connected directly to ground as we have done here, this &quot;offset&quot; voltage incurred by voltage drop generated by bias current will cause the integrator circuit to slowly &quot;integrate&quot; as though it were receiving a very small input signal. &lt;/p&gt;  &lt;p&gt; The &quot;grounding&quot; resistor is better known as a &lt;i&gt;compensating resistor&lt;/i&gt;, because it acts to compensate for voltage errors created by bias current. Since the bias currents through each op-amp input terminal are approximately equal to each other, an equal amount of resistance placed in the path of each bias current will produce approximately the same voltage drop. Equal voltage drops seen at the complementary inputs of an op-amp cancel each other out, thus nulling the error otherwise induced by bias current. &lt;/p&gt;  &lt;p&gt;Remove the jumper wire shorting past the compensating resistor and notice how the op-amp output returns to a relatively stable state. It may still drift some, most likely due to &lt;i&gt;bias voltage&lt;/i&gt; error in the op-amp itself, but that is another subject altogether! &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;COMPUTER SIMULATION&lt;/b&gt; &lt;/p&gt;   &lt;p&gt; &lt;u&gt;Schematic with SPICE node numbers:&lt;/u&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05218.png&quot; /&gt; &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;u&gt;Netlist (make a text file containing the following text, verbatim):&lt;/u&gt; &lt;/p&gt;  &lt;pre&gt;DC integrator&lt;br /&gt;vinput 1 0 dc 0.05&lt;br /&gt;r1 1 2 1meg&lt;br /&gt;c1 2 3 0.1u ic=0&lt;br /&gt;e1 3 0 0 2 999k&lt;br /&gt;.tran 1 30 uic&lt;br /&gt;.plot tran v(1,0) v(3,0)&lt;br /&gt;.end&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;  &lt;br /&gt;&lt;br /&gt;    &lt;h2&gt;&lt;u&gt;&lt;a name=&quot;xtocid24826&quot;&gt;555 audio oscillator&lt;/a&gt;&lt;/u&gt;&lt;/h2&gt;  &lt;a name=&quot;Experiment: 555 audio oscillator&quot;&gt;&lt;/a&gt;  &lt;p&gt; &lt;b&gt;PARTS AND MATERIALS&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;Two 6 volt batteries&lt;/li&gt;&lt;li&gt;One capacitor, 0.1 µF, non-polarized (Radio Shack catalog # 272-135)&lt;/li&gt;&lt;li&gt;One 555 timer IC (Radio Shack catalog # 276-1723)&lt;/li&gt;&lt;li&gt;Two light-emitting diodes (Radio Shack catalog # 276-026 or equivalent)&lt;/li&gt;&lt;li&gt;One 1 MΩ resistor&lt;/li&gt;&lt;li&gt;One 100 kΩ resistor&lt;/li&gt;&lt;li&gt;Two 510 Ω resistors&lt;/li&gt;&lt;li&gt;Audio detector with headphones&lt;/li&gt;&lt;li&gt;Oscilloscope (recommended, but not necessary)&lt;/li&gt;&lt;/ul&gt;  &lt;p&gt; A oscilloscope would be useful in analyzing the waveforms produced by this circuit, but it is not essential. An audio detector is a very useful piece of test equipment for this experiment, especially if you don&#39;t have an oscilloscope. &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;CROSS-REFERENCES&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;i&gt;Lessons In Electric Circuits&lt;/i&gt;, Volume 4, chapter 10: &quot;Multivibrators&quot; &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;LEARNING OBJECTIVES&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;How to use the 555 timer as an astable multivibrator&lt;/li&gt;&lt;li&gt;Working knowledge of duty cycle&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;SCHEMATIC DIAGRAM&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05259.png&quot; /&gt; &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;ILLUSTRATION&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05260.png&quot; /&gt; &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;INSTRUCTIONS&lt;/b&gt; &lt;/p&gt;  &lt;a name=&quot;555 timer&quot;&gt;&lt;/a&gt; &lt;a name=&quot;Multivibrator&quot;&gt;&lt;/a&gt; &lt;a name=&quot;Astable multivibrator&quot;&gt;&lt;/a&gt;  &lt;p&gt;The &quot;555&quot; integrated circuit is a general-purpose timer useful for a variety of functions. In this experiment, we explore its use as an astable multivibrator, or oscillator. Connected to a capacitor and two resistors as shown, it will oscillate freely, driving the LEDs on and off with a square-wave output voltage. &lt;/p&gt;  &lt;p&gt;This circuit works on the principle of alternately charging and discharging a capacitor. The 555 begins to discharge the capacitor by grounding the &lt;tt&gt;Disch&lt;/tt&gt; terminal when the voltage detected by the &lt;tt&gt;Thresh&lt;/tt&gt; terminal exceeds 2/3 the power supply voltage (V&lt;sub&gt;cc&lt;/sub&gt;).  It stops discharging the capacitor when the voltage detected by the &lt;tt&gt;Trig&lt;/tt&gt; terminal falls below 1/3 the power supply voltage.  Thus, when both &lt;tt&gt;Thresh&lt;/tt&gt; and &lt;tt&gt;Trig&lt;/tt&gt; terminals are connected to the capacitor&#39;s positive terminal, the capacitor voltage will cycle between 1/3 and 2/3 power supply voltage in a &quot;sawtooth&quot; pattern. &lt;/p&gt;  &lt;p&gt;During the charging cycle, the capacitor receives charging current through the series combination of the 1 MΩ and 100 kΩ resistors. As soon as the &lt;tt&gt;Disch&lt;/tt&gt; terminal on the 555 timer goes to ground potential (a transistor inside the 555 connected between that terminal and ground turns on), the capacitor&#39;s discharging current only has to go through the 100 kΩ resistor. The result is an RC time constant that is much longer for charging than for discharging, resulting in a charging time greatly exceeding the discharging time. &lt;/p&gt;  &lt;p&gt; The 555&#39;s &lt;tt&gt;Out&lt;/tt&gt; terminal produces a square-wave voltage signal that is &quot;high&quot; (nearly V&lt;sub&gt;cc&lt;/sub&gt;) when the capacitor is charging, and &quot;low&quot; (nearly 0 volts) when the capacitor is discharging. This alternating high/low voltage signal drives the two LEDs in opposite modes: when one is on, the other will be off. Because the capacitor&#39;s charging and discharging times are unequal, the &quot;high&quot; and &quot;low&quot; times of the output&#39;s square-wave waveform will be unequal as well. This can be seen in the relative brightness of the two LEDs: one will be much brighter than the other, because it is on for a longer period of time during each cycle. &lt;/p&gt;  &lt;a name=&quot;Duty cycle&quot;&gt;&lt;/a&gt;  &lt;p&gt; The equality or inequality between &quot;high&quot; and &quot;low&quot; times of a square wave is expressed as that wave&#39;s &lt;i&gt;duty cycle&lt;/i&gt;. A square wave with a 50% duty cycle is perfectly symmetrical: its &quot;high&quot; time is precisely equal to its &quot;low&quot; time. A square wave that is &quot;high&quot; 10% of the time and &quot;low&quot; 90% of the time is said to have a 10% duty cycle. In this circuit, the output waveform has a &quot;high&quot; time exceeding the &quot;low&quot; time, resulting in a duty cycle greater than 50%. &lt;/p&gt;  &lt;p&gt;Use the audio detector (or an oscilloscope) to investigate the different voltage waveforms produced by this circuit. Try different resistor values and/or capacitor values to see what effects they have on output frequency or charge/discharge times. &lt;/p&gt;     &lt;br /&gt;&lt;br /&gt;    &lt;h2&gt;&lt;u&gt;&lt;a name=&quot;xtocid24827&quot;&gt;555 ramp generator&lt;/a&gt;&lt;/u&gt;&lt;/h2&gt;  &lt;a name=&quot;Experiment: 555 ramp generator&quot;&gt;&lt;/a&gt;  &lt;p&gt; &lt;b&gt;PARTS AND MATERIALS&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;Two 6 volt batteries&lt;/li&gt;&lt;li&gt;One capacitor, 470 µF electrolytic, 35 WVDC (Radio Shack catalog # 272-1030 or equivalent)&lt;/li&gt;&lt;li&gt;One capacitor, 0.1 µF, non-polarized (Radio Shack catalog # 272-135)&lt;/li&gt;&lt;li&gt;One 555 timer IC (Radio Shack catalog # 276-1723)&lt;/li&gt;&lt;li&gt;Two PNP transistors -- models 2N2907 or 2N3906 recommended (Radio Shack catalog # 276-1604 is a package of fifteen PNP transistors ideal for this and other experiments)&lt;/li&gt;&lt;li&gt;Two light-emitting diodes (Radio Shack catalog # 276-026 or equivalent)&lt;/li&gt;&lt;li&gt;One 100 kΩ resistor&lt;/li&gt;&lt;li&gt;One 47 kΩ resistor&lt;/li&gt;&lt;li&gt;Two 510 Ω resistors&lt;/li&gt;&lt;li&gt;Audio detector with headphones&lt;/li&gt;&lt;/ul&gt;  &lt;p&gt; The voltage rating on the 470 µF capacitor is not critical, so long as it generously exceeds the maximum power supply voltage. In this particular circuit, that maximum voltage is 12 volts. Be sure you connect this capacitor in the circuit properly, respecting polarity! &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;CROSS-REFERENCES&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;i&gt;Lessons In Electric Circuits&lt;/i&gt;, Volume 1, chapter 13: &quot;Capacitors&quot; &lt;/p&gt;  &lt;p&gt; &lt;i&gt;Lessons In Electric Circuits&lt;/i&gt;, Volume 4, chapter 10: &quot;Multivibrators&quot; &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;LEARNING OBJECTIVES&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;How to use the 555 timer as an astable multivibrator&lt;/li&gt;&lt;li&gt;A practical use for a current mirror circuit&lt;/li&gt;&lt;li&gt;Understanding the relationship between capacitor current and capacitor voltage rate-of-change&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;SCHEMATIC DIAGRAM&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05261.png&quot; /&gt; &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;ILLUSTRATION&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05262.png&quot; /&gt; &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;INSTRUCTIONS&lt;/b&gt; &lt;/p&gt;  &lt;a name=&quot;555 timer&quot;&gt;&lt;/a&gt; &lt;a name=&quot;Current mirror&quot;&gt;&lt;/a&gt;  &lt;p&gt;Again, we are using a 555 timer IC as an astable multivibrator, or oscillator. This time, however, we will compare its operation in two different capacitor-charging modes: traditional RC and constant-current. &lt;/p&gt;  &lt;p&gt;Connecting test point #1 (TP1) to test point #3 (TP3) using a jumper wire. This allows the capacitor to charge through a 47 kΩ resistor. When the capacitor has reached 2/3 supply voltage, the 555 timer switches to &quot;discharge&quot; mode and discharges the capacitor to a level of 1/3 supply voltage almost immediately. The charging cycle begins again at this point. Measure voltage directly across the capacitor with a voltmeter (a digital voltmeter is preferred), and note the rate of capacitor charging over time. It should rise quickly at first, then taper off as it builds up to 2/3 supply voltage, just as you would expect from an RC charging circuit. &lt;/p&gt;  &lt;p&gt;Remove the jumper wire from TP3, and re-connect it to TP2. This allows the capacitor to be charged through the controlled-current leg of a current mirror circuit formed by the two PNP transistors. Measure voltage directly across the capacitor again, noting the difference in charging rate over time as compared to the last circuit configuration. &lt;/p&gt;  &lt;p&gt;By connecting TP1 to TP2, the capacitor receives a nearly constant charging current. Constant capacitor charging current yields a voltage curve that is linear, as described by the equation i = C(de/dt). If the capacitor&#39;s current is constant, so will be its rate-of-change of voltage over time. The result is a &quot;ramp&quot; waveform rather than a &quot;sawtooth&quot; waveform: &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05263.png&quot; /&gt; &lt;/p&gt;   &lt;p&gt;The capacitor&#39;s charging current may be directly measured by substituting an ammeter in place of the jumper wire. The ammeter will need to be set to measure a current in the range of hundreds of microamps (tenths of a milliamp). Connected between TP1 and TP3, you should see a current that starts at a relatively high value at the beginning of the charging cycle, and tapers off toward the end. Connected between TP1 and TP2, however, the current will be much more stable. &lt;/p&gt;  &lt;p&gt;It is an interesting experiment at this point to change the temperature of either current mirror transistor by touching it with your finger. As the transistor warms, it will conduct more collector current for the same base-emitter voltage. If the &lt;i&gt;controlling&lt;/i&gt; transistor (the one connected to the 100 kΩ resistor) is touched, the current decreases.  If the &lt;i&gt;controlled&lt;/i&gt; transistor is touched, the current increases. For the most stable current mirror operation, the two transistors should be cemented together so that their temperatures never differ by any substantial amount. &lt;/p&gt;  &lt;p&gt;This circuit works just as well at high frequencies as it does at low frequencies. Replace the 470 µF capacitor with a 0.1 µF capacitor, and use an audio detector to sense the voltage waveform at the 555&#39;s output terminal. The detector should produce an audio tone that is easy to hear. The capacitor&#39;s voltage will now be changing much too fast to view with a voltmeter in the DC mode, but we can still measure capacitor current with an ammeter. &lt;/p&gt;  &lt;p&gt;With the ammeter connected between TP1 and TP3 (RC mode), measure both DC microamps and AC microamps. Record these current figures on paper. Now, connect the ammeter between TP1 and TP2 (constant-current mode). Measure both DC microamps and AC microamps, noting any differences in current readings between this circuit configuration and the last one. Measuring AC current in addition to DC current is an easy way to determine which circuit configuration gives the most stable charging current. If the current mirror circuit were perfect -- the capacitor charging current absolutely constant -- there would be zero AC current measured by the meter. &lt;/p&gt;     &lt;br /&gt;&lt;br /&gt;    &lt;h2&gt;&lt;u&gt;&lt;a name=&quot;xtocid24828&quot;&gt;PWM power controller&lt;/a&gt;&lt;/u&gt;&lt;/h2&gt;  &lt;a name=&quot;Experiment: PWM power controller&quot;&gt;&lt;/a&gt;  &lt;p&gt; &lt;b&gt;PARTS AND MATERIALS&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;Four 6 volt batteries&lt;/li&gt;&lt;li&gt;One capacitor, 100 µF electrolytic, 35 WVDC (Radio Shack catalog # 272-1028 or equivalent)&lt;/li&gt;&lt;li&gt;One capacitor, 0.1 µF, non-polarized (Radio Shack catalog # 272-135)&lt;/li&gt;&lt;li&gt;One 555 timer IC (Radio Shack catalog # 276-1723)&lt;/li&gt;&lt;li&gt;Dual operational amplifier, model 1458 recommended (Radio Shack catalog # 276-038)&lt;/li&gt;&lt;li&gt;One NPN power transistor -- (Radio Shack catalog # 276-2041 or equivalent)&lt;/li&gt;&lt;li&gt;Three 1N4001 rectifying diodes (Radio Shack catalog # 276-1101)&lt;/li&gt;&lt;li&gt;One 10 kΩ potentiometer, linear taper (Radio Shack catalog # 271-1715)&lt;/li&gt;&lt;li&gt;One 33 kΩ resistor&lt;/li&gt;&lt;li&gt;12 volt automotive tail-light lamp&lt;/li&gt;&lt;li&gt;Audio detector with headphones&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;CROSS-REFERENCES&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;i&gt;Lessons In Electric Circuits&lt;/i&gt;, Volume 3, chapter 8: &quot;Operational Amplifiers&quot; &lt;/p&gt;  &lt;p&gt; &lt;i&gt;Lessons In Electric Circuits&lt;/i&gt;, Volume 2, chapter 7: &quot;Mixed-Frequency AC Signals&quot; &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;LEARNING OBJECTIVES&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;How to use the 555 timer as an astable multivibrator&lt;/li&gt;&lt;li&gt;How to use an op-amp as a comparator&lt;/li&gt;&lt;li&gt;How to use diodes to drop unwanted DC voltage&lt;/li&gt;&lt;li&gt;How to control power to a load by pulse-width modulation&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;SCHEMATIC DIAGRAM&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05264.png&quot; /&gt; &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;ILLUSTRATION&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05265.png&quot; /&gt; &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;INSTRUCTIONS&lt;/b&gt; &lt;/p&gt;  &lt;a name=&quot;555 timer&quot;&gt;&lt;/a&gt;  &lt;p&gt;This circuit uses a 555 timer to generate a sawtooth voltage waveform across a capacitor, then compares that signal against a steady voltage provided by a potentiometer, using an op-amp as a comparator. The comparison of these two voltage signals produces a square-wave output from the op-amp, varying in duty cycle according to the potentiometer&#39;s position. This variable duty cycle signal then drives the base of a power transistor, switching current on and off through the load. The 555&#39;s oscillation frequency is much higher than the lamp filament&#39;s ability to thermally cycle (heat and cool), so any variation in duty cycle, or &lt;i&gt;pulse width&lt;/i&gt;, has the effect of controlling the total power dissipated by the load over time. &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05266.png&quot; /&gt; &lt;/p&gt;   &lt;a name=&quot;PWM power control&quot;&gt;&lt;/a&gt; &lt;a name=&quot;Pulse-width modulation&quot;&gt;&lt;/a&gt;  &lt;p&gt; Controlling electrical power through a load by means of quickly switching it on and off, and varying the &quot;on&quot; time, is known as &lt;i&gt;pulse-width modulation&lt;/i&gt;, or &lt;i&gt;PWM&lt;/i&gt;. It is a very efficient means of controlling electrical power because the controlling element (the power transistor) dissipates comparatively little power in switching on and off, especially if compared to the wasted power dissipated of a rheostat in a similar situation. When the transistor is in cutoff, its power dissipation is zero because there is no current through it. When the transistor is saturated, its dissipation is very low because there is little voltage dropped between collector and emitter while it is conducting current. &lt;/p&gt;  &lt;p&gt;PWM is a concept easier understood through experimentation than reading. It would be nice to view the capacitor voltage, potentiometer voltage, and op-amp output waveforms all on one (triple-trace) oscilloscope to see how they relate to one another, and to the load power. However, most of us have no access to a triple-trace oscilloscope, much less any oscilloscope at all, so an alternative method is to slow the 555 oscillator down enough that the three voltages may be compared with a simple DC voltmeter. Replace the 0.1 µF capacitor with one that is 100 µF or larger. This will slow the oscillation frequency down by a factor of at least a thousand, enabling you to measure the capacitor voltage &lt;i&gt;slowly&lt;/i&gt; rise over time, and the op-amp output transition from &quot;high&quot; to &quot;low&quot; when the capacitor voltage becomes greater than the potentiometer voltage. With such a slow oscillation frequency, the load power will not be proportioned as before. Rather, the lamp will turn on and off at regular intervals. Feel free to experiment with other capacitor or resistor values to speed up the oscillations enough so the lamp never fully turns on or off, but is &quot;throttled&quot; by quick on-and-off pulsing of the transistor. &lt;/p&gt;  &lt;p&gt; When you examine the schematic, you will notice &lt;i&gt;two&lt;/i&gt; operational amplifiers connected in parallel. This is done to provide maximum current output to the base terminal of the power transistor. A single op-amp (one-half of a 1458 IC) may not be able to provide sufficient output current to drive the transistor into saturation, so two op-amps are used in tandem. This should only be done if the op-amps in question are overload-protected, which the 1458 series of op-amps are. Otherwise, it is possible (though unlikely) that one op-amp could turn on before the other, and damage result from the two outputs short-circuiting each other (one driving &quot;high&quot; and the other driving &quot;low&quot; simultaneously). The inherent short-circuit protection offered by the 1458 allows for direct driving of the power transistor base without any need for a current-limiting resistor. &lt;/p&gt;  &lt;p&gt;The three diodes in series connecting the op-amps&#39; outputs to the transistor&#39;s base are there to drop voltage and ensure the transistor falls into cutoff when the op-amp outputs go &quot;low.&quot; Because the 1458 op-amp cannot swing its output voltage all the way down to ground potential, but only to within about 2 volts of ground, a direct connection from the op-amp to the transistor would mean the transistor would never fully turn off. Adding three silicon diodes in series drops approximately 2.1 volts (0.7 volts times 3) to ensure there is minimal voltage at the transistor&#39;s base when the op-amp outputs go &quot;low.&quot; &lt;/p&gt;  &lt;p&gt;It is interesting to listen to the op-amp output signal through an audio detector as the potentiometer is adjusted through its full range of motion. Adjusting the potentiometer has no effect on signal frequency, but it greatly affects duty cycle. Note the difference in tone quality, or &lt;i&gt;timbre&lt;/i&gt;, as the potentiometer varies the duty cycle from 0% to 50% to 100%. Varying the duty cycle has the effect of changing the harmonic content of the waveform, which makes the tone sound different. &lt;/p&gt;  &lt;p&gt;You might notice a particular uniqueness to the sound heard through the detector headphones when the potentiometer is in center position (50% duty cycle -- 50% load power), versus a kind of similarity in sound just above or below 50% duty cycle. This is due to the absence or presence of even-numbered harmonics. Any waveform that is symmetrical above and below its centerline, such as a square wave with a 50% duty cycle, contains &lt;i&gt;no&lt;/i&gt; even-numbered harmonics, only odd-numbered.  If the duty cycle is below or above 50%, the waveform will &lt;i&gt;not&lt;/i&gt; exhibit this symmetry, and there will be even-numbered harmonics. The presence of these even-numbered harmonic frequencies can be detected by the human ear, as some of them correspond to &lt;i&gt;octaves&lt;/i&gt; of the fundamental frequency and thus &quot;fit&quot; more naturally into the tone scheme. &lt;/p&gt;     &lt;br /&gt;&lt;br /&gt;    &lt;h2&gt;&lt;u&gt;&lt;a name=&quot;xtocid24829&quot;&gt;Class B audio amplifier&lt;/a&gt;&lt;/u&gt;&lt;/h2&gt;  &lt;a name=&quot;Experiment: Class B audio amplifier&quot;&gt;&lt;/a&gt;  &lt;p&gt; &lt;b&gt;PARTS AND MATERIALS&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;Four 6 volt batteries&lt;/li&gt;&lt;li&gt;Dual operational amplifier, model TL082 recommended (Radio Shack catalog # 276-1715)&lt;/li&gt;&lt;li&gt;One NPN power transistor in a TO-220 package -- (Radio Shack catalog # 276-2020 or equivalent)&lt;/li&gt;&lt;li&gt;One PNP power transistor in a TO-220 package -- (Radio Shack catalog # 276-2027 or equivalent)&lt;/li&gt;&lt;li&gt;One 1N914 switching diode (Radio Shack catalog # 276-1620)&lt;/li&gt;&lt;li&gt;One capacitor, 47 µF electrolytic, 35 WVDC (Radio Shack catalog # 272-1015 or equivalent)&lt;/li&gt;&lt;li&gt;Two capacitors, 0.22 µF, non-polarized (Radio Shack catalog # 272-1070)&lt;/li&gt;&lt;li&gt;One 10 kΩ potentiometer, linear taper (Radio Shack catalog # 271-1715)&lt;/li&gt;&lt;/ul&gt;  &lt;p&gt; Be sure to use an op-amp that has a high &lt;i&gt;slew rate&lt;/i&gt;.  Avoid the LM741 or LM1458 for this reason. &lt;/p&gt;  &lt;p&gt; The closer matched the two transistors are, the better. If possible, try to obtain TIP41 and TIP42 transistors, which are closely matched NPN and PNP power transistors with dissipation ratings of 65 watts each. If you cannot get a TIP41 NPN transistor, the TIP3055 (available from Radio Shack) is a good substitute. Do not use very large (i.e. TO-3 case) power transistors, as the op-amp may have trouble driving enough current to their bases for good operation. &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;CROSS-REFERENCES&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;i&gt;Lessons In Electric Circuits&lt;/i&gt;, Volume 3, chapter 4: &quot;Bipolar Junction Transistors&quot; &lt;/p&gt;  &lt;p&gt; &lt;i&gt;Lessons In Electric Circuits&lt;/i&gt;, Volume 3, chapter 8: &quot;Operational Amplifiers&quot; &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;LEARNING OBJECTIVES&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;How to build a &quot;push-pull&quot; class B amplifier using complementary bipolar transistors&lt;/li&gt;&lt;li&gt;The effects of &quot;crossover distortion&quot; in a push-pull amplifier circuit&lt;/li&gt;&lt;li&gt;Using negative feedback via an op-amp to correct circuit nonlinearities&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;SCHEMATIC DIAGRAM&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05320.png&quot; /&gt; &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;ILLUSTRATION&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05321.png&quot; /&gt; &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;INSTRUCTIONS&lt;/b&gt; &lt;/p&gt;  &lt;p&gt;This project is an audio amplifier suitable for amplifying the output signal from a small radio, tape player, CD player, or any other source of audio signals. For stereo operation, two identical amplifiers must be built, one for the left channel and other for the right channel. To obtain an input signal for this amplifier to amplify, just connect it to the output of a radio or other audio device like this: &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05311.png&quot; /&gt; &lt;/p&gt;   &lt;p&gt;This amplifier circuit also works well in amplifying &quot;line-level&quot; audio signals from high-quality, modular stereo components. It provides a surprising amount of sound power when played through a large speaker, and may be run without heat sinks on the transistors (though you should experiment with it a bit before deciding to forego heat sinks, as the power dissipation varies according to the type of speaker used). &lt;/p&gt;  &lt;p&gt;The goal of any amplifier circuit is to reproduce the input waveshape as accurately as possible. Perfect reproduction is impossible, of course, and any differences between the output and input waveshapes is known as &lt;i&gt;distortion&lt;/i&gt;. In an audio amplifier, distortion may cause unpleasant tones to be superimposed on the true sound. There are many different configurations of audio amplifier circuitry, each with its own advantages and disadvantages. This particular circuit is called a &quot;class B,&quot; &lt;i&gt;push-pull&lt;/i&gt; circuit. &lt;/p&gt;  &lt;p&gt; Most audio &quot;power&quot; amplifiers use a class B configuration, where one transistor provides power to the load during one-half of the waveform cycle (it &lt;i&gt;pushes&lt;/i&gt;) and a second transistor provides power to the load for the other half of the cycle (it &lt;i&gt;pulls&lt;/i&gt;). In this scheme, neither transistor remains &quot;on&quot; for the entire cycle, giving each one a time to &quot;rest&quot; and cool during the waveform cycle. This makes for a power-efficient amplifier circuit, but leads to a distinct type of nonlinearity known as &quot;crossover distortion.&quot; &lt;/p&gt;  &lt;p&gt; Shown here is a sine-wave shape, equivalent to a constant audio tone of constant volume: &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05322.png&quot; /&gt; &lt;/p&gt;   &lt;p&gt; In a push-pull amplifier circuit, the two transistors take turns amplifying the alternate half-cycles of the waveform like this: &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05323.png&quot; /&gt; &lt;/p&gt;   &lt;p&gt;If the &quot;hand-off&quot; between the two transistors is not precisely synchronized, though, the amplifier&#39;s output waveform may look something like this instead of a pure sine wave: &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05324.png&quot; /&gt; &lt;/p&gt;   &lt;p&gt;Here, distortion results from the fact that there is a delay between the time one transistor turns off and the other transistor turns on. This type of distortion, where the waveform &quot;flattens&quot; at the crossover point between positive and negative half-cycles, is called &lt;i&gt;crossover distortion&lt;/i&gt;. One common method of mitigating crossover distortion is to bias the transistors so that their turn-on/turn-off points actually overlap, so that &lt;i&gt;both&lt;/i&gt; transistors are in a state of conduction for a brief moment during the crossover period: &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05325.png&quot; /&gt; &lt;/p&gt;   &lt;p&gt; This form of amplification is technically known as class &lt;i&gt;AB&lt;/i&gt; rather than class B, because each transistor is &quot;on&quot; for more than 50% of the time during a complete waveform cycle. The disadvantage to doing this, though, is increased power consumption of the amplifier circuit, because during the moments of time where both transistors are conducting, there is current conducted through the transistors that is &lt;i&gt;not&lt;/i&gt; going through the load, but is merely being &quot;shorted&quot; from one power supply rail to the other (from -V to +V). Not only is this a waste of energy, but it dissipates more heat energy in the transistors. When transistors increase in temperature, their characteristics change (V&lt;sub&gt;be&lt;/sub&gt; forward voltage drop, β, junction resistances, etc.), making proper biasing difficult. &lt;/p&gt;  &lt;p&gt; In this experiment, the transistors operate in pure class B mode. That is, they are never conducting at the same time. This saves energy and decreases heat dissipation, but lends itself to crossover distortion. The solution taken in this circuit is to use an op-amp with negative feedback to quickly drive the transistors through the &quot;dead&quot; zone producing crossover distortion and reduce the amount of &quot;flattening&quot; of the waveform during crossover. &lt;/p&gt;  &lt;p&gt;The first (leftmost) op-amp shown in the schematic diagram is nothing more than a buffer. A buffer helps to reduce the loading of the input capacitor/resistor network, which has been placed in the circuit to filter out any DC bias voltage out of the input signal, preventing any DC voltage from becoming amplified by the circuit and sent to the speaker where it might cause damage. Without the buffer op-amp, the capacitor/resistor filtering circuit reduces the low-frequency (&quot;bass&quot;) response of the amplifier, and accentuates the high-frequency (&quot;treble&quot;). &lt;/p&gt;  &lt;p&gt; The second op-amp functions as an inverting amplifier whose gain is controlled by the 10 kΩ potentiometer. This does nothing more than provide a volume control for the amplifier. Usually, inverting op-amp circuits have their feedback resistor(s) connected directly from the op-amp output terminal to the inverting input terminal like this: &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05326.png&quot; /&gt; &lt;/p&gt;   &lt;p&gt;If we were to use the resulting output signal to drive the base terminals of the push-pull transistor pair, though, we would experience significant crossover distortion, because there would be a &quot;dead&quot; zone in the transistors&#39; operation as the base voltage went from + 0.7 volts to - 0.7 volts: &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05327.png&quot; /&gt; &lt;/p&gt;   &lt;p&gt;If you have already constructed the amplifier circuit in its final form, you may simplify it to this form and listen to the difference in sound quality. If you have not yet begun construction of the circuit, the schematic diagram shown above would be a good starting point. It will amplify an audio signal, but it will sound horrible! &lt;/p&gt;  &lt;p&gt;The reason for the crossover distortion is that when the op-amp output signal is between + 0.7 volts and - 0.7 volts, neither transistor will be conducting, and the output voltage to the speaker will be 0 volts for the entire 1.4 volts span of base voltage swing. Thus, there is a &quot;zone&quot; in the input signal range where no change in speaker output voltage will occur. Here is where intricate biasing techniques are usually introduced to the circuit to reduce this 1.4 volt &quot;gap&quot; in transistor input signal response. Usually, something like this is done: &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05328.png&quot; /&gt; &lt;/p&gt;   &lt;p&gt; The two series-connected diodes will drop approximately 1.4 volts, equivalent to the combined V&lt;sub&gt;be&lt;/sub&gt; forward voltage drops of the two transistors, resulting in a scenario where each transistor is just on the verge of turning on when the input signal is zero volts, eliminating the 1.4 volt &quot;dead&quot; signal zone that existed before. &lt;/p&gt;  &lt;p&gt; Unfortunately, though, this solution is not perfect: as the transistors heat up from conducting power to the load, their V&lt;sub&gt;be&lt;/sub&gt; forward voltage drops will decrease from 0.7 volts to something less, such as 0.6 volts or 0.5 volts. The diodes, which are not subject to the same heating effect because they do not conduct any substantial current, will not experience the same change in forward voltage drop. Thus, the diodes will continue to provide the same 1.4 volt bias voltage even though the transistors require less bias voltage due to heating. The result will be that the circuit drifts into class AB operation, where &lt;i&gt;both&lt;/i&gt; transistors will be in a state of conduction part of the time. This, of course, will result in more heat dissipation through the transistors, exacerbating the problem of forward voltage drop change. &lt;/p&gt;  &lt;p&gt;A common solution to this problem is the insertion of temperature-compensation &quot;feedback&quot; resistors in the emitter legs of the push-pull transistor circuit: &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05329.png&quot; /&gt; &lt;/p&gt;   &lt;p&gt;This solution doesn&#39;t prevent simultaneous turn-on of the two transistors, but merely reduces the severity of the problem and prevents thermal runaway. It also has the unfortunate effect of inserting resistance in the load current path, limiting the output current of the amplifier. The solution I opted for in this experiment is one that capitalizes on the principle of op-amp negative feedback to overcome the inherent limitations of the push-pull transistor output circuit. I use one diode to provide a 0.7 volt bias voltage for the push-pull pair. This is not enough to eliminate the &quot;dead&quot; signal zone, but it reduces it by at least 50%: &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05330.png&quot; /&gt; &lt;/p&gt;   &lt;p&gt;Since the voltage drop of a single diode will always be less than the combined voltage drops of the two transistors&#39; base-emitter junctions, the transistors can never turn on simultaneously, thereby preventing class AB operation. Next, to help get rid of the remaining crossover distortion, the feedback signal of the op-amp is taken from the output terminal of the amplifier (the transistors&#39; emitter terminals) like this: &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05331.png&quot; /&gt; &lt;/p&gt;   &lt;p&gt;The op-amp&#39;s function is to output whatever voltage signal it has to in order to keep its two input terminals at the same voltage (0 volts differential). By connecting the feedback wire to the emitter terminals of the push-pull transistors, the op-amp has the ability to sense any &quot;dead&quot; zone where neither transistor is conducting, and output an appropriate voltage signal to the bases of the transistors to quickly drive them into conduction again to &quot;keep up&quot; with the input signal waveform. This requires an op-amp with a high &lt;i&gt;slew rate&lt;/i&gt; (the ability to produce a fast-rising or fast-falling output voltage), which is why the TL082 op-amp was specified for this circuit. Slower op-amps such as the LM741 or LM1458 may not be able to keep up with the high dv/dt (voltage rate-of-change over time, also known as &lt;i&gt;de/dt&lt;/i&gt;) necessary for low-distortion operation. &lt;/p&gt;  &lt;p&gt; Only a couple of capacitors are added to this circuit to bring it into its final form: a 47 µF capacitor connected in parallel with the diode helps to keep the 0.7 volt bias voltage constant despite large voltage swings in the op-amp&#39;s output, while a 0.22 µF capacitor connected between the base and emitter of the NPN transistor helps reduce crossover distortion at low volume settings: &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05320.png&quot; /&gt; &lt;/p&gt;         &lt;!--op-amp with common-collector buffered output--&gt;&lt;!--op-amp as voltage follower (used as part of linear regulator circuit)--&gt;&lt;!--op-amp as inverting amplifier--&gt;&lt;!--op-amp as voltage summer--&gt;&lt;!--op-amp as transconductance (voltage-to-current) amplifier--&gt;&lt;!--op-amp as differential amplifier--&gt;&lt;!--op-amp as differentiator--&gt;&lt;!--op-amp as relaxation oscillator--&gt;&lt;!--op-amp as comparator with hysteresis--&gt;         &lt;!--op-amp as logarithmic amplifier--&gt;&lt;/span&gt;</content><link rel='replies' type='application/atom+xml' href='http://electric-circuit.blogspot.com/feeds/4500517759681954425/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/1619153610255502548/4500517759681954425' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1619153610255502548/posts/default/4500517759681954425'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1619153610255502548/posts/default/4500517759681954425'/><link rel='alternate' type='text/html' href='http://electric-circuit.blogspot.com/2008/08/analog-integrated-circuits.html' title='ANALOG INTEGRATED CIRCUITS'/><author><name>admin</name><uri>http://www.blogger.com/profile/04147612320152380794</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1619153610255502548.post-187565546192274443</id><published>2008-08-10T05:56:00.002-07:00</published><updated>2008-08-10T07:23:54.454-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Experiments"/><title type='text'>DISCRETE SEMICONDUCTOR CIRCUITS</title><content type='html'>&lt;h2&gt;&lt;u&gt;&lt;a name=&quot;xtocid24730&quot;&gt;Introduction&lt;/a&gt;&lt;/u&gt;&lt;/h2&gt;  &lt;a name=&quot;Semiconductor&quot;&gt;&lt;/a&gt; &lt;a name=&quot;Integrated circuit&quot;&gt;&lt;/a&gt; &lt;a name=&quot;IC&quot;&gt;&lt;/a&gt;  &lt;p&gt; A &lt;i&gt;semiconductor&lt;/i&gt; device is one made of silicon or any number of other specially prepared materials designed to exploit the unique properties of electrons in a crystal lattice, where electrons are not as free to move as in a conductor, but are far more mobile than in an insulator. A &lt;i&gt;discrete&lt;/i&gt; device is one contained in its own package, not built on a common semiconductor substrate with other components, as is the case with ICs, or &lt;i&gt;integrated circuits&lt;/i&gt;. Thus, &quot;discrete semiconductor circuits&quot; are circuits built out of individual semiconductor components, connected together on some kind of circuit board or terminal strip. These circuits employ all the components and concepts explored in the previous chapters, so a firm comprehension of DC and AC electricity is essential before embarking on these experiments. &lt;/p&gt;  &lt;p&gt; Just for fun, one circuit is included in this section using a &lt;i&gt;vacuum tube&lt;/i&gt; for amplification instead of a semiconductor transistor. Before the advent of transistors, &quot;vacuum tubes&quot; were the workhorses of the electronics industry: used to make rectifiers, amplifiers, oscillators, and many other circuits. Though now considered obsolete for most purposes, there are still some applications for vacuum tubes, and it can be fun building and operating circuits using these devices. &lt;/p&gt;     &lt;br /&gt;&lt;span class=&quot;fullpost&quot;&gt;&lt;br /&gt;    &lt;h2&gt;&lt;u&gt;&lt;a name=&quot;xtocid24731&quot;&gt;Commutating diode&lt;/a&gt;&lt;/u&gt;&lt;/h2&gt;  &lt;a name=&quot;Experiment: Commutating diode&quot;&gt;&lt;/a&gt;  &lt;p&gt; &lt;b&gt;PARTS AND MATERIALS&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;6 volt battery&lt;/li&gt;&lt;li&gt;Power transformer, 120VAC step-down to 12VAC (Radio Shack catalog # 273-1365, 273-1352, or 273-1511).&lt;/li&gt;&lt;li&gt;One 1N4001 rectifying diode (Radio Shack catalog # 276-1101)&lt;/li&gt;&lt;li&gt;One neon lamp (Radio Shack catalog # 272-1102)&lt;/li&gt;&lt;li&gt;Two toggle switches, SPST (&quot;Single-Pole, Single-Throw&quot;)&lt;/li&gt;&lt;/ul&gt;  &lt;p&gt;A power transformer is specified, but any iron-core inductor will suffice, even the home-made inductor or transformer from the AC experiments chapter! &lt;/p&gt;  &lt;p&gt;The diode need not be an exact model 1N4001. Any of the &quot;1N400X&quot; series of rectifying diodes are suitable for the task, and they are quite easy to obtain. &lt;/p&gt;  &lt;p&gt; I recommend household light switches for their low cost and durability. &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;CROSS-REFERENCES&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;i&gt;Lessons In Electric Circuits&lt;/i&gt;, Volume 1, chapter 16: &quot;RC and L/R Time Constants&quot; &lt;/p&gt;  &lt;p&gt; &lt;i&gt;Lessons In Electric Circuits&lt;/i&gt;, Volume 3, chapter 3: &quot;Diodes and Rectifiers&quot; &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;LEARNING OBJECTIVES&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;Review inductive &quot;kickback&quot;&lt;/li&gt;&lt;li&gt;Learn how to suppress &quot;kickback&quot; using a diode&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;SCHEMATIC DIAGRAM&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05127.png&quot; /&gt; &lt;/p&gt; &lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;ILLUSTRATION&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05128.png&quot; /&gt; &lt;/p&gt; &lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;INSTRUCTIONS&lt;/b&gt; &lt;/p&gt;  &lt;p&gt;When assembling the circuit, be very careful of the diode&#39;s orientation. The cathode end of the diode (the end marked with a single band) must face the positive (+) side of the battery. The diode should be reverse-biased and nonconducting with switch #1 in the &quot;on&quot; position. Use the high-voltage (120 V) winding of the transformer for the inductor coil. The primary winding of a step-down transformer has more inductance than the secondary winding, and will give a greater lamp-flashing effect. &lt;/p&gt;  &lt;p&gt;Set switch #2 to the &quot;off&quot; position. This disconnects the diode from the circuit so that it has no effect. Quickly close and open (turn &quot;on&quot; and then &quot;off&quot;) switch #1. When that switch is opened, the neon bulb will flash from the effect of inductive &quot;kickback.&quot; Rapid current decrease caused by the switch&#39;s opening causes the inductor to create a large voltage drop as it attempts to keep current at the same magnitude and going in the same direction. &lt;/p&gt;  &lt;p&gt;Inductive kickback is detrimental to switch contacts, as it causes excessive arcing whenever they are opened. In this circuit, the neon lamp actually diminishes the effect by providing an alternate current path for the inductor&#39;s current when the switch opens, dissipating the inductor&#39;s stored energy harmlessly in the form of light and heat. However, there is still a fairly high voltage dropped across the opening contacts of switch #1, causing undue arcing and shortened switch life. &lt;/p&gt;  &lt;p&gt;If switch #2 is closed (turned &quot;on&quot;), the diode will now be a part of the circuit. Quickly close and open switch #1 again, noting the difference in circuit behavior. This time, the neon lamp does not flash. Connect a voltmeter across the inductor to verify that the inductor is still receiving full battery voltage with switch #1 closed. If the voltmeter registers only a small voltage with switch #1 &quot;on,&quot; the diode is probably connected backward, creating a short-circuit. &lt;/p&gt;      &lt;br /&gt;&lt;br /&gt;     &lt;h2&gt;&lt;u&gt;&lt;a name=&quot;xtocid24732&quot;&gt;Half-wave rectifier&lt;/a&gt;&lt;/u&gt;&lt;/h2&gt;  &lt;a name=&quot;Experiment: Half-wave rectifier&quot;&gt;&lt;/a&gt;  &lt;p&gt; &lt;b&gt;PARTS AND MATERIALS&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;Low-voltage AC power supply (6 volt output)&lt;/li&gt;&lt;li&gt;6 volt battery&lt;/li&gt;&lt;li&gt;One 1N4001 rectifying diode (Radio Shack catalog # 276-1101)&lt;/li&gt;&lt;li&gt;Small &quot;hobby&quot; motor, permanent-magnet type (Radio Shack catalog # 273-223 or equivalent)&lt;/li&gt;&lt;li&gt;Audio detector with headphones&lt;/li&gt;&lt;li&gt;0.1 µF capacitor (Radio Shack catalog # 272-135 or equivalent)&lt;/li&gt;&lt;/ul&gt;  &lt;p&gt;The diode need not be an exact model 1N4001. Any of the &quot;1N400X&quot; series of rectifying diodes are suitable for the task, and they are quite easy to obtain. &lt;/p&gt;  &lt;p&gt;See the AC experiments chapter for detailed instructions on building the &quot;audio detector&quot; listed here. If you haven&#39;t built one already, you&#39;re missing a simple and valuable tool for experimentation. &lt;/p&gt;  &lt;p&gt;A 0.1 µF capacitor is specified for &quot;coupling&quot; the audio detector to the circuit, so that only AC reaches the detector circuit. This capacitor&#39;s value is not critical. I&#39;ve used capacitors ranging from 0.27 µF to 0.015 µF with success. Lower capacitor values attenuate low-frequency signals to a greater degree, resulting in less sound intensity from the headphones, so use a greater-value capacitor value if you experience difficulty hearing the tone(s). &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;CROSS-REFERENCES&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;i&gt;Lessons In Electric Circuits&lt;/i&gt;, Volume 3, chapter 3: &quot;Diodes and Rectifiers&quot; &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;LEARNING OBJECTIVES&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;Function of a diode as a rectifier&lt;/li&gt;&lt;li&gt;Permanent-magnet motor operation on AC versus DC power&lt;/li&gt;&lt;li&gt;Measuring &quot;ripple&quot; voltage with a voltmeter&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;SCHEMATIC DIAGRAM&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05129.png&quot; /&gt; &lt;/p&gt; &lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;ILLUSTRATION&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05130.png&quot; /&gt; &lt;/p&gt; &lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;INSTRUCTIONS&lt;/b&gt; &lt;/p&gt;  &lt;a name=&quot;Half-wave rectification&quot;&gt;&lt;/a&gt; &lt;a name=&quot;Rectification, half-wave&quot;&gt;&lt;/a&gt;  &lt;p&gt;Connect the motor to the low-voltage AC power supply through the rectifying diode as shown. The diode only allows current to pass through during one half-cycle of a full positive-and-negative cycle of power supply voltage, eliminating one half-cycle from ever reaching the motor. As a result, the motor only &quot;sees&quot; current in one direction, albeit a &lt;i&gt;pulsating&lt;/i&gt; current, allowing it to spin in one direction. &lt;/p&gt;  &lt;p&gt; Take a jumper wire and short past the diode momentarily, noting the effect on the motor&#39;s operation: &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05131.png&quot; /&gt; &lt;/p&gt;   &lt;p&gt; As you can see, permanent-magnet &quot;DC&quot; motors do not function well on alternating current. Remove the temporary jumper wire and reverse the diode&#39;s orientation in the circuit. Note the effect on the motor. &lt;/p&gt;  &lt;p&gt; Measure DC voltage across the motor like this: &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05132.png&quot; /&gt; &lt;/p&gt;   &lt;p&gt; Then, measure AC voltage across the motor as well: &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05133.png&quot; /&gt; &lt;/p&gt;   &lt;a name=&quot;Ripple voltage&quot;&gt;&lt;/a&gt; &lt;a name=&quot;Voltage, ripple&quot;&gt;&lt;/a&gt;  &lt;p&gt;Most digital multimeters do a good job of discriminating AC from DC voltage, and these two measurements show the DC average and AC &quot;ripple&quot; voltages, respectively of the power &quot;seen&quot; by the motor. &lt;i&gt;Ripple voltage&lt;/i&gt; is the varying portion of the voltage, interpreted as an AC quantity by measurement equipment although the voltage waveform never actually reverses polarity. Ripple may be envisioned as an AC signal superimposed on a steady DC &quot;bias&quot; or &quot;offset&quot; signal. Compare these measurements of DC and AC with voltage measurements taken across the motor while powered by a battery: &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05134.png&quot; /&gt; &lt;/p&gt;   &lt;p&gt;Batteries give very &quot;pure&quot; DC power, and as a result there should be very little AC voltage measured across the motor in this circuit. Whatever AC voltage &lt;i&gt;is&lt;/i&gt; measured across the motor is due to the motor&#39;s pulsating current draw as the brushes make and break contact with the rotating commutator bars. This pulsating current causes pulsating voltages to be dropped across any stray resistances in the circuit, resulting in pulsating voltage &quot;dips&quot; at the motor terminals. &lt;/p&gt;  &lt;p&gt;A qualitative assessment of ripple voltage may be obtained by using the sensitive audio detector described in the AC experiments chapter (the same device described as a &quot;sensitive voltage detector&quot; in the DC experiments chapter). Turn the detector&#39;s sensitivity down for low volume, and connect it across the motor terminals through a small (0.1 µF) capacitor, like this: &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05135.png&quot; /&gt; &lt;/p&gt;   &lt;a name=&quot;AC coupling, oscilloscope&quot;&gt;&lt;/a&gt; &lt;a name=&quot;Oscilloscope coupling&quot;&gt;&lt;/a&gt;  &lt;p&gt;The capacitor acts as a high-pass filter, blocking DC voltage from reaching the detector and allowing easier &quot;listening&quot; of the remaining AC voltage. This is the exact same technique used in oscilloscope circuitry for &quot;AC coupling,&quot; where DC signals are blocked from viewing by a series-connected capacitor. With a battery powering the motor, the ripple should sound like a high-pitched &quot;buzz&quot; or &quot;whine.&quot; Try replacing the battery with the AC power supply and rectifying diode, &quot;listening&quot; with the detector to the low-pitched &quot;buzz&quot; of the half-wave rectified power: &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05136.png&quot; /&gt; &lt;/p&gt; &lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;COMPUTER SIMULATION&lt;/b&gt; &lt;/p&gt;   &lt;p&gt; &lt;u&gt;Schematic with SPICE node numbers:&lt;/u&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05137.png&quot; /&gt; &lt;/p&gt; &lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;u&gt;Netlist (make a text file containing the following text, verbatim):&lt;/u&gt; &lt;/p&gt;  &lt;pre&gt;Halfwave rectifier&lt;br /&gt;v1 1 0 sin(0 8.485 60 0 0)&lt;br /&gt;rload 2 0 10k&lt;br /&gt;d1 1 2 mod1&lt;br /&gt;.model mod1 d&lt;br /&gt;.tran .5m 25m&lt;br /&gt;.plot tran v(1,0) v(2,0)&lt;br /&gt;.end&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;This simulation plots the input voltage as a sine wave and the output voltage as a series of &quot;humps&quot; corresponding to the positive half-cycles of the AC source voltage. The dynamics of a DC motor are far too complex to be simulated using SPICE, unfortunately. &lt;/p&gt;  &lt;p&gt; AC source voltage is specified as 8.485 instead of 6 volts because SPICE understands AC voltage in terms of &lt;i&gt;peak&lt;/i&gt; value only. A 6 volt RMS sine-wave voltage is actually 8.485 volts peak. In simulations where the distinction between RMS and peak value isn&#39;t relevant, I will not bother with an RMS-to-peak conversion like this. To be truthful, the distinction is not terribly important in this simulation, but I discuss it here for your edification. &lt;/p&gt;      &lt;br /&gt;&lt;br /&gt;     &lt;h2&gt;&lt;u&gt;&lt;a name=&quot;xtocid24733&quot;&gt;Full-wave center-tap rectifier&lt;/a&gt;&lt;/u&gt;&lt;/h2&gt;  &lt;a name=&quot;Experiment: Center-tap rectifier&quot;&gt;&lt;/a&gt;  &lt;p&gt; &lt;b&gt;PARTS AND MATERIALS&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;Low-voltage AC power supply (6 volt output)&lt;/li&gt;&lt;li&gt;Two 1N4001 rectifying diodes (Radio Shack catalog # 276-1101)&lt;/li&gt;&lt;li&gt;Small &quot;hobby&quot; motor, permanent-magnet type (Radio Shack catalog # 273-223 or equivalent)&lt;/li&gt;&lt;li&gt;Audio detector with headphones&lt;/li&gt;&lt;li&gt;0.1 µF capacitor&lt;/li&gt;&lt;li&gt;One toggle switch, SPST (&quot;Single-Pole, Single-Throw&quot;)&lt;/li&gt;&lt;/ul&gt;  &lt;p&gt;It is essential for this experiment that the low-voltage AC power supply be equipped with a center tap. A transformer with a non-tapped secondary winding simply will not work for this circuit. &lt;/p&gt;  &lt;p&gt;The diodes need not be exact model 1N4001 units. Any of the &quot;1N400X&quot; series of rectifying diodes are suitable for the task, and they are quite easy to obtain. &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;CROSS-REFERENCES&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;i&gt;Lessons In Electric Circuits&lt;/i&gt;, Volume 3, chapter 3: &quot;Diodes and Rectifiers&quot; &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;LEARNING OBJECTIVES&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;Design of a center-tap rectifier circuit&lt;/li&gt;&lt;li&gt;Measuring &quot;ripple&quot; voltage with a voltmeter&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;SCHEMATIC DIAGRAM&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05138.png&quot; /&gt; &lt;/p&gt; &lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;ILLUSTRATION&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05139.png&quot; /&gt; &lt;/p&gt; &lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;INSTRUCTIONS&lt;/b&gt; &lt;/p&gt;  &lt;a name=&quot;Full-wave rectification&quot;&gt;&lt;/a&gt; &lt;a name=&quot;Rectification, full-wave&quot;&gt;&lt;/a&gt;  &lt;p&gt; This rectifier circuit is called &lt;i&gt;full-wave&lt;/i&gt; because it makes use of the entire waveform, both positive and negative half-cycles, of the AC source voltage in powering the DC load. As a result, there is less &quot;ripple&quot; voltage seen at the load. The RMS (Root-Mean-Square) value of the rectifier&#39;s output is also greater for this circuit than for the half-wave rectifier. &lt;/p&gt;  &lt;p&gt;Use a voltmeter to measure both the DC and AC voltage delivered to the motor. You should notice the advantages of the full-wave rectifier immediately by the greater DC and lower AC indications as compared to the last experiment. &lt;/p&gt;  &lt;p&gt;An experimental advantage of this circuit is the ease of which it may be &quot;de-converted&quot; to a half-wave rectifier: simply disconnect the short jumper wire connecting the two diodes&#39; cathode ends together on the terminal strip. Better yet, for quick comparison between half and full-wave rectification, you may add a switch in the circuit to open and close this connection at will: &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05141.png&quot; /&gt; &lt;/p&gt;   &lt;p&gt;  &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05140.png&quot; /&gt; &lt;/p&gt;   &lt;p&gt;With the ability to quickly switch between half- and full-wave rectification, you may easily perform qualitative comparisons between the two different operating modes. Use the audio signal detector to &quot;listen&quot; to the ripple voltage present between the motor terminals for half-wave and full-wave rectification modes, noting both the intensity and the quality of the tone. Remember to use a coupling capacitor in series with the detector so that it only receives the AC &quot;ripple&quot; voltage and not DC voltage: &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05142.png&quot; /&gt; &lt;/p&gt; &lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;COMPUTER SIMULATION&lt;/b&gt; &lt;/p&gt;   &lt;p&gt; &lt;u&gt;Schematic with SPICE node numbers:&lt;/u&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05143.png&quot; /&gt; &lt;/p&gt; &lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;u&gt;Netlist (make a text file containing the following text, verbatim):&lt;/u&gt; &lt;/p&gt;  &lt;pre&gt;Fullwave center-tap rectifier&lt;br /&gt;v1 1 0 sin(0 8.485 60 0 0)&lt;br /&gt;v2 0 3 sin(0 8.485 60 0 0)&lt;br /&gt;rload 2 0 10k&lt;br /&gt;d1 1 2 mod1&lt;br /&gt;d2 3 2 mod1&lt;br /&gt;.model mod1 d&lt;br /&gt;.tran .5m 25m&lt;br /&gt;.plot tran v(1,0) v(2,0)&lt;br /&gt;.end&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;   &lt;br /&gt;&lt;br /&gt;    &lt;h2&gt;&lt;u&gt;&lt;a name=&quot;xtocid24734&quot;&gt;Full-wave bridge rectifier&lt;/a&gt;&lt;/u&gt;&lt;/h2&gt;  &lt;a name=&quot;Experiment: Bridge rectifier&quot;&gt;&lt;/a&gt;  &lt;p&gt; &lt;b&gt;PARTS AND MATERIALS&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;Low-voltage AC power supply (6 volt output)&lt;/li&gt;&lt;li&gt;Four 1N4001 rectifying diodes (Radio Shack catalog # 276-1101)&lt;/li&gt;&lt;li&gt;Small &quot;hobby&quot; motor, permanent-magnet type (Radio Shack catalog # 273-223 or equivalent)&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;CROSS-REFERENCES&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;i&gt;Lessons In Electric Circuits&lt;/i&gt;, Volume 3, chapter 3: &quot;Diodes and Rectifiers&quot; &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;LEARNING OBJECTIVES&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;Design of a bridge rectifier circuit&lt;/li&gt;&lt;li&gt;Advantages and disadvantages of the bridge rectifier circuit, compared to the center-tap circuit&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;SCHEMATIC DIAGRAM&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05185.png&quot; /&gt; &lt;/p&gt; &lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;ILLUSTRATION&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05186.png&quot; /&gt; &lt;/p&gt; &lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;INSTRUCTIONS&lt;/b&gt; &lt;/p&gt;  &lt;a name=&quot;Split phase&quot;&gt;&lt;/a&gt;  &lt;p&gt;This circuit provides full-wave rectification without the necessity of a center-tapped transformer. In applications where a center-tapped, or &lt;i&gt;split-phase&lt;/i&gt;, source is unavailable, this is the only practical method of full-wave rectification. &lt;/p&gt;  &lt;p&gt; In addition to requiring more diodes than the center-tap circuit, the full-wave bridge suffers a slight performance disadvantage as well: the additional voltage drop caused by current having to go through &lt;i&gt;two&lt;/i&gt; diodes in each half-cycle rather than through only one. With a low-voltage source such as the one you&#39;re using (6 volts RMS), this disadvantage is easily measured. Compare the DC voltage reading across the motor terminals with the reading obtained from the last experiment, given the same AC power supply and the same motor. &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;COMPUTER SIMULATION&lt;/b&gt; &lt;/p&gt;   &lt;p&gt; &lt;u&gt;Schematic with SPICE node numbers:&lt;/u&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05187.png&quot; /&gt; &lt;/p&gt; &lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;u&gt;Netlist (make a text file containing the following text, verbatim):&lt;/u&gt; &lt;/p&gt;  &lt;pre&gt;Fullwave bridge rectifier&lt;br /&gt;v1 1 0 sin(0 8.485 60 0 0)&lt;br /&gt;rload 2 3 10k&lt;br /&gt;d1 3 1 mod1&lt;br /&gt;d2 1 2 mod1&lt;br /&gt;d3 3 0 mod1&lt;br /&gt;d4 0 2 mod1&lt;br /&gt;.model mod1 d&lt;br /&gt;.tran .5m 25m&lt;br /&gt;.plot tran v(1,0) v(2,3)&lt;br /&gt;.end&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;   &lt;br /&gt;&lt;br /&gt;     &lt;h2&gt;&lt;u&gt;&lt;a name=&quot;xtocid24735&quot;&gt;Rectifier/filter circuit&lt;/a&gt;&lt;/u&gt;&lt;/h2&gt;  &lt;a name=&quot;Experiment: Rectifier/filter&quot;&gt;&lt;/a&gt;  &lt;p&gt; &lt;b&gt;PARTS AND MATERIALS&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;Low-voltage AC power supply&lt;/li&gt;&lt;li&gt;Bridge rectifier pack (Radio Shack catalog # 276-1185 or equivalent)&lt;/li&gt;&lt;li&gt;Electrolytic capacitor, 1000 µF, at least 25 WVDC (Radio Shack catalog # 272-1047 or equivalent)&lt;/li&gt;&lt;li&gt;Four &quot;banana&quot; jack style binding posts, or other terminal hardware, for connection to potentiometer circuit (Radio Shack catalog # 274-662 or equivalent)&lt;/li&gt;&lt;li&gt;Metal box&lt;/li&gt;&lt;li&gt;12-volt light bulb, 25 watt&lt;/li&gt;&lt;li&gt;Lamp socket&lt;/li&gt;&lt;/ul&gt;  &lt;p&gt; A bridge rectifier &quot;pack&quot; is highly recommended over constructing a bridge rectifier circuit from individual diodes, because such &quot;packs&quot; are made to bolt onto a metal heat sink. A metal box is recommended over a plastic box for its ability to function as a heat sink for the rectifier. &lt;/p&gt;  &lt;p&gt;A larger capacitor value is fine to use in this experiment, so long as its working voltage is high enough. To be safe, choose a capacitor with a working voltage rating at least twice the RMS AC voltage output of the low-voltage AC power supply. &lt;/p&gt;  &lt;p&gt;High-wattage 12-volt lamps may be purchased from recreational vehicle (RV) and boating supply stores. Common sizes are 25 watt and 50 watt. This lamp will be used as a &quot;heavy&quot; load for the power supply. &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;CROSS-REFERENCES&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;i&gt;Lessons In Electric Circuits&lt;/i&gt;, Volume 2, chapter 8: &quot;Filters&quot; &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;LEARNING OBJECTIVES&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;Capacitive filter function in an AC/DC power supply&lt;/li&gt;&lt;li&gt;Importance of heat sinks for power semiconductors&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;SCHEMATIC DIAGRAM&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05188.png&quot; /&gt; &lt;/p&gt; &lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;ILLUSTRATION&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05189.png&quot; /&gt; &lt;/p&gt; &lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;INSTRUCTIONS&lt;/b&gt; &lt;/p&gt;  &lt;p&gt;This experiment involves constructing a rectifier and filter circuit for attachment to the low-voltage AC power supply constructed earlier. With this device, you will have a source of low-voltage, DC power suitable as a replacement for a battery in battery-powered experiments. If you would like to make this device its own, self-contained 120VAC/DC power supply, you may add all the componentry of the low-voltage AC supply to the &quot;AC in&quot; side of this circuit: a transformer, power cord, and plug. Even if you don&#39;t choose to do this, I recommend using a metal box larger than necessary to provide room for additional voltage regulation circuitry you might choose to add to this project later. &lt;/p&gt;  &lt;p&gt;The bridge rectifier unit should be rated for a current at least as high as the transformer&#39;s secondary winding is rated for, and for a voltage at least twice as high as the RMS voltage of the transformer&#39;s output (this allows for peak voltage, plus an additional safety margin). The Radio Shack rectifier specified in the parts list is rated for 25 amps and 50 volts, more than enough for the output of the low-voltage AC power supply specified in the AC experiments chapter. &lt;/p&gt;  &lt;p&gt;Rectifier units of this size are often equipped with &quot;quick-disconnect&quot; terminals. Complementary &quot;quick-disconnect&quot; lugs are sold that crimp onto the bare ends of wire. This is the preferred method of terminal connection. You may solder wires directly to the lugs of the rectifier, but I recommend against direct soldering to any semiconductor component for two reasons: possible heat damage during soldering, and difficulty of replacing the component in the event of failure. &lt;/p&gt;  &lt;p&gt; Semiconductor devices are more prone to failure than most of the components covered in these experiments thus far, and so if you have any intent of making a circuit permanent, you should build it to be maintained. &quot;Maintainable construction&quot; involves, among other things, making all delicate components replaceable. It also means making &quot;test points&quot; accessible to meter probes throughout the circuit, so that troubleshooting may be executed with a minimum of inconvenience. Terminal strips inherently provide test points for taking voltage measurements, and they also allow for easy disconnection of wires without sacrificing connection durability. &lt;/p&gt;  &lt;a name=&quot;Heat sink&quot;&gt;&lt;/a&gt;  &lt;p&gt;Bolt the rectifier unit to the inside of the metal box. The box&#39;s surface area will act as a radiator, keeping the rectifier unit cool as it passes high currents. Any metal radiator surface designed to lower the operating temperature of an electronic component is called a &lt;i&gt;heat sink&lt;/i&gt;. Semiconductor devices in general are prone to damage from overheating, so providing a path for heat transfer from the device(s) to the ambient air is very important when the circuit in question may handle large amounts of power. &lt;/p&gt;  &lt;a name=&quot;Filter&quot;&gt;&lt;/a&gt; &lt;a name=&quot;Ripple voltage&quot;&gt;&lt;/a&gt; &lt;a name=&quot;Voltage, ripple&quot;&gt;&lt;/a&gt;  &lt;p&gt; A capacitor is included in the circuit to act as a &lt;i&gt;filter&lt;/i&gt; to reduce ripple voltage. Make sure that you connect the capacitor properly across the DC output terminals of the rectifier, so that the polarities match. Being an electrolytic capacitor, it is sensitive to damage by polarity reversal. In this circuit especially, where the internal resistance of the transformer and rectifier are low and the short-circuit current consequently is high, the potential for damage is great. &lt;b&gt;Warning:&lt;/b&gt; a failed capacitor in this circuit will likely explode with alarming force! &lt;/p&gt;  &lt;p&gt; After the rectifier/filter circuit is built, connect it to the low-voltage AC power supply like this: &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05190.png&quot; /&gt; &lt;/p&gt;   &lt;p&gt; Measure the AC voltage output by the low-voltage power supply. Your meter should indicate approximately 6 volts if the circuit is connected as shown. This voltage measurement is the RMS voltage of the AC power supply. &lt;/p&gt;  &lt;p&gt;Now, switch your multimeter to the DC voltage function and measure the DC voltage output by the rectifier/filter circuit. It should read substantially higher than the RMS voltage of the AC input measured before. The filtering action of the capacitor provides a DC output voltage equal to the &lt;i&gt;peak&lt;/i&gt; AC voltage, hence the greater voltage indication: &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05192.png&quot; /&gt; &lt;/p&gt;   &lt;p&gt; Measure the AC ripple voltage magnitude with a digital voltmeter set to AC volts (or AC millivolts). You should notice a much smaller ripple voltage in this circuit than what was measured in any of the unfiltered rectifier circuits previously built. Feel free to use your audio detector to &quot;listen&quot; to the AC ripple voltage output by the rectifier/filter unit. As usual, connect a small &quot;coupling&quot; capacitor in series with the detector so that it does not respond to the DC voltage, but only the AC ripple. Very little sound should be heard. &lt;/p&gt;  &lt;p&gt;After taking unloaded AC ripple voltage measurements, connect the 25 watt light bulb to the output of the rectifier/filter circuit like this: &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05191.png&quot; /&gt; &lt;/p&gt;   &lt;p&gt;Re-measure the ripple voltage present between the rectifier/filter unit&#39;s &quot;DC out&quot; terminals. With a heavy load, the filter capacitor becomes discharged between rectified voltage peaks, resulting in greater ripple than before: &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05193.png&quot; /&gt; &lt;/p&gt;   &lt;p&gt;If less ripple is desired under heavy-load conditions, a larger capacitor may be used, or a more complex filter circuit may be built using two capacitors and an inductor: &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05194.png&quot; /&gt; &lt;/p&gt;   &lt;a name=&quot;Choke, filter&quot;&gt;&lt;/a&gt; &lt;a name=&quot;Filter choke&quot;&gt;&lt;/a&gt;  &lt;p&gt;If you choose to build such a filter circuit, be sure to use an iron-core inductor for maximum inductance, and one with thick enough wire to safely handle the full rated current of power supply. Inductors used for the purpose of filtering are sometimes referred to as &lt;i&gt;chokes&lt;/i&gt;, because they &quot;choke&quot; AC ripple voltage from getting to the load. If a suitable choke cannot be obtained, the secondary winding of a step-down power transformer like the type used to step 120 volts AC down to 12 or 6 volts AC in the low-voltage power supply may be used. Leave the primary (120 volt) winding open: &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05195.png&quot; /&gt; &lt;/p&gt; &lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;COMPUTER SIMULATION&lt;/b&gt; &lt;/p&gt;   &lt;p&gt; &lt;u&gt;Schematic with SPICE node numbers:&lt;/u&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05196.png&quot; /&gt; &lt;/p&gt; &lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;u&gt;Netlist (make a text file containing the following text, verbatim):&lt;/u&gt; &lt;/p&gt;  &lt;pre&gt;Fullwave bridge rectifier&lt;br /&gt;v1 1 0 sin(0 8.485 60 0 0)&lt;br /&gt;rload 2 3 10k&lt;br /&gt;c1 2 3 1000u ic=0&lt;br /&gt;d1 3 1 mod1&lt;br /&gt;d2 1 2 mod1&lt;br /&gt;d3 3 0 mod1&lt;br /&gt;d4 0 2 mod1&lt;br /&gt;.model mod1 d&lt;br /&gt;.tran .5m 25m&lt;br /&gt;.plot tran v(1,0) v(2,3)&lt;br /&gt;.end&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; You may decrease the value of R&lt;sub&gt;load&lt;/sub&gt; in the simulation from 10 kΩ to some lower value to explore the effects of loading on ripple voltage. As it is with a 10 kΩ load resistor, the ripple is undetectable on the waveform plotted by SPICE. &lt;/p&gt;     &lt;br /&gt;&lt;br /&gt;     &lt;h2&gt;&lt;u&gt;&lt;a name=&quot;xtocid24736&quot;&gt;Voltage regulator&lt;/a&gt;&lt;/u&gt;&lt;/h2&gt;  &lt;a name=&quot;Experiment: Voltage regulator&quot;&gt;&lt;/a&gt;  &lt;p&gt; &lt;b&gt;PARTS AND MATERIALS&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;Four 6 volt batteries&lt;/li&gt;&lt;li&gt;Zener diode, 12 volt -- type 1N4742 (Radio Shack catalog # 276-563 or equivalent)&lt;/li&gt;&lt;li&gt;One 10 kΩ resistor&lt;/li&gt;&lt;/ul&gt;  &lt;p&gt;Any low-voltage zener diode is appropriate for this experiment. The 1N4742 model listed here (zener voltage = 12 volts) is but one suggestion. Whatever diode model you choose, I highly recommend one with a zener voltage rating &lt;i&gt;greater&lt;/i&gt; than the voltage of a single battery, for maximum learning experience. It is important that you see how a zener diode functions when exposed to a voltage &lt;i&gt;less than&lt;/i&gt; its breakdown rating. &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;CROSS-REFERENCES&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;i&gt;Lessons In Electric Circuits&lt;/i&gt;, Volume 3, chapter 3: &quot;Diodes and Rectifiers&quot; &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;LEARNING OBJECTIVES&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;Zener diode function&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;SCHEMATIC DIAGRAM&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05235.png&quot; /&gt; &lt;/p&gt; &lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;ILLUSTRATION&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05236.png&quot; /&gt; &lt;/p&gt; &lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;INSTRUCTIONS&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; Build this simple circuit, being sure to connect the diode in &quot;reverse-bias&quot; fashion (cathode positive and anode negative), and measure the voltage across the diode with one battery as a power source. Record this voltage drop for future reference. Also, measure and record the voltage drop across the 10 kΩ resistor. &lt;/p&gt;  &lt;p&gt;Modify the circuit by connecting two 6-volt batteries in series, for 12 volts total power source voltage. Re-measure the diode&#39;s voltage drop, as well as the resistor&#39;s voltage drop, with a voltmeter: &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05237.png&quot; /&gt; &lt;/p&gt;   &lt;p&gt;Connect three, then four 6-volt batteries together in series, forming an 18 volt and 24 volt power source, respectively. Measure and record the diode&#39;s and resistor&#39;s voltage drops for each new power supply voltage. What do you notice about the diode&#39;s voltage drop for these four different source voltages? Do you see how the diode voltage never exceeds a level of 12 volts? What do you notice about the resistor&#39;s voltage drop for these four different source voltage levels? &lt;/p&gt;  &lt;p&gt; Zener diodes are frequently used as voltage &lt;i&gt;regulating&lt;/i&gt; devices, because they act to clamp the voltage drop across themselves at a predetermined level. Whatever excess voltage is supplied by the power source becomes dropped across the series resistor. However, it is important to note that a zener diode cannot &lt;i&gt;make up&lt;/i&gt; for a deficiency in source voltage. For instance, this 12-volt zener diode does not drop 12 volts when the power source is only 6 volts strong. It is helpful to think of a zener diode as a voltage &lt;i&gt;limiter&lt;/i&gt;: establishing a maximum voltage drop, but not a minimum voltage drop. &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;COMPUTER SIMULATION&lt;/b&gt; &lt;/p&gt;   &lt;p&gt; &lt;u&gt;Schematic with SPICE node numbers:&lt;/u&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05238.png&quot; /&gt; &lt;/p&gt; &lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;u&gt;Netlist (make a text file containing the following text, verbatim):&lt;/u&gt; &lt;/p&gt;  &lt;pre&gt;Zener diode&lt;br /&gt;v1 1 0&lt;br /&gt;r1 1 2 10k&lt;br /&gt;d1 0 2 mod1&lt;br /&gt;.model mod1 d bv=12&lt;br /&gt;.dc v1 18 18 1&lt;br /&gt;.print dc v(2,0)&lt;br /&gt;.end&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; A zener diode may be simulated in SPICE with a normal diode, the reverse breakdown parameter (&lt;tt&gt;bv=12&lt;/tt&gt;) set to the desired zener breakdown voltage. &lt;/p&gt;      &lt;br /&gt;&lt;br /&gt;     &lt;h2&gt;&lt;u&gt;&lt;a name=&quot;xtocid24737&quot;&gt;Transistor as a switch&lt;/a&gt;&lt;/u&gt;&lt;/h2&gt;  &lt;a name=&quot;Experiment: BJT switch&quot;&gt;&lt;/a&gt;  &lt;p&gt; &lt;b&gt;PARTS AND MATERIALS&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;Two 6-volt batteries&lt;/li&gt;&lt;li&gt;One NPN transistor -- models 2N2222 or 2N3403 recommended (Radio Shack catalog # 276-1617 is a package of fifteen NPN transistors ideal for this and other experiments)&lt;/li&gt;&lt;li&gt;One 100 kΩ resistor&lt;/li&gt;&lt;li&gt;One 560 Ω resistor&lt;/li&gt;&lt;li&gt;One light-emitting diode (Radio Shack catalog # 276-026 or equivalent)&lt;/li&gt;&lt;/ul&gt;  &lt;p&gt; Resistor values are not critical for this experiment.  Neither is the particular light emitting diode (LED) selected. &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;CROSS-REFERENCES&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;i&gt;Lessons In Electric Circuits&lt;/i&gt;, Volume 3, chapter 4: &quot;Bipolar Junction Transistors&quot; &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;LEARNING OBJECTIVES&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;Current amplification of a bipolar junction transistor&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;SCHEMATIC DIAGRAM&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05222.png&quot; /&gt; &lt;/p&gt; &lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;ILLUSTRATION&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05223.png&quot; /&gt; &lt;/p&gt; &lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;INSTRUCTIONS&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; The red wire shown in the diagram (the one terminating in an arrowhead, connected to one end of the 100 kΩ resistor) is intended to remain loose, so that you may touch it momentarily to other points in the circuit. &lt;/p&gt;  &lt;p&gt;If you touch the end of the loose wire to any point in the circuit more positive than it, such as the positive side of the DC power source, the LED should light up. It takes 20 mA to fully illuminate a standard LED, so this behavior should strike you as interesting, because the 100 kΩ resistor to which the loose wire is attached restricts current through it to a far lesser value than 20 mA. At most, a total voltage of 12 volts across a 100 kΩ resistance yields a current of only 0.12 mA, or 120 µA! The connection made by your touching the wire to a positive point in the circuit conducts far less current than 1 mA, yet through the amplifying action of the transistor, is able to &lt;i&gt;control&lt;/i&gt; a much greater current through the LED. &lt;/p&gt;  &lt;p&gt; Try using an ammeter to connect the loose wire to the positive side of the power source, like this: &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05224.png&quot; /&gt; &lt;/p&gt;   &lt;p&gt; You may have to select the most sensitive current range on the meter to measure this small flow.  After measuring this &lt;i&gt;controlling&lt;/i&gt; current, try measuring the LED&#39;s current (the &lt;i&gt;controlled&lt;/i&gt; current) and compare magnitudes. Don&#39;t be surprised if you find a ratio in excess of 200 (the controlled current 200 times as great as the controlling current)! &lt;/p&gt;  &lt;p&gt;As you can see, the transistor is acting as a kind of electrically-controlled switch, switching current on and off to the LED at the command of a much smaller current signal conducted through its base terminal. &lt;/p&gt;  &lt;p&gt;To further illustrate just how miniscule the controlling current is, remove the loose wire from the circuit and try &quot;bridging&quot; the unconnected end of the 100 kΩ resistor to the power source&#39;s positive pole with two fingers of one hand. You may need to wet the ends of those fingers to maximize conductivity: &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05225.png&quot; /&gt; &lt;/p&gt;   &lt;p&gt;Try varying the contact pressure of your fingers with these two points in the circuit to vary the amount of resistance in the controlling current&#39;s path. Can you vary the brightness of the LED by doing so? What does this indicate about the transistor&#39;s ability to act as more than just a switch; i.e. as a &lt;i&gt;variable&lt;/i&gt; &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;COMPUTER SIMULATION&lt;/b&gt; &lt;/p&gt;   &lt;p&gt; &lt;u&gt;Schematic with SPICE node numbers:&lt;/u&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05226.png&quot; /&gt; &lt;/p&gt; &lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;u&gt;Netlist (make a text file containing the following text, verbatim):&lt;/u&gt; &lt;/p&gt;  &lt;pre&gt;Transistor as a switch&lt;br /&gt;v1 1 0&lt;br /&gt;r1 1 2 100k&lt;br /&gt;r2 1 3 560&lt;br /&gt;d1 3 4 mod2&lt;br /&gt;q1 4 2 0 mod1&lt;br /&gt;.model mod1 npn bf=200&lt;br /&gt;.model mod2 d is=1e-28&lt;br /&gt;.dc v1 12 12 1&lt;br /&gt;.print dc v(2,0) v(4,0) v(1,2) v(1,3) v(3,4)&lt;br /&gt;.end&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; In this simulation, the voltage drop across the 560 Ω resistor &lt;tt&gt;v(1,3)&lt;/tt&gt; turns out to be 10.26 volts, indicating a LED current of 18.32 mA by Ohm&#39;s Law (I=E/R).  R&lt;sub&gt;1&lt;/sub&gt;&#39;s voltage drop (voltage between nodes 1 and 2) ends up being 11.15 volts, which across 100 kΩ gives a current of only 111.5 µA. Obviously, a very small current is exerting control over a much larger current in this circuit. &lt;/p&gt;  &lt;p&gt; In case you were wondering, the &lt;tt&gt;is=1e-28&lt;/tt&gt; parameter in the diode&#39;s &lt;tt&gt;.model&lt;/tt&gt; line is there to make the diode act more like an LED with a higher forward voltage drop. &lt;/p&gt;      &lt;br /&gt;&lt;br /&gt;     &lt;h2&gt;&lt;u&gt;&lt;a name=&quot;xtocid24738&quot;&gt;Static electricity sensor&lt;/a&gt;&lt;/u&gt;&lt;/h2&gt;  &lt;a name=&quot;Experiment: Static electricity sensor&quot;&gt;&lt;/a&gt;  &lt;p&gt; &lt;b&gt;PARTS AND MATERIALS&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;One N-channel junction field-effect transistor, models 2N3819 or J309 recommended (Radio Shack catalog # 276-2035 is the model 2N3819)&lt;/li&gt;&lt;li&gt;One 6 volt battery&lt;/li&gt;&lt;li&gt;One 100 kΩ resistor&lt;/li&gt;&lt;li&gt;One light-emitting diode (Radio Shack catalog # 276-026 or equivalent)&lt;/li&gt;&lt;li&gt;Plastic comb&lt;/li&gt;&lt;/ul&gt;  &lt;p&gt; The particular junction field-effect transistor, or JFET, model used in this experiment is not critical. P-channel JFETs are also okay to use, but are not as popular as N-channel transistors. &lt;/p&gt;  &lt;p&gt; Beware that not all transistors share the same terminal designations, or &lt;i&gt;pinouts&lt;/i&gt;, even if they share the same physical appearance. This will dictate how you connect the transistors together and to other components, so be sure to check the manufacturer&#39;s specifications (component datasheet), easily obtained from the manufacturer&#39;s website. Beware that it is possible for the transistor&#39;s package and even the manufacturer&#39;s datasheet to show incorrect terminal identification diagrams! Double-checking pin identities with your multimeter&#39;s &quot;diode check&quot; function is highly recommended. For details on how to identify junction field-effect transistor terminals using a multimeter, consult chapter 5 of the Semiconductor volume (volume III) of this book series. &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;CROSS-REFERENCES&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;i&gt;Lessons In Electric Circuits&lt;/i&gt;, Volume 3, chapter 5: &quot;Junction Field-Effect Transistors&quot; &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;LEARNING OBJECTIVES&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;How the JFET is used as an on/off switch&lt;/li&gt;&lt;li&gt;How JFET current gain differs from a bipolar transistor&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;SCHEMATIC DIAGRAM&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05227.png&quot; /&gt; &lt;/p&gt; &lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;ILLUSTRATION&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05228.png&quot; /&gt; &lt;/p&gt; &lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;INSTRUCTIONS&lt;/b&gt; &lt;/p&gt;  &lt;a name=&quot;Transistor, junction field-effect&quot;&gt;&lt;/a&gt;  &lt;p&gt;This experiment is very similar to the previous experiment using a bipolar junction transistor (BJT) as a switching device to control current through an LED. In this experiment, a &lt;i&gt;junction field-effect transistor&lt;/i&gt; is used instead, giving dramatically improved sensitivity. &lt;/p&gt;  &lt;p&gt; Build this circuit and touch the loose wire end (the wire shown in red on the schematic diagram and in the illustration, connected to the 100 kΩ resistor) with your hand. Simply touching this wire will likely have an effect on the LED&#39;s status. This circuit makes a fine sensor of static electricity! Try scuffing your feet on a carpet and then touching the wire end if no effect on the light is seen yet. &lt;/p&gt;  &lt;p&gt;For a more controlled test, touch the wire with one hand and alternately touch the positive (+) and negative (-) terminals of the battery with one finger of your other hand. Your body acts as a conductor (albeit a poor one), connecting the gate terminal of the JFET to either terminal of the battery as you touch them. Make note which terminal makes the LED turn on and which makes the LED turn off. Try to relate this behavior with what you&#39;ve read about JFETs in chapter 5 of the Semiconductor volume. &lt;/p&gt;  &lt;p&gt;The fact that a JFET is turned on and off so easily (requiring so little control current), as evidenced by full on-and-off control simply by conduction of a control current through your body, demonstrates how great of a current gain it has. With the BJT &quot;switch&quot; experiment, a much more &quot;solid&quot; connection between the transistor&#39;s gate terminal and a source of voltage was needed to turn it on. Not so with the JFET. In fact, the mere presence of static electricity can turn it on and off at a distance. &lt;/p&gt;  &lt;p&gt;To further experiment with the effects of static electricity on this circuit, brush your hair with the plastic comb and then wave the comb near the transistor, watching the effect on the LED. The action of combing your hair with a plastic object creates a high static voltage between the comb and your body. The strong electric field produced between these two objects should be detectable by this circuit from a significant distance! &lt;/p&gt;  &lt;p&gt;In case you&#39;re wondering why there is no 560 Ω &quot;dropping&quot; resistor to limit current through the LED, many small-signal JFETs tend to self-limit their controlled current to a level acceptable by LEDs. The model 2N3819, for example, has a typical saturated drain current (I&lt;sub&gt;DSS&lt;/sub&gt;) of 10 mA and a maximum of 20 mA. Since most LEDs are rated at a forward current of 20 mA, there is no need for a dropping resistor to limit circuit current: the JFET does it intrinsically. &lt;/p&gt;      &lt;br /&gt;&lt;br /&gt;      &lt;h2&gt;&lt;u&gt;&lt;a name=&quot;xtocid24739&quot;&gt;Pulsed-light sensor&lt;/a&gt;&lt;/u&gt;&lt;/h2&gt;  &lt;a name=&quot;Experiment: Pulsed-light sensor&quot;&gt;&lt;/a&gt;  &lt;p&gt; &lt;b&gt;PARTS AND MATERIALS&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;Two 6-volt batteries&lt;/li&gt;&lt;li&gt;One NPN transistor -- models 2N2222 or 2N3403 recommended (Radio Shack catalog # 276-1617 is a package of fifteen NPN transistors ideal for this and other experiments)&lt;/li&gt;&lt;li&gt;One light-emitting diode (Radio Shack catalog # 276-026 or equivalent)&lt;/li&gt;&lt;li&gt;Audio detector with headphones&lt;/li&gt;&lt;/ul&gt;  &lt;p&gt; If you don&#39;t have an audio detector already constructed, you can use a nice set of audio headphones (closed-cup style, that completely covers your ears) and a 120V/6V step-down transformer to build a sensitive audio detector without volume control or overvoltage protection, just for this experiment. &lt;/p&gt;  &lt;p&gt; Connect these portions of the headphone stereo plug to the transformer&#39;s secondary (6 volt) winding: &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05011.png&quot; /&gt; &lt;/p&gt;   &lt;p&gt; Try both the series and the parallel connection schemes for the loudest sound. &lt;/p&gt;  &lt;p&gt; If you haven&#39;t made an audio detector as outlined in both the DC and AC experiments chapters, you really should -- it is a valuable piece of test equipment for your collection. &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;CROSS-REFERENCES&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;i&gt;Lessons In Electric Circuits&lt;/i&gt;, Volume 3, chapter 4: &quot;Bipolar Junction Transistors&quot; &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;LEARNING OBJECTIVES&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;How to use a transistor as a crude common-emitter amplifier&lt;/li&gt;&lt;li&gt;How to use an LED as a light sensor&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;SCHEMATIC DIAGRAM&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05271.png&quot; /&gt; &lt;/p&gt; &lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;ILLUSTRATION&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05272.png&quot; /&gt; &lt;/p&gt; &lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;INSTRUCTIONS&lt;/b&gt; &lt;/p&gt;  &lt;p&gt;This circuit detects pulses of light striking the LED and converts them into relatively strong audio signals to be heard through the headphones. Forrest Mims teaches that LEDs have the ability to &lt;i&gt;produce&lt;/i&gt; current when exposed to light, in a manner not unlike a semiconductor solar cell. &lt;a href=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/EXP_5.html#MIM.bibitem&quot;&gt;[MIM]&lt;/a&gt; By itself, the LED does not produce enough electrical power to drive the audio detector circuit, so a transistor is used to amplify the LED&#39;s signals. If the LED is exposed to a pulsing source of light, a tone will be heard in the headphones. &lt;/p&gt;  &lt;p&gt;Sources of light suitable for this experiment include fluorescent and neon lamps, which blink rapidly with the 60 Hz AC power energizing them. You may also try using bright sunlight for a steady light source, then waving your fingers in front of the LED. The rapidly passing shadows will cause the LED to generate pulses of voltage, creating a brief &quot;buzzing&quot; sound in the headphones. &lt;/p&gt;   &lt;p&gt;LEDs serving as photo-detectors are narrow-band devices, responding to a narrow band of wavelengths close, but not identical, to that normally emitted. Infrared remote controls are a good illumination source for near-infrared LEDs employed as photo-sensors, producing a receiver sound. &lt;a href=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/EXP_5.html#MIM3.bibitem&quot;&gt;[MIM3]&lt;/a&gt; &lt;/p&gt;   &lt;p&gt; With a little imagination, it is not difficult to grasp the concept of transmitting audio information -- such as music or speech -- over a beam of pulsing light. Given a suitable &quot;transmitter&quot; circuit to pulse an LED on and off with the positive and negative crests of an audio waveform from a microphone, the &quot;receiver&quot; circuit shown here would convert those light pulses back into audio signals. &lt;a href=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/EXP_5.html#MIM2.bibitem&quot;&gt;[MIM2]&lt;/a&gt; &lt;/p&gt;      &lt;br /&gt;&lt;br /&gt;     &lt;h2&gt;&lt;u&gt;&lt;a name=&quot;xtocid247310&quot;&gt;Voltage follower&lt;/a&gt;&lt;/u&gt;&lt;/h2&gt;  &lt;a name=&quot;Experiment: Voltage follower&quot;&gt;&lt;/a&gt;  &lt;p&gt; &lt;b&gt;PARTS AND MATERIALS&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;One NPN transistor -- models 2N2222 or 2N3403 recommended (Radio Shack catalog # 276-1617 is a package of fifteen NPN transistors ideal for this and other experiments)&lt;/li&gt;&lt;li&gt;Two 6-volt batteries&lt;/li&gt;&lt;li&gt;Two 1 kΩ resistors&lt;/li&gt;&lt;li&gt;One 10 kΩ potentiometer, single-turn, linear taper (Radio Shack catalog # 271-1715)&lt;/li&gt;&lt;/ul&gt;  &lt;p&gt; Beware that not all transistors share the same terminal designations, or &lt;i&gt;pinouts&lt;/i&gt;, even if they share the same physical appearance. This will dictate how you connect the transistors together and to other components, so be sure to check the manufacturer&#39;s specifications (component datasheet), easily obtained from the manufacturer&#39;s website. Beware that it is possible for the transistor&#39;s package and even the manufacturer&#39;s datasheet to show incorrect terminal identification diagrams! Double-checking pin identities with your multimeter&#39;s &quot;diode check&quot; function is highly recommended. For details on how to identify bipolar transistor terminals using a multimeter, consult chapter 4 of the Semiconductor volume (volume III) of this book series. &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;CROSS-REFERENCES&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;i&gt;Lessons In Electric Circuits&lt;/i&gt;, Volume 3, chapter 4: &quot;Bipolar Junction Transistors&quot; &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;LEARNING OBJECTIVES&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;Purpose of circuit &quot;ground&quot; when there is no actual connection to earth ground&lt;/li&gt;&lt;li&gt;Using a shunt resistor to measure current with a voltmeter&lt;/li&gt;&lt;li&gt;Measure amplifier voltage gain&lt;/li&gt;&lt;li&gt;Measure amplifier current gain&lt;/li&gt;&lt;li&gt;Amplifier impedance transformation&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;SCHEMATIC DIAGRAM&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05200.png&quot; /&gt; &lt;/p&gt; &lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;ILLUSTRATION&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05201.png&quot; /&gt; &lt;/p&gt; &lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;INSTRUCTIONS&lt;/b&gt; &lt;/p&gt;  &lt;p&gt;Again, beware that the transistor you select for this experiment may not have the same terminal designations shown here, and so the breadboard layout shown in the illustration may not be correct for you. In my illustrations, I show all TO-92 package transistors with terminals labeled &quot;CBE&quot;: Collector, Base, and Emitter, from left to right. This is correct for the model 2N2222 transistor and some others, &lt;i&gt;but not for all&lt;/i&gt;; not even for all NPN-type transistors! As usual, check with the manufacturer for details on the particular component(s) you choose for a project. With bipolar junction transistors, it is easy enough to verify terminal assignments with a multimeter. &lt;/p&gt;  &lt;a name=&quot;Voltage follower&quot;&gt;&lt;/a&gt;  &lt;p&gt; The &lt;i&gt;voltage follower&lt;/i&gt; is the safest and easiest transistor amplifier circuit to build. Its purpose is to provide approximately the same voltage to a load as what is input to the amplifier, but at a much greater current. In other words, it has no voltage gain, but it does have current gain. &lt;/p&gt;  &lt;p&gt; Note that the negative (-) side of the power supply is shown in the schematic diagram to be connected to &lt;i&gt;ground&lt;/i&gt;, as indicated by the symbol in the lower-left corner of the diagram. This does not necessarily represent a connection to the actual earth. What it means is that this point in the circuit -- and all points electrically common to it -- constitute the default reference point for all voltage measurements in the circuit. Since voltage is by necessity a quantity relative between two points, a &quot;common&quot; point of reference designated in a circuit gives us the ability to speak meaningfully of voltage at particular, single points in that circuit. &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05202.png&quot; /&gt; &lt;/p&gt;   &lt;p&gt; For example, if I were to speak of voltage &lt;i&gt;at&lt;/i&gt; the base of the transistor (V&lt;sub&gt;B&lt;/sub&gt;), I would mean the voltage measured between the transistor&#39;s base terminal and the negative side of the power supply (ground), with the red probe touching the base terminal and the black probe touching ground. Normally, it is nonsense to speak of voltage &lt;i&gt;at&lt;/i&gt; a single point, but having an implicit reference point for voltage measurements makes such statements meaningful: &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05203.png&quot; /&gt; &lt;/p&gt;   &lt;p&gt; Build this circuit, and measure output voltage versus input voltage for several different potentiometer settings. Input voltage is the voltage at the potentiometer&#39;s wiper (voltage between the wiper and circuit ground), while output voltage is the load resistor voltage (voltage across the load resistor, or emitter voltage: between emitter and circuit ground). You should see a close correlation between these two voltages: one is just a little bit greater than the other (about 0.6 volts or so?), but a change in the input voltage gives almost equal change in the output voltage. Because the relationship between input &lt;i&gt;change&lt;/i&gt; and output &lt;i&gt;change&lt;/i&gt; is almost 1:1, we say that the AC voltage gain of this amplifier is nearly 1. &lt;/p&gt;  &lt;a name=&quot;Resistor, shunt&quot;&gt;&lt;/a&gt; &lt;a name=&quot;Shunt resistor&quot;&gt;&lt;/a&gt;  &lt;p&gt; Not very impressive, is it? Now measure current through the base of the transistor (input current) versus current through the load resistor (output current). Before you break the circuit and insert your ammeter to take these measurements, consider an alternative method: measure &lt;i&gt;voltage&lt;/i&gt; across the base and load resistors, whose resistance values are known. Using Ohm&#39;s Law, current through each resistor may be easily calculated: divide the measured voltage by the known resistance (I=E/R). This calculation is particularly easy with resistors of 1 kΩ value: there will be 1 milliamp of current for every volt of drop across them. For best precision, you may measure the resistance of each resistor rather than assume an exact value of 1 kΩ, but it really doesn&#39;t matter much for the purposes of this experiment. When resistors are used to take current measurements by &quot;translating&quot; a current into a corresponding voltage, they are often referred to as &lt;i&gt;shunt&lt;/i&gt; resistors. &lt;/p&gt;  &lt;p&gt; You should expect to find huge differences between input and output currents for this amplifier circuit. In fact, it is not uncommon to experience current gains well in excess of 200 for a small-signal transistor operating at low current levels. This is the primary purpose of a voltage follower circuit: to boost the current capacity of a &quot;weak&quot; signal without altering its voltage. &lt;/p&gt;  &lt;a name=&quot;Amplifier impedance&quot;&gt;&lt;/a&gt; &lt;a name=&quot;Impedance, amplifier&quot;&gt;&lt;/a&gt;  &lt;p&gt; Another way of thinking of this circuit&#39;s function is in terms of &lt;i&gt;impedance&lt;/i&gt;. The input side of this amplifier accepts a voltage signal without drawing much current. The output side of this amplifier delivers the same voltage, but at a current limited only by load resistance and the current-handling ability of the transistor. Cast in terms of impedance, we could say that this amplifier has a high input impedance (voltage dropped with very little current drawn) and a low output impedance (voltage dropped with almost unlimited current-sourcing capacity). &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;COMPUTER SIMULATION&lt;/b&gt; &lt;/p&gt;   &lt;p&gt; &lt;u&gt;Schematic with SPICE node numbers:&lt;/u&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05204.png&quot; /&gt; &lt;/p&gt; &lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;u&gt;Netlist (make a text file containing the following text, verbatim):&lt;/u&gt; &lt;/p&gt;  &lt;pre&gt;Voltage follower&lt;br /&gt;v1 1 0&lt;br /&gt;rpot1 1 2 5k&lt;br /&gt;rpot2 2 0 5k&lt;br /&gt;rbase 2 3 1k&lt;br /&gt;rload 4 0 1k&lt;br /&gt;q1 1 3 4 mod1&lt;br /&gt;.model mod1 npn bf=200&lt;br /&gt;.dc v1 12 12 1&lt;br /&gt;.print dc v(2,0) v(4,0) v(2,3)&lt;br /&gt;.end&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;When this simulation is run through the SPICE program, it shows an input voltage of 5.937 volts and an output voltage of 5.095 volts, with an input current of 25.35 µA (2.535E-02 volts dropped across the 1 kΩ R&lt;sub&gt;base&lt;/sub&gt; resistor). Output current is, of course, 5.095 mA, inferred from the output voltage of 5.095 volts dropped across a load resistance of exactly 1 kΩ. You may change the &quot;potentiometer&quot; setting in this circuit by adjusting the values of R&lt;sub&gt;pot1&lt;/sub&gt; and R&lt;sub&gt;pot2&lt;/sub&gt;, always keeping their sum at 10 kΩ. &lt;/p&gt;     &lt;br /&gt;&lt;br /&gt;     &lt;h2&gt;&lt;u&gt;&lt;a name=&quot;xtocid247311&quot;&gt;Common-emitter amplifier&lt;/a&gt;&lt;/u&gt;&lt;/h2&gt;  &lt;a name=&quot;Experiment: Common-emitter amplifier&quot;&gt;&lt;/a&gt;  &lt;p&gt; &lt;b&gt;PARTS AND MATERIALS&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;One NPN transistor -- model 2N2222 or 2N3403 recommended (Radio Shack catalog # 276-1617 is a package of fifteen NPN transistors ideal for this and other experiments)&lt;/li&gt;&lt;li&gt;Two 6-volt batteries&lt;/li&gt;&lt;li&gt;One 10 kΩ potentiometer, single-turn, linear taper (Radio Shack catalog # 271-1715)&lt;/li&gt;&lt;li&gt;One 1 MΩ resistor&lt;/li&gt;&lt;li&gt;One 100 kΩ resistor&lt;/li&gt;&lt;li&gt;One 10 kΩ resistor&lt;/li&gt;&lt;li&gt;One 1.5 kΩ resistor&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;CROSS-REFERENCES&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;i&gt;Lessons In Electric Circuits&lt;/i&gt;, Volume 3, chapter 4: &quot;Bipolar Junction Transistors&quot; &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;LEARNING OBJECTIVES&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;Design of a simple common-emitter amplifier circuit&lt;/li&gt;&lt;li&gt;How to measure amplifier voltage gain&lt;/li&gt;&lt;li&gt;The difference between an inverting and a noninverting amplifier&lt;/li&gt;&lt;li&gt;Ways to introduce negative feedback in an amplifier circuit&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;SCHEMATIC DIAGRAM&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05239.png&quot; /&gt; &lt;/p&gt; &lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;ILLUSTRATION&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05240.png&quot; /&gt; &lt;/p&gt; &lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;INSTRUCTIONS&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; Build this circuit and measure output voltage (voltage measured between the transistor&#39;s collector terminal and ground) and input voltage (voltage measured between the potentiometer&#39;s wiper terminal and ground) for several position settings of the potentiometer. I recommend determining the output voltage range as the potentiometer is adjusted through its entire range of motion, then choosing several voltages spanning that output range to take measurements at. For example, if full rotation on the potentiometer drives the amplifier circuit&#39;s output voltage from 0.1 volts (low) to 11.7 volts (high), choose several voltage levels between those limits (1 volt, 3 volts, 5 volts, 7 volts, 9 volts, and 11 volts). Measuring the output voltage with a meter, adjust the potentiometer to obtain each of these predetermined voltages at the output, noting the exact figure for later reference. Then, measure the exact input voltage producing that output voltage, and record that voltage figure as well. &lt;/p&gt;  &lt;p&gt;In the end, you should have a table of numbers representing several different output voltages along with their corresponding input voltages. Take any two pairs of voltage figures and calculate voltage gain by dividing the difference in output voltages by the difference in input voltages. For example, if an input voltage of 1.5 volts gives me an output voltage of 7.0 volts and an input voltage of 1.66 volts gives me an output voltage of 1.0 volt, the amplifier&#39;s voltage gain is (7.0 - 1.0)/(1.66 - 1.5), or 6 divided by 0.16: a gain ratio of 37.50. &lt;/p&gt;  &lt;a name=&quot;Inverting amplifier&quot;&gt;&lt;/a&gt; &lt;a name=&quot;Amplifier, inverting&quot;&gt;&lt;/a&gt;  &lt;p&gt;You should immediately notice two characteristics while taking these voltage measurements: first, that the input-to-output effect is &quot;reversed;&quot; that is, an &lt;i&gt;increasing&lt;/i&gt; input voltage results in a &lt;i&gt;decreasing&lt;/i&gt; output voltage.  This effect is known as signal inversion, and this kind of amplifier as an &lt;i&gt;inverting&lt;/i&gt; amplifier. Secondly, this amplifier exhibits a very strong voltage gain: a small change in input voltage results in a large change in output voltage. This should stand in stark contrast to the &quot;voltage follower&quot; amplifier circuit discussed earlier, which had a voltage gain of about 1. &lt;/p&gt;  &lt;p&gt;Common-emitter amplifiers are widely used due to their high voltage gain, but they are rarely used in as crude a form as this. Although this amplifier circuit works to demonstrate the basic concept, it is very susceptible to changes in temperature. Try leaving the potentiometer in one position and heating the transistor by grasping it firmly with your hand or heating it with some other source of heat such as an electric hair dryer (&lt;b&gt;WARNING&lt;/b&gt;: be careful not to get it so hot that your plastic breadboard melts!). You may also explore temperature effects by cooling the transistor: touch an ice cube to its surface and note the change in output voltage. &lt;/p&gt;  &lt;p&gt;When the transistor&#39;s temperature changes, its base-emitter diode characteristics change, resulting in different amounts of base current for the same input voltage. This in turn alters the controlled current through the collector terminal, thus affecting output voltage. Such changes may be minimized through the use of signal &lt;i&gt;feedback&lt;/i&gt;, whereby a portion of the output voltage is &quot;fed back&quot; to the amplifier&#39;s input so as to have a negative, or canceling, effect on voltage gain. Stability is improved at the expense of voltage gain, a compromise solution, but practical nonetheless. &lt;/p&gt;  &lt;a name=&quot;Feedback, negative&quot;&gt;&lt;/a&gt; &lt;a name=&quot;Negative feedback&quot;&gt;&lt;/a&gt;  &lt;p&gt;Perhaps the simplest way to add negative feedback to a common-emitter amplifier is to add some resistance between the emitter terminal and ground, so that the input voltage becomes divided between the base-emitter PN junction and the voltage drop across the new resistance: &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05241.png&quot; /&gt; &lt;/p&gt;   &lt;p&gt;  &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05242.png&quot; /&gt; &lt;/p&gt;   &lt;p&gt;Repeat the same voltage measurement and recording exercise with the 1.5 kΩ resistor installed, calculating the new (reduced) voltage gain. Try altering the transistor&#39;s temperature again and noting the output voltage for a steady input voltage. Does it change more or less than without the 1.5 kΩ resistor? &lt;/p&gt;  &lt;p&gt;Another method of introducing negative feedback to this amplifier circuit is to &quot;couple&quot; the output to the input through a high-value resistor. Connecting a 1 MΩ resistor between the transistor&#39;s collector and base terminals works well: &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05243.png&quot; /&gt; &lt;/p&gt;   &lt;p&gt;  &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05244.png&quot; /&gt; &lt;/p&gt;   &lt;p&gt;Although this different method of feedback accomplishes the same goal of increased stability by diminishing gain, the two feedback circuits will not behave identically. Note the range of possible output voltages with each feedback scheme (the low and high voltage values obtained with a full sweep of the input voltage potentiometer), and how this differs between the two circuits. &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;COMPUTER SIMULATION&lt;/b&gt; &lt;/p&gt;   &lt;p&gt; &lt;u&gt;Schematic with SPICE node numbers:&lt;/u&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05245.png&quot; /&gt; &lt;/p&gt; &lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;u&gt;Netlist (make a text file containing the following text, verbatim):&lt;/u&gt; &lt;/p&gt;  &lt;pre&gt;Common-emitter amplifier&lt;br /&gt;vsupply 1 0 dc 12&lt;br /&gt;vin 3 0&lt;br /&gt;rc 1 2 10k&lt;br /&gt;rb 3 4 100k&lt;br /&gt;q1 2 4 0 mod1&lt;br /&gt;.model mod1 npn bf=200&lt;br /&gt;.dc vin 0 2 0.05&lt;br /&gt;.plot dc v(2,0) v(3,0)&lt;br /&gt;.end&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; This SPICE simulation sets up a circuit with a variable DC voltage source (&lt;tt&gt;vin&lt;/tt&gt;) as the input signal, and measures the corresponding output voltage between nodes 2 and 0. The input voltage is varied, or &quot;swept,&quot; from 0 to 2 volts in 0.05 volt increments. Results are shown on a plot, with the input voltage appearing as a straight line and the output voltage as a &quot;step&quot; figure where the voltage begins and ends level, with a steep change in the middle where the transistor is in its active mode of operation. &lt;/p&gt;     &lt;br /&gt;&lt;br /&gt;     &lt;h2&gt;&lt;u&gt;&lt;a name=&quot;xtocid247312&quot;&gt;Multi-stage amplifier&lt;/a&gt;&lt;/u&gt;&lt;/h2&gt;  &lt;a name=&quot;Experiment: Multi-stage amplifier&quot;&gt;&lt;/a&gt;  &lt;p&gt; &lt;b&gt;PARTS AND MATERIALS&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;Three NPN transistors -- model 2N2222 or 2N3403 recommended (Radio Shack catalog # 276-1617 is a package of fifteen NPN transistors ideal for this and other experiments)&lt;/li&gt;&lt;li&gt;Two 6-volt batteries&lt;/li&gt;&lt;li&gt;One 10 kΩ potentiometer, single-turn, linear taper (Radio Shack catalog # 271-1715)&lt;/li&gt;&lt;li&gt;One 1 MΩ resistor&lt;/li&gt;&lt;li&gt;Three 100 kΩ resistors&lt;/li&gt;&lt;li&gt;Three 10 kΩ resistors&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;CROSS-REFERENCES&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;i&gt;Lessons In Electric Circuits&lt;/i&gt;, Volume 3, chapter 4: &quot;Bipolar Junction Transistors&quot; &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;LEARNING OBJECTIVES&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;Design of a multi-stage, direct-coupled common-emitter amplifier circuit&lt;/li&gt;&lt;li&gt;Effect of negative feedback in an amplifier circuit&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;SCHEMATIC DIAGRAM&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05246.png&quot; /&gt; &lt;/p&gt; &lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;ILLUSTRATION&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05247.png&quot; /&gt; &lt;/p&gt; &lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;INSTRUCTIONS&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; By connecting three common-emitter amplifier circuit together -- the collector terminal of the previous transistor to the base (resistor) of the next transistor -- the voltage gains of each stage compound to give a very high overall voltage gain. I recommend building this circuit &lt;i&gt;without&lt;/i&gt; the 1 MΩ feedback resistor to begin with, to see for yourself just how high the unrestricted voltage gain is. You may find it impossible to adjust the potentiometer for a stable output voltage (that isn&#39;t saturated at full supply voltage or zero), the gain being so high. &lt;/p&gt;  &lt;p&gt;Even if you can&#39;t adjust the input voltage fine enough to stabilize the output voltage in the active range of the last transistor, you should be able to tell that the output-to-input relationship is inverting; that is, the output tends to drive to a high voltage when the input goes low, and vice versa. Since any one of the common-emitter &quot;stages&quot; is inverting in itself, an even number of staged common-emitter amplifiers gives noninverting response, while an odd number of stages gives inverting. You may experience these relationships by measuring the collector-to-ground voltage &lt;i&gt;at each transistor&lt;/i&gt; while adjusting the input voltage potentiometer, noting whether or not the output voltage increases or decreases with an increase in input voltage. &lt;/p&gt;  &lt;p&gt;Connect the 1 MΩ feedback resistor into the circuit, coupling the collector of the last transistor to the base of the first. Since the overall response of this three-stage amplifier is inverting, the feedback signal provided through the 1 MΩ resistor from the output of the last transistor to the input of the first should be &lt;i&gt;negative&lt;/i&gt; in nature. As such, it will act to stabilize the amplifier&#39;s response and minimize the voltage gain. You should notice the reduction in gain immediately by the decreased sensitivity of the output signal on input signal changes (changes in potentiometer position). Simply put, the amplifier isn&#39;t nearly as &quot;touchy&quot; as it was without the feedback resistor in place. &lt;/p&gt;  &lt;p&gt;As with the simple common-emitter amplifier discussed in an earlier experiment, it is a good idea here to make a table of input versus output voltage figures with which you may calculate voltage gain. &lt;/p&gt;  &lt;p&gt; Experiment with different values of feedback resistance.  What effect do you think a &lt;i&gt;decrease&lt;/i&gt; in feedback resistance have on voltage gain?  What about an &lt;i&gt;increase&lt;/i&gt; in feedback resistance?  Try it and find out! &lt;/p&gt;  &lt;a name=&quot;Operational amplifier&quot;&gt;&lt;/a&gt; &lt;a name=&quot;Amplifier, operational&quot;&gt;&lt;/a&gt;  &lt;p&gt;An advantage of using negative feedback to &quot;tame&quot; a high-gain amplifier circuit is that the resulting voltage gain becomes more dependent upon the resistor values and less dependent upon the characteristics of the constituent transistors. This is good, because it is far easier to manufacture consistent resistors than consistent transistors. Thus, it is easier to design an amplifier with predictable gain by building a staged network of transistors with an arbitrarily high voltage gain, then mitigate that gain precisely through negative feedback. It is this same principle that is used to make &lt;i&gt;operational amplifier&lt;/i&gt; circuits behave so predictably. &lt;/p&gt;  &lt;p&gt; This amplifier circuit is a bit simplified from what you will normally encounter in practical multi-stage circuits. Rarely is a pure common-emitter configuration (i.e. with no emitter-to-ground resistor) used, and if the amplifier&#39;s service is for AC signals, the inter-stage coupling is often capacitive with voltage divider networks connected to each transistor base for proper biasing of each stage. Radio-frequency amplifier circuits are often transformer-coupled, with capacitors connected in parallel with the transformer windings for resonant tuning. &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;COMPUTER SIMULATION&lt;/b&gt; &lt;/p&gt;   &lt;p&gt; &lt;u&gt;Schematic with SPICE node numbers:&lt;/u&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05248.png&quot; /&gt; &lt;/p&gt; &lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;u&gt;Netlist (make a text file containing the following text, verbatim):&lt;/u&gt; &lt;/p&gt;  &lt;pre&gt;Multi-stage amplifier&lt;br /&gt;vsupply 1 0 dc 12&lt;br /&gt;vin 2 0&lt;br /&gt;r1 2 3 100k&lt;br /&gt;r2 1 4 10k&lt;br /&gt;q1 4 3 0 mod1&lt;br /&gt;r3 4 7 100k&lt;br /&gt;r4 1 5 10k&lt;br /&gt;q2 5 7 0 mod1&lt;br /&gt;r5 5 8 100k&lt;br /&gt;r6 1 6 10k&lt;br /&gt;q3 6 8 0 mod1&lt;br /&gt;rf 3 6 1meg&lt;br /&gt;.model mod1 npn bf=200&lt;br /&gt;.dc vin 0 2.5 0.1&lt;br /&gt;.plot dc v(6,0) v(2,0)&lt;br /&gt;.end&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; This simulation plots output voltage against input voltage, and allows comparison between those variables in numerical form: a list of voltage figures printed to the left of the plot. You may calculate voltage gain by taking any two analysis points and dividing the difference in output voltages by the difference in input voltages, just like you do for the real circuit. &lt;/p&gt;  &lt;p&gt; Experiment with different feedback resistance values (&lt;tt&gt;rf&lt;/tt&gt;) and see the impact on overall voltage gain. Do you notice a pattern? Here&#39;s a hint: the overall voltage gain may be closely approximated by using the resistance figures of &lt;tt&gt;r1&lt;/tt&gt; and &lt;tt&gt;rf&lt;/tt&gt;, without reference to any other circuit component! &lt;/p&gt;     &lt;br /&gt;&lt;br /&gt;     &lt;h2&gt;&lt;u&gt;&lt;a name=&quot;xtocid247313&quot;&gt;Current mirror&lt;/a&gt;&lt;/u&gt;&lt;/h2&gt;  &lt;a name=&quot;Experiment: Current mirror&quot;&gt;&lt;/a&gt;  &lt;p&gt; &lt;b&gt;PARTS AND MATERIALS&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;Two NPN transistors -- models 2N2222 or 2N3403 recommended (Radio Shack catalog # 276-1617 is a package of fifteen NPN transistors ideal for this and other experiments)&lt;/li&gt;&lt;li&gt;Two 6-volt batteries&lt;/li&gt;&lt;li&gt;One 10 kΩ potentiometer, single-turn, linear taper (Radio Shack catalog # 271-1715)&lt;/li&gt;&lt;li&gt;Two 10 kΩ resistors&lt;/li&gt;&lt;li&gt;Four 1.5 kΩ resistors&lt;/li&gt;&lt;/ul&gt;  &lt;p&gt; Small signal transistors are recommended so as to be able to experience &quot;thermal runaway&quot; in the latter portion of the experiment. Larger &quot;power&quot; transistors may not exhibit the same behavior at these low current levels. However, &lt;i&gt;any&lt;/i&gt; pair of identical NPN transistors may be used to build a current mirror. &lt;/p&gt;  &lt;p&gt; Beware that not all transistors share the same terminal designations, or &lt;i&gt;pinouts&lt;/i&gt;, even if they share the same physical appearance. This will dictate how you connect the transistors together and to other components, so be sure to check the manufacturer&#39;s specifications (component datasheet), easily obtained from the manufacturer&#39;s website. Beware that it is possible for the transistor&#39;s package and even the manufacturer&#39;s datasheet to show incorrect terminal identification diagrams! Double-checking pin identities with your multimeter&#39;s &quot;diode check&quot; function is highly recommended. For details on how to identify bipolar transistor terminals using a multimeter, consult chapter 4 of the Semiconductor volume (volume III) of this book series. &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;CROSS-REFERENCES&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;i&gt;Lessons In Electric Circuits&lt;/i&gt;, Volume 3, chapter 4: &quot;Bipolar Junction Transistors&quot; &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;LEARNING OBJECTIVES&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;How to build a current mirror circuit&lt;/li&gt;&lt;li&gt;Current limitations of a current mirror circuit&lt;/li&gt;&lt;li&gt;Temperature dependence of BJTs&lt;/li&gt;&lt;li&gt;Experience a controlled &quot;thermal runaway&quot; situation&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;SCHEMATIC DIAGRAM&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05197.png&quot; /&gt; &lt;/p&gt; &lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;ILLUSTRATION&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05198.png&quot; /&gt; &lt;/p&gt; &lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;INSTRUCTIONS&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; A current mirror may be thought of as an &lt;i&gt;adjustable current regulator&lt;/i&gt;, the current limit being easily set by a single resistance. It is a rather crude current regulator circuit, but one that finds wide use due to its simplicity. In this experiment, you will get the opportunity to build one of these circuits, explore its current-regulating properties, and also experience some of its practical limitations firsthand. &lt;/p&gt;  &lt;p&gt;Build the circuit as shown in the schematic and illustration. You will have one extra 1.5 kΩ fixed-value resistor from the parts specified in the parts list. You will be using it in the last part of this experiment. &lt;/p&gt;  &lt;p&gt; The potentiometer sets the amount of current through transistor Q&lt;sub&gt;1&lt;/sub&gt;. This transistor is connected to act as a simple diode: just a PN junction. Why use a transistor instead of a regular diode? Because it is important to &lt;i&gt;match&lt;/i&gt; the junction characteristics of these two transistors when using them in a current mirror circuit. Voltage dropped across the base-emitter junction of Q&lt;sub&gt;1&lt;/sub&gt; is impressed across the base-emitter junction of the other transistor, Q&lt;sub&gt;2&lt;/sub&gt;, causing it to turn &quot;on&quot; and likewise conduct current. &lt;/p&gt;  &lt;a name=&quot;Beta ratio&quot;&gt;&lt;/a&gt; &lt;a name=&quot;β ratio&quot;&gt;&lt;/a&gt;  &lt;p&gt; Since voltage across the two transistors&#39; base-emitter junctions is the same -- the two junction pairs being connected in parallel with each other -- so should the current be through their base terminals, assuming identical junction characteristics and identical junction temperatures. Matched transistors should have the same β ratios, as well, so equal base currents means equal collector currents. The practical result of all this is Q&lt;sub&gt;2&lt;/sub&gt;&#39;s collector current mimicking whatever current magnitude has been established through the collector of Q&lt;sub&gt;1&lt;/sub&gt; by the potentiometer.  In other words, current through Q&lt;sub&gt;2&lt;/sub&gt; &lt;i&gt;mirrors&lt;/i&gt; the current through Q&lt;sub&gt;1&lt;/sub&gt;.   &lt;/p&gt;  &lt;a name=&quot;Current regulator&quot;&gt;&lt;/a&gt; &lt;a name=&quot;Regulator, current&quot;&gt;&lt;/a&gt;  &lt;p&gt; Changes in load resistance (resistance connecting the collector of Q&lt;sub&gt;2&lt;/sub&gt; to the positive side of the battery) have no effect on Q&lt;sub&gt;1&lt;/sub&gt;&#39;s current, and consequently have no effect upon the base-emitter voltage or base current of Q&lt;sub&gt;2&lt;/sub&gt;.  With a constant base current and a nearly constant β ratio, Q&lt;sub&gt;2&lt;/sub&gt; will drop as much or as little collector-emitter voltage as necessary to hold its collector (load) current constant. Thus, the current mirror circuit acts to &lt;i&gt;regulate&lt;/i&gt; current at a value set by the potentiometer, without regard to load resistance. &lt;/p&gt;  &lt;p&gt; Well, that is how it is supposed to work, anyway. Reality isn&#39;t quite so simple, as you are about to see. In the circuit diagram shown, the load circuit of Q&lt;sub&gt;2&lt;/sub&gt; is completed to the positive side of the battery through an ammeter, for easy current measurement. Rather than solidly connect the ammeter&#39;s black probe to a definite point in the circuit, I&#39;ve marked five &lt;i&gt;test points&lt;/i&gt;, TP1 through TP5, for you to touch the black test probe to while measuring current. This allows you to quickly and effortlessly change load resistance: touching the probe to TP1 results in practically no load resistance, while touching it to TP5 results in approximately 14.5 kΩ of load resistance. &lt;/p&gt;  &lt;p&gt;To begin the experiment, touch the test probe to TP4 and adjust the potentiometer through its range of travel. You should see a small, changing current indicated by your ammeter as you move the potentiometer mechanism: no more than a few milliamps. Leave the potentiometer set to a position giving a round number of milliamps and move the meter&#39;s black test probe to TP3. The current indication should be very nearly the same as before. Move the probe to TP2, then TP1. Again, you should see a nearly unchanged amount of current. Try adjusting the potentiometer to another position, giving a different current indication, and touch the meter&#39;s black probe to test points TP1 through TP4, noting the stability of the current indications as you change load resistance. This demonstrates the current &lt;i&gt;regulating&lt;/i&gt; behavior of this circuit. &lt;/p&gt;  &lt;p&gt; You should note that the current regulation isn&#39;t perfect.  Despite regulating the current at &lt;i&gt;nearly&lt;/i&gt; the value for load resistances between 0 and 4.5 kΩ, there is some variation over this range. The regulation may be much worse if load resistance is allowed to rise too high. Try adjusting the potentiometer so that maximum current is obtained, as indicated with the ammeter test probe connected to TP1. Leaving the potentiometer at that position, move the meter probe to TP2, then TP3, then TP4, and finally TP5, noting the meter&#39;s indication at each connection point. The current should be regulated at a nearly constant value until the meter probe is moved to the last test point, TP5. There, the current indication will be substantially lower than at the other test points. Why is this? Because too much load resistance has been inserted into Q&lt;sub&gt;2&lt;/sub&gt;&#39;s circuit.  Simply put, Q&lt;sub&gt;2&lt;/sub&gt; cannot &quot;turn on&quot; any more than it already has, to maintain the same amount of current with this great a load resistance as with lesser load resistances. &lt;/p&gt;  &lt;p&gt;This phenomenon is common to all current-regulator circuits: there is a limited amount of resistance a current regulator can handle before it &lt;i&gt;saturates&lt;/i&gt;.  This stands to reason, as any current regulator circuit capable of supplying a constant amount of current through &lt;i&gt;any&lt;/i&gt; load resistance imaginable would require an unlimited source of voltage to do it! Ohm&#39;s Law (E=IR) dictates the amount of voltage needed to push a given amount of current through a given amount of resistance, and with only 12 volts of power supply voltage at our disposal, a finite limit of load current and load resistance definitely exists for this circuit. For this reason, it may be helpful to think of current regulator circuits as being current &lt;i&gt;limiter&lt;/i&gt; circuits, for all they can really do is limit current to some maximum value. &lt;/p&gt;  &lt;a name=&quot;Diode equation&quot;&gt;&lt;/a&gt; &lt;a name=&quot;Equation, diode&quot;&gt;&lt;/a&gt;  &lt;p&gt; An important caveat for current mirror circuits in general is that of equal temperature between the two transistors. The current &quot;mirroring&quot; taking place between the two transistors&#39; collector circuits depends on the base-emitter junctions of those two transistors having the exact same properties. As the &quot;diode equation&quot; describes, the voltage/current relationship for a PN junction strongly depends on junction &lt;i&gt;temperature&lt;/i&gt;. The hotter a PN junction is, the more current it will pass for a given amount of voltage drop. If one transistor should become hotter than the other, it will pass more collector current than the other, and the circuit will no longer &quot;mirror&quot; current as expected. When building a real current mirror circuit using discrete transistors, the two transistors should be epoxy-glued together (back-to-back) so that they remain at approximately the same temperature. &lt;/p&gt;  &lt;p&gt;To illustrate this dependence on equal temperature, try grasping one transistor between your fingers to heat it up. What happens to the current through the load resistors as the transistor&#39;s temperature increases? Now, let go of the transistor and blow on it to cool it down to ambient temperature. Grasp the &lt;i&gt;other&lt;/i&gt; transistor between your fingers to heat it up.  What does the load current do now? &lt;/p&gt;  &lt;p&gt; In this next phase of the experiment, we will intentionally allow one of the transistors to overheat and note the effects. To avoid damaging a transistor, this procedure should be conducted no longer than is necessary to observe load current begin to &quot;run away.&quot; To begin, adjust the potentiometer for minimum current. Next, replace the 10 kΩ R&lt;sub&gt;limit&lt;/sub&gt; resistor with a 1.5 kΩ resistor.  This will allow a higher current to pass through Q&lt;sub&gt;1&lt;/sub&gt;, and consequently through Q&lt;sub&gt;2&lt;/sub&gt; as well. &lt;/p&gt;  &lt;p&gt; Place the ammeter&#39;s black probe on TP1 and observe the current indication. Move the potentiometer in the direction of increasing current until you read about 10 mA through the ammeter. At that point, stop moving the potentiometer and just observe the current. You will notice current begin to increase all on its own, without further potentiometer motion! Break the circuit by removing the meter probe from TP1 when the current exceeds 30 mA, to avoid damaging transistor Q&lt;sub&gt;2&lt;/sub&gt;. &lt;/p&gt;  &lt;p&gt; If you carefully touch both transistors with a finger, you should notice Q&lt;sub&gt;2&lt;/sub&gt; is warm, while Q&lt;sub&gt;1&lt;/sub&gt; is cool.  &lt;b&gt;Warning:&lt;/b&gt; if Q&lt;sub&gt;2&lt;/sub&gt;&#39;s current has been allowed to &quot;run away&quot; too far or for too long a time, it may become &lt;b&gt;very hot&lt;/b&gt;!  You can receive a bad burn on your fingertip by touching an overheated semiconductor component, so be careful here! &lt;/p&gt;  &lt;a name=&quot;Thermal runaway&quot;&gt;&lt;/a&gt;  &lt;p&gt; What just happened to make Q&lt;sub&gt;2&lt;/sub&gt; overheat and lose current control?  By connecting the ammeter to TP1, all load resistance was removed, so Q&lt;sub&gt;2&lt;/sub&gt; had to drop full battery voltage between collector and emitter as it regulated current.  Transistor Q&lt;sub&gt;1&lt;/sub&gt; at least had the 1.5 kΩ resistance of R&lt;sub&gt;limit&lt;/sub&gt; in place to drop most of the battery voltage, so its power dissipation was far less than that of Q&lt;sub&gt;2&lt;/sub&gt;.  This gross imbalance of power dissipation caused Q&lt;sub&gt;2&lt;/sub&gt; to heat more than Q&lt;sub&gt;1&lt;/sub&gt;.  As the temperature increased, Q&lt;sub&gt;2&lt;/sub&gt; began to pass more current for the same amount of base-emitter voltage drop. This caused it to heat up even faster, as it was passing more collector current while still dropping the full 12 volts between collector and emitter. The effect is known as &lt;i&gt;thermal runaway&lt;/i&gt;, and it is possible in many bipolar junction transistor circuits, not just current mirrors. &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;COMPUTER SIMULATION&lt;/b&gt; &lt;/p&gt;   &lt;p&gt; &lt;u&gt;Schematic with SPICE node numbers:&lt;/u&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05199.png&quot; /&gt; &lt;/p&gt; &lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;u&gt;Netlist (make a text file containing the following text, verbatim):&lt;/u&gt; &lt;/p&gt;  &lt;pre&gt;Current mirror&lt;br /&gt;v1 1 0&lt;br /&gt;vammeter 1 3 dc 0&lt;br /&gt;rlimit 1 2 10k&lt;br /&gt;rload 3 4 3k&lt;br /&gt;q1 2 2 0 mod1&lt;br /&gt;q2 4 2 0 mod1&lt;br /&gt;.model mod1 npn bf=100&lt;br /&gt;.dc v1 12 12 1&lt;br /&gt;.print dc i(vammeter)&lt;br /&gt;.end&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; V&lt;sub&gt;ammeter&lt;/sub&gt; is nothing more than a zero-volt DC battery strategically placed to intercept load current. This is nothing more than a trick to measure current in a SPICE simulation, as no dedicated &quot;ammeter&quot; component exists in the SPICE language. &lt;/p&gt;  &lt;p&gt; It is important to remember that SPICE only recognizes the first eight characters of a component&#39;s name. The name &quot;vammeter&quot; is okay, but if we were to incorporate more than one current-measuring voltage source in the circuit and name them &quot;vammeter1&quot; and &quot;vammeter2&quot;, respectively, SPICE would see them as being two instances of the same component &quot;vammeter&quot; (seeing only the first eight characters) and halt with an error. Something to bear in mind when altering the netlist or programming your own SPICE simulation! &lt;/p&gt;  &lt;p&gt; You will have to experiment with different resistance values of R&lt;sub&gt;load&lt;/sub&gt; in this simulation to appreciate the current-regulating nature of the circuit.  With R&lt;sub&gt;limit&lt;/sub&gt; set to 10 kΩ and a power supply voltage of 12 volts, the regulated current through R&lt;sub&gt;load&lt;/sub&gt; will be 1.1 mA. SPICE shows the regulation to be perfect (isn&#39;t the virtual world of computer simulation so nice?), the load current remaining at 1.1 mA for a &lt;i&gt;wide&lt;/i&gt; range of load resistances. However, if the load resistance is increased beyond 10 kΩ, even this simulation shows the load current suffering a decrease as in real life. &lt;/p&gt;      &lt;br /&gt;&lt;br /&gt;     &lt;h2&gt;&lt;u&gt;&lt;a name=&quot;xtocid247314&quot;&gt;JFET current regulator&lt;/a&gt;&lt;/u&gt;&lt;/h2&gt;  &lt;a name=&quot;Experiment: JFET current regulator&quot;&gt;&lt;/a&gt;  &lt;p&gt; &lt;b&gt;PARTS AND MATERIALS&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;One N-channel junction field-effect transistor, models 2N3819 or J309 recommended (Radio Shack catalog # 276-2035 is the model 2N3819)&lt;/li&gt;&lt;li&gt;Two 6-volt batteries&lt;/li&gt;&lt;li&gt;One 10 kΩ potentiometer, single-turn, linear taper (Radio Shack catalog # 271-1715)&lt;/li&gt;&lt;li&gt;One 1 kΩ resistor&lt;/li&gt;&lt;li&gt;One 10 kΩ resistor&lt;/li&gt;&lt;li&gt;Three 1.5 kΩ resistors&lt;/li&gt;&lt;/ul&gt;  &lt;p&gt; For this experiment you will need an N-channel JFET, not a P-channel!   &lt;/p&gt;  &lt;p&gt; Beware that not all transistors share the same terminal designations, or &lt;i&gt;pinouts&lt;/i&gt;, even if they share the same physical appearance. This will dictate how you connect the transistors together and to other components, so be sure to check the manufacturer&#39;s specifications (component datasheet), easily obtained from the manufacturer&#39;s website. Beware that it is possible for the transistor&#39;s package and even the manufacturer&#39;s datasheet to show incorrect terminal identification diagrams! Double-checking pin identities with your multimeter&#39;s &quot;diode check&quot; function is highly recommended. For details on how to identify junction field-effect transistor terminals using a multimeter, consult chapter 5 of the Semiconductor volume (volume III) of this book series. &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;CROSS-REFERENCES&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;i&gt;Lessons In Electric Circuits&lt;/i&gt;, Volume 3, chapter 5: &quot;Junction Field-Effect Transistors&quot; &lt;/p&gt;  &lt;p&gt; &lt;i&gt;Lessons In Electric Circuits&lt;/i&gt;, Volume 3, chapter 3: &quot;Diodes and Rectifiers&quot; &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;LEARNING OBJECTIVES&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;How to use a JFET as a current regulator&lt;/li&gt;&lt;li&gt;How the JFET is relatively immune to changes in temperature&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;SCHEMATIC DIAGRAM&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05267.png&quot; /&gt; &lt;/p&gt; &lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;ILLUSTRATION&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05268.png&quot; /&gt; &lt;/p&gt; &lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;INSTRUCTIONS&lt;/b&gt; &lt;/p&gt;  &lt;a name=&quot;Current mirror&quot;&gt;&lt;/a&gt;  &lt;p&gt; Previously in this chapter, you saw how a pair of bipolar junction transistors (BJTs) could be used to form a &lt;i&gt;current mirror&lt;/i&gt;, whereby one transistor would try to maintain the same current through it as through the other, the other&#39;s current level being established by a variable resistance. This circuit performs the same task of regulating current, but uses a single junction field-effect transistor (JFET) instead of two BJTs. &lt;/p&gt;  &lt;p&gt; The two series resistors R&lt;sub&gt;adjust&lt;/sub&gt; and R&lt;sub&gt;limit&lt;/sub&gt; set the current regulation point, while the load resistors and the test points between them serve only to demonstrate constant current despite changes in load resistance. &lt;/p&gt;  &lt;p&gt;To begin the experiment, touch the test probe to TP4 and adjust the potentiometer through its range of travel. You should see a small, changing current indicated by your ammeter as you move the potentiometer mechanism: no more than a few milliamps. Leave the potentiometer set to a position giving a round number of milliamps and move the meter&#39;s black test probe to TP3. The current indication should be very nearly the same as before. Move the probe to TP2, then TP1. Again, you should see a nearly unchanged amount of current. Try adjusting the potentiometer to another position, giving a different current indication, and touch the meter&#39;s black probe to test points TP1 through TP4, noting the stability of the current indications as you change load resistance. This demonstrates the current &lt;i&gt;regulating&lt;/i&gt; behavior of this circuit. &lt;/p&gt;  &lt;p&gt; TP5, at the end of a 10 kΩ resistor, is provided for introducing a large change in load resistance. Connecting the black test probe of your ammeter to that test point gives a combined load resistance of 14.5 kΩ, which will be too much resistance for the transistor to maintain maximum regulated current through. To experience what I&#39;m describing here, touch the black test probe to TP1 and adjust the potentiometer for maximum current. Now, move the black test probe to TP2, then TP3, then TP4. For all these test point positions, the current will remain approximately constant. However, when you touch the black probe to TP5, the current will fall dramatically. Why? Because at this level of load resistance, there is insufficient voltage drop across the transistor to maintain regulation. In other words, the transistor will be saturated as it attempts to provide more current than the circuit resistance will allow. &lt;/p&gt;  &lt;p&gt;Move the black test probe back to TP1 and adjust the potentiometer for minimum current. Now, touch the black test probe to TP2, then TP3, then TP4, and finally TP5. What do you notice about the current indication at all these points? When the current regulation point is adjusted to a lesser value, the transistor is able to maintain regulation over a much larger range of load resistance. &lt;/p&gt;  &lt;a name=&quot;Thermal runaway&quot;&gt;&lt;/a&gt;  &lt;p&gt;An important caveat with the BJT current mirror circuit is that both transistors must be at equal temperature for the two currents to be equal. With this circuit, however, transistor temperature is almost irrelevant. Try grasping the transistor between your fingers to heat it up, noting the load current with your ammeter. Try cooling it down afterward by blowing on it. Not only is the requirement of transistor matching eliminated (due to the use of just &lt;i&gt;one&lt;/i&gt; transistor), but the thermal effects are all but eliminated as well due to the relative thermal immunity of the field-effect transistor. This behavior also makes field-effect transistors immune to thermal runaway; a decided advantage over bipolar junction transistors. &lt;/p&gt;  &lt;a name=&quot;Constant-current diode&quot;&gt;&lt;/a&gt; &lt;a name=&quot;Diode, constant-current&quot;&gt;&lt;/a&gt;  &lt;p&gt; An interesting application of this current-regulator circuit is the so-called &lt;i&gt;constant-current diode&lt;/i&gt;. Described in the &quot;Diodes and Rectifiers&quot; chapter of volume III, this diode isn&#39;t really a PN junction device at all. Instead, it is a JFET with a fixed resistance connected between the gate and source terminals: &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05269.png&quot; /&gt; &lt;/p&gt;   &lt;p&gt;A normal PN-junction diode is included in series with the JFET to protect the transistor against damage from reverse-bias voltage, but otherwise the current-regulating facility of this device is entirely provided by the field-effect transistor. &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;COMPUTER SIMULATION&lt;/b&gt; &lt;/p&gt;   &lt;p&gt; &lt;u&gt;Schematic with SPICE node numbers:&lt;/u&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05270.png&quot; /&gt; &lt;/p&gt; &lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;u&gt;Netlist (make a text file containing the following text, verbatim):&lt;/u&gt; &lt;/p&gt;  &lt;pre&gt;JFET current regulator&lt;br /&gt;vsource 1 0&lt;br /&gt;rload 1 2 4.5k&lt;br /&gt;j1 2 0 3 mod1&lt;br /&gt;rlimit 3 0 1k&lt;br /&gt;.model mod1 njf&lt;br /&gt;.dc vsource 6 12 0.1&lt;br /&gt;.plot dc i(vsource)&lt;br /&gt;.end&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;SPICE does not allow for &quot;sweeping&quot; resistance values, so to demonstrate the current regulation of this circuit over a wide range of conditions, I&#39;ve elected to sweep the source voltage from 6 to 12 volts in 0.1 volt steps. If you wish, you can set &lt;tt&gt;rload&lt;/tt&gt; to different resistance values and verify that the circuit current remains constant.  With an &lt;tt&gt;rlimit&lt;/tt&gt; value of 1 kΩ, the regulated current will be 291.8 µA.  This current figure will most likely &lt;i&gt;not&lt;/i&gt; be the same as your actual circuit current, due to differences in JFET parameters.   &lt;/p&gt;  &lt;p&gt; Many manufacturers give SPICE model parameters for their transistors, which may be typed in the &lt;tt&gt;.model&lt;/tt&gt; line of the netlist for a more accurate circuit simulation. &lt;/p&gt;      &lt;br /&gt;&lt;br /&gt;     &lt;h2&gt;&lt;u&gt;&lt;a name=&quot;xtocid247315&quot;&gt;Differential amplifier&lt;/a&gt;&lt;/u&gt;&lt;/h2&gt;  &lt;a name=&quot;Experiment: Differential amplifier&quot;&gt;&lt;/a&gt;  &lt;p&gt; &lt;b&gt;PARTS AND MATERIALS&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;Two 6-volt batteries&lt;/li&gt;&lt;li&gt;Two NPN transistors -- models 2N2222 or 2N3403 recommended (Radio Shack catalog # 276-1617 is a package of fifteen NPN transistors ideal for this and other experiments)&lt;/li&gt;&lt;li&gt;Two 10 kΩ potentiometers, single-turn, linear taper (Radio Shack catalog # 271-1715)&lt;/li&gt;&lt;li&gt;Two 22 kΩ resistors&lt;/li&gt;&lt;li&gt;Two 10 kΩ resistors&lt;/li&gt;&lt;li&gt;One 100 kΩ resistor&lt;/li&gt;&lt;li&gt;One 1.5 kΩ resistor&lt;/li&gt;&lt;/ul&gt;  &lt;p&gt; Resistor values are not especially critical in this experiment, but have been chosen to provide high voltage gain for a &quot;comparator-like&quot; differential amplifier behavior. &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;CROSS-REFERENCES&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;i&gt;Lessons In Electric Circuits&lt;/i&gt;, Volume 3, chapter 4: &quot;Bipolar Junction Transistors&quot; &lt;/p&gt;  &lt;p&gt; &lt;i&gt;Lessons In Electric Circuits&lt;/i&gt;, Volume 3, chapter 8: &quot;Operational Amplifiers&quot; &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;LEARNING OBJECTIVES&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;Basic design of a differential amplifier circuit.&lt;/li&gt;&lt;li&gt;Working definitions of &lt;i&gt;differential&lt;/i&gt; and &lt;i&gt;common-mode&lt;/i&gt; voltages&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;SCHEMATIC DIAGRAM&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05233.png&quot; /&gt; &lt;/p&gt; &lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;ILLUSTRATION&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05234.png&quot; /&gt; &lt;/p&gt; &lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;INSTRUCTIONS&lt;/b&gt; &lt;/p&gt;  &lt;a name=&quot;Pair, differential&quot;&gt;&lt;/a&gt; &lt;a name=&quot;Differential pair&quot;&gt;&lt;/a&gt; &lt;a name=&quot;Operational amplifier&quot;&gt;&lt;/a&gt; &lt;a name=&quot;Op-amp&quot;&gt;&lt;/a&gt;  &lt;p&gt; This circuit forms the heart of most operational amplifier circuits: the &lt;i&gt;differential pair&lt;/i&gt;. In the form shown here, it is a rather crude differential amplifier, quite nonlinear and unsymmetrical with regard to output voltage versus input voltage(s). With a high voltage gain created by a large collector/emitter resistor ratio (100 kΩ/1.5 kΩ), though, it acts primarily as a comparator: the output voltage rapidly changing value as the two input voltage signals approach equality. &lt;/p&gt;  &lt;a name=&quot;Differential amplifier&quot;&gt;&lt;/a&gt;  &lt;p&gt; Measure the output voltage (voltage at the collector of Q&lt;sub&gt;2&lt;/sub&gt; with respect to ground) as the input voltages are varied. Note how the two potentiometers have different effects on the output voltage: one input tends to drive the output voltage in the same direction (noninverting), while the other tends to drive the output voltage in the opposite direction (inverting). This is the essential nature of a &lt;i&gt;differential amplifier&lt;/i&gt;: two complementary inputs, with contrary effects on the output signal. Ideally, the output voltage of such an amplifier is strictly a function of the &lt;i&gt;difference&lt;/i&gt; between the two input signals.  This circuit falls considerably short of the ideal, as even a cursory test will reveal. &lt;/p&gt;  &lt;a name=&quot;Common-mode voltage&quot;&gt;&lt;/a&gt; &lt;a name=&quot;Voltage, common-mode&quot;&gt;&lt;/a&gt;  &lt;p&gt; An ideal differential amplifier ignores all &lt;i&gt;common-mode voltage&lt;/i&gt;, which is whatever level of voltage common to both inputs. For example, if the inverting input is at 3 volts and the noninverting input at 2.5 volts, the differential voltage will be 0.5 volts (3 - 2.5) but the common-mode voltage will be 2.5 volts, since that is the lowest input signal level. Ideally, this condition should produce the same output signal voltage as if the inputs were set at 3.5 and 3 volts, respectively (0.5 volts differential, with a 3 volt common-mode voltage). However, this circuit does &lt;i&gt;not&lt;/i&gt; give the same result for the two different input signal scenarios. In other words, its output voltage depends on both the differential voltage &lt;i&gt;and&lt;/i&gt; the common-mode voltage. &lt;/p&gt;  &lt;p&gt; As imperfect as this differential amplifier is, its behavior could be worse. Note how the input signal potentiometers have been limited by 22 kΩ resistors to an adjustable range of approximately 0 to 4 volts, given a power supply voltage of 12 volts. If you&#39;d like to see how this circuit behaves without any input signal limiting, just bypass the 22 kΩ resistors with jumper wires, allowing full 0 to 12 volt adjustment range from each potentiometer. &lt;/p&gt;  &lt;p&gt;Do not worry about building up excessive heat while adjusting potentiometers in this circuit! Unlike the current mirror circuit, this circuit is protected from thermal runaway by the emitter resistor (1.5 kΩ), which doesn&#39;t allow enough transistor current to cause any problem. &lt;/p&gt;     &lt;br /&gt;&lt;br /&gt;     &lt;h2&gt;&lt;u&gt;&lt;a name=&quot;xtocid247316&quot;&gt;Simple op-amp&lt;/a&gt;&lt;/u&gt;&lt;/h2&gt;  &lt;a name=&quot;Experiment: Simple op-amp&quot;&gt;&lt;/a&gt;  &lt;p&gt; &lt;b&gt;PARTS AND MATERIALS&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;Two 6-volt batteries&lt;/li&gt;&lt;li&gt;Four NPN transistors -- models 2N2222 or 2N3403 recommended (Radio Shack catalog # 276-1617 is a package of fifteen NPN transistors ideal for this and other experiments)&lt;/li&gt;&lt;li&gt;Two PNP transistors -- models 2N2907 or 2N3906 recommended (Radio Shack catalog # 276-1604 is a package of fifteen PNP transistors ideal for this and other experiments)&lt;/li&gt;&lt;li&gt;Two 10 kΩ potentiometers, single-turn, linear taper (Radio Shack catalog # 271-1715)&lt;/li&gt;&lt;li&gt;One 270 kΩ resistor&lt;/li&gt;&lt;li&gt;Three 100 kΩ resistors&lt;/li&gt;&lt;li&gt;One 10 kΩ resistor&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;CROSS-REFERENCES&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;i&gt;Lessons In Electric Circuits&lt;/i&gt;, Volume 3, chapter 4: &quot;Bipolar Junction Transistors&quot; &lt;/p&gt;  &lt;p&gt; &lt;i&gt;Lessons In Electric Circuits&lt;/i&gt;, Volume 3, chapter 8: &quot;Operational Amplifiers&quot; &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;LEARNING OBJECTIVES&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;Design of a differential amplifier circuit using current mirrors.&lt;/li&gt;&lt;li&gt;Effects of negative feedback on a high-gain differential amplifier.&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;SCHEMATIC DIAGRAM&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05249.png&quot; /&gt; &lt;/p&gt; &lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;ILLUSTRATION&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05250.png&quot; /&gt; &lt;/p&gt; &lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;INSTRUCTIONS&lt;/b&gt; &lt;/p&gt;  &lt;a name=&quot;Pair, differential&quot;&gt;&lt;/a&gt; &lt;a name=&quot;Differential pair&quot;&gt;&lt;/a&gt; &lt;a name=&quot;Differential amplifier&quot;&gt;&lt;/a&gt; &lt;a name=&quot;Operational amplifier&quot;&gt;&lt;/a&gt; &lt;a name=&quot;Op-amp&quot;&gt;&lt;/a&gt;  &lt;p&gt; This circuit design improves on the differential amplifier shown previously. Rather than use resistors to drop voltage in the differential pair circuit, a set of current mirrors is used instead, the result being higher voltage gain and more predictable performance. With a higher voltage gain, this circuit is able to function as a working operational amplifier, or &lt;i&gt;op-amp&lt;/i&gt;. Op-amps form the basis of a great many modern analog semiconductor circuits, so understanding the internal workings of an operational amplifier is important. &lt;/p&gt;  &lt;p&gt; PNP transistors Q&lt;sub&gt;1&lt;/sub&gt; and Q&lt;sub&gt;2&lt;/sub&gt; form a current mirror which tries to keep current split equally through the two differential pair transistors Q&lt;sub&gt;3&lt;/sub&gt; and Q&lt;sub&gt;4&lt;/sub&gt;.  NPN transistors Q&lt;sub&gt;5&lt;/sub&gt; and Q&lt;sub&gt;6&lt;/sub&gt; form another current mirror, setting the &lt;i&gt;total&lt;/i&gt; differential pair current at a level predetermined by resistor R&lt;sub&gt;prg&lt;/sub&gt;. &lt;/p&gt;  &lt;p&gt; Measure the output voltage (voltage at the collector of Q&lt;sub&gt;4&lt;/sub&gt; with respect to ground) as the input voltages are varied. Note how the two potentiometers have different effects on the output voltage: one input tends to drive the output voltage in the same direction (noninverting), while the other tends to drive the output voltage in the opposite direction (inverting). You will notice that the output voltage is most responsive to changes in the input when the two input signals are nearly equal to each other. &lt;/p&gt;  &lt;a name=&quot;Voltage follower&quot;&gt;&lt;/a&gt;  &lt;p&gt;Once the circuit&#39;s differential response has been proven (the output voltage sharply transitioning from one extreme level to another when one input is adjusted above and below the other input&#39;s voltage level), you are ready to use this circuit as a real op-amp. A simple op-amp circuit called a &lt;i&gt;voltage follower&lt;/i&gt; is a good configuration to try first. To make a voltage follower circuit, directly connect the output of the amplifier to its inverting input. This means connecting the collector and base terminals of Q&lt;sub&gt;4&lt;/sub&gt; together, and discarding the &quot;inverting&quot; potentiometer: &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05251.png&quot; /&gt; &lt;/p&gt;   &lt;p&gt;  &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05252.png&quot; /&gt; &lt;/p&gt;   &lt;p&gt; Note the triangular symbol of the op-amp shown in the lower schematic diagram. The inverting and noninverting inputs are designated with (-) and (+) symbols, respectively, with the output terminal at the right apex. The feedback wire connecting output to inverting input is shown in red in the above diagrams. &lt;/p&gt;  &lt;p&gt;As a voltage follower, the output voltage should &quot;follow&quot; the input voltage very closely, deviating no more than a few hundredths of a volt. This is a much more precise follower circuit than that of a single common-collector transistor, described in an earlier experiment! &lt;/p&gt;  &lt;p&gt; A more complex op-amp circuit is called the &lt;i&gt;noninverting amplifier&lt;/i&gt;, and it uses a pair of resistors in the feedback loop to &quot;feed back&quot; a fraction of the output voltage to the inverting input, causing the amplifier to output a voltage equal to some multiple of the voltage at the noninverting input. If we use two equal-value resistors, the feedback voltage will be 1/2 the output voltage, causing the output voltage to become twice the voltage impressed at the noninverting input. Thus, we have a voltage amplifier with a precise gain of 2: &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05253.png&quot; /&gt; &lt;/p&gt;   &lt;p&gt;  &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05254.png&quot; /&gt; &lt;/p&gt;   &lt;p&gt;As you test this noninverting amplifier circuit, you may notice slight discrepancies between the output and input voltages. According to the feedback resistor values, the voltage gain should be exactly 2. However, you may notice deviations in the order of several hundredths of a volt between what the output voltage is and what it should be. These deviations are due to imperfections of the differential amplifier circuit, and may be greatly diminished if we add more amplification stages to increase the differential voltage gain. However, one way we can maximize the precision of the existing circuit is to change the resistance of R&lt;sub&gt;prg&lt;/sub&gt;. This resistor sets the lower current mirror&#39;s control point, and in so doing influences many performance parameters of the op-amp. Try substituting difference resistance values, ranging from 10 kΩ to 1 MΩ. Do not use a resistance less than 10 kΩ, or else the current mirror transistors may begin to overheat and thermally &quot;run away.&quot; &lt;/p&gt;  &lt;a name=&quot;Operational amplifier, programmable&quot;&gt;&lt;/a&gt; &lt;a name=&quot;Programmable op-amp&quot;&gt;&lt;/a&gt;  &lt;p&gt;Some operational amplifiers available in prepackaged units provide a way for the user to similarly &quot;program&quot; the differential pair&#39;s current mirror, and are called &lt;i&gt;programmable&lt;/i&gt; op-amps. Most op-amps are not programmable, and have their internal current mirror control points fixed by an internal resistance, trimmed to precise value at the factory. &lt;/p&gt;     &lt;br /&gt;&lt;br /&gt;     &lt;h2&gt;&lt;u&gt;&lt;a name=&quot;xtocid247317&quot;&gt;Audio oscillator&lt;/a&gt;&lt;/u&gt;&lt;/h2&gt;  &lt;a name=&quot;Experiment: Audio oscillator&quot;&gt;&lt;/a&gt;  &lt;p&gt; &lt;b&gt;PARTS AND MATERIALS&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;Two 6-volt batteries&lt;/li&gt;&lt;li&gt;Three NPN transistors -- models 2N2222 or 2N3403 recommended (Radio Shack catalog # 276-1617 is a package of fifteen NPN transistors ideal for this and other experiments)&lt;/li&gt;&lt;li&gt;Two 0.1 µF capacitors (Radio Shack catalog # 272-135 or equivalent)&lt;/li&gt;&lt;li&gt;One 1 MΩ resistor&lt;/li&gt;&lt;li&gt;Two 100 kΩ resistors&lt;/li&gt;&lt;li&gt;One 1 kΩ resistor&lt;/li&gt;&lt;li&gt;Assortment of resistor pairs, less than 100 kΩ (ex: two 10 kΩ, two 5 kΩ, two 1 kΩ)&lt;/li&gt;&lt;li&gt;One light-emitting diode (Radio Shack catalog # 276-026 or equivalent)&lt;/li&gt;&lt;li&gt;Audio detector with headphones&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;CROSS-REFERENCES&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;i&gt;Lessons In Electric Circuits&lt;/i&gt;, Volume 3, chapter 4: &quot;Bipolar Junction Transistors&quot; &lt;/p&gt;  &lt;p&gt; &lt;i&gt;Lessons In Electric Circuits&lt;/i&gt;, Volume 4, chapter 10: &quot;Multivibrators&quot; &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;LEARNING OBJECTIVES&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;How to build an astable multivibrator circuit using discrete transistors&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;SCHEMATIC DIAGRAM&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05255.png&quot; /&gt; &lt;/p&gt; &lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;ILLUSTRATION&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05256.png&quot; /&gt; &lt;/p&gt; &lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;INSTRUCTIONS&lt;/b&gt; &lt;/p&gt;  &lt;a name=&quot;Multivibrator&quot;&gt;&lt;/a&gt; &lt;a name=&quot;Astable multivibrator&quot;&gt;&lt;/a&gt;  &lt;p&gt; The proper name for this circuit is &quot;&lt;i&gt;astable multivibrator&lt;/i&gt;&quot;. It is a simple, free-running oscillator circuit timed by the sizes of the resistors, capacitors, and power supply voltage. Unfortunately, its output waveform is very distorted, neither sine wave nor square. For the simple purpose of making an audio tone, however, distortion doesn&#39;t matter much. &lt;/p&gt;  &lt;p&gt;With a 12 volt supply, 100 kΩ resistors, and 0.1 µF capacitors, the oscillation frequency will be in the low audio range. You may listen to this signal with the audio detector connected with one test probe to ground and the other to one of the transistor&#39;s collector terminals. I recommend placing a 1 MΩ resistor in series with the audio detector to minimize both circuit loading effects and headphone loudness: &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05257.png&quot; /&gt; &lt;/p&gt;   &lt;p&gt;The multivibrator itself is just two transistors, two resistors, and two cross-connecting capacitors. The third transistor shown in the schematic and illustration is there for driving the LED, to be used as a visual indicator of oscillator action. Use the probe wire connected to the base of this common-emitter amplifier to detect voltage at different parts of the circuit with respect to ground. Given the low oscillating frequency of this multivibrator circuit, you should be able to see the LED blink rapidly with the probe wire connected to the collector terminal of either multivibrator transistor. &lt;/p&gt;  &lt;p&gt; You may notice that the LED fails to blink with its probe wire touching the &lt;i&gt;base&lt;/i&gt; of either multivibrator transistor, yet the audio detector tells you there is an oscillating voltage there. Why is this? The LED&#39;s common-collector transistor amplifier is a voltage follower, meaning that it doesn&#39;t amplify voltage. Thus, if the voltage under test is less than the minimum required by the LED to light up, it will not glow. Since the forward-biased base-emitter junction of an active transistor drops only about 0.7 volts, there is insufficient voltage at either transistor base to energize the LED. The audio detector, being extraordinarily sensitive, though, detects this low voltage signal easily. &lt;/p&gt;  &lt;p&gt;Feel free to substitute lower-value resistors in place of the two 100 kΩ units shown. What happens to the oscillation frequency when you do so? I recommend using resistors at least 1 kΩ in size to prevent excessive transistor current. &lt;/p&gt;  &lt;p&gt;One shortcoming of many oscillator circuits is its dependence on a minimum amount of power supply voltage. Too little voltage and the circuit ceases to oscillate. This circuit is no exception. You might want to experiment with lower supply voltages and determine the minimum voltage necessary for oscillation, as well as experience the effect supply voltage change has on oscillation frequency. &lt;/p&gt;  &lt;p&gt; One shortcoming specific to this circuit is the dependence on mismatched components for successful starting. In order for the circuit to begin oscillating, one transistor must turn on before the other one. Usually, there is enough mismatch in the various component values to enable this to happen, but it is possible for the circuit to &quot;freeze&quot; and fail to oscillate at power-up. If this happens, try different components (same values, but different units) in the circuit. &lt;/p&gt;      &lt;br /&gt;&lt;br /&gt;     &lt;h2&gt;&lt;u&gt;&lt;a name=&quot;xtocid247318&quot;&gt;Vacuum tube audio amplifier&lt;/a&gt;&lt;/u&gt;&lt;/h2&gt;  &lt;a name=&quot;Experiment: Vacuum tube audio amplifier&quot;&gt;&lt;/a&gt;  &lt;p&gt; &lt;b&gt;PARTS AND MATERIALS&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;One 12AX7 dual triode vacuum tube&lt;/li&gt;&lt;li&gt;Two power transformers, 120VAC step-down to 12VAC (Radio Shack catalog # 273-1365, 273-1352, or 273-1511).&lt;/li&gt;&lt;li&gt;Bridge rectifier module (Radio Shack catalog # 276-1173)&lt;/li&gt;&lt;li&gt;Electrolytic capacitor, at least 47 µF, with a working voltage of at least 200 volts DC.&lt;/li&gt;&lt;li&gt;Automotive ignition coil&lt;/li&gt;&lt;li&gt;Audio speaker, 8 Ω impedance&lt;/li&gt;&lt;li&gt;Two 100 kΩ resistors&lt;/li&gt;&lt;li&gt;One 0.1 µF capacitor, 250 WVDC (Radio Shack catalog # 272-1053)&lt;/li&gt;&lt;li&gt;&quot;Low-voltage AC power supply&quot; as shown in AC Experiments chapter&lt;/li&gt;&lt;li&gt;One toggle switch, SPST (&quot;Single-Pole, Single-Throw&quot;)&lt;/li&gt;&lt;li&gt;Radio, tape player, musical keyboard, or other source of audio voltage signal&lt;/li&gt;&lt;/ul&gt;  &lt;p&gt;Where can you obtain a 12AX7 tube, you ask? These tubes are very popular for use in the &quot;preamplifier&quot; stages of many professional electric guitar amplifiers. Go to any good music store and you will find them available for a modest price ($12 US or less). A Russian manufacturer named Sovtek makes these tubes new, so you need not rely on &quot;New-Old-Stock&quot; (NOS) components left over from defunct American manufacturers. This model of tube was very popular in its day, and may be found in old &quot;tubed&quot; electronic test equipment (oscilloscopes, oscillators), if you happen to have access to such equipment. However, I strongly suggest buying a tube new rather than taking chances with tubes salvaged from antique equipment. &lt;/p&gt;  &lt;p&gt;It is important to select an electrolytic capacitor with sufficient working voltage (WVDC) to withstand the output of this amplifier&#39;s power supply circuit (about 170 volts). I strongly recommend choosing a capacitor with a voltage rating well in excess of the expected operating voltage, so as to handle unexpected voltage surges or any other event that may tax the capacitor. I purchased the Radio Shack electrolytic capacitor assortment (catalog # 272-802), and it happened to contain two 47 µF, 250 WVDC capacitors. If you are not as fortunate, you may build this circuit using five capacitors, each rated at 50 WVDC, to substitute for one 250 WVDC unit: &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05310.png&quot; /&gt; &lt;/p&gt;   &lt;p&gt;Bear in mind that the total capacitance for this five-capacitor network will be 1/5, or 20%, of each capacitor&#39;s value. Also, to ensure even charging of capacitors in the network, be sure all capacitor values (in µF) and all resistor values are identical. &lt;/p&gt;  &lt;p&gt; An &lt;i&gt;automotive ignition coil&lt;/i&gt; is a special-purpose high-voltage transformer used in car engines to produce tens of thousands of volts to &quot;fire&quot; the spark plugs. In this experiment, it is used (very unconventionally, I might add!) as an impedance-matching transformer between the vacuum tube and an 8 Ω audio speaker. The specific choice of &quot;coil&quot; is not critical, so long as it is in good operating condition. Here is a photograph of the coil I used for this experiment: &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/55020.jpg&quot; /&gt; &lt;/p&gt;   &lt;p&gt;The audio speaker need not be extravagant. I&#39;ve used small &quot;bookshelf&quot; speakers, automotive (6&quot;x9&quot;) speakers, as well as a large (100 watt) 3-way stereo speaker for this experiment, and they all work fine. &lt;b&gt;Do not use a set of headphones&lt;/b&gt; under any circumstances, as the ignition coil does not provide electrical isolation between the 170 volts DC of the &quot;plate&quot; power supply and the speaker, thus elevating the speaker connections to that voltage with respect to ground. Since obviously placing wires on your head with high voltage to ground would be &lt;i&gt;very hazardous&lt;/i&gt;, please do not use headphones! &lt;/p&gt;  &lt;p&gt; You will need some source of audio-frequency AC as an input signal to this amplifier circuit. I recommend a small battery-powered radio or musical keyboard, with an appropriate cable plugged into the &quot;headphone&quot; or &quot;audio out&quot; jack to convey the signal to your amplifier. &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;CROSS-REFERENCES&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;i&gt;Lessons In Electric Circuits&lt;/i&gt;, Volume 3, chapter 13: &quot;Electron Tubes&quot; &lt;/p&gt;  &lt;p&gt; &lt;i&gt;Lessons In Electric Circuits&lt;/i&gt;, Volume 3, chapter 3: &quot;Diodes and Rectifiers&quot; &lt;/p&gt;  &lt;p&gt; &lt;i&gt;Lessons In Electric Circuits&lt;/i&gt;, Volume 2, chapter 9: &quot;Transformers&quot; &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;LEARNING OBJECTIVES&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;Using a vacuum tube (triode) as an audio amplifier&lt;/li&gt;&lt;li&gt;Using transformers in both step-down and step-up operation&lt;/li&gt;&lt;li&gt;How to build a high-voltage DC power supply&lt;/li&gt;&lt;li&gt;Using a transformer to match impedances&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;SCHEMATIC DIAGRAM&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05307.png&quot; /&gt; &lt;/p&gt;   &lt;p&gt;  &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05308.png&quot; /&gt; &lt;/p&gt; &lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;ILLUSTRATION&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05313.png&quot; /&gt; &lt;/p&gt; &lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;INSTRUCTIONS&lt;/b&gt; &lt;/p&gt;  &lt;p&gt;Welcome to the world of vacuum tube electronics! While not exactly an application of semiconductor technology (power supply rectifier excepted), this circuit is useful as an introduction to vacuum tube technology, and an interesting application for impedance-matching transformers. It should be noted that &lt;b&gt;building and operating this circuit involves work with lethal voltages!&lt;/b&gt; You must exhibit the utmost care while working with this circuit, as 170 volts DC is capable of electrocuting you!! It is recommended that beginners seek qualified assistance (experienced electricians, electronics technicians, or engineers) if attempting to build this amplifier. &lt;/p&gt;  &lt;p&gt; &lt;b&gt;WARNING: do not touch any wires or terminals while the amplifier circuit is energized!&lt;/b&gt; If you must make contact with the circuit at any point, turn off the &quot;plate&quot; power supply switch and wait for the filter capacitor to discharge below 30 volts before touching any part of the circuit. If testing circuit voltages with the power on, use only one hand if possible to avoid the possibility of an arm-to-arm electric shock. &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;u&gt;&lt;b&gt;Building the high-voltage power supply&lt;/b&gt;&lt;/u&gt; &lt;/p&gt;  &lt;p&gt;Vacuum tubes require fairly high DC voltage applied between plate and cathode terminals in order to function efficiently. Although it is possible to operate the amplifier circuit described in this experiment on as low as 24 volts DC, the power output will be miniscule and the sound quality poor. The 12AX7 triode is rated at a maximum &quot;plate voltage&quot; (voltage applied between plate and cathode terminals) of 330 volts, so our power supply of 170 volts DC specified here is well within that maximum limit. I&#39;ve operated this amplifier on as high as 235 volts DC, and discovered that both sound quality and intensity improved &lt;i&gt;slightly&lt;/i&gt;, but not enough in my estimation to warrant the additional hazard to experimenters. &lt;/p&gt;  &lt;p&gt; The power supply actually has two different power outputs: the &quot;B+&quot; DC output for plate power, and the &quot;filament&quot; power, which is only 12 volts AC. Tubes require power applied to a small filament (sometimes called a &lt;i&gt;heater&lt;/i&gt;) in order to function, as the cathode must be hot enough to thermally emit electrons, and that doesn&#39;t happen at room temperature! Using one power transformer to step household 120 volt AC power down to 12 volts AC provides low-voltage for the filaments, and another transformer connected in step-up fashion brings the voltage back up to 120 volts. You might be wondering, &quot;why step the voltage back up to 120 volts with another transformer? Why not just tap off the wall socket plug to obtain 120 volt AC power &lt;i&gt;directly&lt;/i&gt;, and then rectify that into 170 volts DC?&quot; The answer to this is twofold: first, running power through two transformers inherently limits the amount of current that may be sent into an accidental short-circuit on the plate-side of the amplifier circuit. Second, it electrically isolates the plate circuit from the wiring system of your house. If we were to rectify wall-socket power with a diode bridge, it would make both DC terminals (+ and -) elevated in voltage from the safety ground connection of your house&#39;s electrical system, thereby increasing the shock hazard. &lt;/p&gt;  &lt;p&gt;Note the toggle switch connected between the 12-volt windings of the two transformers, labeled &quot;Plate supply switch.&quot; This switch controls power to the step-up transformer, thereby controlling plate voltage to the amplifier circuit. Why not just use the main power switch connected to the 120 volt plug? Why have a second switch to shut off the DC high voltage, when shutting off one main switch would accomplish the same thing? The answer lies in proper vacuum tube operation: like incandescent light bulbs, vacuum tubes &quot;wear&quot; when their filaments are powered up and down repeatedly, so having this additional switch in the circuit allows you to shut off the DC high voltage (for safety when modifying or adjusting the circuit) without having to shut off the filament. Also, it is a good habit to wait for the tube to reach full operating temperature &lt;i&gt;before&lt;/i&gt; applying plate voltage, and this second switch allows you to delay the application of plate voltage until the tube has had time to reach operating temperature. &lt;/p&gt;  &lt;p&gt; During operation, you should have a voltmeter connected to the &quot;B+&quot; output of the power supply (between the B+ terminal and ground), continuously providing indication of the power supply voltage. This meter will show you when the filter capacitor has discharged below the shock-hazard limit (30 volts) when you turn off the &quot;Plate supply switch&quot; to service the amplifier circuit. &lt;/p&gt;  &lt;p&gt;The &quot;ground&quot; terminal shown on the DC output of the power supply circuit need not connect to earth ground. Rather, it is merely a symbol showing a common connection with a corresponding ground terminal symbol in the amplifier circuit. In the circuit you build, there will be a piece of wire connecting these two &quot;ground&quot; points together. As always, the designation of certain common points in a circuit by means of a shared symbol is standard practice in electronic schematics. &lt;/p&gt;  &lt;p&gt;You will note that the schematic diagram shows a 100 kΩ resistor in parallel with the filter capacitor. This resistor is quite necessary, as it provides the capacitor a path for discharge when the AC power is turned off. Without this &quot;bleeder&quot; resistor in the circuit, the capacitor would likely retain a dangerous charge for a long time after &quot;power-down,&quot; posing an additional shock hazard to you. In the circuit I built -- with a 47 µF capacitor and a 100 kΩ bleeder resistor -- the time constant of this RC circuit was a brief 4.7 seconds. If you happen to find a larger filter capacitor value (good for minimizing unwanted power supply &quot;hum&quot; in the speaker), you will need to use a correspondingly smaller value of bleeder resistor, or wait longer for the voltage to bleed off each time you turn the &quot;Plate supply&quot; switch off. &lt;/p&gt;  &lt;p&gt;Be sure you have the power supply safely constructed and working reliably before attempting to power the amplifier circuit with it. This is good circuit-building practice in general: build and troubleshoot the power supply first, then build the circuit you intend to power with it. If the power supply does not function as it should, then neither will the powered circuit, no matter how well it may be designed and built. &lt;/p&gt; &lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;u&gt;&lt;b&gt;Building the amplifier&lt;/b&gt;&lt;/u&gt; &lt;/p&gt;  &lt;p&gt; One of the problems with building vacuum tube circuits in the 21st century is that &lt;i&gt;sockets&lt;/i&gt; for these components can be difficult to find. Given the limited lifetime of most &quot;receiver&quot; tubes (a few years), most &quot;tubed&quot; electronic devices used sockets for mounting the tubes, so that they could be easily removed and replaced. Though tubes may still be obtained (from music supply stores) with relative ease, the sockets they plug into are considerably scarcer -- your local Radio Shack will not have them in stock! How, then, do we build circuits with tubes, if we might not be able to obtain sockets for them to plug in to? &lt;/p&gt;  &lt;p&gt; For small tubes, this problem may be circumvented by directly soldering short lengths of 22-gauge solid copper wire to the pins of the tube, thus enabling you to &quot;plug&quot; the tube into a solderless breadboard. Here is a photograph of my tube amplifier, showing the 12AX7 in an inverted position (pin-side-up). Please disregard the 10-segment LED bargraph to the left and the 8-position DIP switch assembly to the right in the photograph, as these are leftover components from a digital circuit experiment assembled previously on my breadboard. &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/55019.jpg&quot; /&gt; &lt;/p&gt;   &lt;p&gt;One benefit of mounting the tube in this position is ease of pin identification, since most &quot;pin connection diagrams&quot; for tubes are shown from a bottom view: &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05309.png&quot; /&gt; &lt;/p&gt;   &lt;p&gt;You will notice on the amplifier schematic that both triode elements inside the 12AX7&#39;s glass envelope are being used, in parallel: plate connected to plate, grid connected to grid, and cathode connected to cathode. This is done to maximize power output from the tube, but it is not necessary for demonstrating basic operation. You may use just one of the triodes, for simplicity, if you wish. &lt;/p&gt;  &lt;p&gt;The 0.1 µF capacitor shown on the schematic &quot;couples&quot; the audio signal source (radio, musical keyboard, etc.) to the tube&#39;s grid(s), allowing AC to pass but blocking DC. The 100 kΩ resistor ensures that the average DC voltage between grid and cathode is zero, and cannot &quot;float&quot; to some high level. Typically, bias circuits are used to keep the grid slightly negative with respect to ground, but for this purpose a bias circuit would introduce more complexity than its worth. &lt;/p&gt;  &lt;p&gt;When I tested my amplifier circuit, I used the output of a radio receiver, and later the output of a compact disk (CD) player, as the audio signal source. Using a &quot;mono&quot;-to-&quot;phono&quot; connector extension cord plugged into the headphone jack of the receiver/CD player, and alligator clip jumper wires connecting the &quot;mono&quot; tip of the cord to the input terminals of the tube amplifier, I was able to easily send the amplifier audio signals of varying amplitude to test its performance over a wide range of conditions: &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05311.png&quot; /&gt; &lt;/p&gt;   &lt;p&gt;A transformer is essential at the output of the amplifier circuit for &quot;matching&quot; the impedances of vacuum tube and speaker. Since the vacuum tube is a high-voltage, low-current device, and most speakers are low-voltage, high-current devices, the mismatch between them would result in very audio low power output if they were directly connected. To successfully match the high-voltage, low-current source to the low-voltage, high current load, we must use a step-down transformer. &lt;/p&gt;  &lt;p&gt; Since the vacuum tube circuit&#39;s Thevenin resistance ranges in the tens of thousands of ohms, and the speaker only has about 8 ohms impedance, we will need a transformer with an impedance ratio of about 10,000:1. Since the impedance ratio of a transformer is the &lt;i&gt;square&lt;/i&gt; of its turns ratio (or voltage ratio), we&#39;re looking for a transformer with a turns ratio of about 100:1. A typical automotive ignition coil has approximately this turns ratio, and it is also rated for extremely high voltage on the high-voltage winding, making it well suited for this application. &lt;/p&gt;  &lt;p&gt; The only bad aspect of using an ignition coil is that it provides no electrical isolation between primary and secondary windings, since the device is actually an autotransformer, with each winding sharing a common terminal at one end. This means that the speaker wires will be at a high DC voltage with respect to circuit ground. So long as we know this, and avoid touching those wires during operation, there will be no problem. Ideally, though, the transformer would provide complete isolation as well as impedance matching, and the speaker wires would be perfectly safe to touch during use. &lt;/p&gt;  &lt;p&gt; Remember, make all connections in the circuit &lt;i&gt;with the power turned off!&lt;/i&gt; After checking connections visually and with an ohmmeter to ensure that the circuit is built as per the schematic diagram, apply power to the filaments of the tube and wait about 30 seconds for it to reach operating temperature. The both filaments should emit a soft, orange glow, visible from both the top and bottom views of the tube. &lt;/p&gt;  &lt;p&gt;Turn the volume control of your radio/CD player/musical keyboard signal source to minimum, then turn on the plate supply switch. The voltmeter you have connected between the power supply&#39;s B+ output terminal and &quot;ground&quot; should register full voltage (about 170 volts). Now, increase the volume control on the signal source and listen to the speaker. If all is well, you should hear the correct sounds clearly through the speaker. &lt;/p&gt;  &lt;p&gt;Troubleshooting this circuit is best done with the sensitive audio detector described in the DC and AC chapters of this Experiments volume. Connect a 0.1 µF capacitor in series with each test lead to block DC from the detector, then connect one of the test leads to ground, while using the other test lead to check for audio signal at various points in the circuit. Use capacitors with a high voltage rating, like the one used on the input of the amplifier circuit: &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05312.png&quot; /&gt; &lt;/p&gt;   &lt;p&gt;Using two coupling capacitors instead of just one adds an additional degree of safety, in helping to isolate the unit from any (high) DC voltage. Even without the extra capacitor, though, the detector&#39;s internal transformer should provide sufficient electrical isolation for your safety in using it to test for signals in a high-voltage circuit like this, especially if you built your detector using a 120 volt power transformer (rather than an &quot;audio output&quot; transformer) as suggested. Use it to test for a good signal at the input, then at the grid pin(s) of the tube, then at the plate of the tube, etc. until the problem is found. Being capacitively coupled, the detector is also able to test for excessive power supply &quot;hum:&quot; touch the free test lead to the supply&#39;s B+ terminal and listen for a loud 60 Hz humming noise. The noise should be very soft, not loud. If it is loud, the power supply is not filtered adequately enough, and may need additional filter capacitance. &lt;/p&gt;  &lt;p&gt;After testing a point in the amplifier circuit with large DC voltage to ground, the coupling capacitors on the detector may build up substantial voltage. To discharge this voltage, briefly touch the free test lead to the grounded test lead. A &quot;pop&quot; sound should be heard in the headphones as the coupling capacitors discharge. &lt;/p&gt;  &lt;p&gt;If you would rather use a voltmeter to test for the presence of audio signal, you may do so, setting it to a sensitive AC voltage range. The indication you get from a voltmeter, though, doesn&#39;t tell you anything about the &lt;i&gt;quality&lt;/i&gt; of the signal, just its mere presence. Bear in mind that most AC voltmeters will register a transient voltage when initially connected across a source of DC voltage, so don&#39;t be surprised to see a &quot;spike&quot; (a strong, momentary voltage indication) at the very moment contact is made with the meter&#39;s probes to the circuit, rapidly decreasing to the true AC signal value. &lt;/p&gt;  &lt;p&gt;You may be pleasantly surprised at the quality and depth of tone from this little amplifier circuit, especially given its low power output: less than 1 watt of audio power. Of course, the circuit is quite crude and sacrifices quality for simplicity and parts availability, but it serves to demonstrate the basic principle of vacuum tube amplification. Advanced hobbyists and students may wish to experiment with biasing networks, negative feedback, different output transformers, different power supply voltages, and even different tubes, to obtain more power and/or better sound quality. &lt;/p&gt;  &lt;p&gt;Here is a photo of a very similar amplifier circuit, built by the husband-and-wife team of Terry and Cheryl Goetz, illustrating what can be done when care and craftsmanship are applied to a project like this. &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/55022.jpg&quot; /&gt; &lt;/p&gt;           &lt;!--LED circuit--&gt;&lt;!--Voltage multiplier--&gt;&lt;!--LED used as a voltage regulator--&gt;&lt;!--Amplified light detector (photocell and common-emitter BJT circuit)--&gt;&lt;!--Common-collector linear voltage regulator--&gt;&lt;!--Common-collector Class A audio amplifier--&gt;&lt;!--Common-emitter Class A audio amplifier--&gt;&lt;!--Common-emitter Class A audio amplifier with feedback--&gt;&lt;!--Push-pull class B audio amplifier--&gt;&lt;!--Bistable multivibrator--&gt;&lt;!--Colpitts oscillator--&gt;&lt;!--Hartley oscillator--&gt;                  &lt;!--RC phase-shift oscillator--&gt;      &lt;h2&gt;&lt;a name=&quot;xtocid247319&quot;&gt;Bibliography&lt;/a&gt;&lt;/h2&gt;&lt;br /&gt;&lt;ol&gt;&lt;li&gt;&lt;a name=&quot;MIM.bibitem&quot;&gt;[MIM]Forrest M. Mims III, “Sun Photometer with Light-Emitting Diodes as Spectrally Selective Detectors”, Applied Optics, 31, 33, 6965-6967, 1992.&lt;/a&gt;  &lt;/li&gt;&lt;li&gt;&lt;a name=&quot;MIM2.bibitem&quot;&gt;[MIM2]Forrest M. Mims III,“Light Emitting Diodes” Howard W. Sams &amp;amp; Co., 1973, pp. 118-119.&lt;/a&gt;  &lt;/li&gt;&lt;li&gt;&lt;a name=&quot;MIM3.bibitem&quot;&gt;[MIM3]Forrest M. Mims III, Private communications, February 29, 2008.&lt;/a&gt;    &lt;/li&gt;&lt;/ol&gt;&lt;/span&gt;</content><link rel='replies' type='application/atom+xml' href='http://electric-circuit.blogspot.com/feeds/187565546192274443/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/1619153610255502548/187565546192274443' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1619153610255502548/posts/default/187565546192274443'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1619153610255502548/posts/default/187565546192274443'/><link rel='alternate' type='text/html' href='http://electric-circuit.blogspot.com/2008/08/discrete-semiconductor-circuits.html' title='DISCRETE SEMICONDUCTOR CIRCUITS'/><author><name>admin</name><uri>http://www.blogger.com/profile/04147612320152380794</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1619153610255502548.post-806385116303234565</id><published>2008-08-10T05:56:00.001-07:00</published><updated>2008-08-10T07:24:01.369-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Experiments"/><title type='text'>AC CIRCUITS</title><content type='html'>&lt;h2&gt;&lt;u&gt;&lt;a name=&quot;xtocid24650&quot;&gt;Introduction&lt;/a&gt;&lt;/u&gt;&lt;/h2&gt;  &lt;a name=&quot;Alternating current&quot;&gt;&lt;/a&gt; &lt;a name=&quot;AC&quot;&gt;&lt;/a&gt;  &lt;p&gt; &quot;AC&quot; stands for &lt;b&gt;A&lt;/b&gt;lternating &lt;b&gt;C&lt;/b&gt;urrent, which can refer to either voltage or current that alternates in polarity or direction, respectively. These experiments are designed to introduce you to several important concepts specific to AC. &lt;/p&gt;  &lt;a name=&quot;Power supply&quot;&gt;&lt;/a&gt; &lt;a name=&quot;Transformer&quot;&gt;&lt;/a&gt;  &lt;p&gt;A convenient source of AC voltage is household wall-socket power, which presents significant shock hazard. In order to minimize this hazard while taking advantage of the convenience of this source of AC, a small &lt;i&gt;power supply&lt;/i&gt; will be the first project, consisting of a &lt;i&gt;transformer&lt;/i&gt; that steps the hazardous voltage (110 to 120 volts AC, RMS) down to 12 volts or less. The title of &quot;power supply&quot; is somewhat misleading. This device does not really act as a source or &lt;i&gt;supply&lt;/i&gt; of power, but rather as a power &lt;i&gt;converter&lt;/i&gt;, to reduce the hazardous voltage of wall-socket power to a much safer level. &lt;/p&gt;     &lt;br /&gt;&lt;span class=&quot;fullpost&quot;&gt;&lt;br /&gt;    &lt;h2&gt;&lt;u&gt;&lt;a name=&quot;xtocid24651&quot;&gt;Transformer -- power supply&lt;/a&gt;&lt;/u&gt;&lt;/h2&gt;  &lt;a name=&quot;Experiment: AC power supply&quot;&gt;&lt;/a&gt;  &lt;p&gt; &lt;b&gt;PARTS AND MATERIALS&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;Power transformer, 120VAC step-down to 12VAC, with center-tapped secondary winding (Radio Shack catalog # 273-1365, 273-1352, or 273-1511).&lt;/li&gt;&lt;li&gt;Terminal strip with at least three terminals.&lt;/li&gt;&lt;li&gt;Household wall-socket power plug and cord.&lt;/li&gt;&lt;li&gt;Line cord switch.&lt;/li&gt;&lt;li&gt;Box (optional).&lt;/li&gt;&lt;li&gt;Fuse and fuse holder (optional).&lt;/li&gt;&lt;/ul&gt;  &lt;p&gt; Power transformers may be obtained from old radios, which can usually be obtained from a thrift store for a few dollars (or less!). The radio would also provide the power cord and plug necessary for this project. Line cord switches may be obtained from a hardware store. If you want to be absolutely sure what kind of transformer you&#39;re getting, though, you should purchase one from an electronics supply store. &lt;/p&gt;  &lt;a name=&quot;Fuse, slow-blow&quot;&gt;&lt;/a&gt;  &lt;p&gt; If you decide to equip your power supply with a fuse, be sure to get a &lt;i&gt;slow-acting&lt;/i&gt;, or &lt;i&gt;slow-blow&lt;/i&gt; fuse. Transformers may draw high &quot;surge&quot; currents when initially connected to an AC source, and these transient currents will blow a fast-acting fuse. Determine the proper current rating of the fuse by dividing the transformer&#39;s &quot;VA&quot; rating by 120 volts: in other words, calculate the full allowable primary winding current and size the fuse accordingly. &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;CROSS-REFERENCES&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;i&gt;Lessons In Electric Circuits&lt;/i&gt;, Volume 2, chapter 1: &quot;Basic AC Theory&quot; &lt;/p&gt;  &lt;p&gt; &lt;i&gt;Lessons In Electric Circuits&lt;/i&gt;, Volume 2, chapter 9: &quot;Transformers&quot; &lt;/p&gt; &lt;br /&gt;&lt;br /&gt; &lt;p&gt; &lt;b&gt;LEARNING OBJECTIVES&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;Transformer voltage step-down behavior.&lt;/li&gt;&lt;li&gt;Purpose of tapped windings.&lt;/li&gt;&lt;li&gt;Safe wiring techniques for power cords.&lt;/li&gt;&lt;/ul&gt; &lt;br /&gt;&lt;br /&gt; &lt;p&gt; &lt;b&gt;SCHEMATIC DIAGRAM&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05001.png&quot; /&gt; &lt;/p&gt; &lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;ILLUSTRATION&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05002.png&quot; /&gt; &lt;/p&gt; &lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;INSTRUCTIONS&lt;/b&gt; &lt;/p&gt;  &lt;a name=&quot;Soldering&quot;&gt;&lt;/a&gt;  &lt;p&gt; &lt;b&gt;Warning!&lt;/b&gt;  &lt;i&gt;This project involves the use of dangerous voltages.&lt;/i&gt; You must make sure all high-voltage (120 volt household power) conductors are safely insulated from accidental contact. No bare wires should be seen anywhere on the &quot;primary&quot; side of the transformer circuit. Be sure to &lt;i&gt;solder&lt;/i&gt; all wire connections so that they&#39;re secure, and use real electrical tape (not duct tape, scotch tape, packing tape, or any other kind!) to insulate your soldered connections. &lt;/p&gt;  &lt;p&gt;If you wish to enclose the transformer inside of a box, you may use an electrical &quot;junction&quot; box, obtained from a hardware store or electrical supply house. If the enclosure used is metal rather than plastic, a three-prong plug should be used, with the &quot;ground&quot; prong (the longest one on the plug) connected directly to the metal case for maximum safety. &lt;/p&gt;  &lt;p&gt; Before plugging the plug into a wall socket, do a &lt;i&gt;safety check&lt;/i&gt; with an ohmmeter. With the line switch in the &quot;on&quot; position, measure resistance between either plug prong and the transformer case. There should be infinite (maximum) resistance. If the meter registers continuity (some resistance value less than infinity), then you have a &quot;short&quot; between one of the power conductors and the case, which is dangerous! &lt;/p&gt;  &lt;p&gt;Next, check the transformer windings themselves for continuity. With the line switch in the &quot;on&quot; position, there should be a small amount of resistance between the two plug prongs. When the switch is turned &quot;off,&quot; the resistance indication should increase to infinity (open circuit -- no continuity). Measure resistance between pairs of wires on the secondary side. These secondary windings should register much lower resistances than the primary. Why is this? &lt;/p&gt;  &lt;p&gt;Plug the cord into a wall socket and turn the switch on. You should be able to measure AC voltage at the secondary side of the transformer, between pairs of terminals. Between two of these terminals, you should measure about 12 volts. Between either of these two terminals and the third terminal, you should measure half that. This third wire is the &quot;center-tap&quot; wire of the secondary winding. &lt;/p&gt;  &lt;p&gt;It would be advisable to keep this project assembled for use in powering other experiments shown in this book. From here on, I will designate this &quot;low-voltage AC power supply&quot; using this illustration: &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05008.png&quot; /&gt; &lt;/p&gt; &lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;COMPUTER SIMULATION&lt;/b&gt; &lt;/p&gt;   &lt;p&gt; &lt;u&gt;Schematic with SPICE node numbers:&lt;/u&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05003.png&quot; /&gt; &lt;/p&gt; &lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;u&gt;Netlist (make a text file containing the following text, verbatim):&lt;/u&gt; &lt;/p&gt;  &lt;pre&gt;transformer with center-tap secondary&lt;br /&gt;v1 1 0 ac 120 sin     &lt;br /&gt;rbogus1 1 2 1e-3&lt;br /&gt;l1 2 0 10&lt;br /&gt;l2 5 4 0.025&lt;br /&gt;l3 4 3 0.025&lt;br /&gt;k1 l1 l2 0.999&lt;br /&gt;k2 l2 l3 0.999&lt;br /&gt;k3 l1 l3 0.999&lt;br /&gt;rbogus2 3 0 1e12&lt;br /&gt;rload1 5 4 1k&lt;br /&gt;rload2 4 3 1k&lt;br /&gt;&lt;br /&gt;* Sets up AC analysis at 60 Hz:&lt;br /&gt;.ac lin 1 60 60&lt;br /&gt;&lt;br /&gt;* Prints primary voltage between nodes 2 and 0:&lt;br /&gt;.print ac v(2,0)&lt;br /&gt;&lt;br /&gt;* Prints (top) secondary voltage between nodes 5 and 4:&lt;br /&gt;.print ac v(5,4)&lt;br /&gt;&lt;br /&gt;* Prints (bottom) secondary voltage between nodes 4 and 3:&lt;br /&gt;.print ac v(4,3)&lt;br /&gt;&lt;br /&gt;* Prints (total) secondary voltage between nodes 5 and 3:&lt;br /&gt;.print ac v(5,3)&lt;br /&gt;.end&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;  &lt;br /&gt;&lt;br /&gt;     &lt;h2&gt;&lt;u&gt;&lt;a name=&quot;xtocid24652&quot;&gt;Build a transformer&lt;/a&gt;&lt;/u&gt;&lt;/h2&gt;  &lt;a name=&quot;Experiment: Transformer, homemade&quot;&gt;&lt;/a&gt;  &lt;p&gt; &lt;b&gt;PARTS AND MATERIALS&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;Steel flatbar, 4 pieces&lt;/li&gt;&lt;li&gt;Miscellaneous bolts, nuts, washers&lt;/li&gt;&lt;li&gt;28 gauge &quot;magnet&quot; wire&lt;/li&gt;&lt;li&gt;Low-voltage AC power supply&lt;/li&gt;&lt;/ul&gt;  &lt;a name=&quot;Magnet wire&quot;&gt;&lt;/a&gt;  &lt;p&gt;&quot;Magnet wire&quot; is small-gauge wire insulated with a thin enamel coating. It is intended to be used to make electromagnets, because many &quot;turns&quot; of wire may be wrapped in a relatively small-diameter coil. Any gauge of wire will work, but 28 gauge is recommended so as to make a coil with as many turns as possible in a small diameter. &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;CROSS-REFERENCES&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;i&gt;Lessons In Electric Circuits&lt;/i&gt;, Volume 2, chapter 9: &quot;Transformers&quot; &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;LEARNING OBJECTIVES&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;Effects of electromagnetism.&lt;/li&gt;&lt;li&gt;Effects of electromagnetic induction.&lt;/li&gt;&lt;li&gt;Effects of magnetic coupling on voltage regulation.&lt;/li&gt;&lt;li&gt;Effects of winding turns on &quot;step&quot; ratio.&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;SCHEMATIC DIAGRAM&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05004.png&quot; /&gt; &lt;/p&gt; &lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;ILLUSTRATION&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05005.png&quot; /&gt; &lt;/p&gt; &lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;INSTRUCTIONS&lt;/b&gt; &lt;/p&gt;  &lt;p&gt;Wrap two, equal-length bars of steel with a thin layer of electrically-insulating tape. Wrap several hundred turns of magnet wire around these two bars. You may make these windings with an equal or unequal number of turns, depending on whether or not you want the transformer to be able to &quot;step&quot; voltage up or down. I recommend equal turns to begin with, then experiment later with coils of unequal turn count. &lt;/p&gt;  &lt;p&gt;Join those bars together in a rectangle with two other, shorter, bars of steel. Use bolts to secure the bars together (it is recommended that you drill bolt holes through the bars &lt;i&gt;before&lt;/i&gt; you wrap wire around them). &lt;/p&gt;  &lt;p&gt; Check for shorted windings (ohmmeter reading between wire ends and steel bar) after you&#39;re finished wrapping the windings. There should be no continuity (infinite resistance) between the winding and the steel bar. Check for continuity between winding ends to ensure that the wire isn&#39;t broken open somewhere within the coil. If either resistance measurements indicate a problem, the winding must be re-made. &lt;/p&gt;  &lt;p&gt; Power your transformer with the low-voltage output of the &quot;power supply&quot; described at the beginning of this chapter.  &lt;b&gt;Do not&lt;/b&gt; power your transformer directly from wall-socket voltage (120 volts), as your home-made windings really aren&#39;t rated for any significant voltage! &lt;/p&gt;  &lt;p&gt;Measure the output voltage (secondary winding) of your transformer with an AC voltmeter. Connect a load of some kind (light bulbs are good!) to the secondary winding and re-measure voltage. Note the degree of voltage &quot;sag&quot; at the secondary winding as load current is increased. &lt;/p&gt;  &lt;a name=&quot;Reluctance, magnetic&quot;&gt;&lt;/a&gt;  &lt;p&gt; Loosen or remove the connecting bolts from one of the short bar pieces, thus increasing the &lt;i&gt;reluctance&lt;/i&gt; (analogous to &lt;i&gt;resistance&lt;/i&gt;) of the magnetic &quot;circuit&quot; coupling the two windings together.  Note the effect on output voltage and voltage &quot;sag&quot; under load. &lt;/p&gt;  &lt;p&gt;If you&#39;ve made your transformer with unequal-turn windings. try it in step-up versus step-down mode, powering different AC loads. &lt;/p&gt;     &lt;br /&gt;&lt;br /&gt;    &lt;h2&gt;&lt;u&gt;&lt;a name=&quot;xtocid24653&quot;&gt;Variable inductor&lt;/a&gt;&lt;/u&gt;&lt;/h2&gt;  &lt;a name=&quot;Experiment: Variable inductor&quot;&gt;&lt;/a&gt;  &lt;p&gt; &lt;b&gt;PARTS AND MATERIALS&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;Paper tube, from a toilet-paper roll&lt;/li&gt;&lt;li&gt;Bar of iron or steel, large enough to almost fill diameter of paper tube&lt;/li&gt;&lt;li&gt;28 gauge &quot;magnet&quot; wire&lt;/li&gt;&lt;li&gt;Low-voltage AC power supply&lt;/li&gt;&lt;li&gt;Incandescent lamp, rated for power supply voltage&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;CROSS-REFERENCES&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;i&gt;Lessons In Electric Circuits&lt;/i&gt;, Volume 1, chapter 14: &quot;Magnetism and Electromagnetism&quot; &lt;/p&gt;  &lt;p&gt; &lt;i&gt;Lessons In Electric Circuits&lt;/i&gt;, Volume 1, chapter 15: &quot;Inductors&quot; &lt;/p&gt;  &lt;p&gt; &lt;i&gt;Lessons In Electric Circuits&lt;/i&gt;, Volume 2, chapter 3: &quot;Reactance and Impedance -- Inductive&quot; &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;LEARNING OBJECTIVES&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;Effects of magnetic permeability on inductance.&lt;/li&gt;&lt;li&gt;How inductive reactance can control current in an AC circuit.&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;SCHEMATIC DIAGRAM&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05006.png&quot; /&gt; &lt;/p&gt; &lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;ILLUSTRATION&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05007.png&quot; /&gt; &lt;/p&gt; &lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;INSTRUCTIONS&lt;/b&gt; &lt;/p&gt;  &lt;p&gt;Wrap hundreds of turns of magnet wire around the paper tube. Connect this home-made inductor in series with an AC power supply and lamp to form a circuit. When the tube is empty, the lamp should glow brightly. When the steel bar is inserted in the tube, the lamp dims from increased inductance (L) and consequently increased inductive reactance (X&lt;sub&gt;L&lt;/sub&gt;). &lt;/p&gt;  &lt;a name=&quot;Permeability&quot;&gt;&lt;/a&gt;  &lt;p&gt; Try using bars of different materials, such as copper and stainless steel, if available. Not all metals have the same effect, due to differences in magnetic &lt;i&gt;permeability&lt;/i&gt;. &lt;/p&gt;     &lt;br /&gt;&lt;br /&gt;    &lt;h2&gt;&lt;u&gt;&lt;a name=&quot;xtocid24654&quot;&gt;Sensitive audio detector&lt;/a&gt;&lt;/u&gt;&lt;/h2&gt;  &lt;a name=&quot;Experiment: Audio detector&quot;&gt;&lt;/a&gt;  &lt;p&gt; &lt;b&gt;PARTS AND MATERIALS&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;High-quality &quot;closed-cup&quot; audio headphones&lt;/li&gt;&lt;li&gt;Headphone jack: female receptacle for headphone plug (Radio Shack catalog # 274-312)&lt;/li&gt;&lt;li&gt;Small step-down power transformer (Radio Shack catalog # 273-1365 or equivalent, using the 6-volt secondary winding tap)&lt;/li&gt;&lt;li&gt;Two 1N4001 rectifying diodes (Radio Shack catalog # 276-1101)&lt;/li&gt;&lt;li&gt;1 kΩ resistor&lt;/li&gt;&lt;li&gt;100 kΩ potentiometer (Radio Shack catalog # 271-092)&lt;/li&gt;&lt;li&gt;Two &quot;banana&quot; jack style binding posts, or other terminal hardware, for connection to potentiometer circuit (Radio Shack catalog # 274-662 or equivalent)&lt;/li&gt;&lt;li&gt;Plastic or metal mounting box&lt;/li&gt;&lt;/ul&gt;  &lt;p&gt; Regarding the headphones, the higher the &quot;sensitivity&quot; rating in decibels (dB), the better, but listening is believing: if you&#39;re serious about building a detector with maximum sensitivity for small electrical signals, you should try a few different headphone models at a high-quality audio store and &quot;listen&quot; for which ones produce an audible sound for the &lt;i&gt;lowest&lt;/i&gt; volume setting on a radio or CD player. Beware, as you could spend hundreds of dollars on a pair of headphones to get the absolute best sensitivity! Take heart, though: I&#39;ve used an &lt;i&gt;old&lt;/i&gt; pair of Radio Shack &quot;Realistic&quot; brand headphones with perfectly adequate results, so you don&#39;t need to buy the best. &lt;/p&gt;  &lt;p&gt; Normally, the transformer used in this type of application (audio speaker impedance matching) is called an &quot;audio transformer,&quot; with its primary and secondary windings represented by impedance values (1000 Ω : 8 Ω) instead of voltages. An audio transformer will work, but I&#39;ve found small step-down power transformers of 120/6 volt ratio to be perfectly adequate for the task, cheaper (especially when taken from an old thrift-store alarm clock radio), and far more rugged. &lt;/p&gt;  &lt;a name=&quot;Audio taper potentiometer&quot;&gt;&lt;/a&gt; &lt;a name=&quot;Linear taper potentiometer&quot;&gt;&lt;/a&gt;  &lt;p&gt;The tolerance (precision) rating for the 1 kΩ resistor is irrelevant. The 100 kΩ potentiometer is a recommended option for incorporation into this project, as it gives the user control over the loudness for any given signal. Even though an &lt;i&gt;audio-taper&lt;/i&gt; potentiometer would be appropriate for this application, it is not necessary.  A &lt;i&gt;linear-taper&lt;/i&gt; potentiometer works quite well. &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;CROSS-REFERENCES&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;i&gt;Lessons In Electric Circuits&lt;/i&gt;, Volume 1, chapter 8: &quot;DC Metering Circuits&quot; &lt;/p&gt;  &lt;p&gt; &lt;i&gt;Lessons In Electric Circuits&lt;/i&gt;, Volume 2, chapter 9: &quot;Transformers&quot; &lt;/p&gt;  &lt;p&gt; &lt;i&gt;Lessons In Electric Circuits&lt;/i&gt;, Volume 2, chapter 12: &quot;AC Metering Circuits&quot; &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;LEARNING OBJECTIVES&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;Soldering practice&lt;/li&gt;&lt;li&gt;Use of a transformer for impedance matching&lt;/li&gt;&lt;li&gt;Detection of extremely small electrical signals&lt;/li&gt;&lt;li&gt;Using diodes to &quot;clip&quot; voltage at some maximum level&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;SCHEMATIC DIAGRAM&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05009.png&quot; /&gt; &lt;/p&gt; &lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;ILLUSTRATION&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05010.png&quot; /&gt; &lt;/p&gt; &lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;INSTRUCTIONS&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; This experiment is identical in construction to the &quot;Sensitive Voltage Detector&quot; described in the DC experiments chapter. If you&#39;ve already built this detector, you may skip this experiment. &lt;/p&gt;  &lt;p&gt;The headphones, most likely being stereo units (separate left and right speakers) will have a three-contact plug. You will be connecting to only two of those three contact points. If you only have a &quot;mono&quot; headphone set with a two-contact plug, just connect to those two contact points. You may either connect the two stereo speakers in series or in parallel. I&#39;ve found the series connection to work best, that is, to produce the most sound from a small signal: &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05011.png&quot; /&gt; &lt;/p&gt;   &lt;p&gt;Solder all wire connections well. This detector system is extremely sensitive, and any loose wire connections in the circuit will add unwanted noise to the sounds produced by the measured voltage signal. The two diodes connected in parallel with the transformer&#39;s primary winding, along with the series-connected 1 kΩ resistor, work together to &quot;clip&quot; the input voltage to a maximum of about 0.7 volts. This does one thing and one thing only: limit the amount of sound the headphones can produce. The system will work without the diodes and resistor in place, but there will be no limit to sound volume in the circuit, and the resulting sound caused by accidentally connecting the test leads across a substantial voltage source (like a battery) can be deafening! &lt;/p&gt;  &lt;p&gt;Binding posts provide points of connection for a pair of test probes with banana-style plugs, once the detector components are mounted inside a box. You may use ordinary multimeter probes, or make your own probes with alligator clips at the ends for secure connection to a circuit. &lt;/p&gt;  &lt;p&gt;Detectors are intended to be used for balancing bridge measurement circuits, potentiometric (null-balance) voltmeter circuits, and detect extremely low-amplitude AC (&quot;alternating current&quot;) signals in the audio frequency range. It is a valuable piece of test equipment, especially for the low-budget experimenter without an oscilloscope. It is also valuable in that it allows you to use a different bodily sense in interpreting the behavior of a circuit. &lt;/p&gt;  &lt;p&gt;For connection across any non-trivial source of voltage (1 volt and greater), the detector&#39;s extremely high sensitivity should be attenuated. This may be accomplished by connecting a voltage divider to the &quot;front&quot; of the circuit: &lt;/p&gt;  &lt;p&gt; &lt;b&gt;SCHEMATIC DIAGRAM&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05012.png&quot; /&gt; &lt;/p&gt;   &lt;p&gt; &lt;b&gt;ILLUSTRATION&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05014.png&quot; /&gt; &lt;/p&gt;   &lt;p&gt;Adjust the 100 kΩ voltage divider potentiometer to about mid-range when initially sensing a voltage signal of unknown magnitude. If the sound is too loud, turn the potentiometer down and try again. If too soft, turn it up and try again. This detector even senses DC and radio-frequency signals (frequencies below and above the audio range, respectively), a &quot;click&quot; being heard whenever the test leads make or break contact with the source under test. With my cheap headphones, I&#39;ve been able to detect currents of less than 1/10 of a microamp (&lt;&gt;  &lt;/p&gt;&lt;p&gt;A good demonstration of the detector&#39;s sensitivity is to touch both test leads to the end of your tongue, with the sensitivity adjustment set to maximum. The voltage produced by metal-to-electrolyte contact (called &lt;i&gt;galvanic voltage&lt;/i&gt;) is very small, but enough to produce soft &quot;clicking&quot; sounds every time the leads make and break contact on the wet skin of your tongue. &lt;/p&gt;  &lt;a name=&quot;Impedance, definition&quot;&gt;&lt;/a&gt; &lt;a name=&quot;Z, symbol for impedance&quot;&gt;&lt;/a&gt;  &lt;p&gt;Try unplugged the headphone plug from the jack (receptacle) and similarly touching it to the end of your tongue. You should still hear soft clicking sounds, but they will be much smaller in amplitude. Headphone speakers are &quot;low impedance&quot; devices: they require low voltage and &quot;high&quot; current to deliver substantial sound power. Impedance is a measure of opposition to any and all forms of electric current, including alternating current (AC). Resistance, by comparison, is a strictly measure of opposition to &lt;i&gt;direct&lt;/i&gt; current (DC). Like resistance, impedance is measured in the unit of the Ohm (Ω), but it is symbolized in equations by the capital letter &quot;Z&quot; rather than the capital letter &quot;R&quot;. We use the term &quot;impedance&quot; to describe the headphone&#39;s opposition to current because it is primarily AC signals that headphones are normally subjected to, not DC. &lt;/p&gt;  &lt;a name=&quot;Inductive &quot; kickback=&quot;&quot;&gt;&lt;/a&gt; &lt;a name=&quot;Impedance matching&quot;&gt;&lt;/a&gt; &lt;a name=&quot;Maximum Power Transfer Theorem&quot;&gt;&lt;/a&gt;  &lt;p&gt;Most small signal sources have high internal impedances, some much higher than the nominal 8 Ω of the headphone speakers. This is a technical way of saying that they are incapable of supplying substantial amounts of current. As the Maximum Power Transfer Theorem predicts, maximum sound power will be delivered by the headphone speakers when their impedance is &quot;matched&quot; to the impedance of the voltage source. The transformer does this. The transformer also helps aid the detection of small DC signals by producing inductive &quot;kickback&quot; every time the test lead circuit is broken, thus &quot;amplifying&quot; the signal by magnetically storing up electrical energy and suddenly releasing it to the headphone speakers. &lt;/p&gt;  &lt;p&gt;As with the low-voltage AC power supply experiment, I recommend building this detector in a permanent fashion (mounting all components inside of a box, and providing nice test lead wires) so it can be easily used in the future. Constructed as such, it might look something like this: &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05013.png&quot; /&gt; &lt;/p&gt;     &lt;br /&gt;&lt;br /&gt;    &lt;h2&gt;&lt;u&gt;&lt;a name=&quot;xtocid24655&quot;&gt;Sensing AC magnetic fields&lt;/a&gt;&lt;/u&gt;&lt;/h2&gt;  &lt;a name=&quot;Experiment: Electromagnetic field sensor, AC&quot;&gt;&lt;/a&gt;  &lt;p&gt; &lt;b&gt;PARTS AND MATERIALS&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;Audio detector with headphones&lt;/li&gt;&lt;li&gt;Electromagnet coil from relay or solenoid&lt;/li&gt;&lt;/ul&gt;  &lt;p&gt; What is needed for an electromagnet coil is a coil with &lt;i&gt;many&lt;/i&gt; turns of wire, so as to produce the most voltage possible from induction with stray magnetic fields. The coil taken from an old relay or solenoid works well for this purpose. &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;CROSS-REFERENCES&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;i&gt;Lessons In Electric Circuits&lt;/i&gt;, Volume 2, chapter 7: &quot;Mixed-Frequency AC Signals&quot; &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;LEARNING OBJECTIVES&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;Effects of electromagnetic induction.&lt;/li&gt;&lt;li&gt;Electromagnetic shielding techniques.&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;SCHEMATIC DIAGRAM&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05015.png&quot; /&gt; &lt;/p&gt; &lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;ILLUSTRATION&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05016.png&quot; /&gt; &lt;/p&gt; &lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;INSTRUCTIONS&lt;/b&gt; &lt;/p&gt;  &lt;p&gt;Using the audio detector circuit explained earlier to detect AC voltage in the audio frequencies, a coil of wire may serve as sensor of AC magnetic fields. The voltages produced by the coil will be quite small, so it is advisable to adjust the detector&#39;s sensitivity control to &quot;maximum.&quot; &lt;/p&gt;  &lt;p&gt;There are many sources of AC magnetic fields to be found in the average home. Try, for instance, holding the coil close to a television screen or circuit-breaker box. The coil&#39;s orientation is every bit as important as its proximity to the source, as you will soon discover on your own! If you want to listen to more interesting tones, try holding the coil close to the motherboard of an operating computer (be careful not to &quot;short&quot; any connections together on the computer&#39;s circuit board with any exposed metal parts on the sensing coil!), or to its hard drive while a read/write operation is taking place. &lt;/p&gt;  &lt;p&gt; One &lt;i&gt;very&lt;/i&gt; strong source of AC magnetic fields is the home-made transformer project described earlier. Try experimenting with various degrees of &quot;coupling&quot; between the coils (the steel bars tightly fastened together, versus loosely fastened, versus dismantled). Another source is the variable inductor and lamp circuit described in another section of this chapter. &lt;/p&gt;  &lt;a name=&quot;Shielding&quot;&gt;&lt;/a&gt;  &lt;p&gt;Note that physical contact with a magnetic field source is unnecessary: magnetic fields extend through space quite easily. You may also want to try &quot;shielding&quot; the coil from a strong source using various materials. Try aluminum foil, paper, sheet steel, plastic, or whatever other materials you can think of. What materials work best? Why? What angles (orientations) of coil position minimize magnetic coupling (result in a minimum of detected signal)? What does this tell us regarding inductor positioning if inter-circuit interference from other inductors is a bad thing? &lt;/p&gt;  &lt;p&gt;Whether or not stray magnetic fields like these pose any health hazard to the human body is a hotly debated subject. One thing is clear: in today&#39;s modern society, low-level magnetic fields of all frequencies are easy to find! &lt;/p&gt;    &lt;br /&gt;&lt;br /&gt;    &lt;h2&gt;&lt;u&gt;&lt;a name=&quot;xtocid24656&quot;&gt;Sensing AC electric fields&lt;/a&gt;&lt;/u&gt;&lt;/h2&gt;  &lt;a name=&quot;Experiment: Electrostatic field sensor, AC&quot;&gt;&lt;/a&gt;  &lt;p&gt; &lt;b&gt;PARTS AND MATERIALS&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;Audio detector with headphones&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;CROSS-REFERENCES&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;i&gt;Lessons In Electric Circuits&lt;/i&gt;, Volume 2, chapter 7: &quot;Mixed-Frequency AC Signals&quot; &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;LEARNING OBJECTIVES&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;Effects of electrostatic (capacitive) coupling.&lt;/li&gt;&lt;li&gt;Electrostatic shielding techniques.&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;SCHEMATIC DIAGRAM&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05017.png&quot; /&gt; &lt;/p&gt; &lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;ILLUSTRATION&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05018.png&quot; /&gt; &lt;/p&gt; &lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;INSTRUCTIONS&lt;/b&gt; &lt;/p&gt;  &lt;p&gt;&quot;Ground&quot; one lead of the detector to a metal object in contact with the earth (dirt). Most any water pipe or faucet in a house will suffice. Take the other lead and hold it close to an electrical appliance or lamp fixture. &lt;b&gt;Do not try to make contact with the appliance or with any conductors within!&lt;/b&gt;  Any AC electric fields produced by the appliance will be heard in the headphones as a buzzing tone. &lt;/p&gt;  &lt;a name=&quot;Shielding&quot;&gt;&lt;/a&gt;  &lt;p&gt; Try holding the wire in different positions next to a good, strong source of electric fields. Try using a piece of aluminum foil clipped to the wire&#39;s end to maximize capacitance (and therefore its ability to intercept an electric field). Try using different types of material to &quot;shield&quot; the wire from an electric field source. What material(s) work best? How does this compare with the AC &lt;i&gt;magnetic&lt;/i&gt; field experiment? &lt;/p&gt;  &lt;p&gt; As with magnetic fields, there is controversy whether or not stray electric fields like these pose any health hazard to the human body. &lt;/p&gt;      &lt;br /&gt;&lt;br /&gt;     &lt;h2&gt;&lt;u&gt;&lt;a name=&quot;xtocid24657&quot;&gt;Automotive alternator&lt;/a&gt;&lt;/u&gt;&lt;/h2&gt;  &lt;a name=&quot;Experiment: Alternator&quot;&gt;&lt;/a&gt;  &lt;p&gt; &lt;b&gt;PARTS AND MATERIALS&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;Automotive alternator (one required, but two recommended)&lt;/li&gt;&lt;/ul&gt;  &lt;a name=&quot;Generator&quot;&gt;&lt;/a&gt; &lt;a name=&quot;Alternator&quot;&gt;&lt;/a&gt;  &lt;p&gt;Old alternators may be obtained for low prices at automobile wrecking yards. Many yards have alternators already removed from the automobile, for your convenience. I do &lt;i&gt;not&lt;/i&gt; recommend paying full price for a new alternator, as used units cost far less money and function just as well for the purposes of this experiment. &lt;/p&gt;  &lt;p&gt;I highly recommend using a Delco-Remy brand of alternator. This is the type used on General Motors (GMC, Chevrolet, Cadillac, Buick, Oldsmobile) vehicles. One particular model has been produced by Delco-Remy since the early 1960&#39;s with little design change. It is a &lt;i&gt;very&lt;/i&gt; common unit to locate in a wrecking yard, and very easy to work with. &lt;/p&gt;  &lt;p&gt; If you obtain two alternators, you may use one as a generator and the other as a motor. The steps needed to prepare an alternator as a three-phase generator and as a three-phase motor are the same. &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;CROSS-REFERENCES&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;i&gt;Lessons In Electric Circuits&lt;/i&gt;, Volume 1, chapter 14: &quot;Magnetism and Electromagnetism&quot; &lt;/p&gt;  &lt;p&gt; &lt;i&gt;Lessons In Electric Circuits&lt;/i&gt;, Volume 2, chapter 10: &quot;Polyphase AC Circuits&quot; &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;LEARNING OBJECTIVES&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;Effects of electromagnetism&lt;/li&gt;&lt;li&gt;Effects of electromagnetic induction&lt;/li&gt;&lt;li&gt;Construction of real electromagnetic machines&lt;/li&gt;&lt;li&gt;Construction and application of three-phase windings&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;SCHEMATIC DIAGRAM&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05019.png&quot; /&gt; &lt;/p&gt;   &lt;a name=&quot;Stator winding, alternator&quot;&gt;&lt;/a&gt; &lt;a name=&quot;Field winding, alternator&quot;&gt;&lt;/a&gt;  &lt;p&gt;An automotive alternator is a three-phase generator with a built-in rectifier circuit consisting of six diodes. As the sheave (most people call it a &quot;pulley&quot;) is rotated by a belt connected to the automobile engine&#39;s crankshaft, a magnet is spun past a stationary set of three-phase windings (called the &lt;i&gt;stator&lt;/i&gt;), usually connected in a Y configuration. The spinning magnet is actually an electromagnet, not a permanent magnet. Alternators are designed this way so that the magnetic field strength can be controlled, in order that output voltage may be controlled independently of rotor speed. This rotor magnet coil (called the &lt;i&gt;field coil&lt;/i&gt;, or simply &lt;i&gt;field&lt;/i&gt;) is energized by battery power, so that it takes a small amount of electrical power input to the alternator to get it to generate a lot of output power. &lt;/p&gt;  &lt;a name=&quot;Slip ring, alternator&quot;&gt;&lt;/a&gt;  &lt;p&gt;Electrical power is conducted to the rotating field coil through a pair of copper &quot;slip rings&quot; mounted concentrically on the shaft, contacted by stationary carbon &quot;brushes.&quot; The brushes are held in firm contact with the slip rings by spring pressure. &lt;/p&gt;  &lt;p&gt;Many modern alternators are equipped with built-in &quot;regulator&quot; circuits that automatically switch battery power on and off to the rotor coil to regulate output voltage. This circuit, if present in the alternator you choose for the experiment, is unnecessary and will only impede your study if left in place. Feel free to &quot;surgically remove&quot; it, just make sure you leave access to the brush terminals so that you can power the field coil with the alternator fully assembled. &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;ILLUSTRATION&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05020.png&quot; /&gt; &lt;/p&gt; &lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;INSTRUCTIONS&lt;/b&gt; &lt;/p&gt;  &lt;p&gt;First, consult an automotive repair manual on the specific details of your alternator. The documentation provided in the book you&#39;re reading now is as general as possible to accommodate different brands of alternators. You may need more specific information, and a service manual is the best place to obtain it. &lt;/p&gt;  &lt;p&gt;For this experiment, you&#39;ll be connecting wires to the coils inside the alternator and extending them outside the alternator case, for easy connection to test equipment and circuits. Unfortunately, the connection terminals provided by the manufacturer won&#39;t suit our needs here, so you need to make your own connections. &lt;/p&gt;  &lt;p&gt;Disassemble the unit and locate terminals for connecting to the two carbon brushes. Solder a pair of wires to these terminals (at least 20 gauge in size) and extend these wires through vent holes in the alternator case, making sure they won&#39;t get snagged on the spinning rotor when the alternator is re-assembled and used. &lt;/p&gt;   &lt;a name=&quot;Terminal, &quot; ring=&quot;&quot; lug=&quot;&quot;&gt;&lt;/a&gt;  &lt;p&gt;Locate the three-phase line connections coming from the stator windings and connect wires to them as well, extending these wires outside the alternator case through some vent holes. Use the largest gauge wire that is convenient to work with for these wires, as they may be carrying substantial current. As with the field wires, route them in such a way that the rotor will turn freely with the alternator reassembled. The stator winding line terminals are easy to locate: the three of them connect to three terminals on the diode assembly, usually with &quot;ring-lug&quot; terminals soldered to the ends of the wires. &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05021.png&quot; /&gt; &lt;/p&gt;   &lt;p&gt; I recommend that you solder ring-lug terminals to your wires, and attach them underneath the terminal nuts along with the stator wire ends, so that each diode block terminal is securing two ring lugs. &lt;/p&gt;  &lt;p&gt;Re-assemble the alternator, taking care to secure the carbon brushes in a retracted position so that the rotor doesn&#39;t damage them upon re-insertion. On Delco-Remy alternators, a small hole is provided on the back case half, and also at the front of the brush holder assembly, through which a paper clip or thin-gauge wire may be inserted to hold the brushes back against their spring pressure. Consult the service manual for more details on alternator assembly. &lt;/p&gt;  &lt;p&gt;When the alternator has been assembled, try spinning the shaft and listen for any sounds indicative of colliding parts or snagged wires. If there is any such trouble, take it apart again and correct whatever is wrong. &lt;/p&gt;  &lt;p&gt;If and when it spins freely as it should, connect the two &quot;field&quot; wires to a 6-volt battery. Connect an voltmeter to any two of the three-phase line connections: &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05022.png&quot; /&gt; &lt;/p&gt;   &lt;p&gt; With the multimeter set to the &quot;DC volts&quot; function, &lt;i&gt;slowly&lt;/i&gt; rotate the alternator shaft. The voltmeter reading should alternate between positive and negative as the shaft it turned: a demonstration of very slow alternating voltage (AC voltage) being generated. If this test is successful, switch the multimeter to the &quot;AC volts&quot; setting and try again. Try spinning the shaft slow and fast, comparing voltmeter readings between the two conditions. &lt;/p&gt;  &lt;p&gt;Short-circuit any two of the three-phase line wires and try spinning the alternator. What you should notice is that the alternator shaft becomes more difficult to spin. The heavy electrical load you&#39;ve created via the short circuit causes a heavy mechanical load on the alternator, as mechanical energy is converted into electrical energy. &lt;/p&gt;  &lt;p&gt;Now, try connecting 12 volts DC to the field wires. Repeat the DC voltmeter, AC voltmeter, and short-circuit tests described above. What difference(s) do you notice? &lt;/p&gt;  &lt;p&gt;Find some sort of polarity-insensitive 6 or 12 volts loads, such as small incandescent lamps, and connect them to the three-phase line wires. Wrap a thin rope or heavy string around the groove of the sheave (&quot;pulley&quot;) and spin the alternator rapidly, and the loads should function. &lt;/p&gt;  &lt;p&gt;If you have a second alternator, modify it as you modified the first one, connecting five of your own wires to the field brushes and stator line terminals, respectively. You can then use it as a three-phase motor, powered by the first alternator. &lt;/p&gt;  &lt;p&gt;Connect each of the three-phase line wires of the first alternator to the respective wires of the second alternator. Connect the field wires of one alternator to a 6 volt battery. This alternator will be the generator. Wrap rope around the sheave in preparation to spin it. Take the two field wires of the second alternator and short them together. This alternator will be the motor: &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05023.png&quot; /&gt; &lt;/p&gt;   &lt;p&gt; Spin the generator shaft while watching the motor shaft&#39;s rotation.  Try reversing any &lt;i&gt;two&lt;/i&gt; of the three-phase line connections between the two units and spin the generator again.  What is different this time? &lt;/p&gt;  &lt;p&gt;Connect the field wires of the motor unit to the a 6 volt battery (you may parallel-connect this field with the field of the generator unit, across the same battery terminals, if the battery is strong enough to deliver the several amps of current both coils will draw together). This will magnetize the rotor of the motor. Try spinning the generator again and note any differences in operation. &lt;/p&gt;  &lt;a name=&quot;Motor, induction&quot;&gt;&lt;/a&gt; &lt;a name=&quot;Motor, synchronous&quot;&gt;&lt;/a&gt;  &lt;p&gt; In the first motor setup, where the field wires were simple shorted together, the motor was functioning as an &lt;i&gt;induction motor&lt;/i&gt;.  In the second setup, where the motor&#39;s rotor was magnetized, it functioned as a &lt;i&gt;synchronous motor&lt;/i&gt;. &lt;/p&gt;  &lt;p&gt;If you are feeling particularly ambitious and are skilled in metal fabrication techniques, you may make your own high-power generator platform by connecting the modified alternator to a bicycle. I&#39;ve built an arrangement that looks like this: &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05024.png&quot; /&gt; &lt;/p&gt;   &lt;p&gt; The rear wheel drives the generator sheave with a &lt;i&gt;long&lt;/i&gt; v-belt. This belt also supports the rear of the bicycle, maintaining a constant tension when a rider is pedaling the bicycle. The generator hangs from a steel support structure (I used welded 2-inch square tubing, but a frame could be made out of lumber). Not only is this machine practical, but it is reliable enough to be used as an exercise machine, and it is inexpensive to make: &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/55001.jpg&quot; /&gt; &lt;/p&gt;   &lt;p&gt;You can see a bank of three 12-volt &quot;RV&quot; light bulbs behind the bicycle unit (in the lower-left corner of the photograph), which I use for a load when riding the bicycle as an exercise machine. A set of three switches is mounted at the front of the bicycle, where I can turn loads on and off while riding. &lt;/p&gt;  &lt;p&gt;By rectifying the three-phase AC power produced, it is possible to have the alternator power its own field coil with DC voltage, eliminating the need for a battery. However, some independent source of DC voltage will still be necessary for start-up, as the field coil must be energized &lt;i&gt;before&lt;/i&gt; any AC power can be produced. &lt;/p&gt;     &lt;br /&gt;&lt;br /&gt;   &lt;h2&gt;&lt;u&gt;&lt;a name=&quot;xtocid24658&quot;&gt;Induction motor&lt;/a&gt;&lt;/u&gt;&lt;/h2&gt;  &lt;a name=&quot;Experiment: Induction motor&quot;&gt;&lt;/a&gt;  &lt;p&gt; &lt;b&gt;PARTS AND MATERIALS&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt; &lt;b&gt;AC power source: 120VAC&lt;/b&gt;&lt;/li&gt;&lt;li&gt;Capacitor, 3.3 µF (or 2.2 µF)  120VAC or 350VDC, non-polarized&lt;/li&gt;&lt;li&gt;15 to 25 watt incandescent lamp or  820Ω 25 watt resistors&lt;/li&gt;&lt;li&gt;#32 AWG magnet wire&lt;/li&gt;&lt;li&gt;wooden board approx. 5 in. square.&lt;/li&gt;&lt;li&gt;AC line cord with plug&lt;/li&gt;&lt;li&gt;1.75 inch dia. cardboard tubing (toilet paper roll)&lt;/li&gt;&lt;li&gt;lamp socket&lt;/li&gt;&lt;/ul&gt;   &lt;ul&gt;&lt;li&gt; &lt;b&gt;AC power source: 220VAC&lt;/b&gt;&lt;/li&gt;&lt;li&gt;Capacitor, 1.5 µF  240VAC or 680VDC, non-polarized&lt;/li&gt;&lt;li&gt;25 to 40 watt incandescent lamp or  820Ω 25 watt resistors&lt;/li&gt;&lt;li&gt;#32 AWG magnet wire&lt;/li&gt;&lt;li&gt;wooden board approx. 15 cm. square.&lt;/li&gt;&lt;li&gt;AC line cord with plug&lt;/li&gt;&lt;li&gt;4.5 to 5  cm. dia. cardboard tubing.&lt;/li&gt;&lt;li&gt;lamp socket&lt;/li&gt;&lt;/ul&gt;  &lt;p&gt; &lt;b&gt;CROSS-REFERENCES&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;i&gt;Lessons In Electric Circuits&lt;/i&gt;, Volume 2, chapter 13: &quot;AC motors&quot;, &quot;Single Phase induction motors&quot;,&quot;Permanent split-capacitor motor&quot;. &lt;/p&gt;  &lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;LEARNING OBJECTIVES&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;To build an AC permanent split-capacitor induction motor.&lt;/li&gt;&lt;li&gt;To illustrate the simplicity of the AC induction motor.&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;SCHEMATIC DIAGRAM&lt;/b&gt; &lt;/p&gt;   &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05333.png&quot; /&gt; &lt;/p&gt; &lt;p&gt;  &lt;/p&gt;  &lt;p&gt; &lt;b&gt;ILLUSTRATION&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05332.png&quot; /&gt; &lt;/p&gt; &lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;INSTRUCTIONS&lt;/b&gt; &lt;/p&gt;   &lt;p&gt; There are two parts lists to choose from depending upon the availability of 120VAC or 220VAC. Choose the one for your location. This set of instructions is for the 120VAC version. &lt;/p&gt;  &lt;p&gt; This is a simplified version of a &quot;permanent capacitor split-phase induction motor&quot;. By simplified, we mean the coils only requires a few hundred turns of wire instead of a few thousand. This is easier to wind. Though, the larger few thousand turns model is impressive. There are two stator coils as shown in the illustration above. Approximately 440 turns of #32 AWG (American wire gauge) enameled magnet wire are wound over a one inch length of a slightly longer section of 1.75 inch diameter toilet paper tube. To avoid counting the turns, close-wind four layers of magnet wire over a one inch width of the tube. See (b) above. Leave a few inches of magnet wire for the leads. Tape the beginning lead near the end of the tube so that the windings will cover and anchor the tape. Do not cut the final width of the cardboard tube until the winding is finished. Close wind a single layer. Tape or cement the first layer to prevent unwinding before proceeding to the second layer. Though it is possible to wind additional layers directly over existing layers, consider applying tape or paper between the layers as shown in schematic (b). After four layers are wound, glue the windings in place. &lt;/p&gt;  &lt;p&gt; If close winding four layers of magnet wire it too difficult, scramble wind 440 turns of the magnet wire over the end of the cardboard tube. However, the close-wound style coil mounts more easily to the baseboard. Keep the windings within a one inch length. &lt;/p&gt;   &lt;p&gt;Cut the finished winding from the end of the cardboard tube with a razor knife allowing the form to extend a little beyond the winding. Strip the enamel from an inch off the ends of the pair of lead wires with sandpaper. Splice the bare ends to heavier gauge insulated hook-up wire. Solder the splice. Insulate with tape or heat-shrink tubing. Secure the splice to the coil body. Then proceed with a second identical coil. &lt;/p&gt;   &lt;p&gt; Refer to both the schematic diagram and the illustration for assembly. Note that the coils are mounted at right angles. They may be cemented to an insulating baseboard like wood. The 25 watt lamp is wired in series with one coil. This limits the current flowing through the coil. The lamp is a substitute for an 820 Ω power resistor. The capacitor is wired in series with the other coil. It also limits the current through the coil. In addition, it provides a leading phase shift of the current with respect to voltage. The schematic and illustration show no power switch or fuse. Add these if desired. &lt;/p&gt;   &lt;p&gt;The rotor must be made of a ferromagnetic material like a steel can lid or bottle cap. The illustration below shows how to make the rotor. Select a circular rotor either smaller than the coil forms or a little larger. Use geometry to locate and mark the center. The center needs to be dimpled. Select an eighth inch diameter (a few mm) nail (a) and file or grind the point round as shown at (b). Place the rotor atop a piece of soft wood (c) and hammer the rounded point into the center (d). Practice on a piece of similar scrap metal. Take care not to pierce the rotor. A dished rotor (f) or a lid (g) balance better than the flat rotor (e). The pivot point (e) may be a straight pin driven through a movable wooden pedestal, or through the main board. The tip of a ball-point pen also works. If the rotor does not balance atop the pivot, remove metal from the heavy side. &lt;/p&gt;       &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05334.png&quot; /&gt; &lt;/p&gt;  &lt;p&gt; Double check the wiring. Check that any bare wire has been insulated. The circuit may be powered-up without the rotor. The lamp should light. Both coils will warm within a few minutes. Excessive heating means that a lower wattage (higher resistance) lamp and a lower value capacitor should be substituted in series with the respective coils. &lt;/p&gt;   &lt;p&gt;Place the rotor atop the pivot and move it between both coils. It should spin. The closer it is, the faster it should spin. Both coils should be warm, indicating power. Try different size and style rotors. Try a small rotor on the opposite side of the coils compared to the illustration. &lt;/p&gt;  &lt;p&gt;For lack of #32 AWG magnet wire try 440 turns of slightly a larger diameter (lesser AWG number) wire. This will require more than 4 layers for the required turns. A night-light fixture might be less expensive than the full-size lamp socket illustrated. Though night-light bulbs are too low a wattage at 3 or 7 watts, 15 watt bulbs fit the socket. &lt;/p&gt;    &lt;br /&gt;&lt;br /&gt; &lt;h2&gt;&lt;u&gt;&lt;a name=&quot;xtocid24659&quot;&gt;Phase shift&lt;/a&gt;&lt;/u&gt;&lt;/h2&gt;  &lt;a name=&quot;Experiment: Phase shift&quot;&gt;&lt;/a&gt;  &lt;p&gt; &lt;b&gt;PARTS AND MATERIALS&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;Low-voltage AC power supply&lt;/li&gt;&lt;li&gt;Two capacitors, 0.1 µF each, non-polarized (Radio Shack catalog # 272-135)&lt;/li&gt;&lt;li&gt;Two 27 kΩ resistors&lt;/li&gt;&lt;/ul&gt;  &lt;p&gt;I recommend ceramic disk capacitors, because they are insensitive to polarity (non-polarized), inexpensive, and durable. Avoid capacitors with any kind of polarity marking, as these will be destroyed when powered by AC! &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;CROSS-REFERENCES&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;i&gt;Lessons In Electric Circuits&lt;/i&gt;, Volume 2, chapter 1: &quot;Basic AC Theory&quot; &lt;/p&gt;  &lt;p&gt; &lt;i&gt;Lessons In Electric Circuits&lt;/i&gt;, Volume 2, chapter 4: &quot;Reactance and Impedance -- Capacitive&quot; &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;LEARNING OBJECTIVES&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;How out-of-phase AC voltages do not add algebraically, but according to vector (phasor) arithmetic&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;SCHEMATIC DIAGRAM&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05025.png&quot; /&gt; &lt;/p&gt; &lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;ILLUSTRATION&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05026.png&quot; /&gt; &lt;/p&gt; &lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;INSTRUCTIONS&lt;/b&gt; &lt;/p&gt;  &lt;a name=&quot;Phase shift&quot;&gt;&lt;/a&gt;  &lt;p&gt;Build the circuit and measure voltage drops across each component with an AC voltmeter. Measure total (supply) voltage with the same voltmeter. You will discover that the voltage drops do &lt;i&gt;not&lt;/i&gt; add up to equal the total voltage. This is due to phase shifts in the circuit: voltage dropped across the capacitors is out-of-phase with voltage dropped across the resistors, and thus the voltage drop figures do not add up as one might expect. Taking phase angle into consideration, they &lt;i&gt;do&lt;/i&gt; add up to equal the total, but a voltmeter doesn&#39;t provide phase angle measurements, only amplitude. &lt;/p&gt;  &lt;p&gt; Try measuring voltage dropped across both resistors at once.  This voltage drop &lt;i&gt;will&lt;/i&gt; equal the sum of the voltage drops measured across each resistor separately. This tells you that both the resistors&#39; voltage drop waveforms are in-phase with each other, since they add simply and directly. &lt;/p&gt;  &lt;p&gt; Measure voltage dropped across both capacitors at once.  This voltage drop, like the drop measured across the two resistors, &lt;i&gt;will&lt;/i&gt; equal the sum of the voltage drops measured across each capacitor separately. Likewise, this tells you that both the capacitors&#39; voltage drop waveforms are in-phase with each other. &lt;/p&gt;  &lt;a name=&quot;Ohm&#39;s Law, AC version&quot;&gt;&lt;/a&gt;  &lt;p&gt;Given that the power supply frequency is 60 Hz (household power frequency in the United States), calculate impedances for all components and determine all voltage drops using Ohm&#39;s Law (E=IZ ; I=E/Z ; Z=E/I). The polar magnitudes of the results should closely agree with your voltmeter readings. &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;COMPUTER SIMULATION&lt;/b&gt; &lt;/p&gt;   &lt;p&gt; &lt;u&gt;Schematic with SPICE node numbers:&lt;/u&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05027.png&quot; /&gt; &lt;/p&gt;   &lt;p&gt; The two large-value resistors R&lt;sub&gt;bogus1&lt;/sub&gt; and R&lt;sub&gt;bogus1&lt;/sub&gt; are connected across the capacitors to provide a DC path to ground in order that SPICE will work. This is a &quot;fix&quot; for one of SPICE&#39;s quirks, to avoid it from seeing the capacitors as open circuits in its analysis. These two resistors are entirely unnecessary in the real circuit. &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;u&gt;Netlist (make a text file containing the following text, verbatim):&lt;/u&gt; &lt;/p&gt;  &lt;pre&gt;phase shift&lt;br /&gt;v1 1 0 ac 12 sin&lt;br /&gt;r1 1 2 27k&lt;br /&gt;r2 2 3 27k&lt;br /&gt;c1 3 4 0.1u&lt;br /&gt;c2 4 0 0.1u&lt;br /&gt;rbogus1 3 4 1e9&lt;br /&gt;rbogus2 4 0 1e9&lt;br /&gt;.ac lin 1 60 60&lt;br /&gt;* Voltage across each component:&lt;br /&gt;.print ac v(1,2) v(2,3) v(3,4) v(4,0)&lt;br /&gt;* Voltage across pairs of similar components&lt;br /&gt;.print ac v(1,3) v(3,0)&lt;br /&gt;.end&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;   &lt;br /&gt;&lt;br /&gt;     &lt;h2&gt;&lt;u&gt;&lt;a name=&quot;xtocid246510&quot;&gt;Sound cancellation&lt;/a&gt;&lt;/u&gt;&lt;/h2&gt;  &lt;a name=&quot;Experiment: Sound cancellation&quot;&gt;&lt;/a&gt;  &lt;p&gt; &lt;b&gt;PARTS AND MATERIALS&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;Low-voltage AC power supply&lt;/li&gt;&lt;li&gt;Two audio speakers&lt;/li&gt;&lt;li&gt;Two 220 Ω resistors&lt;/li&gt;&lt;/ul&gt;  &lt;p&gt;Large, low-frequency (&quot;woofer&quot;) speakers are most appropriate for this experiment. For optimum results, the speakers should be identical and mounted in enclosures. &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;CROSS-REFERENCES&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;i&gt;Lessons In Electric Circuits&lt;/i&gt;, Volume 2, chapter 1: &quot;Basic AC Theory&quot; &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;LEARNING OBJECTIVES&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;How phase shift can cause waves to either reinforce or interfere with each other&lt;/li&gt;&lt;li&gt;The importance of speaker &quot;phasing&quot; in stereo systems&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;SCHEMATIC DIAGRAM&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05231.png&quot; /&gt; &lt;/p&gt; &lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;ILLUSTRATION&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05232.png&quot; /&gt; &lt;/p&gt; &lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;INSTRUCTIONS&lt;/b&gt; &lt;/p&gt;  &lt;p&gt;Connect each speaker to the low-voltage AC power supply through a 220 Ω resistor. The resistor limits the amount of power delivered to each speaker by the power supply. A low-pitched, 60-Hertz tone should be heard from the speakers. If the tone sounds too loud, use higher-value resistors. &lt;/p&gt;  &lt;p&gt;With both speakers connected and producing sound, position them so that they are only a foot or two away, facing toward each other. Listen to the volume of the 60-Hertz tone. Now, reverse the connections (the &quot;polarity&quot;) of just &lt;i&gt;one&lt;/i&gt; of the speakers and note the volume again. Try switching the polarity of one speaker back and forth from original to reversed, comparing volume levels each way. What do you notice? &lt;/p&gt;  &lt;p&gt; By reversing wire connections to one speaker, you are reversing the &lt;i&gt;phase&lt;/i&gt; of that speaker&#39;s sound wave in reference to the other speaker. In one mode, the sound waves will reinforce one another for a strong volume. In the other mode, the sound waves will destructively interfere, resulting in diminished volume. This phenomenon is common to &lt;i&gt;all&lt;/i&gt; wave events: sound waves, electrical signals (voltage &quot;waves&quot;), waves in water, and even light waves! &lt;/p&gt;  &lt;p&gt; Multiple speakers in a stereo sound system must be properly &quot;phased&quot; so that their respective sound waves don&#39;t cancel each other, leaving less total sound level for the listener(s) to hear. So, even in an AC system where there really is no such thing as constant &quot;polarity,&quot; the sequence of wire connections may make a significant difference in system performance. &lt;/p&gt;  &lt;p&gt;This principle of volume reduction by destructive interference may be exploited for noise cancellation. Such systems sample the waveform of the ambient noise, then produce an identical sound signal 180&lt;sup&gt;o&lt;/sup&gt; out of phase with the noise. When the two sound signals meet, they cancel each other out, ideally eliminating all the noise. As one might guess, this is much easier accomplished with noise sources of steady frequency and amplitude. Cancellation of random, broad-spectrum noise is very difficult, as some sort of signal-processing circuit must sample the noise and generate precisely the right amount of cancellation sound at just the right time in order to be effective. &lt;/p&gt;     &lt;br /&gt;&lt;br /&gt;     &lt;h2&gt;&lt;u&gt;&lt;a name=&quot;xtocid246511&quot;&gt;Musical keyboard as a signal generator&lt;/a&gt;&lt;/u&gt;&lt;/h2&gt;  &lt;a name=&quot;Experiment: Keyboard as signal generator&quot;&gt;&lt;/a&gt;  &lt;p&gt; &lt;b&gt;PARTS AND MATERIALS&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;Electronic &quot;keyboard&quot; (musical)&lt;/li&gt;&lt;li&gt;&quot;Mono&quot; (not stereo) headphone-type plug&lt;/li&gt;&lt;li&gt;Impedance matching transformer (1k Ω to 8 Ω ratio; Radio Shack catalog # 273-1380)&lt;/li&gt;&lt;li&gt;10 kΩ resistor&lt;/li&gt;&lt;/ul&gt;  &lt;p&gt;In this experiment, you&#39;ll learn how to use an electronic musical keyboard as a source of variable-frequency AC voltage signals. You need not purchase an expensive keyboard for this -- but one with at least a few dozen &quot;voice&quot; selections (piano, flute, harp, etc.) would be good. The &quot;mono&quot; plug will be plugged into the headphone jack of the musical keyboard, so get a plug that&#39;s the correct size for the keyboard. &lt;/p&gt;  &lt;p&gt;The &quot;impedance matching transformer&quot; is a small-size transformer easily obtained from an electronics supply store. One may be scavenged from a small, junk radio: it connects between the speaker and the circuit board (amplifier), so is easily identifiable by location. The primary winding is rated in ohms of impedance (1000 Ω), and is usually center-tapped. The secondary winding is 8 Ω and not center-tapped. These impedance figures are not the same as DC resistance, so don&#39;t expect to read 1000 Ω and 8 Ω with your ohmmeter -- however, the 1000 Ω winding will read &lt;i&gt;more&lt;/i&gt; resistance than the 8 Ω winding, because it has more turns.   &lt;/p&gt;  &lt;p&gt; If such a transformer cannot be obtained for the experiment, a regular 120V/6V step-down power transformer works fairly well, too. &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;CROSS-REFERENCES&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;i&gt;Lessons In Electric Circuits&lt;/i&gt;, Volume 2, chapter 1: &quot;Basic AC Theory&quot; &lt;/p&gt;  &lt;p&gt; &lt;i&gt;Lessons In Electric Circuits&lt;/i&gt;, Volume 2, chapter 7: &quot;Mixed-Frequency AC Signals&quot; &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;LEARNING OBJECTIVES&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;Difference between amplitude and frequency&lt;/li&gt;&lt;li&gt;Measuring AC voltage, current with a meter&lt;/li&gt;&lt;li&gt;Transformer operation, step-up&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;SCHEMATIC DIAGRAM&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05028.png&quot; /&gt; &lt;/p&gt; &lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;ILLUSTRATION&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05029.png&quot; /&gt; &lt;/p&gt; &lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;INSTRUCTIONS&lt;/b&gt; &lt;/p&gt;  &lt;a name=&quot;Signal generator&quot;&gt;&lt;/a&gt; &lt;a name=&quot;Function generator&quot;&gt;&lt;/a&gt; &lt;a name=&quot;Generator, AC signal&quot;&gt;&lt;/a&gt;  &lt;p&gt; Normally, a student of electronics in a school would have access to a device called a &lt;i&gt;signal generator&lt;/i&gt;, or &lt;i&gt;function generator&lt;/i&gt;, used to make variable-frequency voltage waveforms to power AC circuits. An inexpensive electronic keyboard is a cheaper alternative to a regular signal generator, and provides features that most signal generators cannot match, such as producing &lt;i&gt;mixed-frequency&lt;/i&gt; waves. &lt;/p&gt;  &lt;p&gt; To &quot;tap in&quot; to the AC voltage produced by the keyboard, you&#39;ll need to insert a plug into the headphone jack (sometimes just labeled &quot;phone&quot; on the keyboard) complete with two wires for connection to circuits of your own design. When you insert the plug into the jack, the normal speaker built in to the keyboard will be disconnected (assuming the keyboard is equipped with one), and the signal that used to power that speaker will be available at the plug wires. In this particular experiment, I recommend using the keyboard to power the 8 Ω side of an audio &quot;output&quot; transformer to step up voltage to a higher level. If using a power transformer instead of an audio output transformer, connect the keyboard to the low-voltage winding so that it operates as a step-up device. Keyboards produce very low voltage signals, so there is no shock hazard in this experiment. &lt;/p&gt;  &lt;a name=&quot;Harmonics&quot;&gt;&lt;/a&gt;  &lt;p&gt; Using an inexpensive Yamaha keyboard, I have found that the &quot;panflute&quot; voice setting produces the truest sine-wave waveform. This waveform, or something close to it (flute, for example), is recommended to start experimenting with since it is relatively free of harmonics (many waveforms mixed together, of integer-multiple frequency). Being composed of just one frequency, it is a less complex waveform for your multimeter to measure. Make sure the keyboard is set to a mode where the note will be sustained as any key is held down -- otherwise, the amplitude (voltage) of the waveform will be constantly changing (high when the key is first pressed, then decaying rapidly to zero). &lt;/p&gt;  &lt;p&gt;Using an AC voltmeter, read the voltage direct from the headphone plug. Then, read the voltage as stepped up by the transformer, noting the step ratio. If your multimeter has a &quot;frequency&quot; function, use it to measure the frequency of the waveform produced by the keyboard. Try different notes on the keyboard and record their frequencies. Do you notice a pattern in frequency as you activate different notes, especially keys that are similar to each other (notice the 12-key black-and-white pattern repeated on the keyboard from left to right)? If you don&#39;t mind making marks on your keyboard, write the frequencies in Hertz in black ink on the white keys, near the tops where fingers are less likely to rub the numbers off. &lt;/p&gt;  &lt;a name=&quot;Amplitude&quot;&gt;&lt;/a&gt; &lt;a name=&quot;Frequency&quot;&gt;&lt;/a&gt;  &lt;p&gt;Ideally, there should be no change in signal amplitude (voltage) as different frequencies (notes on the keyboard) are tried. If you adjust the volume up and down, you should discover that changes in amplitude should have little or no impact on frequency measurement. Amplitude and frequency are two completely independent aspects of an AC signal. &lt;/p&gt;  &lt;p&gt;Try connecting the keyboard output to a 10 kΩ load resistance (through the headphone plug), and measure AC current with your multimeter. If your multimeter has a frequency function, you can measure the frequency of this current as well. It should be the same as for the voltage for any given note (keyboard key). &lt;/p&gt;     &lt;br /&gt;&lt;br /&gt;    &lt;h2&gt;&lt;u&gt;&lt;a name=&quot;xtocid246512&quot;&gt;PC Oscilloscope&lt;/a&gt;&lt;/u&gt;&lt;/h2&gt;  &lt;a name=&quot;Experiment: Oscilloscope, PC&quot;&gt;&lt;/a&gt;  &lt;p&gt; &lt;b&gt;PARTS AND MATERIALS&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;IBM-compatible personal computer with sound card, running Windows 3.1 or better&lt;/li&gt;&lt;li&gt;Winscope software, downloaded free from internet&lt;/li&gt;&lt;li&gt;Electronic &quot;keyboard&quot; (musical)&lt;/li&gt;&lt;li&gt;&quot;Mono&quot; (not stereo) headphone-type plug for keyboard&lt;/li&gt;&lt;li&gt;&quot;Mono&quot; (not stereo) headphone-type plug for computer sound card microphone input&lt;/li&gt;&lt;li&gt;10 kΩ potentiometer&lt;/li&gt;&lt;/ul&gt;  &lt;p&gt;The Winscope program I&#39;ve used was written by Dr. Constantin Zeldovich, for free personal and academic use. It plots waveforms on the computer screen in response to AC voltage signals interpreted by the sound card microphone input. A similar program, called &lt;i&gt;Oscope&lt;/i&gt;, is made for the Linux operating system. If you don&#39;t have access to either software, you may use the &quot;sound recorder&quot; utility that comes stock with most versions of Microsoft Windows to display crude waveshapes. &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;CROSS-REFERENCES&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;i&gt;Lessons In Electric Circuits&lt;/i&gt;, Volume 2, chapter 7: &quot;Mixed-Frequency AC Signals&quot; &lt;/p&gt;  &lt;p&gt; &lt;i&gt;Lessons In Electric Circuits&lt;/i&gt;, Volume 2, chapter 12: &quot;AC Metering Circuits&quot; &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;LEARNING OBJECTIVES&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;Computer use&lt;/li&gt;&lt;li&gt;Basic oscilloscope function&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;SCHEMATIC DIAGRAM&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05030.png&quot; /&gt; &lt;/p&gt; &lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;ILLUSTRATION&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05031.png&quot; /&gt; &lt;/p&gt; &lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;INSTRUCTIONS&lt;/b&gt; &lt;/p&gt;  &lt;a name=&quot;Oscilloscope&quot;&gt;&lt;/a&gt;  &lt;p&gt;The oscilloscope is an indispensable test instrument for the electronics student and professional. No serious electronics lab should be without one (or two!). Unfortunately, commercial oscilloscopes tend to be expensive, and it is almost impossible to design and build your own without another oscilloscope to troubleshoot it! However, the sound card of a personal computer is capable of &quot;digitizing&quot; low-voltage AC signals from a range of a few hundred Hertz to several thousand Hertz with respectable resolution, and free software is available for displaying these signals in oscilloscope form on the computer screen. Since most people either have a personal computer or can obtain one for less cost than an oscilloscope, this becomes a viable alternative for the experimenter on a budget. &lt;/p&gt;  &lt;p&gt; One word of caution: &lt;b&gt;you can cause significant hardware damage to your computer if signals of excessive voltage are connected to the sound card&#39;s microphone input!&lt;/b&gt; The AC voltages produced by a musical keyboard are too low to cause damage to your computer through the sound card, but other voltage sources might be hazardous to your computer&#39;s health. Use this &quot;oscilloscope&quot; at your own risk! &lt;/p&gt;  &lt;p&gt;Using the keyboard and plug arrangement described in the previous experiment, connect the keyboard output to the outer terminals of a 10 kΩ potentiometer. Solder two wires to the connection points on the sound card microphone input plug, so that you have a set of &quot;test leads&quot; for the &quot;oscilloscope.&quot; Connect these test leads to the potentiometer: between the middle terminal (the wiper) and either of the outer terminals. &lt;/p&gt;  &lt;p&gt;Start the Winscope program and click on the &quot;arrow&quot; icon in the upper-left corner (it looks like the &quot;play&quot; arrow seen on tape player and CD player control buttons). If you press a key on the musical keyboard, you should see some kind of waveform displayed on the screen. Choose the &quot;panflute&quot; or some other flute-like voice on the musical keyboard for the best sine-wave shape. If the computer displays a waveform that looks kind of like a square wave, you need to adjust the potentiometer for a lower-amplitude signal. Almost any waveshape will be &quot;clipped&quot; to look like a square wave if it exceeds the amplitude limit of the sound card. &lt;/p&gt;  &lt;p&gt;Test different instrument &quot;voices&quot; on the musical keyboard and note the different waveshapes. Note how complex some of the waveshapes are, compared to the panflute voice. Experiment with the different controls in the Winscope window, noting how they change the appearance of the waveform. &lt;/p&gt;  &lt;p&gt;As a test instrument, this &quot;oscilloscope&quot; is quite poor. It has almost no capability to make precision measurements of voltage, although its frequency precision is surprisingly good. It is &lt;i&gt;very&lt;/i&gt; limited in the ranges of voltage and frequency it can display, relegating it to the analysis of low- and mid-range audio tones. I have had very little success getting the &quot;oscilloscope&quot; to display good square waves, presumably because of its limited frequency response. Also, the coupling capacitor found in sound card microphone input circuits prevents it from measuring DC voltage: it is as though the &quot;AC coupling&quot; feature of a normal oscilloscope were stuck &quot;on.&quot; &lt;/p&gt;  &lt;p&gt;Despite these shortcomings, it is useful as a demonstration tool, and for initial explorations into waveform analysis for the beginning student of electronics. For those who are interested, there are several professional-quality oscilloscope adapter devices manufactured for personal computers whose performance is far beyond that of a sound card, and they are typically sold at less cost than a complete stand-alone oscilloscope (around $400, year 2002). Radio Shack sells one made by Velleman, catalog # 910-3914. Having a computer serve as the display medium brings many advantages, not the least of which is the ability to easily store waveform pictures as digital files. &lt;/p&gt;     &lt;br /&gt;&lt;br /&gt;    &lt;h2&gt;&lt;u&gt;&lt;a name=&quot;xtocid246513&quot;&gt;Waveform analysis&lt;/a&gt;&lt;/u&gt;&lt;/h2&gt;  &lt;a name=&quot;Experiment: Waveform analysis&quot;&gt;&lt;/a&gt;  &lt;p&gt; &lt;b&gt;PARTS AND MATERIALS&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;IBM-compatible personal computer with sound card, running Windows 3.1 or better&lt;/li&gt;&lt;li&gt;Winscope software, downloaded free from internet&lt;/li&gt;&lt;li&gt;Electronic &quot;keyboard&quot; (musical)&lt;/li&gt;&lt;li&gt;&quot;Mono&quot; (not stereo) headphone-type plug for keyboard&lt;/li&gt;&lt;li&gt;&quot;Mono&quot; (not stereo) headphone-type plug for computer sound card microphone input, with wires for connecting to voltage sources&lt;/li&gt;&lt;li&gt;10 kΩ potentiometer&lt;/li&gt;&lt;/ul&gt;  &lt;p&gt; Parts and equipment for this experiment are identical to those required for the &quot;PC oscilloscope&quot; experiment. &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;CROSS-REFERENCES&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;i&gt;Lessons In Electric Circuits&lt;/i&gt;, Volume 2, chapter 7: &quot;Mixed-Frequency AC Signals&quot; &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;LEARNING OBJECTIVES&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;Understand the difference between time-domain and frequency-domain plots&lt;/li&gt;&lt;li&gt;Develop a qualitative sense of Fourier analysis&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;SCHEMATIC DIAGRAM&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05030.png&quot; /&gt; &lt;/p&gt; &lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;ILLUSTRATION&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05031.png&quot; /&gt; &lt;/p&gt; &lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;INSTRUCTIONS&lt;/b&gt; &lt;/p&gt;  &lt;a name=&quot;Time domain&quot;&gt;&lt;/a&gt; &lt;a name=&quot;Frequency domain&quot;&gt;&lt;/a&gt;  &lt;p&gt;The Winscope program comes with another feature other than the typical &quot;time-domain&quot; oscilloscope display: &quot;frequency-domain&quot; display, which plots amplitude (vertical) over frequency (horizontal). An oscilloscope&#39;s &quot;time-domain&quot; display plots amplitude (vertical) over time (horizontal), which is fine for displaying waveshape. However, when it is desirable to see the harmonic constituency of a complex wave, a frequency-domain plot is the best tool. &lt;/p&gt;  &lt;p&gt;If using Winscope, click on the &quot;rainbow&quot; icon to switch to frequency-domain mode. Generate a sine-wave signal using the musical keyboard (panflute or flute voice), and you should see a single &quot;spike&quot; on the display, corresponding to the amplitude of the single-frequency signal. Moving the mouse cursor beneath the peak should result in the frequency being displayed numerically at the bottom of the screen. &lt;/p&gt;  &lt;p&gt;If two notes are activated on the musical keyboard, the plot should show two distinct peaks, each one corresponding to a particular note (frequency). Basic chords (three notes) produce three spikes on the frequency-domain plot, and so on. Contrast this with normal oscilloscope (time-domain) plot by clicking once again on the &quot;rainbow&quot; icon. A musical chord displayed in time-domain format is a very complex waveform, but is quite simple to resolve into constituent notes (frequencies) on a frequency-domain display. &lt;/p&gt;  &lt;a name=&quot;Fundamental frequency&quot;&gt;&lt;/a&gt;  &lt;p&gt;Experiment with different instrument &quot;voices&quot; on the musical keyboard, correlating the time-domain plot with the frequency-domain plot. Waveforms that are symmetrical above and below their centerlines contain only odd-numbered harmonics (odd-integer multiples of the base, or &lt;i&gt;fundamental&lt;/i&gt; frequency), while nonsymmetrical waveforms contain even-numbered harmonics as well. Use the cursor to locate the specific frequency of each peak on the plot, and a calculator to determine whether each peak is even- or odd-numbered. &lt;/p&gt;     &lt;br /&gt;&lt;br /&gt;     &lt;h2&gt;&lt;u&gt;&lt;a name=&quot;xtocid246514&quot;&gt;Inductor-capacitor &quot;tank&quot; circuit&lt;/a&gt;&lt;/u&gt;&lt;/h2&gt;  &lt;a name=&quot;Experiment: Tank circuit&quot;&gt;&lt;/a&gt;  &lt;p&gt; &lt;b&gt;PARTS AND MATERIALS&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;Oscilloscope&lt;/li&gt;&lt;li&gt;Assortment of non-polarized capacitors (0.1 µF to 10 µF)&lt;/li&gt;&lt;li&gt;Step-down power transformer (120V / 6 V)&lt;/li&gt;&lt;li&gt;10 kΩ resistors&lt;/li&gt;&lt;li&gt;Six-volt battery&lt;/li&gt;&lt;/ul&gt;  &lt;a name=&quot;Choke&quot;&gt;&lt;/a&gt;  &lt;p&gt;The power transformer is used simply as an inductor, with only one winding connected. The unused winding should be left open. A simple iron core, single-winding inductor (sometimes known as a &lt;i&gt;choke&lt;/i&gt;) may also be used, but such inductors are more difficult to obtain than power transformers. &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;CROSS-REFERENCES&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;i&gt;Lessons In Electric Circuits&lt;/i&gt;, Volume 2, chapter 6: &quot;Resonance&quot; &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;LEARNING OBJECTIVES&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;How to build a resonant circuit&lt;/li&gt;&lt;li&gt;Effects of capacitor size on resonant frequency&lt;/li&gt;&lt;li&gt;How to produce antiresonance&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;SCHEMATIC DIAGRAM&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05032.png&quot; /&gt; &lt;/p&gt; &lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;ILLUSTRATION&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05033.png&quot; /&gt; &lt;/p&gt; &lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;INSTRUCTIONS&lt;/b&gt; &lt;/p&gt;  &lt;a name=&quot;Tank circuit&quot;&gt;&lt;/a&gt;  &lt;p&gt; If an inductor and a capacitor are connected in parallel with each other, and then briefly energized by connection to a DC voltage source, oscillations will ensue as energy is exchanged from the capacitor to inductor and vice versa. These oscillations may be viewed with an oscilloscope connected in parallel with the inductor/capacitor circuit. Parallel inductor/capacitor circuits are commonly known as &lt;i&gt;tank circuits&lt;/i&gt;. &lt;/p&gt;  &lt;p&gt; &lt;b&gt;Important note:&lt;/b&gt; I recommend &lt;i&gt;against&lt;/i&gt; using a PC/sound card as an oscilloscope for this experiment, because very high voltages can be generated by the inductor when the battery is disconnected (inductive &quot;kickback&quot;). These high voltages will surely damage the sound card&#39;s input, and perhaps other portions of the computer as well. &lt;/p&gt;  &lt;a name=&quot;Resonant frequency&quot;&gt;&lt;/a&gt; &lt;a name=&quot;Resonance&quot;&gt;&lt;/a&gt;  &lt;p&gt; A tank circuit&#39;s natural frequency, called the &lt;i&gt;resonant frequency&lt;/i&gt;, is determined by the size of the inductor and the size of the capacitor, according to the following equation: &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/15001.png&quot; /&gt; &lt;/p&gt;   &lt;p&gt;Many small power transformers have primary (120 volt) winding inductances of approximately 1 H. Use this figure as a rough estimate of inductance for your circuit to calculate expected oscillation frequency. &lt;/p&gt;  &lt;a name=&quot;Q, inductor &quot; quality=&quot;&quot; factor=&quot;&quot;&gt;&lt;/a&gt;  &lt;p&gt;Ideally, the oscillations produced by a tank circuit continue indefinitely. Realistically, oscillations will decay in amplitude over the course of several cycles due to the resistive and magnetic losses of the inductor. Inductors with a high &quot;Q&quot; rating will, of course, produce longer-lasting oscillations than low-Q inductors. &lt;/p&gt;  &lt;p&gt;Try changing capacitor values and noting the effect on oscillation frequency. You might notice changes in the duration of oscillations as well, due to capacitor size. Since you know how to calculate resonant frequency from inductance and capacitance, can you figure out a way to calculate inductor inductance from known values of circuit capacitance (as measured by a capacitance meter) and resonant frequency (as measured by an oscilloscope)? &lt;/p&gt;  &lt;a name=&quot;Antiresonance&quot;&gt;&lt;/a&gt;  &lt;p&gt;Resistance may be intentionally added to the circuit -- either in series or parallel -- for the express purpose of dampening oscillations. This effect of resistance dampening tank circuit oscillation is known as &lt;i&gt;antiresonance&lt;/i&gt;.  It is analogous to the action of a shock absorber in dampening the bouncing of a car after striking a bump in the road. &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;COMPUTER SIMULATION&lt;/b&gt; &lt;/p&gt;   &lt;p&gt; &lt;u&gt;Schematic with SPICE node numbers:&lt;/u&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05034.png&quot; /&gt; &lt;/p&gt;   &lt;p&gt; R&lt;sub&gt;stray&lt;/sub&gt; is placed in the circuit to dampen oscillations and produce a more realistic simulation.  A lower R&lt;sub&gt;stray&lt;/sub&gt; value causes longer-lived oscillations because less energy is dissipated. Eliminating this resistor from the circuit results in endless oscillation. &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;u&gt;Netlist (make a text file containing the following text, verbatim):&lt;/u&gt; &lt;/p&gt;  &lt;pre&gt;tank circuit with loss&lt;br /&gt;l1 1 0 1 ic=0&lt;br /&gt;rstray 1 2 1000&lt;br /&gt;c1 2 0 0.1u ic=6&lt;br /&gt;.tran 0.1m 20m uic&lt;br /&gt;.plot tran v(1,0)&lt;br /&gt;.end&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;    &lt;br /&gt;&lt;br /&gt;     &lt;h2&gt;&lt;u&gt;&lt;a name=&quot;xtocid246515&quot;&gt;Signal coupling&lt;/a&gt;&lt;/u&gt;&lt;/h2&gt;  &lt;a name=&quot;Experiment: Signal coupling&quot;&gt;&lt;/a&gt;  &lt;p&gt; &lt;b&gt;PARTS AND MATERIALS&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;6 volt battery&lt;/li&gt;&lt;li&gt;One capacitor, 0.22 µF (Radio Shack catalog # 272-1070 or equivalent)&lt;/li&gt;&lt;li&gt;One capacitor, 0.047 µF (Radio Shack catalog # 272-134 or equivalent)&lt;/li&gt;&lt;li&gt;Small &quot;hobby&quot; motor, permanent-magnet type (Radio Shack catalog # 273-223 or equivalent)&lt;/li&gt;&lt;li&gt;Audio detector with headphones&lt;/li&gt;&lt;li&gt;Length of telephone cable, several feet long (Radio Shack catalog # 278-872)&lt;/li&gt;&lt;/ul&gt;  &lt;p&gt;Telephone cable is also available from hardware stores. Any unshielded multiconductor cable will suffice for this experiment. Cables with thin conductors (telephone cable is typically 24-gauge) produce a more pronounced effect. &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;CROSS-REFERENCES&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;i&gt;Lessons In Electric Circuits&lt;/i&gt;, Volume 2, chapter 7: &quot;Mixed-Frequency AC Signals&quot; &lt;/p&gt;  &lt;p&gt; &lt;i&gt;Lessons In Electric Circuits&lt;/i&gt;, Volume 2, chapter 8: &quot;Filters&quot; &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;LEARNING OBJECTIVES&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;How to &quot;couple&quot; AC signals and block DC signals to a measuring instrument&lt;/li&gt;&lt;li&gt;How stray coupling happens in cables&lt;/li&gt;&lt;li&gt;Techniques to minimize inter-cable coupling&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;SCHEMATIC DIAGRAM&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05176.png&quot; /&gt; &lt;/p&gt; &lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;ILLUSTRATION&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05177.png&quot; /&gt; &lt;/p&gt; &lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;INSTRUCTIONS&lt;/b&gt; &lt;/p&gt;  &lt;p&gt;Connect the motor to the battery using two of the telephone cable&#39;s four conductors. The motor should run, as expected. Now, connect the audio signal detector across the motor terminals, with the 0.047 µF capacitor in series, like this: &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05178.png&quot; /&gt; &lt;/p&gt;   &lt;a name=&quot;AC coupling, oscilloscope&quot;&gt;&lt;/a&gt; &lt;a name=&quot;Oscilloscope coupling&quot;&gt;&lt;/a&gt;  &lt;p&gt;You should be able to hear a &quot;buzz&quot; or &quot;whine&quot; in the headphones, representing the AC &quot;noise&quot; voltage produced by the motor as the brushes make and break contact with the rotating commutator bars. The purpose of the series capacitor is to act as a high-pass filter, so that the detector only receives the AC voltage across the motor&#39;s terminals, not any DC voltage. This is precisely how oscilloscopes provide an &quot;AC coupling&quot; feature for measuring the AC content of a signal without any DC bias voltage: a capacitor is connected in series with one test probe. &lt;/p&gt;  &lt;p&gt;Ideally, one would expect nothing but pure DC voltage at the motor&#39;s terminals, because the motor is connected directly in parallel with the battery. Since the motor&#39;s terminals are electrically common with the respective terminals of the battery, and the battery&#39;s nature is to maintain a constant DC voltage, nothing but DC voltage should appear at the motor terminals, right? Well, because of resistance internal to the battery and along the conductor lengths, current pulses drawn by the motor produce oscillating voltage &quot;dips&quot; at the motor terminals, causing the AC &quot;noise&quot; heard by the detector: &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05179.png&quot; /&gt; &lt;/p&gt;   &lt;p&gt;Use the audio detector to measure &quot;noise&quot; voltage directly across the battery. Since the AC noise is produced in this circuit by pulsating voltage drops along stray resistances, the less resistance we measure across, the less noise voltage we should detect: &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05180.png&quot; /&gt; &lt;/p&gt;   &lt;p&gt;You may also measure noise voltage dropped along either of the telephone cable conductors supplying power to the motor, by connecting the audio detector between both ends of a single cable conductor. The noise detected here originates from current pulses through the resistance of the wire: &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05181.png&quot; /&gt; &lt;/p&gt;   &lt;p&gt; Now that we have established how AC noise is created and distributed in this circuit, let&#39;s explore how it is &lt;i&gt;coupled&lt;/i&gt; to adjacent wires in the cable. Use the audio detector to measure voltage between one of the motor terminals and one of the unused wires in the telephone cable. The 0.047 µF capacitor is not needed in this exercise, because there is no DC voltage between these points for the detector to detect anyway: &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05182.png&quot; /&gt; &lt;/p&gt;   &lt;p&gt;The noise voltage detected here is due to stray capacitance between adjacent cable conductors creating an AC current &quot;path&quot; between the wires. Remember that no current actually goes &lt;i&gt;through&lt;/i&gt; a capacitance, but the alternate charging and discharging action of a capacitance, whether it be intentional or unintentional, provides &lt;i&gt;alternating&lt;/i&gt; current a pathway of sorts. &lt;/p&gt;  &lt;p&gt; If we were to try and conduct a voltage signal between one of the unused wires and a point common with the motor, that signal would become tainted with noise voltage from the motor. This could be quite detrimental, depending on how much noise was coupled between the two circuits and how sensitive one circuit was to the other&#39;s noise. Since the primary coupling phenomenon in this circuit is capacitive in nature, higher-frequency noise voltages are more strongly coupled than lower-frequency noise voltages. &lt;/p&gt;  &lt;p&gt;If the additional signal was a DC signal, with no AC expected in it, we could mitigate the problem of coupled noise by &quot;decoupling&quot; the AC noise with a relatively large capacitor connected across the DC signal&#39;s conductors. Use the 0.22 µF capacitor for this purpose, as shown: &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05183.png&quot; /&gt; &lt;/p&gt;   &lt;a name=&quot;Decoupling capacitor&quot;&gt;&lt;/a&gt; &lt;a name=&quot;Capacitor, decoupling&quot;&gt;&lt;/a&gt;  &lt;p&gt; The &lt;i&gt;decoupling capacitor&lt;/i&gt; acts as a practical short-circuit to any AC noise voltage, while not affecting DC voltage signals between those two points at all. So long as the decoupling capacitor value is significantly larger than the stray &quot;coupling&quot; capacitance between the cable&#39;s conductors, the AC noise voltage will be held to a minimum. &lt;/p&gt;  &lt;p&gt;Another way of minimizing coupled noise in a cable is to avoid having two circuits share a common conductor. To illustrate, connect the audio detector between the two unused wires and listen for a noise signal: &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05184.png&quot; /&gt; &lt;/p&gt;   &lt;p&gt;There should be far less noise detected between any two of the unused conductors than between one unused conductor and one used in the motor circuit. The reason for this drastic reduction in noise is that stray capacitance between cable conductors tends to couple the &lt;i&gt;same&lt;/i&gt; noise voltage to &lt;i&gt;both&lt;/i&gt; of the unused conductors in approximately equal proportions.  Thus, when measuring voltage &lt;i&gt;between&lt;/i&gt; those two conductors, the detector only &quot;sees&quot; the difference between two approximately identical noise signals. &lt;/p&gt;&lt;/span&gt;</content><link rel='replies' type='application/atom+xml' href='http://electric-circuit.blogspot.com/feeds/806385116303234565/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/1619153610255502548/806385116303234565' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1619153610255502548/posts/default/806385116303234565'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1619153610255502548/posts/default/806385116303234565'/><link rel='alternate' type='text/html' href='http://electric-circuit.blogspot.com/2008/08/ac-circuits.html' title='AC CIRCUITS'/><author><name>admin</name><uri>http://www.blogger.com/profile/04147612320152380794</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1619153610255502548.post-2379182020663220573</id><published>2008-08-10T05:55:00.001-07:00</published><updated>2008-08-10T07:24:13.872-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Experiments"/><title type='text'>DC CIRCUITS</title><content type='html'>&lt;h2&gt;&lt;u&gt;&lt;a name=&quot;xtocid24570&quot;&gt;Introduction&lt;/a&gt;&lt;/u&gt;&lt;/h2&gt;  &lt;a name=&quot;Direct current&quot;&gt;&lt;/a&gt; &lt;a name=&quot;DC&quot;&gt;&lt;/a&gt;  &lt;p&gt; &quot;DC&quot; stands for &lt;b&gt;D&lt;/b&gt;irect &lt;b&gt;C&lt;/b&gt;urrent, which can refer to either voltage or current in a constant polarity or direction, respectively. These experiments are designed to introduce you to several important concepts of electricity related to DC circuits. &lt;/p&gt;     &lt;br /&gt;&lt;span class=&quot;fullpost&quot;&gt;&lt;br /&gt;    &lt;h2&gt;&lt;u&gt;&lt;a name=&quot;xtocid24571&quot;&gt;Series batteries&lt;/a&gt;&lt;/u&gt;&lt;/h2&gt;  &lt;a name=&quot;Experiment: Series batteries&quot;&gt;&lt;/a&gt;  &lt;p&gt; &lt;b&gt;PARTS AND MATERIALS&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;Two 6-volt batteries&lt;/li&gt;&lt;li&gt;One 9-volt battery&lt;/li&gt;&lt;/ul&gt;  &lt;p&gt;Actually, any size batteries will suffice for this experiment, but it is recommended to have at least two different voltages available to make it more interesting. &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;CROSS-REFERENCES&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;i&gt;Lessons In Electric Circuits&lt;/i&gt;, Volume 1, chapter 5: &quot;Series and Parallel Circuits&quot; &lt;/p&gt;  &lt;p&gt; &lt;i&gt;Lessons In Electric Circuits&lt;/i&gt;, Volume 1, chapter 11: &quot;Batteries and Power Systems&quot; &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;LEARNING OBJECTIVES&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;How to connect batteries to obtain different voltage levels&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;SCHEMATIC DIAGRAM&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05072.png&quot; /&gt; &lt;/p&gt; &lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;ILLUSTRATION&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05073.png&quot; /&gt; &lt;/p&gt; &lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;INSTRUCTIONS&lt;/b&gt; &lt;/p&gt;  &lt;a name=&quot;Series&quot;&gt;&lt;/a&gt;  &lt;p&gt; Connecting components in &lt;i&gt;series&lt;/i&gt; means to connect them in-line with each other, so that there is but a single path for electrons to flow through them all. If you connect batteries so that the positive of one connects to the negative of the other, you will find that their respective voltages add. Measure the voltage across each battery individually as they are connected, then measure the total voltage across them both, like this: &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05074.png&quot; /&gt; &lt;/p&gt;   &lt;p&gt;Try connecting batteries of different sizes in series with each other, for instance a 6-volt battery with a 9-volt battery. What is the total voltage in this case? Try reversing the terminal connections of just one of these batteries, so that they are opposing each other like this: &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05075.png&quot; /&gt; &lt;/p&gt;   &lt;p&gt;How does the total voltage compare in this situation to the previous one with both batteries &quot;aiding?&quot; Note the polarity of the total voltage as indicated by the voltmeter indication and test probe orientation. Remember, if the meter&#39;s digital indication is a positive number, the red probe is positive (+) and the black probe negative (-); if the indication is a negative number, the polarity is &quot;backward&quot; (red=negative, black=positive). Analog meters simply will not read properly if reverse-connected, because the needle tries to move the wrong direction (left instead of right). Can you predict what the overall voltage polarity will be, knowing the polarities of the individual batteries and their respective strengths? &lt;/p&gt;     &lt;br /&gt;&lt;br /&gt;    &lt;h2&gt;&lt;u&gt;&lt;a name=&quot;xtocid24572&quot;&gt;Parallel batteries&lt;/a&gt;&lt;/u&gt;&lt;/h2&gt;  &lt;a name=&quot;Experiment: Parallel batteries&quot;&gt;&lt;/a&gt;  &lt;p&gt; &lt;b&gt;PARTS AND MATERIALS&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;Four 6-volt batteries&lt;/li&gt;&lt;li&gt;12-volt light bulb, 25 or 50 watt&lt;/li&gt;&lt;li&gt;Lamp socket&lt;/li&gt;&lt;/ul&gt;  &lt;p&gt;High-wattage 12-volt lamps may be purchased from recreational vehicle (RV) and boating supply stores. Common sizes are 25 watt and 50 watt. This lamp will be used as a &quot;heavy&quot; load for your batteries (&lt;i&gt;heavy&lt;/i&gt; load = one that draws substantial current). &lt;/p&gt;  &lt;p&gt; A regular household (120 volt) lamp socket will work just fine for these low-voltage &quot;RV&quot; lamps. &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;CROSS-REFERENCES&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;i&gt;Lessons In Electric Circuits&lt;/i&gt;, Volume 1, chapter 5: &quot;Series and Parallel Circuits&quot; &lt;/p&gt;  &lt;p&gt; &lt;i&gt;Lessons In Electric Circuits&lt;/i&gt;, Volume 1, chapter 11: &quot;Batteries and Power Systems&quot; &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;LEARNING OBJECTIVES&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;Voltage source regulation&lt;/li&gt;&lt;li&gt;Boosting current capacity through parallel connections&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;SCHEMATIC DIAGRAM&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05076.png&quot; /&gt; &lt;/p&gt; &lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;ILLUSTRATION&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05077.png&quot; /&gt; &lt;/p&gt; &lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;INSTRUCTIONS&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; Begin this experiment by connecting one 6-volt battery to the lamp. The lamp, designed to operate on 12 volts, should glow dimly when powered by the 6-volt battery. Use your voltmeter to read voltage across the lamp like this: &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05078.png&quot; /&gt; &lt;/p&gt;   &lt;p&gt;The voltmeter should register a voltage lower than the usual voltage of the battery. If you use your voltmeter to read the voltage directly at the battery terminals, you will measure a low voltage there as well. Why is this? The large current drawn by the high-power lamp causes the voltage at the battery terminals to &quot;sag&quot; or &quot;droop,&quot; due to voltage dropped across resistance internal to the battery. &lt;/p&gt;  &lt;a name=&quot;Parallel&quot;&gt;&lt;/a&gt; &lt;a name=&quot;Electrically common points&quot;&gt;&lt;/a&gt;  &lt;p&gt; We may overcome this problem by connecting batteries in &lt;i&gt;parallel&lt;/i&gt; with each other, so that each battery only has to supply a fraction of the total current demanded by the lamp. Parallel connections involve making all the positive (+) battery terminals electrically common to each other by connection through jumper wires, and all negative (-) terminals common to each other as well. Add one battery at a time in parallel, noting the lamp voltage with the addition of each new, parallel-connected battery: &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05079.png&quot; /&gt; &lt;/p&gt;   &lt;p&gt; There should also be a noticeable difference in light intensity as the voltage &quot;sag&quot; is improved. &lt;/p&gt;  &lt;p&gt;Try measuring the current of one battery and comparing it to the total current (light bulb current). Shown here is the easiest way to measure single-battery current: &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05080.png&quot; /&gt; &lt;/p&gt;   &lt;p&gt;By breaking the circuit for just one battery, and inserting our ammeter within that break, we intercept the current of that one battery and are therefore able to measure it. Measuring total current involves a similar procedure: make a break somewhere in the path that total current must take, then insert the ammeter within than break: &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05081.png&quot; /&gt; &lt;/p&gt;   &lt;p&gt; Note the difference in current between the single-battery and total measurements. &lt;/p&gt;  &lt;a name=&quot;Series-parallel&quot;&gt;&lt;/a&gt;  &lt;p&gt; To obtain maximum brightness from the light bulb, a &lt;i&gt;series-parallel&lt;/i&gt; connection is required. Two 6-volt batteries connected series-aiding will provide 12 volts. Connecting two of these series-connected battery pairs in parallel improves their current-sourcing ability for minimum voltage sag: &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05082.png&quot; /&gt; &lt;/p&gt;      &lt;br /&gt;&lt;br /&gt;    &lt;h2&gt;&lt;u&gt;&lt;a name=&quot;xtocid24573&quot;&gt;Voltage divider&lt;/a&gt;&lt;/u&gt;&lt;/h2&gt;  &lt;a name=&quot;Experiment: Voltage divider&quot;&gt;&lt;/a&gt;  &lt;p&gt; &lt;b&gt;PARTS AND MATERIALS&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;Calculator (or pencil and paper for doing arithmetic)&lt;/li&gt;&lt;li&gt;6-volt battery&lt;/li&gt;&lt;li&gt;Assortment of resistors between 1 KΩ and 100 kΩ in value&lt;/li&gt;&lt;/ul&gt;  &lt;p&gt;I&#39;m purposely restricting the resistance values between 1 kΩ and 100 kΩ for the sake of obtaining accurate voltage and current readings with your meter. With very low resistance values, the internal resistance of the ammeter has a significant impact on measurement accuracy. Very high resistance values may cause problems for voltage measurement, the internal resistance of the voltmeter substantially changing circuit resistance when it is connected in parallel with a high-value resistor. &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;CROSS-REFERENCES&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;i&gt;Lessons In Electric Circuits&lt;/i&gt;, Volume 1, chapter 6: &quot;Divider Circuits and Kirchhoff&#39;s Laws&quot; &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;LEARNING OBJECTIVES&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;Voltmeter use&lt;/li&gt;&lt;li&gt;Ammeter use&lt;/li&gt;&lt;li&gt;Ohmmeter use&lt;/li&gt;&lt;li&gt;Use of Ohm&#39;s Law&lt;/li&gt;&lt;li&gt;Use of Kirchhoff&#39;s Voltage Law (&quot;KVL&quot;)&lt;/li&gt;&lt;li&gt;Voltage divider design&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;SCHEMATIC DIAGRAM&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05083.png&quot; /&gt; &lt;/p&gt; &lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;ILLUSTRATION&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05084.png&quot; /&gt; &lt;/p&gt;   &lt;p&gt;  &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05085.png&quot; /&gt; &lt;/p&gt;   &lt;p&gt;  &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05086.png&quot; /&gt; &lt;/p&gt; &lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;INSTRUCTIONS&lt;/b&gt; &lt;/p&gt;  &lt;p&gt;Shown here are three different methods of circuit construction: on a breadboard, on a terminal strip, and &quot;free-form.&quot; Try building the same circuit each way to familiarize yourself with the different construction techniques and their respective merits. The &quot;free-form&quot; method -- where all components are connected together with &quot;alligator-&quot; style jumper wires -- is the least professional, but appropriate for a simple experiment such as this. Breadboard construction is versatile and allows for high component density (many parts in a small space), but is quite temporary. Terminal strips offer a much more permanent form of construction at the cost of low component density. &lt;/p&gt;  &lt;p&gt;Select three resistors from your resistor assortment and measure the resistance of each one with an ohmmeter. Note these resistance values with pen and paper, for reference in your circuit calculations. &lt;/p&gt;  &lt;p&gt;Connect the three resistors in series, and to the 6-volt battery, as shown in the illustrations. Measure battery voltage with a voltmeter after the resistors have been connected to it, noting this voltage figure on paper as well. It is advisable to measure battery voltage while its powering the resistor circuit because this voltage may differ slightly from a no-load condition. We saw this effect exaggerated in the &quot;parallel battery&quot; experiment while powering a high-wattage lamp: battery voltage tends to &quot;sag&quot; or &quot;droop&quot; under load. Although this three-resistor circuit should not present a heavy enough load (not enough current drawn) to cause significant voltage &quot;sag,&quot; measuring battery voltage under load is a good scientific practice because it provides more realistic data. &lt;/p&gt;  &lt;p&gt;Use Ohm&#39;s Law (I=E/R) to calculate circuit current, then verify this calculated value by measuring current with an ammeter like this (&quot;terminal strip&quot; version of the circuit shown as an arbitrary choice in construction method): &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05087.png&quot; /&gt; &lt;/p&gt;   &lt;p&gt;If your resistor values are indeed between 1 kΩ and 100 kΩ, and the battery voltage approximately 6 volts, the current should be a very small value, in the milliamp (mA) or microamp (µA) range. When you measure current with a digital meter, the meter may show the appropriate metric prefix symbol (m or µ) in some corner of the display. These metric prefix telltales are easy to overlook when reading the display of a digital meter, so pay close attention! &lt;/p&gt;  &lt;p&gt;The measured value of current should agree closely with your Ohm&#39;s Law calculation. Now, take that calculated value for current and multiply it by the respective resistances of each resistor to predict their voltage drops (E=IR). Switch you multimeter to the &quot;voltage&quot; mode and measure the voltage dropped across each resistor, verifying the accuracy of your predictions. Again, there should be close agreement between the calculated and measured voltage figures. &lt;/p&gt;  &lt;a name=&quot;Voltage divider&quot;&gt;&lt;/a&gt; &lt;a name=&quot;Divider, voltage&quot;&gt;&lt;/a&gt;  &lt;p&gt; Each resistor voltage drop will be some fraction or percentage of the total voltage, hence the name &lt;i&gt;voltage divider&lt;/i&gt; given to this circuit. This fractional value is determined by the resistance of the particular resistor and the total resistance. If a resistor drops 50% of the total battery voltage in a voltage divider circuit, that proportion of 50% will remain the same as long as the resistor values are not altered. So, if the total voltage is 6 volts, the voltage across that resistor will be 50% of 6, or 3 volts. If the total voltage is 20 volts, that resistor will drop 10 volts, or 50% of 20 volts. &lt;/p&gt;  &lt;a name=&quot;Kirchhoff&#39;s Voltage Law&quot;&gt;&lt;/a&gt; &lt;a name=&quot;KVL&quot;&gt;&lt;/a&gt;  &lt;p&gt;The next part of this experiment is a validation of Kirchhoff&#39;s Voltage Law. For this, you need to identify each unique point in the circuit with a number. Points that are electrically common (directly connected to each other with insignificant resistance between) must bear the same number. An example using the numbers 0 through 3 is shown here in both illustrative and schematic form. In the illustration, I show how points in the circuit may be labeled with small pieces of tape, numbers written on the tape: &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05088.png&quot; /&gt; &lt;/p&gt;   &lt;p&gt;  &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05089.png&quot; /&gt; &lt;/p&gt;   &lt;p&gt; Using a &lt;i&gt;digital&lt;/i&gt; voltmeter (this is important!), measure voltage drops around the loop formed by the points 0-1-2-3-0. Write on paper each of these voltages, along with its respective sign as indicated by the meter. In other words, if the voltmeter registers a negative voltage such as -1.325 volts, you should write that figure as a negative number. Do &lt;i&gt;not&lt;/i&gt; reverse the meter probe connections with the circuit to make the number read &quot;correctly.&quot; Mathematical sign is very significant in this phase of the experiment! Here is a sequence of illustrations showing how to &quot;step around&quot; the circuit loop, starting and ending at point 0: &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05090.png&quot; /&gt; &lt;/p&gt;   &lt;p&gt;  &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05091.png&quot; /&gt; &lt;/p&gt;   &lt;p&gt;  &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05092.png&quot; /&gt; &lt;/p&gt;   &lt;p&gt;  &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05093.png&quot; /&gt; &lt;/p&gt;   &lt;p&gt; Using the voltmeter to &quot;step&quot; around the circuit in this manner yields three positive voltage figures and one negative: &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05094.png&quot; /&gt; &lt;/p&gt;   &lt;p&gt;These figures, algebraically added (&quot;algebraically&quot; = respecting the signs of the numbers), should equal zero. This is the fundamental principle of Kirchhoff&#39;s Voltage Law: that the algebraic sum of all voltage drops in a &quot;loop&quot; add to zero. &lt;/p&gt;  &lt;p&gt;It is important to realize that the &quot;loop&quot; stepped around does not have to be the same path that current takes in the circuit, or even a legitimate current path at all. The loop in which we tally voltage drops can be &lt;i&gt;any collection of points&lt;/i&gt;, so long as it begins and ends with the same point. For example, we may measure and add the voltages in the loop 1-2-3-1, and they will form a sum of zero as well: &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05095.png&quot; /&gt; &lt;/p&gt;   &lt;p&gt;  &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05091.png&quot; /&gt; &lt;/p&gt;   &lt;p&gt;  &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05092.png&quot; /&gt; &lt;/p&gt;   &lt;p&gt;  &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05096.png&quot; /&gt; &lt;/p&gt;   &lt;p&gt;Try stepping between any set of points, in any order, around your circuit and see for yourself that the algebraic sum always equals zero. This Law holds true no matter what the configuration of the circuit: series, parallel, series-parallel, or even an irreducible network. &lt;/p&gt;  &lt;p&gt;Kirchhoff&#39;s Voltage Law is a powerful concept, allowing us to predict the magnitude and polarity of voltages in a circuit by developing mathematical equations for analysis based on the truth of all voltages in a loop adding up to zero. This experiment is intended to give empirical evidence for and a deep understanding of Kirchhoff&#39;s Voltage Law as a general principle. &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;COMPUTER SIMULATION&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;u&gt;Netlist (make a text file containing the following text, verbatim):&lt;/u&gt; &lt;/p&gt;  &lt;pre&gt;Voltage divider&lt;br /&gt;v1 3 0&lt;br /&gt;r1 3 2 5k&lt;br /&gt;r2 2 1 3k&lt;br /&gt;r3 1 0 2k&lt;br /&gt;.dc v1 6 6 1&lt;br /&gt;* Voltages around 0-1-2-3-0 loop algebraically add to zero:&lt;br /&gt;.print dc v(1,0) v(2,1) v(3,2) v(0,3)&lt;br /&gt;* Voltages around 1-2-3-1 loop algebraically add to zero:&lt;br /&gt;.print dc v(2,1) v(3,2) v(1,3)&lt;br /&gt;.end&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;a name=&quot;SPICE&quot;&gt;&lt;/a&gt; &lt;a name=&quot;Computer simulation&quot;&gt;&lt;/a&gt; &lt;a name=&quot;Simulation, computer&quot;&gt;&lt;/a&gt;  &lt;p&gt;This computer simulation is based on the point numbers shown in the previous diagrams for illustrating Kirchhoff&#39;s Voltage Law (points 0 through 3). Resistor values were chosen to provide 50%, 30%, and 20% proportions of total voltage across R&lt;sub&gt;1&lt;/sub&gt;, R&lt;sub&gt;2&lt;/sub&gt;, and R&lt;sub&gt;3&lt;/sub&gt;, respectively.  Feel free to modify the voltage source value (in the &quot;&lt;tt&gt;.dc&lt;/tt&gt;&quot; line, shown here as 6 volts), and/or the resistor values. &lt;/p&gt;  &lt;p&gt; When run, SPICE will print a line of text containing four voltage figures, then another line of text containing three voltage figures, along with lots of other text lines describing the analysis process. Add the voltage figures in each line to see that the sum is zero. &lt;/p&gt;     &lt;br /&gt;&lt;br /&gt;    &lt;h2&gt;&lt;u&gt;&lt;a name=&quot;xtocid24574&quot;&gt;Current divider&lt;/a&gt;&lt;/u&gt;&lt;/h2&gt;  &lt;a name=&quot;Experiment: Current divider&quot;&gt;&lt;/a&gt;  &lt;p&gt; &lt;b&gt;PARTS AND MATERIALS&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;Calculator (or pencil and paper for doing arithmetic)&lt;/li&gt;&lt;li&gt;6-volt battery&lt;/li&gt;&lt;li&gt;Assortment of resistors between 1 KΩ and 100 kΩ in value&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;CROSS-REFERENCES&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;i&gt;Lessons In Electric Circuits&lt;/i&gt;, Volume 1, chapter 6: &quot;Divider Circuits and Kirchhoff&#39;s Laws&quot; &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;LEARNING OBJECTIVES&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;Voltmeter use&lt;/li&gt;&lt;li&gt;Ammeter use&lt;/li&gt;&lt;li&gt;Ohmmeter use&lt;/li&gt;&lt;li&gt;Use of Ohm&#39;s Law&lt;/li&gt;&lt;li&gt;Use of Kirchhoff&#39;s Current Law (KCL)&lt;/li&gt;&lt;li&gt;Current divider design&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;SCHEMATIC DIAGRAM&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05097.png&quot; /&gt; &lt;/p&gt; &lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;ILLUSTRATION&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05098.png&quot; /&gt; &lt;/p&gt;   &lt;p&gt;  &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05099.png&quot; /&gt; &lt;/p&gt;   &lt;p&gt;Normally, it is considered improper to secure more than two wires under a single terminal strip screw. In this illustration, I show three wires joining at the top screw of the rightmost lug used on this strip. This is done for the ease of proving a concept (of current &lt;i&gt;summing&lt;/i&gt; at a circuit node), and does not represent professional assembly technique. &lt;/p&gt;  &lt;p&gt;  &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05102.png&quot; /&gt; &lt;/p&gt;   &lt;p&gt; The non-professional nature of the &quot;free-form&quot; construction method merits no further comment. &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;INSTRUCTIONS&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; Once again, I show different methods of constructing the same circuit: breadboard, terminal strip, and &quot;free-form.&quot; Experiment with all these construction formats and become familiar with their respective advantages and disadvantages. &lt;/p&gt;  &lt;p&gt;Select three resistors from your resistor assortment and measure the resistance of each one with an ohmmeter. Note these resistance values with pen and paper, for reference in your circuit calculations. &lt;/p&gt;  &lt;p&gt;Connect the three resistors in parallel to and each other, and with the 6-volt battery, as shown in the illustrations. Measure battery voltage with a voltmeter after the resistors have been connected to it, noting this voltage figure on paper as well. It is advisable to measure battery voltage while its powering the resistor circuit because this voltage may differ slightly from a no-load condition. &lt;/p&gt;  &lt;p&gt; Measure voltage across each of the three resistors.  What do you notice?  In a series circuit, &lt;i&gt;current&lt;/i&gt; is equal through all components at any given time.  In a parallel circuit, &lt;i&gt;voltage&lt;/i&gt; is the common variable between all components. &lt;/p&gt;  &lt;p&gt;Use Ohm&#39;s Law (I=E/R) to calculate current through each resistor, then verify this calculated value by measuring current with a digital ammeter. Place the red probe of the ammeter at the point where the positive (+) ends of the resistors connect to each other and lift one resistor wire at a time, connecting the meter&#39;s black probe to the lifted wire. In this manner, measure each resistor current, noting both the magnitude of the current and the polarity. In these illustrations, I show an ammeter used to measure the current through R&lt;sub&gt;1&lt;/sub&gt;: &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05100.png&quot; /&gt; &lt;/p&gt;   &lt;p&gt;  &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05101.png&quot; /&gt; &lt;/p&gt;   &lt;p&gt; Measure current for each of the three resistors, comparing with the current figures calculated previously. With the digital ammeter connected as shown, all three indications should be positive, not negative. &lt;/p&gt;  &lt;p&gt;Now, measure total circuit current, keeping the ammeter&#39;s red probe on the same point of the circuit, but disconnecting the wire leading to the positive (+) side of the battery and touching the black probe to it: &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05103.png&quot; /&gt; &lt;/p&gt;   &lt;p&gt;  &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05104.png&quot; /&gt; &lt;/p&gt;   &lt;a name=&quot;Kirchhoff&#39;s Current Law&quot;&gt;&lt;/a&gt; &lt;a name=&quot;KCL&quot;&gt;&lt;/a&gt;  &lt;p&gt;Note both the magnitude and the sign of the current as indicated by the ammeter. Add this figure (algebraically) to the three resistor currents. What do you notice about the result that is similar to the Kirchhoff&#39;s Voltage Law experiment? Kirchhoff&#39;s Current Law is to currents &quot;summing&quot; at a point (node) in a circuit, just as Kirchhoff&#39;s Voltage Law is to voltages adding in a series loop: in both cases, the algebraic sum is equal to zero. &lt;/p&gt;  &lt;p&gt;This Law is also very useful in the mathematical analysis of circuits. Along with Kirchhoff&#39;s Voltage Law, it allows us to generate equations describing several variables in a circuit, which may then be solved using a variety of mathematical techniques. &lt;/p&gt;  &lt;a name=&quot;Current divider&quot;&gt;&lt;/a&gt; &lt;a name=&quot;Divider, current&quot;&gt;&lt;/a&gt;  &lt;p&gt;Now consider the four current measurements as all positive numbers: the first three representing the current through each resistor, and the fourth representing total circuit current as a positive sum of the three &quot;branch&quot; currents. Each resistor (branch) current is a fraction, or percentage, of the total current. This is why a parallel resistor circuit is often called a &lt;i&gt;current divider&lt;/i&gt;. &lt;/p&gt;  &lt;p&gt; Disconnect the battery from the rest of the circuit, and measure resistance across the parallel resistors. You may read total resistance across &lt;i&gt;any&lt;/i&gt; of the individual resistors&#39; terminals and obtain the same indication: it will be a value less than any of the individual resistor values. This is often surprising to new students of electricity, that you read the exact same (total) resistance figure when connecting an ohmmeter across &lt;i&gt;any one&lt;/i&gt; of a set of parallel-connected resistors. It makes sense, though, if you consider the points in a parallel circuit in terms of electrical commonality. All parallel components are connected between two sets of electrically common points. Since the meter cannot distinguish between points common to each other by way of direct connection, to read resistance across one resistor is to read the resistance of them all. The same is true for voltage, which is why battery voltage could be read across any one of the resistors as easily as it could be read across the battery terminals directly. &lt;/p&gt;  &lt;p&gt;If you divide the battery voltage (previously measured) by this total resistance figure, you should obtain a figure for total current (I=E/R) closely matching the measured figure. &lt;/p&gt;  &lt;p&gt;The ratio of resistor current to total current is the same as the ratio of total resistance to individual resistance. For example, if a 10 kΩ resistor is part of a current divider circuit with a total resistance of 1 kΩ, that resistor will conduct 1/10 of the total current, whatever value that current total happens to be. &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;COMPUTER SIMULATION&lt;/b&gt; &lt;/p&gt;   &lt;p&gt; &lt;u&gt;Schematic with SPICE node numbers:&lt;/u&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05105.png&quot; /&gt; &lt;/p&gt;   &lt;p&gt;Ammeters in SPICE simulations are actually zero-voltage sources inserted in the paths of electron flow. You will notice the voltage sources V&lt;sub&gt;ir1&lt;/sub&gt;, V&lt;sub&gt;ir2&lt;/sub&gt;, and V&lt;sub&gt;ir3&lt;/sub&gt; are set to 0 volts in the netlist. When electrons enter the negative side of one of these &quot;dummy&quot; batteries and out the positive, the battery&#39;s current indication will be a positive number. In other words, these 0-volt sources are to be regarded as ammeters with the red probe on the long-line side of the battery symbol and the black probe on the short-line side. &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;u&gt;Netlist (make a text file containing the following text, verbatim):&lt;/u&gt; &lt;/p&gt;  &lt;pre&gt;Current divider&lt;br /&gt;v1 1 0&lt;br /&gt;r1 3 0 2k&lt;br /&gt;r2 4 0 3k&lt;br /&gt;r3 5 0 5k&lt;br /&gt;vitotal 2 1 dc 0&lt;br /&gt;vir1 2 3 dc 0&lt;br /&gt;vir2 2 4 dc 0&lt;br /&gt;vir3 2 5 dc 0&lt;br /&gt;.dc v1 6 6 1&lt;br /&gt;.print dc i(vitotal) i(vir1) i(vir2) i(vir3)&lt;br /&gt;.end&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;When run, SPICE will print a line of text containing four current figures, the first current representing the total as a negative quantity, and the other three representing currents for resistors R&lt;sub&gt;1&lt;/sub&gt;, R&lt;sub&gt;2&lt;/sub&gt;, and R&lt;sub&gt;3&lt;/sub&gt;. When algebraically added, the one negative figure and the three positive figures will form a sum of zero, as described by Kirchhoff&#39;s Current Law. &lt;/p&gt;     &lt;br /&gt;&lt;br /&gt;    &lt;h2&gt;&lt;u&gt;&lt;a name=&quot;xtocid24575&quot;&gt;Potentiometer as a voltage divider&lt;/a&gt;&lt;/u&gt;&lt;/h2&gt;  &lt;a name=&quot;Experiment: Potentiometer as voltage divider&quot;&gt;&lt;/a&gt;  &lt;p&gt; &lt;b&gt;PARTS AND MATERIALS&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;Two 6-volt batteries&lt;/li&gt;&lt;li&gt;Carbon pencil &quot;lead&quot; for a mechanical-style pencil&lt;/li&gt;&lt;li&gt;Potentiometer, single turn, 5 kΩ to 50 kΩ, linear taper (Radio Shack catalog # 271-1714 through 271-1716)&lt;/li&gt;&lt;li&gt;Potentiometer, multi turn, 1 kΩ to 20 kΩ, (Radio Shack catalog # 271-342, 271-343, 900-8583, or 900-8587 through 900-8590)&lt;/li&gt;&lt;/ul&gt;  &lt;a name=&quot;Potentiometer&quot;&gt;&lt;/a&gt;  &lt;p&gt;Potentiometers are variable voltage dividers with a shaft or slide control for setting the division ratio. They are manufactured in panel-mount as well as breadboard (printed-circuit board) mount versions. Any style of potentiometer will suffice for this experiment. &lt;/p&gt;  &lt;a name=&quot;Potentiometer, linear vs. audio taper&quot;&gt;&lt;/a&gt; &lt;a name=&quot;Audio taper potentiometer&quot;&gt;&lt;/a&gt; &lt;a name=&quot;Linear taper potentiometer&quot;&gt;&lt;/a&gt;  &lt;p&gt; If you salvage a potentiometer from an old radio or other audio device, you will likely be getting what is called an &lt;i&gt;audio taper&lt;/i&gt; potentiometer. These potentiometers exhibit a logarithmic relationship between division ratio and shaft position. By contrast, a &lt;i&gt;linear&lt;/i&gt; potentiometer exhibits a direct correlation between shaft position and voltage division ratio. I highly recommend a linear potentiometer for this experiment, and for most experiments in general. &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;CROSS-REFERENCES&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;i&gt;Lessons In Electric Circuits&lt;/i&gt;, Volume 1, chapter 6: &quot;Divider Circuits and Kirchhoff&#39;s Laws&quot; &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;LEARNING OBJECTIVES&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;Voltmeter use&lt;/li&gt;&lt;li&gt;Ohmmeter use&lt;/li&gt;&lt;li&gt;Voltage divider design and function&lt;/li&gt;&lt;li&gt;How voltages add in series&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;SCHEMATIC DIAGRAM&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05106.png&quot; /&gt; &lt;/p&gt; &lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;ILLUSTRATION&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05107.png&quot; /&gt; &lt;/p&gt;   &lt;p&gt;  &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05108.png&quot; /&gt; &lt;/p&gt;   &lt;p&gt;  &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05109.png&quot; /&gt; &lt;/p&gt; &lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;INSTRUCTIONS&lt;/b&gt; &lt;/p&gt;  &lt;p&gt;Begin this experiment with the pencil &quot;lead&quot; circuit. Pencils use a rod made of a graphite-clay mixture, not lead (the metal), to make black marks on paper. Graphite, being a mediocre electrical conductor, acts as a resistor connected across the battery by the two alligator-clip jumper wires. Connect the voltmeter as shown and touch the red test probe to the graphite rod. Move the red probe along the length of the rod and notice the voltmeter&#39;s indication change. What probe position gives the greatest voltage indication? &lt;/p&gt;  &lt;p&gt; Essentially, the rod acts as a &lt;i&gt;pair&lt;/i&gt; of resistors, the ratio between the two resistances established by the position of the red test probe along the rod&#39;s length: &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05110.png&quot; /&gt; &lt;/p&gt;   &lt;p&gt;Now, change the voltmeter connection to the circuit so as to measure voltage across the &quot;upper resistor&quot; of the pencil lead, like this: &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05111.png&quot; /&gt; &lt;/p&gt;   &lt;p&gt;Move the black test probe position along the length of the rod, noting the voltmeter indication. Which position gives the greatest voltage drop for the meter to measure? Does this differ from the previous arrangement? Why? &lt;/p&gt;  &lt;p&gt;Manufactured potentiometers enclose a resistive strip inside a metal or plastic housing, and provide some kind of mechanism for moving a &quot;wiper&quot; across the length of that resistive strip. Here is an illustration of a rotary potentiometer&#39;s construction: &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05112.png&quot; /&gt; &lt;/p&gt;   &lt;p&gt;Some rotary potentiometers have a spiral resistive strip, and a wiper that moves axially as it rotates, so as to require multiple turns of the shaft to drive the wiper from one end of the potentiometer&#39;s range to the other. Multi-turn potentiometers are used in applications where precise setting is important. &lt;/p&gt;  &lt;p&gt;Linear potentiometers also contain a resistive strip, the only difference being the wiper&#39;s direction of travel. Some linear potentiometers use a slide mechanism to move the wiper, while others a screw, to facilitate multiple-turn operation: &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05113.png&quot; /&gt; &lt;/p&gt;   &lt;p&gt; It should be noted that not all linear potentiometers have the same pin assignments.  On some, the middle pin is the wiper. &lt;/p&gt;  &lt;p&gt;Set up a circuit using a manufactured potentiometer, not the &quot;home-made&quot; one made from a pencil lead. You may use any form of construction that is convenient. &lt;/p&gt;  &lt;p&gt;Measure battery voltage while powering the potentiometer, and make note of this voltage figure on paper. Measure voltage between the wiper and the potentiometer end connected to the negative (-) side of the battery. Adjust the potentiometer mechanism until the voltmeter registers exactly 1/3 of total voltage. For a 6-volt battery, this will be approximately 2 volts. &lt;/p&gt;  &lt;p&gt;Now, connect two batteries in a series-aiding configuration, to provide approximately 12 volts across the potentiometer. Measure the total battery voltage, and then measure the voltage between the same two points on the potentiometer (wiper and negative side). Divide the potentiometer&#39;s measured output voltage by the measured total voltage. The quotient should be 1/3, the same voltage division ratio as was set previously: &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05114.png&quot; /&gt; &lt;/p&gt;      &lt;br /&gt;&lt;br /&gt;    &lt;h2&gt;&lt;u&gt;&lt;a name=&quot;xtocid24576&quot;&gt;Potentiometer as a rheostat&lt;/a&gt;&lt;/u&gt;&lt;/h2&gt;  &lt;a name=&quot;Experiment: Potentiometer as rheostat&quot;&gt;&lt;/a&gt;  &lt;p&gt; &lt;b&gt;PARTS AND MATERIALS&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;6 volt battery&lt;/li&gt;&lt;li&gt;Potentiometer, single turn, 5 kΩ, linear taper (Radio Shack catalog # 271-1714)&lt;/li&gt;&lt;li&gt;Small &quot;hobby&quot; motor, permanent-magnet type (Radio Shack catalog # 273-223 or equivalent)&lt;/li&gt;&lt;/ul&gt;  &lt;p&gt; For this experiment, you will need a relatively low-value potentiometer, certainly not more than 5 kΩ. &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;CROSS-REFERENCES&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;i&gt;Lessons In Electric Circuits&lt;/i&gt;, Volume 1, chapter 2: &quot;Ohm&#39;s Law&quot; &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;LEARNING OBJECTIVES&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;Rheostat use&lt;/li&gt;&lt;li&gt;Wiring a potentiometer as a rheostat&lt;/li&gt;&lt;li&gt;Simple motor speed control&lt;/li&gt;&lt;li&gt;Use of voltmeter over ammeter to verify a continuous circuit&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;SCHEMATIC DIAGRAM&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05144.png&quot; /&gt; &lt;/p&gt; &lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;ILLUSTRATION&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05145.png&quot; /&gt; &lt;/p&gt; &lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;INSTRUCTIONS&lt;/b&gt; &lt;/p&gt;  &lt;a name=&quot;Rheostat&quot;&gt;&lt;/a&gt; &lt;a name=&quot;Potentiometer as rheostat&quot;&gt;&lt;/a&gt;  &lt;p&gt;Potentiometers find their most sophisticated application as voltage dividers, where shaft position determines a specific voltage division ratio. However, there are applications where we don&#39;t necessarily need a variable voltage divider, but merely a variable resistor: a two-terminal device. Technically, a variable resistor is known as a &lt;i&gt;rheostat&lt;/i&gt;, but potentiometers can be made to function as rheostats quite easily. &lt;/p&gt;  &lt;p&gt; In its simplest configuration, a potentiometer may be used as a rheostat by simply using the wiper terminal and one of the other terminals, the third terminal left unconnected and unused: &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05146.png&quot; /&gt; &lt;/p&gt;   &lt;p&gt;  &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05147.png&quot; /&gt; &lt;/p&gt;   &lt;p&gt;Moving the potentiometer control in the direction that brings the wiper closest to the other used terminal results in a lower resistance. The direction of motion required to increase or decrease resistance may be changed by using a different set of terminals: &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05148.png&quot; /&gt; &lt;/p&gt;   &lt;p&gt; Be careful, though, that you don&#39;t use the two outer terminals, as this will result in &lt;i&gt;no change in resistance&lt;/i&gt; as the potentiometer shaft is turned.  In other words, it will no longer function as a &lt;i&gt;variable&lt;/i&gt; resistance: &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05149.png&quot; /&gt; &lt;/p&gt;   &lt;p&gt;Build the circuit as shown in the schematic and illustration, using just two terminals on the potentiometer, and see how motor speed may be controlled by adjusting shaft position. Experiment with different terminal connections on the potentiometer, noting the changes in motor speed control. If your potentiometer has a high resistance (as measured between the two outer terminals), the motor might not move at all until the wiper is brought very close to the connected outer terminal. &lt;/p&gt;  &lt;a name=&quot;Transistor&quot;&gt;&lt;/a&gt;  &lt;p&gt;As you can see, motor speed may be made variable using a series-connected rheostat to change total circuit resistance and limit total current. This simple method of motor speed control, however, is inefficient, as it results in substantial amounts of power being dissipated (wasted) by the rheostat. A much more efficient means of motor control relies on fast &quot;pulsing&quot; of power to the motor, using a high-speed switching device such as a &lt;i&gt;transistor&lt;/i&gt;. A similar method of power control is used in household light &quot;dimmer&quot; switches. Unfortunately, these techniques are much too sophisticated to explore at this point in the experiments. &lt;/p&gt;  &lt;p&gt; When a potentiometer is used as a rheostat, the &quot;unused&quot; terminal is often connected to the wiper terminal, like this: &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05150.png&quot; /&gt; &lt;/p&gt;   &lt;p&gt;At first, this seems rather pointless, as it has no impact on resistance control. You may verify this fact for yourself by inserting another wire in your circuit and comparing motor behavior before and after the change: &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05151.png&quot; /&gt; &lt;/p&gt;   &lt;p&gt;If the potentiometer is in good working order, this additional wire makes no difference whatsoever. However, if the wiper ever loses contact with the resistive strip inside the potentiometer, this connection ensures the circuit does not completely open: that there will still be a resistive path for current through the motor. In some applications, this may be an important. Old potentiometers tend to suffer from intermittent losses of contact between the wiper and the resistive strip, and if a circuit cannot tolerate the complete loss of continuity (infinite resistance) created by this condition, that &quot;extra&quot; wire provides a measure of protection by maintaining circuit continuity. &lt;/p&gt;  &lt;p&gt;You may simulate such a wiper contact &quot;failure&quot; by disconnecting the potentiometer&#39;s middle terminal from the terminal strip, measuring voltage across the motor to ensure there is still power getting to it, however small: &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05152.png&quot; /&gt; &lt;/p&gt;   &lt;p&gt;It would have been valid to measure circuit current instead of motor voltage to verify a completed circuit, but this is a safer method because it does not involve breaking the circuit to insert an ammeter in series. Whenever an ammeter is used, there is risk of causing a short circuit by connecting it across a substantial voltage source, possibly resulting in instrument damage or personal injury. Voltmeters lack this inherent safety risk, and so whenever a voltage measurement may be made instead of a current measurement to verify the same thing, it is the wiser choice. &lt;/p&gt;     &lt;br /&gt;&lt;br /&gt;    &lt;h2&gt;&lt;u&gt;&lt;a name=&quot;xtocid24577&quot;&gt;Precision potentiometer&lt;/a&gt;&lt;/u&gt;&lt;/h2&gt;  &lt;a name=&quot;Experiment: Precision potentiometer&quot;&gt;&lt;/a&gt;  &lt;p&gt; &lt;b&gt;PARTS AND MATERIALS&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;Two single-turn, linear-taper potentiometers, 5 kΩ each (Radio Shack catalog # 271-1714)&lt;/li&gt;&lt;li&gt;One single-turn, linear-taper potentiometer, 50 kΩ (Radio Shack catalog # 271-1716)&lt;/li&gt;&lt;li&gt;Plastic or metal mounting box&lt;/li&gt;&lt;li&gt;Three &quot;banana&quot; jack style binding posts, or other terminal hardware, for connection to potentiometer circuit (Radio Shack catalog # 274-662 or equivalent)&lt;/li&gt;&lt;/ul&gt;  &lt;p&gt; This is a project useful to those who want a precision potentiometer without spending a lot of money. Ordinarily, multi-turn potentiometers are used to obtain precise voltage division ratios, but a cheaper alternative exists using multiple, single-turn (sometimes called &quot;3/4-turn&quot;) potentiometers connected together in a compound divider network. &lt;/p&gt;  &lt;p&gt;Because this is a useful project, I recommend building it in permanent form using some form of project enclosure. Suppliers such as Radio Shack offer nice project boxes, but boxes purchased at a general hardware store are much less expensive, if a bit ugly. The ultimate in low cost for a new box are the plastic boxes sold as light switch and receptacle boxes for household electrical wiring. &lt;/p&gt;  &lt;a name=&quot;Banana plugs and jacks&quot;&gt;&lt;/a&gt; &lt;a name=&quot;Binding posts&quot;&gt;&lt;/a&gt;  &lt;p&gt;&quot;Banana&quot; jacks allow for the temporary connection of test leads and jumper wires equipped with matching &quot;banana&quot; plug ends. Most multimeter test leads have this style of plug for insertion into the meter jacks. Banana plugs are so named because of their oblong appearance formed by spring steel strips, which maintain firm contact with the jack walls when inserted. Some banana jacks are called &lt;i&gt;binding posts&lt;/i&gt; because they also allow plain wires to be firmly attached. Binding posts have screw-on sleeves that fit over a metal post. The sleeve is used as a nut to secure a wire wrapped around the post, or inserted through a perpendicular hole drilled through the post. A brief inspection of any binding post will clarify this verbal description. &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;CROSS-REFERENCES&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;i&gt;Lessons In Electric Circuits&lt;/i&gt;, Volume 1, chapter 6: &quot;Divider Circuits and Kirchhoff&#39;s Laws&quot; &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;LEARNING OBJECTIVES&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;Soldering practice&lt;/li&gt;&lt;li&gt;Potentiometer function and operation&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;SCHEMATIC DIAGRAM&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05120.png&quot; /&gt; &lt;/p&gt; &lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;ILLUSTRATION&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05121.png&quot; /&gt; &lt;/p&gt; &lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;INSTRUCTIONS&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; It is essential that the connecting wires be &lt;i&gt;soldered&lt;/i&gt; to the potentiometer terminals, not twisted or taped. Since potentiometer action is dependent on resistance, the resistance of all wiring connections must be carefully controlled to a bare minimum. Soldering ensures a condition of low resistance between joined conductors, and also provides very good mechanical strength for the connections. &lt;/p&gt;  &lt;p&gt;When the circuit is assembled, connect a 6-volt battery to the outer two binding posts. Connect a voltmeter between the &quot;wiper&quot; post and the battery&#39;s negative (-) terminal. This voltmeter will measure the &quot;output&quot; of the circuit. &lt;/p&gt;  &lt;p&gt;The circuit works on the principle of compressed range: the voltage output range of this circuit available by adjusting potentiometer R&lt;sub&gt;3&lt;/sub&gt; is restricted between the limits set by potentiometers R&lt;sub&gt;1&lt;/sub&gt; and R&lt;sub&gt;2&lt;/sub&gt;.  In other words, if R&lt;sub&gt;1&lt;/sub&gt; and R&lt;sub&gt;2&lt;/sub&gt; were set to output 5 volts and 3 volts, respectively, from a 6-volt battery, the range of output voltages obtainable by adjusting R&lt;sub&gt;3&lt;/sub&gt; would be restricted from 3 to 5 volts for the full rotation of that potentiometer. If only a single potentiometer were used instead of this three-potentiometer circuit, full rotation would produce an output voltage from 0 volts to full battery voltage. The &quot;range compression&quot; afforded by this circuit allows for more precise voltage adjustment than would be normally obtainable using a single potentiometer. &lt;/p&gt;  &lt;p&gt; Operating this potentiometer network is more complex than using a single potentiometer.  To begin, turn the R&lt;sub&gt;3&lt;/sub&gt; potentiometer fully clockwise, so that its wiper is in the full &quot;up&quot; position as referenced to the schematic diagram (electrically &quot;closest&quot; to R&lt;sub&gt;1&lt;/sub&gt;&#39;s wiper terminal).  Adjust potentiometer R&lt;sub&gt;1&lt;/sub&gt; until the upper voltage limit is reached, as indicated by the voltmeter. &lt;/p&gt;  &lt;p&gt; Turn the R&lt;sub&gt;3&lt;/sub&gt; potentiometer fully counter-clockwise, so that its wiper is in the full &quot;down&quot; position as referenced to the schematic diagram (electrically &quot;closest&quot; to R&lt;sub&gt;2&lt;/sub&gt;&#39;s wiper terminal).  Adjust potentiometer R&lt;sub&gt;2&lt;/sub&gt; until the lower voltage limit is reached, as indicated by the voltmeter. &lt;/p&gt;  &lt;a name=&quot;Interactive adjustment&quot;&gt;&lt;/a&gt;  &lt;p&gt; When either the R&lt;sub&gt;1&lt;/sub&gt; or the R&lt;sub&gt;2&lt;/sub&gt; potentiometer is adjusted, it interferes with the prior setting of the other.  In other words, if R&lt;sub&gt;1&lt;/sub&gt; is initially adjusted to provide an upper voltage limit of 5.000 volts from a 6 volt battery, and then R&lt;sub&gt;2&lt;/sub&gt; is adjusted to provide some lower limit voltage different from what it was before, R&lt;sub&gt;1&lt;/sub&gt; will no longer be set to 5.000 volts.   &lt;/p&gt;  &lt;p&gt; To obtain precise upper and lower voltage limits, turn R&lt;sub&gt;3&lt;/sub&gt; fully clockwise to read and adjust the voltage of R&lt;sub&gt;1&lt;/sub&gt;, then turn R&lt;sub&gt;3&lt;/sub&gt; fully counter-clockwise to read and adjust the voltage of R&lt;sub&gt;2&lt;/sub&gt;, repeating as necessary. &lt;/p&gt;  &lt;p&gt; Technically, this phenomenon of one adjustment affecting the other is known as &lt;i&gt;interaction&lt;/i&gt;, and it is usually undesirable due to the extra effort required to set and re-set the adjustments.  The reason that R&lt;sub&gt;1&lt;/sub&gt; and R&lt;sub&gt;2&lt;/sub&gt; were specified as 10 times less resistance than R&lt;sub&gt;3&lt;/sub&gt; is to minimize this effect.  If all three potentiometers were of equal resistance value, the interaction between R&lt;sub&gt;1&lt;/sub&gt; and R&lt;sub&gt;2&lt;/sub&gt; would be more severe, though manageable with patience. Bear in mind that the upper and lower voltage limits need not be set precisely in order for this circuit to achieve its goal of increased precision. So long as R&lt;sub&gt;3&lt;/sub&gt;&#39;s adjustment range is compressed to some lesser value than full battery voltage, we will enjoy greater precision than a single potentiometer could provide. &lt;/p&gt;  &lt;p&gt; Once the upper and lower voltage limits have been set, potentiometer R&lt;sub&gt;3&lt;/sub&gt; may be adjusted to produce an output voltage anywhere between those limits.   &lt;/p&gt;      &lt;br /&gt;&lt;br /&gt;    &lt;h2&gt;&lt;u&gt;&lt;a name=&quot;xtocid24578&quot;&gt;Rheostat range limiting&lt;/a&gt;&lt;/u&gt;&lt;/h2&gt;  &lt;a name=&quot;Experiment: Rheostat range limiting&quot;&gt;&lt;/a&gt;  &lt;p&gt; &lt;b&gt;PARTS AND MATERIALS&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;Several 10 kΩ resistors&lt;/li&gt;&lt;li&gt;One 10 kΩ potentiometer, linear taper (Radio Shack catalog # 271-1715)&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;CROSS-REFERENCES&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;i&gt;Lessons In Electric Circuits&lt;/i&gt;, Volume 1, chapter 5: &quot;Series and Parallel Circuits&quot; &lt;/p&gt;  &lt;p&gt; &lt;i&gt;Lessons In Electric Circuits&lt;/i&gt;, Volume 1, chapter 7: &quot;Series-Parallel Combination Circuits&quot; &lt;/p&gt;  &lt;p&gt; &lt;i&gt;Lessons In Electric Circuits&lt;/i&gt;, Volume 1, chapter 8: &quot;DC Metering Circuits&quot; &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;LEARNING OBJECTIVES&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;Series-parallel resistances&lt;/li&gt;&lt;li&gt;Calibration theory and practice&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;SCHEMATIC DIAGRAM&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05157.png&quot; /&gt; &lt;/p&gt; &lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;ILLUSTRATION&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05158.png&quot; /&gt; &lt;/p&gt; &lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;INSTRUCTIONS&lt;/b&gt; &lt;/p&gt;  &lt;p&gt;This experiment explores the different resistance ranges obtainable from combining fixed-value resistors with a potentiometer connected as a rheostat. To begin, connect a 10 kΩ potentiometer as a rheostat with no other resistors connected. Adjusting the potentiometer through its full range of travel should result in a resistance that varies smoothly from 0 Ω to 10,000 Ω: &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05159.png&quot; /&gt; &lt;/p&gt;   &lt;a name=&quot;Series&quot;&gt;&lt;/a&gt;  &lt;p&gt;Suppose we wanted to elevate the lower end of this resistance range so that we had an adjustable range from 10 kΩ to 20 kΩ with a full sweep of the potentiometer&#39;s adjustment. This could be easily accomplished by adding a 10 kΩ resistor in &lt;i&gt;series&lt;/i&gt; with the potentiometer.  Add one to the circuit as shown and re-measure total resistance while adjusting the potentiometer: &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05160.png&quot; /&gt; &lt;/p&gt;   &lt;a name=&quot;Zero calibration&quot;&gt;&lt;/a&gt; &lt;a name=&quot;Span calibration&quot;&gt;&lt;/a&gt; &lt;a name=&quot;Parallel&quot;&gt;&lt;/a&gt;  &lt;p&gt; A shift in the low end of an adjustment range is called a &lt;i&gt;zero calibration&lt;/i&gt;, in metrological terms. With the addition of a series 10 kΩ resistor, the &quot;zero point&quot; was shifted upward by 10,000 Ω. The difference between high and low ends of a range -- called the &lt;i&gt;span&lt;/i&gt; of the circuit -- has not changed, though: a range of 10 kΩ to 20 kΩ has the same 10,000 Ω span as a range of 0 Ω to 10 kΩ. If we wish to shift the span of this rheostat circuit as well, we must change the range of the potentiometer itself. We could replace the potentiometer with one of another value, or we could simulate a lower-value potentiometer by placing a resistor in &lt;i&gt;parallel&lt;/i&gt; with it, diminishing its maximum obtainable resistance. This will decrease the span of the circuit from 10 kΩ to something less. &lt;/p&gt;  &lt;p&gt; Add a 10 kΩ resistor in parallel with the potentiometer, to reduce the span to one-half of its former value: from 10 KΩ to 5 kΩ. Now the calibrated resistance range of this circuit will be 10 kΩ to 15 kΩ: &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05158.png&quot; /&gt; &lt;/p&gt;   &lt;p&gt; There is nothing we can do to &lt;i&gt;increase&lt;/i&gt; the span of this rheostat circuit, short of replacing the potentiometer with another of greater total resistance. Adding resistors in parallel can only decrease the span. However, there is no such restriction with calibrating the zero point of this circuit, as it began at 0 Ω and may be made as great as we wish by adding resistance in series. &lt;/p&gt;  &lt;p&gt;A multitude of resistance ranges may be obtained using only 10 KΩ fixed-value resistors, if we are creative with series-parallel combinations of them. For instance, we can create a range of 7.5 kΩ to 10 kΩ by building the following circuit: &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05162.png&quot; /&gt; &lt;/p&gt;   &lt;p&gt;  &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05161.png&quot; /&gt; &lt;/p&gt;   &lt;a name=&quot;Calibration &quot; drift=&quot;&quot;&gt;&lt;/a&gt; &lt;a name=&quot;Drift, calibration&quot;&gt;&lt;/a&gt;  &lt;p&gt;Creating a custom resistance range from fixed-value resistors and a potentiometer is a very useful technique for producing precise resistances required for certain circuits, especially meter circuits. In many electrical instruments -- multimeters especially -- resistance is the determining factor for the instrument&#39;s range of measurement. If an instrument&#39;s internal resistance values are not precise, neither will its indications be. Finding a fixed-value resistor of just the right resistance for placement in an instrument circuit design is unlikely, so custom resistance &quot;networks&quot; may need to be built to provide the desired resistance. Having a potentiometer as part of the resistor network provides a means of correction if the network&#39;s resistance should &quot;drift&quot; from its original value. Designing the network for minimum span ensures that the potentiometer&#39;s effect will be small, so that precise adjustment is possible and so that accidental movement of its mechanism will not result in severe calibration errors. &lt;/p&gt;  &lt;p&gt; Experiment with different resistor &quot;networks&quot; and note the effects on total resistance range. &lt;/p&gt;      &lt;br /&gt;&lt;br /&gt;    &lt;h2&gt;&lt;u&gt;&lt;a name=&quot;xtocid24579&quot;&gt;Thermoelectricity&lt;/a&gt;&lt;/u&gt;&lt;/h2&gt;  &lt;a name=&quot;Experiment: Thermoelectricity&quot;&gt;&lt;/a&gt;  &lt;p&gt; &lt;b&gt;PARTS AND MATERIALS&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;Length of bare (uninsulated) copper wire&lt;/li&gt;&lt;li&gt;Length of bare (uninsulated) iron wire&lt;/li&gt;&lt;li&gt;Candle&lt;/li&gt;&lt;li&gt;Ice cubes&lt;/li&gt;&lt;/ul&gt;  &lt;p&gt; Iron wire may be obtained from a hardware store.  If some cannot be found, aluminum wire also works. &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;CROSS-REFERENCES&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;i&gt;Lessons In Electric Circuits&lt;/i&gt;, Volume 1, chapter 9: &quot;Electrical Instrumentation Signals&quot; &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;LEARNING OBJECTIVES&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;Thermocouple function and purpose&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;SCHEMATIC DIAGRAM&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05153.png&quot; /&gt; &lt;/p&gt; &lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;ILLUSTRATION&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05154.png&quot; /&gt; &lt;/p&gt; &lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;INSTRUCTIONS&lt;/b&gt; &lt;/p&gt;  &lt;p&gt;Twist one end of the iron wire together with one end of the copper wire. Connect the free ends of these wires to respective terminals on a terminal strip. Set your voltmeter to its most sensitive range and connect it to the terminals where the wires attach. The meter should indicate nearly zero voltage. &lt;/p&gt;  &lt;a name=&quot;Thermocouple&quot;&gt;&lt;/a&gt;  &lt;p&gt; What you have just constructed is a &lt;i&gt;thermocouple&lt;/i&gt;: a device which generates a small voltage proportional to the temperature difference between the tip and the meter connection points. When the tip is at a temperature equal to the terminal strip, there will be no voltage produced, and thus no indication seen on the voltmeter. &lt;/p&gt;  &lt;p&gt;Light a candle and insert the twisted-wire tip into the flame. You should notice an indication on your voltmeter. Remove the thermocouple tip from the flame and let cool until the voltmeter indication is nearly zero again. Now, touch the thermocouple tip to an ice cube and note the voltage indicated by the meter. Is it a greater or lesser magnitude than the indication obtained with the flame? How does the polarity of this voltage compare with that generated by the flame? &lt;/p&gt;  &lt;p&gt;After touching the thermocouple tip to the ice cube, warm it by holding it between your fingers. It may take a short while to reach body temperature, so be patient while observing the voltmeter&#39;s indication. &lt;/p&gt;  &lt;a name=&quot;Seebeck effect&quot;&gt;&lt;/a&gt; &lt;a name=&quot;Effect, Seebeck&quot;&gt;&lt;/a&gt;  &lt;p&gt; A thermocouple is an application of the &lt;i&gt;Seebeck effect&lt;/i&gt;: the production of a small voltage proportional to a temperature gradient along the length of a wire. This voltage is dependent upon the magnitude of the temperature difference and the type of wire. Directly measuring the Seebeck voltage produced along a length of continuous wire from a temperature gradient is quite difficult, and so will not be attempted in this experiment. &lt;/p&gt;  &lt;p&gt;Thermocouples, being made of two dissimilar metals joined at one end, produce a voltage proportional to the temperature of the junction. The temperature gradient along both wires resulting from a constant temperature at the junction produces different Seebeck voltages along those wires&#39; lengths, because the wires are made of different metals. The resultant voltage between the two free wire ends is the &lt;i&gt;difference&lt;/i&gt; between the two Seebeck voltages: &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05156.png&quot; /&gt; &lt;/p&gt;   &lt;p&gt; Thermocouples are widely used as temperature-sensing devices because the mathematical relationship between temperature difference and resultant voltage is both repeatable and fairly linear. By measuring voltage, it is possible to infer temperature. Different ranges of temperature measurement are possible by selecting different metal pairs to be joined together. &lt;/p&gt;     &lt;br /&gt;&lt;br /&gt;    &lt;h2&gt;&lt;u&gt;&lt;a name=&quot;xtocid245710&quot;&gt;Make your own multimeter&lt;/a&gt;&lt;/u&gt;&lt;/h2&gt;  &lt;a name=&quot;Experiment: Multimeter&quot;&gt;&lt;/a&gt;  &lt;p&gt; &lt;b&gt;PARTS AND MATERIALS&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;Sensitive meter movement (Radio Shack catalog # 22-410)&lt;/li&gt;&lt;li&gt;Selector switch, single-pole, multi-throw, break-before-make (Radio Shack catalog # 275-1386 is a 2-pole, 6-position unit that works well)&lt;/li&gt;&lt;li&gt;Multi-turn potentiometers, PCB mount (Radio Shack catalog # 271-342 and 271-343 are 15-turn, 1 kΩ and 10 kΩ &quot;trimmer&quot; units, respectively)&lt;/li&gt;&lt;li&gt;Assorted resistors, preferably high-precision metal film or wire-wound types (Radio Shack catalog # 271-309 is an assortment of metal-film resistors, +/- 1% tolerance)&lt;/li&gt;&lt;li&gt;Plastic or metal mounting box&lt;/li&gt;&lt;li&gt;Three &quot;banana&quot; jack style binding posts, or other terminal hardware, for connection to potentiometer circuit (Radio Shack catalog # 274-662 or equivalent)&lt;/li&gt;&lt;/ul&gt;  &lt;a name=&quot;Movement, meter&quot;&gt;&lt;/a&gt; &lt;a name=&quot;Meter movement&quot;&gt;&lt;/a&gt;  &lt;p&gt; The most important and expensive component in a meter is the &lt;i&gt;movement&lt;/i&gt;: the actual needle-and-scale mechanism whose task it is to translate an electrical current into mechanical displacement where it may be visually interpreted. The ideal meter movement is physically large (for ease of viewing) and as sensitive as possible (requires minimal current to produce full-scale deflection of the needle). High-quality meter movements are expensive, but Radio Shack carries some of acceptable quality that are reasonably priced. The model recommended in the parts list is sold as a voltmeter with a 0-15 volt range, but is actually a milliammeter with a range (&quot;multiplier&quot;) resistor included separately. &lt;/p&gt;  &lt;p&gt;It may be cheaper to purchase an inexpensive analog meter and disassemble it for the meter movement alone. Although the thought of destroying a working multimeter in order to have parts to make your own may sound counter-productive, the goal here is &lt;i&gt;learning&lt;/i&gt;, not meter function. &lt;/p&gt;  &lt;p&gt; I cannot specify resistor values for this experiment, as these depend on the particular meter movement and measurement ranges chosen. Be sure to use high-precision fixed-value resistors rather than carbon-composition resistors. Even if you happen to find carbon-composition resistors of just the right value(s), those values will change or &quot;drift&quot; over time due to aging and temperature fluctuations. Of course, if you don&#39;t care about the long-term stability of this meter but are building it just for the learning experience, resistor precision matters little. &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;CROSS-REFERENCES&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;i&gt;Lessons In Electric Circuits&lt;/i&gt;, Volume 1, chapter 8: &quot;DC Metering Circuits&quot; &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;LEARNING OBJECTIVES&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;Voltmeter design and use&lt;/li&gt;&lt;li&gt;Ammeter design and use&lt;/li&gt;&lt;li&gt;Rheostat range limiting&lt;/li&gt;&lt;li&gt;Calibration theory and practice&lt;/li&gt;&lt;li&gt;Soldering practice&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;SCHEMATIC DIAGRAM&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05163.png&quot; /&gt; &lt;/p&gt; &lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;ILLUSTRATION&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05164.png&quot; /&gt; &lt;/p&gt; &lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;INSTRUCTIONS&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; First, you need to determine the characteristics of your meter movement.  Most important is to know the &lt;i&gt;full scale deflection&lt;/i&gt; in milliamps or microamps. To determine this, connect the meter movement, a potentiometer, battery, and digital ammeter in series. Adjust the potentiometer until the meter movement is deflected exactly to full-scale. Read the ammeter&#39;s display to find the full-scale current value: &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05165.png&quot; /&gt; &lt;/p&gt;   &lt;p&gt;Be very careful not to apply too much current to the meter movement, as movements are very sensitive devices and easily damaged by overcurrent. Most meter movements have full-scale deflection current ratings of 1 mA or less, so choose a potentiometer value high enough to limit current appropriately, and begin testing with the potentiometer turned to maximum resistance. The lower the full-scale current rating of a movement, the more sensitive it is. &lt;/p&gt;  &lt;p&gt;After determining the full-scale current rating of your meter movement, you must accurately measure its internal resistance. To do this, disconnect all components from the previous testing circuit and connect your digital ohmmeter across the meter movement terminals. Record this resistance figure along with the full-scale current figure obtained in the last procedure. &lt;/p&gt;  &lt;p&gt;Perhaps the most challenging portion of this project is determining the proper range resistance values and implementing those values in the form of rheostat networks. The calculations are outlined in chapter 8 of volume 1 (&quot;Metering Circuits&quot;), but an example is given here. Suppose your meter movement had a full-scale rating of 1 mA and an internal resistance of 400 Ω. If we wanted to determine the necessary range resistance (&quot;R&lt;sub&gt;multiplier&lt;/sub&gt;&quot;) to give this movement a range of 0 to 15 volts, we would have to divide 15 volts (total applied voltage) by 1 mA (full-scale current) to obtain the total probe-to-probe resistance of the voltmeter (R=E/I). For this example, that total resistance is 15 kΩ. From this total resistance figure, we subtract the movement&#39;s internal resistance, leaving 14.6 kΩ for the range resistor value. A simple rheostat network to produce 14.6 kΩ (adjustable) would be a 10 kΩ potentiometer in parallel with a 10 kΩ fixed resistor, all in series with another 10 kΩ fixed resistor: &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05166.png&quot; /&gt; &lt;/p&gt;   &lt;p&gt; One position of the selector switch directly connects the meter movement between the black &lt;b&gt;Common&lt;/b&gt; binding post and the red &lt;b&gt;V/mA&lt;/b&gt; binding post. In this position, the meter is a sensitive ammeter with a range equal to the full-scale current rating of the meter movement. The far clockwise position of the switch disconnects the positive (+) terminal of the movement from either red binding post and shorts it directly to the negative (-) terminal. This protects the meter from electrical damage by isolating it from the red test probe, and it &quot;dampens&quot; the needle mechanism to further guard against mechanical shock. &lt;/p&gt;  &lt;p&gt; The shunt resistor (R&lt;sub&gt;shunt&lt;/sub&gt;) necessary for a high-current ammeter function needs to be a low-resistance unit with a high power dissipation. You will definitely &lt;i&gt;not&lt;/i&gt; be using any 1/4 watt resistors for this, unless you form a resistance network with several smaller resistors in parallel combination. If you plan on having an ammeter range in excess of 1 amp, I recommend using a thick piece of wire or even a skinny piece of sheet metal as the &quot;resistor,&quot; suitably filed or notched to provide just the right amount of resistance. &lt;/p&gt;  &lt;p&gt;To calibrate a home-made shunt resistor, you will need to connect the your multimeter assembly to a calibrated source of high current, or a high-current source in series with a digital ammeter for reference. Use a small metal file to shave off shunt wire thickness or to notch the sheet metal strip in small, careful amounts. The resistance of your shunt will increase with every stroke of the file, causing the meter movement to deflect more strongly. Remember that you can always approach the exact value in slower and slower steps (file strokes), but you cannot go &quot;backward&quot; and &lt;i&gt;decrease&lt;/i&gt; the shunt resistance! &lt;/p&gt;  &lt;p&gt; Build the multimeter circuit on a breadboard first while determining proper range resistance values, and perform all calibration adjustments there. For final construction, solder the components on to a printed-circuit board. Radio Shack sells printed circuit boards that have the same layout as a breadboard, for convenience (catalog # 276-170). Feel free to alter the component layout from what is shown. &lt;/p&gt;  &lt;p&gt;I strongly recommend that you mount the circuit board and all components in a sturdy box, so that the meter is durably finished. Despite the limitations of this multimeter (no resistance function, inability to measure alternating current, and lower precision than most purchased analog multimeters), it is an excellent project to assist learning fundamental instrument principles and circuit function. A far more accurate and versatile multimeter may be constructed using many of the same parts if an amplifier circuit is added to it, so save the parts and pieces for a later experiment! &lt;/p&gt;     &lt;br /&gt;&lt;br /&gt;    &lt;h2&gt;&lt;u&gt;&lt;a name=&quot;xtocid245711&quot;&gt;Sensitive voltage detector&lt;/a&gt;&lt;/u&gt;&lt;/h2&gt;  &lt;a name=&quot;Experiment: Voltage detector, sensitive&quot;&gt;&lt;/a&gt;  &lt;p&gt; &lt;b&gt;PARTS AND MATERIALS&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;High-quality &quot;closed-cup&quot; audio headphones&lt;/li&gt;&lt;li&gt;Headphone jack: female receptacle for headphone plug (Radio Shack catalog # 274-312)&lt;/li&gt;&lt;li&gt;Small step-down power transformer (Radio Shack catalog # 273-1365 or equivalent, using the 6-volt secondary winding tap)&lt;/li&gt;&lt;li&gt;Two 1N4001 rectifying diodes (Radio Shack catalog # 276-1101)&lt;/li&gt;&lt;li&gt;1 kΩ resistor&lt;/li&gt;&lt;li&gt;100 kΩ potentiometer (Radio Shack catalog # 271-092)&lt;/li&gt;&lt;li&gt;Two &quot;banana&quot; jack style binding posts, or other terminal hardware, for connection to potentiometer circuit (Radio Shack catalog # 274-662 or equivalent)&lt;/li&gt;&lt;li&gt;Plastic or metal mounting box&lt;/li&gt;&lt;/ul&gt;  &lt;a name=&quot;Headphone&quot;&gt;&lt;/a&gt;  &lt;p&gt; Regarding the headphones, the higher the &quot;sensitivity&quot; rating in decibels (dB), the better, but listening is believing: if you&#39;re serious about building a detector with maximum sensitivity for small electrical signals, you should try a few different headphone models at a high-quality audio store and &quot;listen&quot; for which ones produce an audible sound for the &lt;i&gt;lowest&lt;/i&gt; volume setting on a radio or CD player. Beware, as you could spend hundreds of dollars on a pair of headphones to get the absolute best sensitivity! Take heart, though: I&#39;ve used an &lt;i&gt;old&lt;/i&gt; pair of Radio Shack &quot;Realistic&quot; brand headphones with perfectly adequate results, so you don&#39;t need to buy the best. &lt;/p&gt;  &lt;a name=&quot;Transformer&quot;&gt;&lt;/a&gt;  &lt;p&gt; A &lt;i&gt;transformer&lt;/i&gt; is a device normally used with alternating current (&quot;AC&quot;) circuits, used to convert high-voltage AC power into low-voltage AC power, and for many other purposes. It is not important that you understand its intended function in this experiment, other than it makes the headphones become more sensitive to low-current electrical signals. &lt;/p&gt;  &lt;p&gt;Normally, the transformer used in this type of application (audio speaker impedance matching) is called an &quot;audio transformer,&quot; with its primary and secondary windings represented by impedance values (1000 Ω : 8 Ω) instead of voltages. An audio transformer will work, but I&#39;ve found small step-down power transformers of 120/6 volt ratio to be perfectly adequate for the task, cheaper (especially when taken from an old thrift-store alarm clock radio), and far more rugged. &lt;/p&gt;  &lt;a name=&quot;Audio taper potentiometer&quot;&gt;&lt;/a&gt; &lt;a name=&quot;Linear taper potentiometer&quot;&gt;&lt;/a&gt;  &lt;p&gt;The tolerance (precision) rating for the 1 kΩ resistor is irrelevant. The 100 kΩ potentiometer is a recommended option for incorporation into this project, as it gives the user control over the loudness for any given signal. Even though an &lt;i&gt;audio-taper&lt;/i&gt; potentiometer would be appropriate for this application, it is not necessary.  A &lt;i&gt;linear-taper&lt;/i&gt; potentiometer works quite well. &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;CROSS-REFERENCES&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;i&gt;Lessons In Electric Circuits&lt;/i&gt;, Volume 1, chapter 8: &quot;DC Metering Circuits&quot; &lt;/p&gt;  &lt;p&gt; &lt;i&gt;Lessons In Electric Circuits&lt;/i&gt;, Volume 1, chapter 10: &quot;DC Network Analysis&quot; (in regard to the Maximum Power Transfer Theorem) &lt;/p&gt;  &lt;p&gt; &lt;i&gt;Lessons In Electric Circuits&lt;/i&gt;, Volume 2, chapter 9: &quot;Transformers&quot; &lt;/p&gt;  &lt;p&gt; &lt;i&gt;Lessons In Electric Circuits&lt;/i&gt;, Volume 2, chapter 12: &quot;AC Metering Circuits&quot; &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;LEARNING OBJECTIVES&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;Soldering practice&lt;/li&gt;&lt;li&gt;Detection of extremely small electrical signals&lt;/li&gt;&lt;li&gt;Using a potentiometer as a voltage divider/signal attenuator&lt;/li&gt;&lt;li&gt;Using diodes to &quot;clip&quot; voltage at some maximum level&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;SCHEMATIC DIAGRAM&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05009.png&quot; /&gt; &lt;/p&gt; &lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;ILLUSTRATION&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05010.png&quot; /&gt; &lt;/p&gt; &lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;INSTRUCTIONS&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; The headphones, most likely being stereo units (separate left and right speakers) will have a three-contact plug. You will be connecting to only two of those three contact points. If you only have a &quot;mono&quot; headphone set with a two-contact plug, just connect to those two contact points. You may either connect the two stereo speakers in series or in parallel. I&#39;ve found the series connection to work best, that is, to produce the most sound from a small signal: &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05011.png&quot; /&gt; &lt;/p&gt;   &lt;p&gt;Solder all wire connections well. This detector system is extremely sensitive, and any loose wire connections in the circuit will add unwanted noise to the sounds produced by the measured voltage signal. The two diodes (arrow-like component symbols) connected in parallel with the transformer&#39;s primary winding, along with the series-connected 1 kΩ resistor, work together to prevent any more than about 0.7 volts from being dropped across the primary coil of the transformer. This does one thing and one thing only: limit the amount of sound the headphones can produce. The system will work without the diodes and resistor in place, but there will be no limit to sound volume in the circuit, and the resulting sound caused by accidently connecting the test leads across a substantial voltage source (like a battery) can be deafening! &lt;/p&gt;  &lt;p&gt;Binding posts provide points of connection for a pair of test probes with banana-style plugs, once the detector components are mounted inside a box. You may use ordinary multimeter probes, or make your own probes with alligator clips at the ends for secure connection to a circuit. &lt;/p&gt;  &lt;p&gt;Detectors are intended to be used for balancing bridge measurement circuits, potentiometric (null-balance) voltmeter circuits, and detect extremely low-amplitude AC (&quot;alternating current&quot;) signals in the audio frequency range. It is a valuable piece of test equipment, especially for the low-budget experimenter without an oscilloscope. It is also valuable in that it allows you to use a different bodily sense in interpreting the behavior of a circuit. &lt;/p&gt;  &lt;p&gt;For connection across any non-trivial source of voltage (1 volt and greater), the detector&#39;s extremely high sensitivity should be attenuated. This may be accomplished by connecting a voltage divider to the &quot;front&quot; of the circuit: &lt;/p&gt;  &lt;p&gt; &lt;b&gt;SCHEMATIC DIAGRAM&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05012.png&quot; /&gt; &lt;/p&gt;   &lt;p&gt; &lt;b&gt;ILLUSTRATION&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05014.png&quot; /&gt; &lt;/p&gt;   &lt;p&gt;Adjust the 100 kΩ voltage divider potentiometer to about mid-range when initially sensing a voltage signal of unknown magnitude. If the sound is too loud, turn the potentiometer down and try again. If too soft, turn it up and try again. The detector produces a &quot;click&quot; sound whenever the test leads make or break contact with the voltage source under test. With my cheap headphones, I&#39;ve been able to detect currents of less than 1/10 of a microamp (&lt;&gt;  &lt;/p&gt;&lt;p&gt;A good demonstration of the detector&#39;s sensitivity is to touch both test leads to the end of your tongue, with the sensitivity adjustment set to maximum. The voltage produced by metal-to-electrolyte contact (called &lt;i&gt;galvanic voltage&lt;/i&gt;) is very small, but enough to produce soft &quot;clicking&quot; sounds every time the leads make and break contact on the wet skin of your tongue. &lt;/p&gt;  &lt;a name=&quot;Impedance, definition&quot;&gt;&lt;/a&gt; &lt;a name=&quot;Z, symbol for impedance&quot;&gt;&lt;/a&gt;  &lt;p&gt;Try unplugged the headphone plug from the jack (receptacle) and similarly touching it to the end of your tongue. You should still hear soft clicking sounds, but they will be much smaller in amplitude. Headphone speakers are &quot;low impedance&quot; devices: they require low voltage and &quot;high&quot; current to deliver substantial sound power. Impedance is a measure of opposition to any and all forms of electric current, including alternating current (AC). Resistance, by comparison, is a strictly measure of opposition to &lt;i&gt;direct&lt;/i&gt; current (DC). Like resistance, impedance is measured in the unit of the Ohm (Ω), but it is symbolized in equations by the capital letter &quot;Z&quot; rather than the capital letter &quot;R&quot;. We use the term &quot;impedance&quot; to describe the headphone&#39;s opposition to current because it is primarily AC signals that headphones are normally subjected to, not DC. &lt;/p&gt;  &lt;a name=&quot;Inductive &quot; kickback=&quot;&quot;&gt;&lt;/a&gt; &lt;a name=&quot;Impedance matching&quot;&gt;&lt;/a&gt; &lt;a name=&quot;Maximum Power Transfer Theorem&quot;&gt;&lt;/a&gt;  &lt;p&gt;Most small signal sources have high internal impedances, some much higher than the nominal 8 Ω of the headphone speakers. This is a technical way of saying that they are incapable of supplying substantial amounts of current. As the Maximum Power Transfer Theorem predicts, maximum sound power will be delivered by the headphone speakers when their impedance is &quot;matched&quot; to the impedance of the voltage source. The transformer does this. The transformer also helps aid the detection of small DC signals by producing inductive &quot;kickback&quot; every time the test lead circuit is broken, thus &quot;amplifying&quot; the signal by magnetically storing up electrical energy and suddenly releasing it to the headphone speakers. &lt;/p&gt;  &lt;p&gt;I recommend building this detector in a permanent fashion (mounting all components inside of a box, and providing nice test lead wires) so it may be easily used in the future. Constructed as such, it might look something like this: &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05013.png&quot; /&gt; &lt;/p&gt;     &lt;br /&gt;&lt;br /&gt;    &lt;h2&gt;&lt;u&gt;&lt;a name=&quot;xtocid245712&quot;&gt;Potentiometric voltmeter&lt;/a&gt;&lt;/u&gt;&lt;/h2&gt;  &lt;a name=&quot;Experiment: Potentiometric voltmeter&quot;&gt;&lt;/a&gt;  &lt;p&gt; &lt;b&gt;PARTS AND MATERIALS&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;Two 6 volt batteries&lt;/li&gt;&lt;li&gt;One potentiometer, single turn, 10 kΩ, linear taper (Radio Shack catalog # 271-1715)&lt;/li&gt;&lt;li&gt;Two high-value resistors (at least 1 MΩ each)&lt;/li&gt;&lt;li&gt;Sensitive voltage detector (from previous experiment)&lt;/li&gt;&lt;li&gt;Analog voltmeter (from previous experiment)&lt;/li&gt;&lt;/ul&gt;  &lt;p&gt;The potentiometer value is not critical: anything from 1 kΩ to 100 kΩ is acceptable. If you have built the &quot;precision potentiometer&quot; described earlier in this chapter, it is recommended that you use it in this experiment. &lt;/p&gt;  &lt;p&gt;Likewise, the actual values of the resistors are not critical. In this particular experiment, the greater the value, the better the results. They need not be precisely equal value, either. &lt;/p&gt;  &lt;p&gt;If you have not yet built the sensitive voltage detector, it is recommended that you build one before proceeding with this experiment! It is a very useful, yet simple, piece of test equipment that you should not be without. You can use a digital multimeter set to the &quot;DC millivolt&quot; (DC mV) range in lieu of a voltage detector, but the headphone-based voltage detector is more appropriate because it demonstrates how you can make precise voltage measurements &lt;i&gt;without&lt;/i&gt; using expensive or advanced meter equipment. I recommend using your home-made multimeter for the same reason, although any voltmeter will suffice for this experiment. &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;CROSS-REFERENCES&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;i&gt;Lessons In Electric Circuits&lt;/i&gt;, Volume 1, chapter 8: &quot;DC Metering Circuits&quot; &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;LEARNING OBJECTIVES&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;Voltmeter loading: its causes and its solution&lt;/li&gt;&lt;li&gt;Using a potentiometer as a source of variable voltage&lt;/li&gt;&lt;li&gt;Potentiometric method of voltage measurement&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;SCHEMATIC DIAGRAM&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05168.png&quot; /&gt; &lt;/p&gt; &lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;ILLUSTRATION&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05169.png&quot; /&gt; &lt;/p&gt; &lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;INSTRUCTIONS&lt;/b&gt; &lt;/p&gt;  &lt;p&gt;Build the two-resistor voltage divider circuit shown on the left of the schematic diagram and of the illustration. If the two high-value resistors are of equal value, the battery&#39;s voltage should be split in half, with approximately 3 volts dropped across each resistor. &lt;/p&gt;  &lt;p&gt;Measure the battery voltage directly with a voltmeter, then measure each resistor&#39;s voltage drop. Do you notice anything unusual about the voltmeter&#39;s readings? Normally, series voltage drops add to equal the total applied voltage, but in this case you will notice a serious discrepancy. Is Kirchhoff&#39;s Voltage Law untrue? Is this an exception to one of the most fundamental laws of electric circuits? No! What is happening is this: when you connect a voltmeter across either resistor, the voltmeter itself &lt;i&gt;alters&lt;/i&gt; the circuit so that the voltage is not the same as with no meter connected. &lt;/p&gt;  &lt;p&gt; I like to use the analogy of an air pressure gauge used to check the pressure of a pneumatic tire. When a gauge is connected to the tire&#39;s fill valve, it releases some air out of the tire. This affects the pressure in the tire, and so the gauge reads a slightly lower pressure than what was in the tire before the gauge was connected. In other words, the act of measuring tire pressure &lt;i&gt;alters&lt;/i&gt; the tire&#39;s pressure. Hopefully, though, there is so little air released from the tire during the act of measurement that the reduction in pressure is negligible. Voltmeters similarly impact the voltage they measure, by bypassing some current around the component whose voltage drop is being measured. This affects the voltage drop, but the effect is so slight that you usually don&#39;t notice it. &lt;/p&gt;  &lt;p&gt;In this circuit, though, the effect is very pronounced. Why is this? Try replacing the two high-value resistors with two of 100 kΩ value each and repeat the experiment. Replace those resistors with two 10 KΩ units and repeat. What do you notice about the voltage readings with lower-value resistors? What does this tell you about voltmeter &quot;impact&quot; on a circuit in relation to that circuit&#39;s resistance? Replace any low-value resistors with the original, high-value (&gt;= 1 MΩ) resistors before proceeding. &lt;/p&gt;  &lt;p&gt;Try measuring voltage across the two high-value resistors -- one at a time -- with a digital voltmeter instead of an analog voltmeter. What do you notice about the digital meter&#39;s readings versus the analog meter&#39;s? Digital voltmeters typically have greater internal (probe-to-probe) resistance, meaning they draw less current than a comparable analog voltmeter when measuring the same voltage source. An ideal voltmeter would draw zero current from the circuit under test, and thus suffer no voltage &quot;impact&quot; problems. &lt;/p&gt;  &lt;p&gt;If you happen to have two voltmeters, try this: connect one voltmeter across one resistor, and the other voltmeter across the other resistor. The voltage readings you get will add up to the total voltage this time, no matter what the resistor values are, even though they&#39;re different from the readings obtained from a single meter used twice. Unfortunately, though, it is unlikely that the voltage readings obtained this way are equal to the true voltage drops with no meters connected, and so it is not a practical solution to the problem. &lt;/p&gt;  &lt;a name=&quot;Potentiometric voltmeter&quot;&gt;&lt;/a&gt; &lt;a name=&quot;Null-balance voltmeter&quot;&gt;&lt;/a&gt; &lt;a name=&quot;Null detector&quot;&gt;&lt;/a&gt; &lt;a name=&quot;Detector, null&quot;&gt;&lt;/a&gt;  &lt;p&gt;Is there any way to make a &quot;perfect&quot; voltmeter: one that has infinite resistance and draws no current from the circuit under test? Modern laboratory voltmeters approach this goal by using semiconductor &quot;amplifier&quot; circuits, but this method is too technologically advanced for the student or hobbyist to duplicate. A much simpler and much older technique is called the &lt;i&gt;potentiometric&lt;/i&gt; or &lt;i&gt;null-balance&lt;/i&gt; method. This involves using an adjustable voltage source to &quot;balance&quot; the measured voltage. When the two voltages are equal, as indicated by a very sensitive &lt;i&gt;null detector&lt;/i&gt;, the adjustable voltage source is measured with an ordinary voltmeter. Because the two voltage sources are equal to each other, measuring the adjustable source is the same as measuring across the test circuit, except that there is no &quot;impact&quot; error because the adjustable source provides any current needed by the voltmeter. Consequently, the circuit under test remains unaffected, allowing measurement of its true voltage drop. &lt;/p&gt;  &lt;p&gt; Examine the following schematic to see how the potentiometric voltmeter method is implemented: &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05170.png&quot; /&gt; &lt;/p&gt;   &lt;p&gt;The circle symbol with the word &quot;null&quot; written inside represents the null detector. This can be any arbitrarily sensitive meter movement or voltage indicator. Its sole purpose in this circuit is to indicate when there is &lt;i&gt;zero&lt;/i&gt; voltage: when the adjustable voltage source (potentiometer) is precisely equal to the voltage drop in the circuit under test. The more sensitive this null detector is, the more precisely the adjustable source may be adjusted to equal the voltage under test, and the more precisely that test voltage may be measured. &lt;/p&gt;  &lt;p&gt;Build this circuit as shown in the illustration and test its operation measuring the voltage drop across one of the high-value resistors in the test circuit. It may be easier to use a regular multimeter as a null detector at first, until you become familiar with the process of adjusting the potentiometer for a &quot;null&quot; indication, then reading the voltmeter connected across the potentiometer. &lt;/p&gt;  &lt;p&gt;If you are using the headphone-based voltage detector as your null meter, you will need to intermittently make and break contact with the circuit under test and listen for &quot;clicking&quot; sounds. Do this by firmly securing one of the test probes to the test circuit and momentarily touching the other test probe to the other point in the test circuit again and again, listening for sounds in the headphones indicating a difference of voltage between the test circuit and the potentiometer. Adjust the potentiometer until no clicking sounds can be heard from the headphones. This indicates a &quot;null&quot; or &quot;balanced&quot; condition, and you may read the voltmeter indication to see how much voltage is dropped across the test circuit resistor. Unfortunately, the headphone-based null detector provides no indication of whether the potentiometer voltage is &lt;i&gt;greater than&lt;/i&gt;, or &lt;i&gt;less than&lt;/i&gt; the test circuit voltage, so you will have to listen for &lt;i&gt;decreasing&lt;/i&gt; &quot;click&quot; intensity while turning the potentiometer to determine if you need to adjust the voltage higher or lower. &lt;/p&gt;  &lt;p&gt; You may find that a single-turn (&quot;3/4 turn&quot;) potentiometer is too coarse of an adjustment device to accurately &quot;null&quot; the measurement circuit. A multi-turn potentiometer may be used instead of the single-turn unit for greater adjustment precision, or the &quot;precision potentiometer&quot; circuit described in an earlier experiment may be used. &lt;/p&gt;  &lt;p&gt; Prior to the advent of amplified voltmeter technology, the potentiometric method was the &lt;i&gt;only&lt;/i&gt; method for making highly accurate voltage measurements. Even now, electrical standards laboratories make use of this technique along with the latest meter technology to minimize meter &quot;impact&quot; errors and maximize measurement accuracy. Although the potentiometric method requires more skill to use than simply connecting a modern digital voltmeter across a component, and is considered obsolete for all but the most precise measurement applications, it is still a valuable learning process for the new student of electronics, and a useful technique for the hobbyist who may lack expensive instrumentation in their home laboratory. &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;COMPUTER SIMULATION&lt;/b&gt; &lt;/p&gt;   &lt;p&gt; &lt;u&gt;Schematic with SPICE node numbers:&lt;/u&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05171.png&quot; /&gt; &lt;/p&gt; &lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;u&gt;Netlist (make a text file containing the following text, verbatim):&lt;/u&gt; &lt;/p&gt;  &lt;pre&gt;Potentiometric voltmeter&lt;br /&gt;v1 1 0 dc 6&lt;br /&gt;v2 3 0&lt;br /&gt;r1 1 2 1meg&lt;br /&gt;r2 2 0 1meg&lt;br /&gt;rnull 2 3 10k&lt;br /&gt;rmeter 3 0 50k&lt;br /&gt;.dc v2 0 6 0.5&lt;br /&gt;.print dc v(2,0) v(2,3) v(3,0)&lt;br /&gt;.end&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; This SPICE simulation shows the actual voltage across R&lt;sub&gt;2&lt;/sub&gt; of the test circuit, the null detector&#39;s voltage, and the voltage across the adjustable voltage source, as that source is adjusted from 0 volts to 6 volts in 0.5 volt steps. In the output of this simulation, you will notice that the voltage across R&lt;sub&gt;2&lt;/sub&gt; &lt;i&gt;is&lt;/i&gt; impacted significantly when the measurement circuit is unbalanced, returning to its true voltage only when there is practically zero voltage across the null detector. At that point, of course, the adjustable voltage source is at a value of 3.000 volts: precisely equal to the (unaffected) test circuit voltage drop. &lt;/p&gt;  &lt;p&gt; What is the lesson to be learned from this simulation?  That a potentiometric voltmeter avoids impacting the test circuit &lt;i&gt;only&lt;/i&gt; when it is in a condition of perfect balance (&quot;null&quot;) with the test circuit! &lt;/p&gt;     &lt;br /&gt;&lt;br /&gt;     &lt;h2&gt;&lt;u&gt;&lt;a name=&quot;xtocid245713&quot;&gt;4-wire resistance measurement&lt;/a&gt;&lt;/u&gt;&lt;/h2&gt;  &lt;a name=&quot;Experiment: 4-wire resistance measurement&quot;&gt;&lt;/a&gt;  &lt;p&gt; &lt;b&gt;PARTS AND MATERIALS&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;6-volt battery&lt;/li&gt;&lt;li&gt;Electromagnet made from experiment in previous chapter, or a large spool of wire&lt;/li&gt;&lt;/ul&gt;  &lt;p&gt;It would be ideal in this experiment to have two meters: one voltmeter and one ammeter. For experimenters on a budget, this may not be possible. Whatever ammeter is used should be capable measuring at least a few amps of current. A 6-volt &quot;lantern&quot; battery essentially short-circuited by a long piece of wire may produce currents of this magnitude, and your ammeter needs to be capable of measuring it without blowing a fuse or sustaining other damage. Make sure the highest current range on the meter is at least 5 amps! &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;CROSS-REFERENCES&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;i&gt;Lessons In Electric Circuits&lt;/i&gt;, Volume 1, chapter 8: &quot;DC Metering Circuits&quot; &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;LEARNING OBJECTIVES&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;Operating principle of Kelvin (4-wire) resistance measurement&lt;/li&gt;&lt;li&gt;How to measure low resistances with common test equipment&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;SCHEMATIC DIAGRAM&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05277.png&quot; /&gt; &lt;/p&gt; &lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;ILLUSTRATION&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05278.png&quot; /&gt; &lt;/p&gt; &lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;INSTRUCTIONS&lt;/b&gt; &lt;/p&gt;  &lt;p&gt;Although this experiment is best performed with two meters, and indeed is shown as such in the schematic diagram and illustration, one multimeter is sufficient. &lt;/p&gt;  &lt;a name=&quot;Megger&quot;&gt;&lt;/a&gt;  &lt;p&gt; Most ohmmeters operate on the principle of applying a small voltage across an unknown resistance (R&lt;sub&gt;unknown&lt;/sub&gt;) and inferring resistance from the amount of current drawn by it.  Except in special cases such as the &lt;i&gt;megger&lt;/i&gt;, both the voltage and current quantities employed by the meter are quite small. &lt;/p&gt;  &lt;p&gt;This presents a problem for measurement of low resistances, as a low resistance specimen may be of much smaller resistance value than the meter circuitry itself. Imagine trying to measure the diameter of a cotton thread with a yardstick, or measuring the weight of a coin with a scale built for weighing freight trucks, and you will appreciate the problem at hand. &lt;/p&gt;  &lt;p&gt;One of the many sources of error in measuring small resistances with an ordinary ohmmeter is the resistance of the ohmmeter&#39;s own test leads. Being part of the measurement circuit, the test leads may contain more resistance than the resistance of the test specimen, incurring significant measurement error by their presence: &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05279.png&quot; /&gt; &lt;/p&gt;   &lt;p&gt; One solution is called the &lt;i&gt;Kelvin&lt;/i&gt;, or &lt;i&gt;4-wire&lt;/i&gt;, resistance measurement method. It involves the use of an ammeter and voltmeter, determining specimen resistance by Ohm&#39;s Law calculation. A current is passed through the unknown resistance and measured. The voltage dropped across the resistance is measured by the voltmeter, and resistance calculated using Ohm&#39;s Law (R=E/I). Very small resistances may be measured easily by using large current, providing a more easily measured voltage drop from which to infer resistance than if a small current were used. &lt;/p&gt;  &lt;p&gt;Because only the voltage dropped by the unknown resistance is factored into the calculation -- not the voltage dropped across the ammeter&#39;s test leads or any other connecting wires carrying the main current -- errors otherwise caused by these stray resistances are completely eliminated. &lt;/p&gt;  &lt;p&gt;First, select a suitably low resistance specimen to use in this experiment. I suggest the electromagnet coil specified in the last chapter, or a spool of wire where both ends may be accessed. Connect a 6-volt battery to this specimen, with an ammeter connected in series. &lt;b&gt;WARNING:&lt;/b&gt; the ammeter used should be capable of measuring at least 5 amps of current, so that it will not be damaged by the (possibly) high current generated in this near-short circuit condition. If you have a second meter, use it to measure voltage across the specimen&#39;s connection points, as shown in the illustration, and record both meters&#39; indications. &lt;/p&gt;  &lt;p&gt;If you have only one meter, use it to measure current first, recording its indication as quickly as possible, then immediately opening (breaking) the circuit. Switch the meter to its voltage mode, connect it across the specimen&#39;s connection points, and re-connect the battery, quickly noting the voltage indication. You don&#39;t want to leave the battery connected to the specimen for any longer than necessary for obtaining meter measurements, as it will begin to rapidly discharge due to the high circuit current, thus compromising measurement accuracy when the meter is re-configured and the circuit closed once more for the next measurement. When two meters are used, this is not as significant an issue, because the current and voltage indications may be recorded &lt;i&gt;simultaneously&lt;/i&gt;. &lt;/p&gt;  &lt;p&gt; Take the voltage measurement and divide it by the current measurement. The quotient will be equal to the specimen&#39;s resistance in ohms. &lt;/p&gt;      &lt;br /&gt;&lt;br /&gt;    &lt;h2&gt;&lt;u&gt;&lt;a name=&quot;xtocid245714&quot;&gt;A very simple computer&lt;/a&gt;&lt;/u&gt;&lt;/h2&gt;  &lt;a name=&quot;Experiment: Voltage averager&quot;&gt;&lt;/a&gt;  &lt;p&gt; &lt;b&gt;PARTS AND MATERIALS&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;Three batteries, each one with a different voltage&lt;/li&gt;&lt;li&gt;Three equal-value resistors, between 10 kΩ and 47 kΩ each&lt;/li&gt;&lt;/ul&gt;  &lt;p&gt;When selecting resistors, measure each one with an ohmmeter and choose three that are the closest in value to each other. Precision is very important for this experiment! &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;CROSS-REFERENCES&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;i&gt;Lessons In Electric Circuits&lt;/i&gt;, Volume 1, chapter 10: &quot;DC Network Analysis&quot; &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;LEARNING OBJECTIVES&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;How a resistor network can function as a voltage signal averager&lt;/li&gt;&lt;li&gt;Application of Millman&#39;s Theorem&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;SCHEMATIC DIAGRAM&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05115.png&quot; /&gt; &lt;/p&gt; &lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;ILLUSTRATION&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05116.png&quot; /&gt; &lt;/p&gt;   &lt;p&gt;  &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05117.png&quot; /&gt; &lt;/p&gt; &lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;INSTRUCTIONS&lt;/b&gt; &lt;/p&gt;  &lt;a name=&quot;Computer, analog&quot;&gt;&lt;/a&gt; &lt;a name=&quot;Analog computer&quot;&gt;&lt;/a&gt;  &lt;p&gt; This deceptively crude circuit performs the function of mathematically &lt;i&gt;averaging&lt;/i&gt; three voltage signals together, and so fulfills a specialized computational role. In other words, it is a computer that can only do one mathematical operation: averaging three quantities together. &lt;/p&gt;  &lt;p&gt;Build this circuit as shown and measure all battery voltages with a voltmeter. Write these voltage figures on paper and average them together (E&lt;sub&gt;1&lt;/sub&gt; + E&lt;sub&gt;2&lt;/sub&gt; + E&lt;sub&gt;3&lt;/sub&gt;, divided by three). When you measure each battery voltage, keep the black test probe connected to the &quot;ground&quot; point (the side of the battery directly joined to the other batteries by jumper wires), and touch the red probe to the other battery terminal. Polarity is important here! You will notice one battery in the schematic diagram connected &quot;backward&quot; to the other two, negative side &quot;up.&quot; This battery&#39;s voltage should read as a negative quantity when measured by a properly connected digital meter, the other batteries measuring positive. &lt;/p&gt;  &lt;p&gt;When the voltmeter is connected to the circuit at the point shown in the schematic and illustrations, it should register the algebraic average of the three batteries&#39; voltages. If the resistor values are chosen to match each other very closely, the &quot;output&quot; voltage of this circuit should match the calculated average very closely as well. &lt;/p&gt;  &lt;p&gt;If one battery is disconnected, the output voltage will equal the average voltage of the remaining batteries. If the jumper wires formerly connecting the removed battery to the averager circuit are connected to each other, the circuit will average the two remaining voltages together with 0 volts, producing a smaller output signal: &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05118.png&quot; /&gt; &lt;/p&gt;   &lt;p&gt;The sheer simplicity of this circuit deters most people from calling it a &quot;computer,&quot; but it undeniably performs the mathematical function of averaging. Not only does it perform this function, but it performs it much faster than any modern digital computer can! Digital computers, such as personal computers (PCs) and pushbutton calculators, perform mathematical operations in a series of discrete steps. Analog computers perform calculations in continuous fashion, exploiting Ohm&#39;s and Kirchhoff&#39;s Laws for an arithmetic purpose, the &quot;answer&quot; computed as fast as voltage propagates through the circuit (ideally, at the speed of light!). &lt;/p&gt;  &lt;a name=&quot;Amplifier circuit&quot;&gt;&lt;/a&gt;  &lt;p&gt; With the addition of circuits called &lt;i&gt;amplifiers&lt;/i&gt;, voltage signals in analog computer networks may be boosted and re-used in other networks to perform a wide variety of mathematical functions. Such analog computers excel at performing the calculus operations of numerical differentiation and integration, and as such may be used to simulate the behavior of complex mechanical, electrical, and even chemical systems. At one time, analog computers were the ultimate tool for engineering research, but since then have been largely supplanted by digital computer technology. Digital computers enjoy the advantage of performing mathematical operations with much better precision than analog computers, albeit at much slower theoretical speeds. &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;COMPUTER SIMULATION&lt;/b&gt; &lt;/p&gt;   &lt;p&gt; &lt;u&gt;Schematic with SPICE node numbers:&lt;/u&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05119.png&quot; /&gt; &lt;/p&gt; &lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;u&gt;Netlist (make a text file containing the following text, verbatim):&lt;/u&gt; &lt;/p&gt;  &lt;pre&gt;Voltage averager&lt;br /&gt;v1 1 0&lt;br /&gt;v2 0 2 dc 9&lt;br /&gt;v3 3 0 dc 1.5&lt;br /&gt;r1 1 4 10k&lt;br /&gt;r2 2 4 10k&lt;br /&gt;r3 3 4 10k&lt;br /&gt;.dc v1 6 6 1&lt;br /&gt;.print dc v(4,0)&lt;br /&gt;.end&lt;br /&gt;&lt;/pre&gt;  &lt;p&gt;With this SPICE netlist, we can force a digital computer to simulate and analog computer, which averages three numbers together. Obviously, we aren&#39;t doing this for the practical task of averaging numbers, but rather to learn more about circuits and more about computer simulation of circuits! &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;   &lt;br /&gt;&lt;br /&gt;    &lt;h2&gt;&lt;u&gt;&lt;a name=&quot;xtocid245715&quot;&gt;Potato battery&lt;/a&gt;&lt;/u&gt;&lt;/h2&gt;  &lt;a name=&quot;Experiment: Potato battery&quot;&gt;&lt;/a&gt;  &lt;p&gt; &lt;b&gt;PARTS AND MATERIALS&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;One large potato&lt;/li&gt;&lt;li&gt;One lemon (optional)&lt;/li&gt;&lt;li&gt;Strip of zinc, or galvanized metal&lt;/li&gt;&lt;li&gt;Piece of thick copper wire&lt;/li&gt;&lt;/ul&gt;  &lt;p&gt; The basic experiment is based on the use of a potato, but many fruits and vegetables work as potential batteries! &lt;/p&gt;  &lt;p&gt;For the zinc electrode, a large galvanized nail works well. Nails with a thick, rough zinc texture are preferable to galvanized nails that are smooth. &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;CROSS-REFERENCES&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;i&gt;Lessons In Electric Circuits&lt;/i&gt;, Volume 1, chapter 11: &quot;Batteries and Power Systems&quot; &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;LEARNING OBJECTIVES&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;The importance of chemical activity in battery operation&lt;/li&gt;&lt;li&gt;How electrode surface area affects battery operation&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;ILLUSTRATION&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05167.png&quot; /&gt; &lt;/p&gt; &lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;INSTRUCTIONS&lt;/b&gt; &lt;/p&gt;  &lt;p&gt;Push both the nail and the wire deep into the potato. Measure voltage output by the potato battery with a voltmeter. Now, wasn&#39;t that easy? &lt;/p&gt;  &lt;p&gt;Seriously, though, experiment with different metals, electrode depths, and electrode spacings to obtain the greatest voltage possible from the potato. Try other vegetables or fruits and compare voltage output with the same electrode metals. &lt;/p&gt;  &lt;p&gt;It can be difficult to power a load with a single &quot;potato&quot; battery, so don&#39;t expect to light up an incandescent lamp or power a hobby motor or do anything like that. Even if the voltage output is adequate, a potato battery has a fairly high internal resistance which causes its voltage to &quot;sag&quot; badly under even a light load. With multiple potato batteries connected in series, parallel, or series-parallel arrangement, though, it is possible to obtain enough voltage and current capacity to power a small load. &lt;/p&gt;     &lt;br /&gt;&lt;br /&gt;    &lt;h2&gt;&lt;u&gt;&lt;a name=&quot;xtocid245716&quot;&gt;Capacitor charging and discharging&lt;/a&gt;&lt;/u&gt;&lt;/h2&gt;  &lt;a name=&quot;Experiment: Capacitor charging and discharging&quot;&gt;&lt;/a&gt;  &lt;p&gt; &lt;b&gt;PARTS AND MATERIALS&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;6 volt battery&lt;/li&gt;&lt;li&gt;Two large electrolytic capacitors, 1000 µF minimum (Radio Shack catalog # 272-1019, 272-1032, or equivalent)&lt;/li&gt;&lt;li&gt;Two 1 kΩ resistors&lt;/li&gt;&lt;li&gt;One toggle switch, SPST (&quot;Single-Pole, Single-Throw&quot;)&lt;/li&gt;&lt;/ul&gt;  &lt;p&gt;Large-value capacitors are required for this experiment to produce time constants slow enough to track with a voltmeter and stopwatch. Be warned that most large capacitors are of the &quot;electrolytic&quot; type, and they are &lt;i&gt;polarity sensitive&lt;/i&gt;! One terminal of each capacitor should be marked with a definite polarity sign. Usually capacitors of the size specified have a negative (-) marking or series of negative markings pointing toward the negative terminal. Very large capacitors are often polarity-labeled by a positive (+) marking next to one terminal. Failure to heed proper polarity will almost surely result in capacitor failure, even with a source voltage as low as 6 volts. When electrolytic capacitors fail, they typically &lt;b&gt;explode&lt;/b&gt;, spewing caustic chemicals and emitting foul odors.  Please, try to avoid this! &lt;/p&gt;  &lt;p&gt; I recommend a household light switch for the &quot;SPST toggle switch&quot; specified in the parts list. &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;CROSS-REFERENCES&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;i&gt;Lessons In Electric Circuits&lt;/i&gt;, Volume 1, chapter 13: &quot;Capacitors&quot; &lt;/p&gt;  &lt;p&gt; &lt;i&gt;Lessons In Electric Circuits&lt;/i&gt;, Volume 1, chapter 16: &quot;RC and L/R Time Constants&quot; &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;LEARNING OBJECTIVES&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;Capacitor charging action&lt;/li&gt;&lt;li&gt;Capacitor discharging action&lt;/li&gt;&lt;li&gt;Time constant calculation&lt;/li&gt;&lt;li&gt;Series and parallel capacitance&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;SCHEMATIC DIAGRAM&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05172.png&quot; /&gt; &lt;/p&gt; &lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;ILLUSTRATION&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05173.png&quot; /&gt; &lt;/p&gt;   &lt;p&gt;  &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05174.png&quot; /&gt; &lt;/p&gt; &lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;INSTRUCTIONS&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; Build the &quot;charging&quot; circuit and measure voltage across the capacitor when the switch is closed. Notice how it increases slowly over time, rather than suddenly as would be the case with a resistor. You can &quot;reset&quot; the capacitor back to a voltage of zero by shorting across its terminals with a piece of wire. &lt;/p&gt;  &lt;a name=&quot;Time constant&quot;&gt;&lt;/a&gt;  &lt;p&gt;The &quot;time constant&quot; (τ) of a resistor capacitor circuit is calculated by taking the circuit resistance and multiplying it by the circuit capacitance. For a 1 kΩ resistor and a 1000 µF capacitor, the time constant should be 1 second. This is the amount of time it takes for the capacitor voltage to increase approximately 63.2% from its present value to its final value: the voltage of the battery. &lt;/p&gt;  &lt;p&gt;It is educational to plot the voltage of a charging capacitor over time on a sheet of graph paper, to see how the inverse exponential curve develops. In order to plot the action of this circuit, though, we must find a way of slowing it down. A one-second time constant doesn&#39;t provide much time to take voltmeter readings! &lt;/p&gt;  &lt;p&gt;We can increase this circuit&#39;s time constant two different ways: changing the total circuit resistance, and/or changing the total circuit capacitance. Given a pair of identical resistors and a pair of identical capacitors, experiment with various series and parallel combinations to obtain the slowest charging action. You should already know by now how multiple resistors need to be connected to form a greater total resistance, but what about capacitors? This circuit will demonstrate to you how capacitance changes with series and parallel capacitor connections. Just be sure that you insert the capacitor(s) in the proper direction: with the ends labeled negative (-) electrically &quot;closest&quot; to the battery&#39;s negative terminal! &lt;/p&gt;  &lt;p&gt;The discharging circuit provides the same kind of changing capacitor voltage, except this time the voltage jumps to full battery voltage when the switch closes and slowly falls when the switch is opened. Experiment once again with different combinations of resistors and capacitors, making sure as always that the capacitor&#39;s polarity is correct. &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;COMPUTER SIMULATION&lt;/b&gt; &lt;/p&gt;   &lt;p&gt; &lt;u&gt;Schematic with SPICE node numbers:&lt;/u&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05175.png&quot; /&gt; &lt;/p&gt; &lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;u&gt;Netlist (make a text file containing the following text, verbatim):&lt;/u&gt; &lt;/p&gt;  &lt;pre&gt;Capacitor charging circuit&lt;br /&gt;v1 1 0 dc 6&lt;br /&gt;r1 1 2 1k&lt;br /&gt;c1 2 0 1000u ic=0&lt;br /&gt;.tran 0.1 5 uic&lt;br /&gt;.plot tran v(2,0)&lt;br /&gt;.end&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;   &lt;br /&gt;&lt;br /&gt;    &lt;h2&gt;&lt;u&gt;&lt;a name=&quot;xtocid245717&quot;&gt;Rate-of-change indicator&lt;/a&gt;&lt;/u&gt;&lt;/h2&gt;  &lt;a name=&quot;Experiment: Rate-of-change indicator&quot;&gt;&lt;/a&gt;  &lt;p&gt; &lt;b&gt;PARTS AND MATERIALS&lt;/b&gt; &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;Two 6 volt batteries&lt;/li&gt;&lt;li&gt;Capacitor, 0.1 µF (Radio Shack catalog # 272-135)&lt;/li&gt;&lt;li&gt;1 MΩ resistor&lt;/li&gt;&lt;li&gt;Potentiometer, single turn, 5 kΩ, linear taper (Radio Shack catalog # 271-1714)&lt;/li&gt;&lt;/ul&gt;  &lt;p&gt;The potentiometer value is not especially critical, although lower-resistance units will, in theory, work better for this experiment than high-resistance units. I&#39;ve used a 10 kΩ potentiometer for this circuit with excellent results. &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;CROSS-REFERENCES&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;i&gt;Lessons In Electric Circuits&lt;/i&gt;, Volume 1, chapter 13: &quot;Capacitors&quot; &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;LEARNING OBJECTIVES&lt;/b&gt;  &lt;/p&gt;&lt;ul&gt;&lt;li&gt;How to build a differentiator circuit&lt;/li&gt;&lt;li&gt;Obtain an empirical understanding of the &lt;i&gt;derivative&lt;/i&gt; calculus function&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;SCHEMATIC DIAGRAM&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05229.png&quot; /&gt; &lt;/p&gt; &lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;ILLUSTRATION&lt;/b&gt; &lt;/p&gt;  &lt;p&gt; &lt;img src=&quot;http://www.ibiblio.org/kuphaldt/electricCircuits/Exper/05230.png&quot; /&gt; &lt;/p&gt; &lt;br /&gt;&lt;br /&gt;&lt;p&gt; &lt;b&gt;INSTRUCTIONS&lt;/b&gt; &lt;/p&gt;  &lt;p&gt;Measure voltage between the potentiometer&#39;s wiper terminal and the &quot;ground&quot; point shown in the schematic diagram (the negative terminal of the lower 6-volt battery). This is the input voltage for the circuit, and you can see how it smoothly varies between zero and 12 volts as the potentiometer control is turned full-range. Since the potentiometer is used here as a voltage divider, this behavior should be unsurprising to you. &lt;/p&gt;  &lt;p&gt;Now, measure voltage across the 1 MΩ resistor while moving the potentiometer control. A digital voltmeter is highly recommended, and I advise setting it to a very sensitive (millivolt) range to obtain the strongest indications. What does the voltmeter indicate while the potentiometer is &lt;i&gt;not&lt;/i&gt; being moved? Turn the potentiometer slowly clockwise and note the voltmeter&#39;s indication. Turn the potentiometer slowly counter-clockwise and note the voltmeter&#39;s indication. What difference do you see between the two different directions of potentiometer control motion? &lt;/p&gt;  &lt;p&gt;Try moving the potentiometer in such a way that the voltmeter gives a steady, small indication. What kind of potentiometer motion provides the &lt;i&gt;steadiest&lt;/i&gt; voltage across the 1 MΩ resistor? &lt;/p&gt;  &lt;a name=&quot;Calculus&quot;&gt;&lt;/a&gt; &lt;a name=&quot;Differentiation, calculus&quot;&gt;&lt;/a&gt; &lt;a name=&quot;Derivative, calculus&quot;&gt;&lt;/a&gt;  &lt;p&gt; In calculus, a function representing the rate of change of one variable as compared to another is called the &lt;i&gt;derivative&lt;/i&gt;. This simple circuit illustrates the concept of the derivative by producing an output voltage proportional to the input voltage&#39;s &lt;i&gt;rate of change over time&lt;/i&gt;. Because this circuit performs the calculus function of differentiation with respect to time (outputting the time-derivative of an incoming signal), it is called a &lt;i&gt;differentiator&lt;/i&gt; circuit. &lt;/p&gt;  &lt;a name=&quot;Computer, analog&quot;&gt;&lt;/a&gt; &lt;a name=&quot;Analog computer&quot;&gt;&lt;/a&gt;  &lt;p&gt; Like the &lt;i&gt;averager&lt;/i&gt; circuit shown earlier in this chapter, the differentiator circuit is a kind of analog computer. Differentiation is a far more complex mathematical function than averaging, especially when implemented in a digital computer, so this circuit is an excellent demonstration of the elegance of analog circuitry in performing mathematical computations. &lt;/p&gt;  &lt;p&gt; More accurate differentiator circuits may be built by combining resistor-capacitor networks with electronic &lt;i&gt;amplifier&lt;/i&gt; circuits. For more detail on computational circuitry, go to the &quot;Analog Integrated Circuits&quot; chapter in this Experiments volume. &lt;/p&gt;&lt;/span&gt;</content><link rel='replies' type='application/atom+xml' href='http://electric-circuit.blogspot.com/feeds/2379182020663220573/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/1619153610255502548/2379182020663220573' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1619153610255502548/posts/default/2379182020663220573'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1619153610255502548/posts/default/2379182020663220573'/><link rel='alternate' type='text/html' href='http://electric-circuit.blogspot.com/2008/08/dc-circuits.html' title='DC CIRCUITS'/><author><name>admin</name><uri>http://www.blogger.com/profile/04147612320152380794</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry></feed>