Can you find a way to cross every bridge only once?

Slides:



Advertisements
Similar presentations
CSE 211 Discrete Mathematics
Advertisements

The 7 Bridges of Konigsberg A puzzle in need of solving.
Chapter 7 Graph Theory 7.1 Modeling with graphs and finding Euler circuits. Learning Objectives: Know how to use graphs as models and how to determine.
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.
Konigsberg Bridge Problem
Koenigsberg bridge problem It is the Pregel River divided Koenigsberg into four distinct sections. Seven bridges connected the four portions of Koenigsberg.
Introduction to Networks HON207. Graph Theory In mathematics and computer science, graph theory is the study of graphs, mathematical structures used to.
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.
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.
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.
Chapter 15 Graph Theory © 2008 Pearson Addison-Wesley.
© 2010 Pearson Prentice Hall. All rights reserved. CHAPTER 10 Geometry.
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.
Euler Paths & Euler Circuits
Euler and Hamilton Paths. Euler Paths and Circuits The Seven bridges of Königsberg a b c d A B C D.
Lesson Reflection for Chapter 14 Section 6 Pre-Algebra Learning Goal Students will understand collecting, displaying, & analyzing data.
Excursions in Modern Mathematics, 7e: Copyright © 2010 Pearson Education, Inc. 5 The Mathematics of Getting Around 5.1Euler Circuit Problems 5.2What.
CS 200 Algorithms and Data Structures
Examples Euler Circuit Problems Unicursal Drawings Graph Theory
Lecture 14: Graph Theory I Discrete Mathematical Structures: Theory and Applications.
Konigsburg Bridge Problem The Konigsberg Bridge problem is a famous mathematical problem studied by many students in geometry.
Graphs, Paths & Circuits
Aim: What is an Euler Path and Circuit?
1.5 Graph Theory. Graph Theory The Branch of mathematics in which graphs and networks are used to solve problems.
Discrete Mathematical Structures: Theory and Applications
Vertex-Edge Graphs Euler Paths Euler Circuits. The Seven Bridges of Konigsberg.
AND.
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
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.
Lecture 11: 9.4 Connectivity Paths in Undirected & Directed Graphs Graph Isomorphisms Counting Paths between Vertices 9.5 Euler and Hamilton Paths Euler.
Copyright 2013, 2010, 2007, Pearson, Education, Inc. Section 14.2 Euler Paths, and Euler Circuits.
Chapter 6: Graphs 6.1 Euler Circuits
Chapter 5: The Mathematics of Getting Around
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.
Review Euler Graph Theory: DEFINITION: A NETWORK IS A FIGURE MADE UP OF POINTS (VERTICES) CONNECTED BY NON-INTERSECTING CURVES (ARCS). DEFINITION: A VERTEX.
Konisberg Bridges (One-way street) SOL: DM.2 Classwork Quiz/worksheet Homework (day 62) worksheet.
1) Find and label the degree of each vertex in the graph.
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.
Hamilton Paths and Circuits 1 Click to Start 2 3 Start End.
STARTER: CAN YOU FIND A WAY OF CROSSING ALL THE BRIDGES EXACTLY ONCE? Here’s what this question would look like drawn as a graph.
Konisberg Bridges (One-way street) SOL: DM.2
Excursions in Modern Mathematics Sixth Edition
Euler and Hamiltonian Graphs
Euler Paths and Circuits
Konigsberg’s Seven Bridges
Can you draw this picture without lifting up your pen/pencil?
Euler Paths and Circuits
Euler Circuits and Paths
Euler Paths & Euler Circuits
Introduction to Graph Theory Euler and Hamilton Paths and Circuits
Konigsberg- in days past.
Cornell Notes: Euler Paths and Circuits
Euler Circuits and Paths
Graphs, Paths & Circuits
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.
Presentation transcript:

Can you find a way to cross every bridge only once? The History: In Königsberg, Germany, a river ran through the city such that in its center was an island, and after passing the island, the river broke into two parts. Seven bridges were built so that the people of the city could get from one part to another. The people wondered whether or not one could walk around the city in a way that would involve crossing each bridge exactly once. A crude map of the center of Königsberg might look like this: Can you find a way to cross every bridge only once? Leonard Euler created a way of looking at the problem using vertices and edges. He found that the path suggested was impossible.

Euler and Hamilton Paths/Circuits Day 1

Definitions A __________ is a figure made up of points (vertices) connected by non-intersecting edges (Also, known as vertex-edge graphs) A ___________is the ___________ of two edges. A _______ is _____ if it is connected to an _____________________________ A _______ is ______ if it is connected to an _____________________________ network vertex intersection vertex odd odd number of edges vertex even even number of edges

More Definitions vertices An ______ joins any two___________. It can be _________ or ___________. edge curved straight Odd vertex Even vertex edge

Euler Paths A graph has an Euler path if it can be traced in 1 sweep without lifting the pencil from paper AND without tracing the same edge more than once. Vertices may be passed through more than once. The starting and ending points are not the same. 5

Euler Circuits A circuit is similar to a Euler path, except the starting and ending points must be the same.

Can you find an Euler Path or Circuit for the following networks? Neither Euler Circuit Euler Path

Complete the exploration on the relationship between the nature of the vertices and the kind of graph in your notes. Conclusions: Based on the observations of your table: A graph with all vertices being even contains an Euler _________ A graph with ______ odd vertices and _________________ contains an Euler ________. A graph with more than 2 _______ vertices does not contain an Euler _______________ circuit 2 some even vertices path odd path or circuit

To name a path or circuit you list the vertices in order Example 1: Name a Euler circuit A B C D E F One possible solution is D,E,F,A,D,C,A,B,D b) Can you find another one?

Example 2: Given A,B,E,F,B,C,D,F,E,D is this a Euler path or circuit or neither? How can you tell? Explain your answer Neither , touches EF twice A B C F E D Find a Euler circuit if possible, if not list a Euler path 2 odd vertices so has to be a path, starting at E or C 1 Possible solution: EBADEFDCBFC

Hamilton Paths and Circuits A ______________ is a continuous path that passes through every _________ once and only once. A _______________ is a Hamilton path that begins and ends at the same vertex. (the starting/end vertex will be the only vertex touched twice vertex Hamilton Circuit How is a Hamilton Path different from a Euler path or Circuit?

Finding a Hamilton Path Remember: In a Hamilton Path you only have to touch each vertex once, you don’t have to traverse each edge!!! S M There are many Hamilton paths for this network. One path name would be: MATHROKS (of course!) K A O T R H

Summary: HW: Homework #1 WS Where are paths and circuits used in real life?

Extra Materials/Practice http://mathworld.wolfram.com/Graph.html http://www.cut-the-knot.org/Curriculum/Combinatorics/GraphPractice.shtml http://mathforum.org/library/topics/graph_theory/?keyid=2145639&start_at=51&num_to_see=50