Copyright © 2009 Pearson Education, Inc. Chapter 14 Section 1 – Slide 1 4-1 Graph Theory Graphs, Paths & Circuits.

Slides:



Advertisements
Similar presentations
Chapter 8 Topics in Graph Theory
Advertisements

Graph-02.
Lecture 21 Paths and Circuits CSCI – 1900 Mathematics for Computer Science Fall 2014 Bill Pine.
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.
BY: MIKE BASHAM, Math in Scheduling. The Bridges of Konigsberg.
Koenigsberg bridge problem It is the Pregel River divided Koenigsberg into four distinct sections. Seven bridges connected the four portions of Koenigsberg.
Section 2.1 Euler Cycles Vocabulary CYCLE – a sequence of consecutively linked edges (x 1,x2),(x2,x3),…,(x n-1,x n ) whose starting vertex is the ending.
Representing Graphs Wade Trappe. Lecture Overview Introduction Some Terminology –Paths Adjacency Matrix.
Graphs. Graph A “graph” is a collection of “nodes” that are connected to each other Graph Theory: This novel way of solving problems was invented by a.
Chapter 4 Graphs.
MTH118 Sanchita Mal-Sarkar. Routing Problems The fundamental questions: Is there any proper route for the particular problem? If there are many possible.
Chapter 15 Graph Theory © 2008 Pearson Addison-Wesley.
The Bridge Obsession Problem By Vamshi Krishna Vedam.
Can you find a way to cross every bridge only once?
GRAPH Learning Outcomes Students should be able to:
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.
Euler Paths & Euler Circuits
CSNB143 – Discrete Structure Topic 9 – Graph. Learning Outcomes Student should be able to identify graphs and its components. Students should know how.
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.
Graph Theory Introducton.
Copyright © 2014, 2010, 2007 Pearson Education, Inc. Section 4.1, Slide 1 4 Graph Theory (Networks) The Mathematics of Relationships 4.
Graphs, Paths & Circuits
Chapter 14 Section 4 - Slide 1 Copyright © 2009 Pearson Education, Inc. AND.
Aim: What is an Euler Path and Circuit?
© 2010 Pearson Prentice Hall. All rights reserved. CHAPTER 15 Graph Theory.
1.5 Graph Theory. Graph Theory The Branch of mathematics in which graphs and networks are used to solve problems.
Lecture 10: Graph-Path-Circuit
Graph Theory Introducton.
Vertex-Edge Graphs Euler Paths Euler Circuits. The Seven Bridges of Konigsberg.
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.
MAT 2720 Discrete Mathematics Section 8.2 Paths and Cycles
SECTION 5.1: Euler Circuit Problems
© 2010 Pearson Prentice Hall. All rights reserved. CHAPTER 15 Graph Theory.
Lecture 52 Section 11.2 Wed, Apr 26, 2006
Copyright 2013, 2010, 2007, Pearson, Education, Inc. Section 14.2 Euler Paths, and Euler Circuits.
Chapter 6: Graphs 6.1 Euler Circuits
Aim: Graph Theory – Paths & Circuits Course: Math Literacy Do Now: Aim: What are Circuits and Paths? Can you draw this figure without retracing any of.
Excursions in Modern Mathematics, 7e: Copyright © 2010 Pearson Education, Inc. 5 The Mathematics of Getting Around 5.1Euler Circuit Problems 5.2What.
Walks, Paths and Circuits. A graph is a connected graph if it is possible to travel from one vertex to any other vertex by moving along successive edges.
Review Euler Graph Theory: DEFINITION: A NETWORK IS A FIGURE MADE UP OF POINTS (VERTICES) CONNECTED BY NON-INTERSECTING CURVES (ARCS). DEFINITION: A VERTEX.
1) Find and label the degree of each vertex in the graph.
Copyright 2013, 2010, 2007, Pearson, Education, Inc. Section 14.1 Graphs, Paths, and Circuits.
Classwork Quiz Worksheet Homework (day 54) Worksheet (1-7) Walks, Paths and Circuits SOL: DM.1.
Chapter 14 Section 3 - Slide 1 Copyright © 2009 Pearson Education, Inc. AND.
Excursions in Modern Mathematics Sixth Edition
Excursions in Modern Mathematics Sixth Edition
Euler Paths and Circuits
AND.
Konigsberg’s Seven Bridges
Can you draw this picture without lifting up your pen/pencil?
This unit is all about Puzzles Games Strategy.
Euler Paths & Euler Circuits
Excursions in Modern Mathematics Sixth Edition
Walks, Paths, and Circuits
Konigsberg- in days past.
Graph Theory What is a graph?.
Representing Graphs Wade Trappe.
Graphs, Paths & Circuits
5 The Mathematics of Getting Around
Chapter 15 Graph Theory © 2008 Pearson Addison-Wesley.
Euler and Hamilton Paths
Section 14.1 Graphs, Paths, and Circuits
CHAPTER 15 Graph Theory.
Graphs, Paths, and Circuits
Warm Up – 3/19 - Wednesday Give the vertex set. Give the edge set.
A Survey of Mathematics with Applications
Presentation transcript:

