Koenigsberg bridge problem It is the Pregel River divided Koenigsberg into four distinct sections. Seven bridges connected the four portions of Koenigsberg.

Slides:



Advertisements
Similar presentations
Introduction to Graph Theory Instructor: Dr. Chaudhary Department of Computer Science Millersville University Reading Assignment Chapter 1.
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.
AMDM UNIT 7: Networks and Graphs
BY: MIKE BASHAM, Math in Scheduling. The Bridges of Konigsberg.
Euler Circuits and Paths
The Seven Bridges Of Konigsberg.
Pamela Leutwyler. A river flows through the town of Konigsburg. 7 bridges connect the 4 land masses. While taking their Sunday stroll, the people of Konigsburg.
Excursions in Modern Mathematics, 7e: Copyright © 2010 Pearson Education, Inc. 5 The Mathematics of Getting Around 5.1Euler Circuit Problems 5.2What.
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.
Homework collection Thursday 3/29 Read Pages 160 – 174 Page 185: 1, 3, 6, 7, 8, 9, 12 a-f, 15 – 20.
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 11 Graphs and Trees This handout: Terminology of Graphs Eulerian Cycles.
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.
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.
The Bridge Obsession Problem By Vamshi Krishna Vedam.
Eulerian Circuits. A Warm Up Problem Jenny & John were at a Math Circles event with three other couples. As people arrived, various handshakes took place.
Can you find a way to cross every bridge only once?
Chapter 15 Graph Theory © 2008 Pearson Addison-Wesley.
1 Excursions in Modern Mathematics Sixth Edition Peter Tannenbaum.
1 Starter of the day 23 x 27 = x 47 = x 87 = x 55 = x 58 = ???? 54 x 56 = ???? Can you spot the trick for this group of.
5.1  Routing Problems: planning and design of delivery routes.  Euler Circuit Problems: Type of routing problem also known as transversability problem.
© Nuffield Foundation 2011 Nuffield Free-Standing Mathematics Activity Chinese postman problems What route can I take to avoid going along the same street.
Graphs, Puzzles, & Map Coloring
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.
Fall 2015 COMP 2300 Discrete Structures for Computation Donghyun (David) Kim Department of Mathematics and Physics North Carolina Central University 1.
Examples Euler Circuit Problems Unicursal Drawings Graph Theory
Lecture 14: Graph Theory I Discrete Mathematical Structures: Theory and Applications.
Copyright © 2014, 2010, 2007 Pearson Education, Inc. Section 4.1, Slide 1 4 Graph Theory (Networks) The Mathematics of Relationships 4.
Introduction to Graph Theory
Aim: What is an Euler Path and Circuit?
Graphs Edge(arc) Vertices can be even or odd or undirected (two-way) Edges can be directed (one-way) This graph is connected. Degree(order) = 3 Odd vertex.
© 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
Vertex-Edge Graphs Euler Paths Euler Circuits. The Seven Bridges of Konigsberg.
Associated Matrices of Vertex Edge Graphs Euler Paths and Circuits Block Days April 30, May 1 and May
Graph theory and networks. Basic definitions  A graph consists of points called vertices (or nodes) and lines called edges (or arcs). Each edge joins.
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
The Seven Bridges of Konigsberg (circa 1735) In Konigsberg, Germany, a river ran through the city such that in its centre was an island, and after passing.
© 2010 Pearson Prentice Hall. All rights reserved. CHAPTER 15 Graph Theory.
Lecture 52 Section 11.2 Wed, Apr 26, 2006
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.
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.
Copyright 2013, 2010, 2007, Pearson, Education, Inc. Section 14.1 Graphs, Paths, and Circuits.
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
Euler and Hamiltonian Graphs
Konigsberg’s Seven Bridges
Can you draw this picture without lifting up your pen/pencil?
Euler Paths and Circuits
Euler Circuits and Paths
Nuffield Free-Standing Mathematics Activity
Excursions in Modern Mathematics Sixth Edition
Konigsberg- in days past.
Decision Maths Graphs.
Graph Theory What is a graph?.
Euler Circuits and Paths
Chapter 15 Graph Theory © 2008 Pearson Addison-Wesley.
Section 14.1 Graphs, Paths, and Circuits
Graph Theory Relations, graphs
CHAPTER 15 Graph Theory.
Graphs, Paths, and Circuits
Chapter 10 Graphs and Trees
5 The Mathematics of Getting Around
Presentation transcript:

Koenigsberg bridge problem It is the Pregel River divided Koenigsberg into four distinct sections. Seven bridges connected the four portions of Koenigsberg.

It was a popular pastime for the citizens of Koenigsberg to start in one section of the city and take a walk visiting all sections of the city, trying to cross each bridge exactly once and to return to the original starting point.

How did it start? In 1735, a Swiss Mathematician Leonhard Euler became the first person to work in graph theory by solving the Koenigsburg bridge problem. Discovered a simple way to determine when a graph can be traced.

Definition Trace-to begin at some vertex and draw the entire graph without lifting your pencil and without going over any edge more than once.

On a piece of paper draw these 2 pictures.

Exercise 1 Place your pencil on any dot and trace the figure completely without lifting your pencil and without tracing any part of any line twice. Which of the two can be done?

Solution Fig. A can be traced. Fig. B cannot be traced.

Definitions Graph- consists of a finite set of points Vertices – are points on the graph Edges- are lines that join pairs of vertices Connected- if it is possible to travel from any vertex to any other vertex of the graph by moving along successive edges. Bridge- in a connected graph is an edge such that if it were removed the graph is no longer connected.

Odd and Even Vertex Odd – The graph is odd if it is an endpoint of an odd number of edges of the graph. Even- The graph is even if it is an endpoint of an even number of edges of the graph.

Determine which vertices are even and which are odd.

Solution Vertex A is odd Vertex B is odd Vertex C is odd Vertex D is odd

Determine which vertices are odd and even

Solution Vertex A is odd Vertex B is odd Vertex C is even Vertex D is even

Euler’s Theorem A graph can be traced if it is connected and has zero or two odd vertices.

Which of the graphs can be traced?

Solution Fig. 1 Cannot be traced. (all odd) Fig. 2 Can be traced by Euler’s theorem.

Note If a graph has 2 odd vertices, the tracing must begin at one of these and end at the other. If all vertices are even, then the graph tracing must begin and end at the same vertex. It does not matter at which vertex this occurs.

Definitions Path- in a graph is a series of consecutive edges in which no edge is repeated. Euler path- A path containing all the edges of a graph.

Euler circuit- An Euler path that begins and ends at the same vertex. Eulerian graph-A graph with all even vertices contains an Euler circuit

Find Euler’s path and Euler’s circuit for the two fig. below.

Solution Fig. 1 (star) Euler’s path - ADBECA Euler ‘s circuit - ADBECA Fig. 2 Euler’s path – CABCDEHIDFG Euler’s circuit – There is none, because G and C are both odd vertices, we must begin at one and end at the other.

What is Euler’s circuit used for? How many of you ride the pubic transportation? Efficient routes. Map Coloring

Eulerizing a Graph 1. The graph must have all even vertices. 2. If a graph has an odd vertex, then we will add some edges to make that vertex an even vertex. 3. We want to begin and end at the same vertex. 4. We do not want to travel on the same edge twice.

Find and efficient route.

Thank you