Section 3.7 Switching Circuits

20
Copyright 2013, 2010, 2007, Pearson, Education, Inc. Section 3.7 Switching Circuits

description

Section 3.7 Switching Circuits. What You Will Learn. Switching circuits. 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). - PowerPoint PPT Presentation

Transcript of Section 3.7 Switching Circuits

Page 1: Section 3.7 Switching Circuits

Copyright 2013, 2010, 2007, Pearson, Education, Inc.

Section 3.7

Switching Circuits

Page 2: Section 3.7 Switching Circuits

Copyright 2013, 2010, 2007, Pearson, Education, Inc.

What You Will Learn

Switching circuits

3.7-2

Page 3: Section 3.7 Switching Circuits

Copyright 2013, 2010, 2007, Pearson, Education, Inc.

Electrical CircuitsElectrical 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.

3.7-3

Page 4: Section 3.7 Switching Circuits

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.

3.7-4

Page 5: Section 3.7 Switching Circuits

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.

3.7-5

Page 6: Section 3.7 Switching Circuits

Copyright 2013, 2010, 2007, Pearson, Education, Inc.

Series Circuit

Switches in series will always be represented with a conjunction . ⋀In summary,

3.7-6

Page 7: Section 3.7 Switching Circuits

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.

3.7-7

Page 8: Section 3.7 Switching Circuits

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.

3.7-8

Page 9: Section 3.7 Switching Circuits

Copyright 2013, 2010, 2007, Pearson, Education, Inc.

Parallel Circuit

Switches in parallel will always be represented with a disjunction .⋁In summary,

3.7-9

Page 10: Section 3.7 Switching Circuits

Copyright 2013, 2010, 2007, Pearson, Education, Inc.

Example 2: Representing a Switching Circuit with Symbolic Statementsa. Write a symbolic statement that represents the circuit.

3.7-10

Page 11: Section 3.7 Switching Circuits

Copyright 2013, 2010, 2007, Pearson, Education, Inc.

p and q are in parallel: p ⋁ q q and r are in series: q ⋀ rtogether we get: (p q⋀ ) ⋁ (q ⋀ r)

Example 2: Representing a Switching Circuit with Symbolic StatementsSolution

3.7-11

Page 12: Section 3.7 Switching Circuits

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.

3.7-12

Page 13: Section 3.7 Switching Circuits

Copyright 2013, 2010, 2007, Pearson, Education, Inc.

Example 2: Representing a Switching Circuit with Symbolic StatementsSolution

3.7-13

Page 14: Section 3.7 Switching Circuits

Copyright 2013, 2010, 2007, Pearson, Education, Inc.

Example 3: Representing a Symbolic Statement as a Switching CircuitDraw a switching circuit that represents

[(p ~⋀ q) (⋁ r ⋁ q)] ⋀s.

Solution

3.7-14

Page 15: Section 3.7 Switching Circuits

Copyright 2013, 2010, 2007, Pearson, Education, Inc.

Equivalent Circuits

Equivalent circuits are two circuits that have equivalent corresponding symbolic statements.

3.7-15

Page 16: Section 3.7 Switching Circuits

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.

3.7-16

Page 17: Section 3.7 Switching Circuits

Copyright 2013, 2010, 2007, Pearson, Education, Inc.

Example 4: Are the Circuits Equivalent?Determine whether the two circuits are equivalent.

3.7-17

Page 18: Section 3.7 Switching Circuits

Copyright 2013, 2010, 2007, Pearson, Education, Inc.

Example 4: Are the Circuits Equivalent?

p (⋁ q ⋀ r)

(p ⋁ q) (⋀ p ⋁ r)

Solution

3.7-18

Page 19: Section 3.7 Switching Circuits

Copyright 2013, 2010, 2007, Pearson, Education, Inc.

Example 4: Are the Circuits Equivalent?

The answer columns are identical.

Solution

3.7-19

Page 20: Section 3.7 Switching Circuits

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

3.7-20