A Survey of Mathematics with Applications

Slides:



Advertisements
Similar presentations
Section 14.1 Intro to Graph Theory. Beginnings of Graph Theory Euler’s Konigsberg Bridge Problem (18 th c.)  Can one walk through town and cross all.
Advertisements

AMDM UNIT 7: Networks and Graphs
Excursions in Modern Mathematics, 7e: Copyright © 2010 Pearson Education, Inc. 5 The Mathematics of Getting Around 5.1Euler Circuit Problems 5.2What.
Homework collection Thursday 3/29 Read Pages 160 – 174 Page 185: 1, 3, 6, 7, 8, 9, 12 a-f, 15 – 20.
4/17/2017 Section 8.5 Euler & Hamilton Paths ch8.5.
Euler and Hamilton Paths
Chapter 15 Graph Theory © 2008 Pearson Addison-Wesley.
Math for Liberal Studies.  Here is a map of the parking meters in a small neighborhood  Our goal is to start at an intersection, check the meters, and.
Euler Paths and Circuits. The original problem A resident of Konigsberg wrote to Leonard Euler saying that a popular pastime for couples was to try.
Discrete Math Round, Round, Get Around… I Get Around Mathematics of Getting Around.
Chapter 15 Graph Theory © 2008 Pearson Addison-Wesley.
Slide 14-1 Copyright © 2005 Pearson Education, Inc. SEVENTH EDITION and EXPANDED SEVENTH EDITION.
1 Excursions in Modern Mathematics Sixth Edition Peter Tannenbaum.
5.1  Routing Problems: planning and design of delivery routes.  Euler Circuit Problems: Type of routing problem also known as transversability problem.
Euler Paths & Euler Circuits
Excursions in Modern Mathematics, 7e: Copyright © 2010 Pearson Education, Inc. 5 The Mathematics of Getting Around 5.1Euler Circuit Problems 5.2What.
5.4 Graph Models (part I – simple graphs). Graph is the tool for describing real-life situation. The process of using mathematical concept to solve real-life.
Copyright © 2014, 2010, 2007 Pearson Education, Inc. Section 4.1, Slide 1 4 Graph Theory (Networks) The Mathematics of Relationships 4.
Aim: What is an Euler Path and Circuit?
AND.
Euler Paths and Circuits. The original problem A resident of Konigsberg wrote to Leonard Euler saying that a popular pastime for couples was to try.
© 2010 Pearson Prentice Hall. All rights reserved. CHAPTER 15 Graph Theory.
Copyright 2013, 2010, 2007, Pearson, Education, Inc. Section 14.2 Euler Paths, and Euler Circuits.
Chapter 6: Graphs 6.1 Euler Circuits
Excursions in Modern Mathematics, 7e: Copyright © 2010 Pearson Education, Inc. 5 The Mathematics of Getting Around 5.1Euler Circuit Problems 5.2What.
Graph Theory Euler Paths and Euler Circuits. Euler Paths & Circuits Euler Paths and Euler Circuits (Euler is pronounced the same as Oiler) An Euler path.
Copyright 2013, 2010, 2007, Pearson, Education, Inc. Section 14.1 Graphs, Paths, and Circuits.
Chapter 14 Section 3 - Slide 1 Copyright © 2009 Pearson Education, Inc. AND.
MAT 110 Workshop Created by Michael Brown, Haden McDonald & Myra Bentley for use by the Center for Academic Support.
Excursions in Modern Mathematics Sixth Edition
Excursions in Modern Mathematics Sixth Edition
Çizge Algoritmaları.
Euler Paths and Circuits
Konigsberg’s Seven Bridges
Euler Paths and Circuits
This unit is all about Puzzles Games Strategy.
Euler Paths & Euler Circuits
Introduction to Graph Theory Euler and Hamilton Paths and Circuits
Precalculus Essentials
Precalculus Essentials
Precalculus Essentials
Precalculus Essentials
Precalculus Essentials
Excursions in Modern Mathematics Sixth Edition
Copyright © 2013 Pearson Education, Inc. All rights reserved
Web Development & Design Foundations with H T M L 5
Precalculus Essentials
Precalculus Essentials
Precalculus Essentials
Precalculus Essentials
Precalculus Essentials
Precalculus Essentials
Konigsberg- in days past.
Thinking Mathematically
Chapter 15 Graph Theory © 2008 Pearson Addison-Wesley.
Acute Angles and Right Triangles
Thinking Mathematically
Chapter 15 Graph Theory © 2008 Pearson Addison-Wesley.
Thinking Mathematically
Introduction to Calculus
Precalculus Essentials
Chapter 15 Graph Theory © 2008 Pearson Addison-Wesley.
Euler and Hamilton Paths
Precalculus Essentials
Euler Paths and Euler Circuits
Graphs, Paths, and Circuits
Warm Up – 3/19 - Wednesday Give the vertex set. Give the edge set.
5 The Mathematics of Getting Around
5 The Mathematics of Getting Around
Thinking Mathematically
Presentation transcript:

