Copyright 2013, 2010, 2007, Pearson, Education, Inc. Section 3.7 Switching Circuits
Copyright 2013, 2010, 2007, Pearson, Education, Inc. What You Will Learn Switching circuits 3.7-2
Copyright 2013, 2010, 2007, Pearson, Education, Inc. Electrical Circuits Electrical circuits can be expressed as logical statements. T (true) represents a closed switch (or current flow). F (false) represents an open switch (or no current flow). In a series circuit the current can take only one path. In a parallel circuit there are two or more paths the current can take
Copyright 2013, 2010, 2007, Pearson, Education, Inc. Series Circuit Case 1: Both switches are closed; that is, p is T and q is T. The light is on, T. Case 2: Switch p is closed and switch q is open; that is, p is T and q is F. The light is off, F
Copyright 2013, 2010, 2007, Pearson, Education, Inc. Series Circuit Case 3: Switch p is open and switch q is closed; that is, p is F and q is T. The light is off, F. Case 4: Both switches are open; that is, p is F and q is F. The light is off, F
Copyright 2013, 2010, 2007, Pearson, Education, Inc. Series Circuit Switches in series will always be represented with a conjunction ⋀. In summary, 3.7-6
Copyright 2013, 2010, 2007, Pearson, Education, Inc. Parallel Circuit Case 1: Both switches are closed; that is, p is T and q is T. The light is on, T. Case 2: Switch p is closed and switch q is open; that is, p is T and q is F. The light is on, T
Copyright 2013, 2010, 2007, Pearson, Education, Inc. Parallel Circuit Case 3: Switch p is open and switch q is closed; that is, p is F and q is T. The light is on, T. Case 4: Both switches are open; that is, p is F and q is F. The light is off, F
Copyright 2013, 2010, 2007, Pearson, Education, Inc. Parallel Circuit Switches in parallel will always be represented with a disjunction ⋁. In summary, 3.7-9
Copyright 2013, 2010, 2007, Pearson, Education, Inc. Example 2: Representing a Switching Circuit with Symbolic Statements a.Write a symbolic statement that represents the circuit
Copyright 2013, 2010, 2007, Pearson, Education, Inc. p and q are in parallel: p ⋁ q q and r are in series: q ⋀ r together we get: (p ⋀ q) ⋁ (q ⋀ r) Example 2: Representing a Switching Circuit with Symbolic Statements Solution
Copyright 2013, 2010, 2007, Pearson, Education, Inc. Example 2: Representing a Switching Circuit with Symbolic Statements b.Construct a truth table to determine when the light will be on
Copyright 2013, 2010, 2007, Pearson, Education, Inc. Example 2: Representing a Switching Circuit with Symbolic Statements Solution
Copyright 2013, 2010, 2007, Pearson, Education, Inc. Example 3: Representing a Symbolic Statement as a Switching Circuit Draw a switching circuit that represents [(p ⋀ ~q) ⋁ (r ⋁ q)] ⋀ s. Solution
Copyright 2013, 2010, 2007, Pearson, Education, Inc. Equivalent Circuits Equivalent circuits are two circuits that have equivalent corresponding symbolic statements
Copyright 2013, 2010, 2007, Pearson, Education, Inc. Equivalent Circuits Sometimes two circuits that look very different will actually have the exact same conditions under which the light will be on. The truth tables have identical answer columns
Copyright 2013, 2010, 2007, Pearson, Education, Inc. Example 4: Are the Circuits Equivalent? Determine whether the two circuits are equivalent
Copyright 2013, 2010, 2007, Pearson, Education, Inc. Example 4: Are the Circuits Equivalent? p ⋁ (q ⋀ r) (p ⋁ q) ⋀ (p ⋁ r) Solution
Copyright 2013, 2010, 2007, Pearson, Education, Inc. Example 4: Are the Circuits Equivalent? The answer columns are identical. Solution
Copyright 2013, 2010, 2007, Pearson, Education, Inc. Example 4: Are the Circuits Equivalent? Therefore, p ⋁ (q ⋀ r) is equivalent to (p ⋁ q) ⋀ (p ⋁ r) and the two circuits are equivalent. Solution