The Bridge Obsession Problem By Vamshi Krishna Vedam.

Slides:



Advertisements
Similar presentations
The Chinese Postman Problem Route Planning Map Colouring
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.
1 Lecture 5 (part 2) Graphs II Euler and Hamiltonian Path / Circuit Reading: Epp Chp 11.2, 11.3.
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.
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.
Mapping Networks Or, the costs and benefits of abstraction.
Representing Graphs Wade Trappe. Lecture Overview Introduction Some Terminology –Paths Adjacency Matrix.
Introduction to Networks HON207. Graph Theory In mathematics and computer science, graph theory is the study of graphs, mathematical structures used to.
MATH 310, FALL 2003 (Combinatorial Problem Solving) Lecture 5,Wednesday, September 10.
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 and Hamilton Paths
Chapter 11 Graphs and Trees This handout: Terminology of Graphs Eulerian Cycles.
Graphs and Euler cycles Let Maths take you Further…
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.
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?
Take a Tour with Euler Elementary Graph Theory – Euler Circuits and Hamiltonian Circuits Amro Mosaad – Middlesex County Academy.
Chapter 15 Graph Theory © 2008 Pearson Addison-Wesley.
Graph Theory Topics to be covered:
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.
© Nuffield Foundation 2011 Nuffield Free-Standing Mathematics Activity Chinese postman problems What route can I take to avoid going along the same street.
Euler and Hamilton Paths
Euler and Hamilton Paths. Euler Paths and Circuits The Seven bridges of Königsberg a b c d A B C D.
It's a world-wide webby wonderland.. Graphs are often used to represent real-world information and real-world structures. Graph Theory was even invented.
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.
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.
© Jalal Kawash 2010 Graphs Peeking into Computer Science.
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.
1.Quiz 5 due tomorrow afternoon in E309 from 1pm to 4pm. 2.Homework grades will be based on ten graded homework assignments (dropping the lowest one).
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 52 Section 11.2 Wed, Apr 26, 2006
Lecture 11: 9.4 Connectivity Paths in Undirected & Directed Graphs Graph Isomorphisms Counting Paths between Vertices 9.5 Euler and Hamilton Paths Euler.
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.
Review Euler Graph Theory: DEFINITION: A NETWORK IS A FIGURE MADE UP OF POINTS (VERTICES) CONNECTED BY NON-INTERSECTING CURVES (ARCS). DEFINITION: A VERTEX.
M Clements Formal Network Theory. Introduction Practical problem – The Seven Bridges of Königsberg Network graphs Nodes & edges Degrees Rules/ axioms.
Graph Theory Two Applications D.N. Seppala-Holtzman St. Joseph ’ s College.
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.
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.
Euler and Hamiltonian Graphs
Data Structures Graphs - Terminology
Graph theory. Graph theory Leonard Euler (“Oiler”)
Euler Paths and Circuits
Konigsberg’s Seven Bridges
Euler Paths and Circuits
Euler Circuits and Paths
Konigsberg- in days past.
Graph Theory What is a graph?.
Euler Circuits and Paths
Graphs, Paths & Circuits
Euler and Hamilton Paths
Section 14.1 Graphs, Paths, and Circuits
Graph Theory Relations, graphs
CHAPTER 15 Graph Theory.
Presentation transcript:

The Bridge Obsession Problem By Vamshi Krishna Vedam

Topics to be discussed  Real-world Problem  Formulating a problem to the Graph  Properties  Solution

Konigsberg Bridge Problem:  The Bridge Obsession Problem is also called as The Seven Bridges Of Konigsberg problem.  The Konigsberg bridge problem originated in the city of Konigsberg, formerly in Germany but, now known as Kaliningrad and part of Russia, located on the river Pregel.  The city had seven bridges, which connected two islands with the main- land via seven bridges.

 People staying there always wondered whether there was any way to walk Over all the bridges exactly once.  Can you find a way?

Leonhard Euler ( )  Was a pioneering Swiss Mathematician and Physicist.  He made an important discoveries in fields as diverse as infinitesimal calculus and Graph Theory.  Invented the notation i, π, e, sin, cos, f(x) and more!  Lost sight in both eyes but became more productive, saying “now I have fewer distractions”

Formulating a Problem to the Graph Consider  each area as a Vertex.  Each bridge as a edge.

Graph A Graph is a set of points called vertices or nodes, connected by lines called edges. vertices edges

Traversable Graphs Which of these graphs can be drawn without taking your pen off the paper or repeating any edges?

Euler Path and Circuit  An Euler path in a graph is a path that uses every edge of the graph exactly once.  An Euler circuit in a graph is a circuit that uses every edge of the graph exactly once.

Properties A graph has an Euler path if and only if it is connected and exactly two of its vertices have odd degrees. A graph has an Euler circuit if and only if it is connected and all its vertices have even degrees

Degree Of a Vertex Number of Graph edges meeting at a given node. A vertex with an odd number of edges leads to Odd Vertex. A vertex with an even number of edges leads to Even Vertex.

Euler’s Solution for a Problem Euler’s Theorem  If a network has more than two odd vertices, it does not have an Euler path.  If a network has two or less odd vertices, it has at least one Euler path. Which Of the following are Euler Paths? a d b e c ab d c e ab cde

No.Of Odd Vertices TraversableComments 0yesStart anywhere end back at the same point. 2yesStart at one odd and end at another odd. More than 2No

Adding 8 th Bridge Becomes Euler Path

Adding 9 th Bridge Becomes Euler Circuit

Solution: An Impossible Problem If we look again at the map of Konigsberg, we see that there are an odd number of bridges coming out of every bit of land, so such a walk around the city is impossible.

References