Copyright © 2009 Pearson Education, Inc. Chapter 14 Section 1 – Slide Graph Theory Graphs, Paths & Circuits

Chapter 14 Section 1 – Slide 2 Copyright © 2009 Pearson Education, Inc. WHAT YOU WILL LEARN Graphs, paths and circuits The Königsberg bridge problem

Chapter 14 Section 1 – Slide 3 Copyright © 2009 Pearson Education, Inc. History  This was developed by Leonhard Euler (pronounced “oiler”) to study the Konigsberg Bridge problem.  Konigsberg was situated on both banks of the Prigel River in Eastern Prussia with a series of seven bridges connecting the banks via two islands.  The people of Konigsberg wanted to know if it was possible to cross all seven of the bridges without crossing any twice.

Chapter 14 Section 1 – Slide 4 Copyright © 2009 Pearson Education, Inc. Definitions A graph is a finite set of points called vertices (singular form is vertex) connected by line segments (not necessarily straight) called edges. A loop is an edge that connects a vertex to itself. A B C D Loop Edge Vertex Not a vertex

Chapter 14 Section 1 – Slide 5 Copyright © 2009 Pearson Education, Inc. Example: Map The map shows the states that make up part of the Midwest states from Weather Underground, Inc. Construct a graph to show the states that share a common border. Michigan Ohio Indiana Kentucky West Virginia

Chapter 14 Section 1 – Slide 6 Copyright © 2009 Pearson Education, Inc. Solution Each vertex will represent one of the states. If two states share a common border, connect the respective vertices with an edge.

Chapter 14 Section 1 – Slide 7 Copyright © 2009 Pearson Education, Inc. Solution (continued) Michigan Ohio Indiana Kentucky West Virginia MI OHIN KY WV

Chapter 14 Section 1 – Slide 8 Copyright © 2009 Pearson Education, Inc. Definitions The degree of a vertex is the number of edges that connect to that vertex. A vertex with an even number of edges connected to it is an even vertex. A vertex with an odd number of edges connected to it is an odd vertex. MI, OH, and WV are even vertices IN, KY are odd vertices MI OHIN KY WV

Chapter 14 Section 1 – Slide 9 Copyright © 2009 Pearson Education, Inc. Definitions A path is a sequence of adjacent vertices and edges connecting them. C, D, A, B is an example of a path. A circuit is a path that begins and ends at the same vertex. A, C, B, D, A forms a circuit. A B C D E A B C D E

Chapter 14 Section 1 – Slide 10 Copyright © 2009 Pearson Education, Inc. Definitions A graph is connected if, for any two vertices in the graph, there is a path that connects them. Examples of disconnected graphs. A B C D G H JK

Chapter 14 Section 1 – Slide 11 Copyright © 2009 Pearson Education, Inc. Definitions (continued) A bridge is an edge that if removed from a connected graph would create a disconnected graph. A B C D bridge G H JK

Chapter 14 Section 1 – Slide 12 Copyright © 2009 Pearson Education, Inc. Select the graph with six vertices, a bridge, and a loop. a. c. b. d.

Chapter 14 Section 1 – Slide 13 Copyright © 2009 Pearson Education, Inc. Select the graph with six vertices, a bridge, and a loop. a. c. b. d.

Chapter 14 Section 1 – Slide 14 Copyright © 2009 Pearson Education, Inc. Represent the floor plan below as a graph where each vertex represents a room and each edge represents a doorway between rooms.

Chapter 14 Section 1 – Slide 15 Copyright © 2009 Pearson Education, Inc. a. c. b. d.

Chapter 14 Section 1 – Slide 16 Copyright © 2009 Pearson Education, Inc. a. c. b. d.

Chapter 14 Section 1 – Slide 17 Copyright © 2009 Pearson Education, Inc. Draw a connected graph with all even vertices. a. c. b. d.

Chapter 14 Section 1 – Slide 18 Copyright © 2009 Pearson Education, Inc. Draw a connected graph with all even vertices. a. c. b. d.

Practice Problems

Chapter 14 Section 1 – Slide 20 Copyright © 2009 Pearson Education, Inc.

Chapter 14 Section 1 – Slide 21 Copyright © 2009 Pearson Education, Inc.