A Survey of Mathematics with Applications Tenth Edition Chapter 13 Graph Theory If this PowerPoint presentation contains mathematical equations, you may need to check that your computer has the following installed: 1) MathType Plugin 2) Math Player (free versions available) 3) NVDA Reader (free versions available) Copyright © 2017, 2013, 2009 Pearson Education, Inc. All Rights Reserved

Section 13.2 Euler Paths and Euler Circuits

What You Will Learn Upon completion of this section, you will be able to: Solve problems involving Euler paths and Euler circuits.

Euler Path An Euler path is a path that passes through each edge of a graph exactly one time.

Euler Circuit An Euler circuit is a circuit that passes through each edge of a graph exactly one time.

Euler Path Versus Euler Circuit (1 of 2) The difference between an Euler path and an Euler circuit is that an Euler circuit must start and end at the same vertex.

Euler Path Versus Euler Circuit (2 of 2) Euler Path D, E, B, C, A, B, D, C, E Euler Circuit D, E, B, C, A, B, D, C, E, F, D

Euler’s Theorem (1 of 2) For a connected graph, the following statements are true: A graph with no odd vertices (all even vertices) has at least one Euler path, which is also an Euler circuit. An Euler circuit can be started at any vertex and it will end at the same vertex.

Euler’s Theorem (2 of 2) A graph with exactly two odd vertices has at least one Euler path but no Euler circuits. Each Euler path must begin at one of the two odd vertices, and it will end at the other odd vertex. A graph with more than two odd vertices has neither an Euler path nor an Euler circuit.

Example 3: Solving the Königsberg Bridge Problem (1 of 3) Could a walk be taken through Königsberg during which each bridge is crossed exactly one time?

Example 3: Solving the Königsberg Bridge Problem (2 of 3) Solution Here’s a representation of the problem: vertices are the land, edges are the bridges.

Example 3: Solving the Königsberg Bridge Problem (3 of 3) Solution Does an Euler path exist? Four odd vertices: A, B, C, D So, according to item 3 of Euler’s Theorem, no Euler path exists.

Fleury’s Algorithm (1 of 4) To determine an Euler path or an Euler circuit Use Euler’s theorem to determine whether an Euler path or an Euler circuit exists. If one exists, proceed with steps 2-5.

Fleury’s Algorithm (2 of 4) If the graph has no odd vertices (therefore has an Euler circuit, which is also an Euler path), choose any vertex as the starting point. If the graph has exactly two odd vertices (therefore has only an Euler path), choose one of the two odd vertices as the starting point.

Fleury’s Algorithm (3 of 4) Begin to trace edges as you move through the graph. Number the edges as you trace them. Since you can’t trace any edges twice in Euler paths and Euler circuits, once an edge is traced consider it “invisible.”

Fleury’s Algorithm (4 of 4) When faced with a choice of edges to trace, if possible, choose an edge that is not a bridge (i.e., don’t create a disconnected graph with your choice of edges). Continue until each edge of the entire graph has been traced once.

Example 6: Crime Stoppers Problem (1 of 9) On the next slide is a representation of the Country Oaks subdivision of homes. The Country Oaks Neighborhood Association is planning to organize a crime stopper group in which residents take turns walking through the neighborhood with cell phones to report any suspicious activity to the police.

Example 6: Crime Stoppers Problem (2 of 9)

Example 6: Crime Stoppers Problem (3 of 9) a) Can the residents of Country Oaks start at one intersection (or vertex) and walk each street block (or edge) in the neighborhood exactly once and return to the intersection where they started? b) If yes, determine a circuit that could be followed to accomplish their walk.

Example 6: Crime Stoppers Problem (4 of 9) Solution a) Does a Euler circuit exist? There are no odd vertices. By item 1 of Euler’s theorem, there is at least one Euler circuit.

Example 6: Crime Stoppers Problem (5 of 9) Solution Start at A. Choose A B or A E, neither is a bridge. Choose A B.

Example 6: Crime Stoppers Problem (6 of 9) Solution Continue to trace from vertex to vertex around the outside of the graph. Notice that no edge chosen is a bridge.

Example 6: Crime Stoppers Problem (7 of 9) Solution At vertex E. E A is a bridge, so choose either E B or E I. Choose E B. Now from vertex B we must choose B F.

Example 6: Crime Stoppers Problem (8 of 9) Solution From vertex F. F I is a bridge, so we must choose either F C or F I. Choose F C. From vertex C, our only choice is C G.

Example 6: Crime Stoppers Problem (9 of 9) Solution From vertex G, G J is a bridge, so we must choose G G. Back at vertex G, and from now on, there is only one choice at each vertex.