Aim: What does map coloring have to do with Graph theory?

Slides:



Advertisements
Similar presentations
CSE 211 Discrete Mathematics and Its Applications
Advertisements

22C:19 Discrete Math Graphs Fall 2014 Sukumar Ghosh.
9.7 Planar Graphs. Intro problem- 3 houses and 3 utilities K 3,3 problem: Can 3 houses be connected to 3 utilities so that no 2 lines cross? Similarly,
Planar / Non-Planar Graphs Gabriel Laden CS146 – Spring 2004 Dr. Sin-Min Lee.
From Coloring Maps to Avoiding Conflicts Nathaniel Dean, Robert M. Nehs, and Tong Wu Department of Mathematical Sciences Texas Southern University 3100.
“Coloring in Math Class” Julie March Tracey Clancy Onondaga Community College.
Applied Combinatorics, 4th Ed. Alan Tucker
Last time: terminology reminder w Simple graph Vertex = node Edge Degree Weight Neighbours Complete Dual Bipartite Planar Cycle Tree Path Circuit Components.
GSM MOBILE PHONE NETWORKS AND GRAPH COLORING
Applied Combinatorics, 4th Ed. Alan Tucker
Graph Colouring Lecture 20: Nov 25.
Coloring Graphs This handout: Coloring maps and graphs
MATH 310, FALL 2003 (Combinatorial Problem Solving) Lecture 10, Monday, September 22.
22C:19 Discrete Math Graphs Spring 2014 Sukumar Ghosh.
Graph Theory and Graph Coloring Lindsay Mullen
Map Coloring to Graph Coloring Part of a unit on discrete mathematics.
Chapter 9.8 Graph Coloring
CS 2813 Discrete Structures
Coloring 3/16/121. Flight Gates flights need gates, but times overlap. how many gates needed? 3/16/122.
9.8 Graph Coloring. Coloring Goal: Pick as few colors as possible so that two adjacent regions never have the same color. See handout.
Create a Crossword. You should have 24 personal vocabulary words from your reading of Chew on This. You will use at least 20 of them to make a crossword.
Spring 2015 Mathematics in Management Science Conflict Scheduling Vertex Coloring Chromatic Number Conflict Resolution.
Graph Coloring.
 Jim has six children.  Chris fights with Bob,Faye, and Eve all the time; Eve fights (besides with Chris) with Al and Di all the time; and Al and Bob.
More Graphs, Subgraphs and Trees Planarity and Coloring.
CS 200 Algorithms and Data Structures
 2. Region(face) colourings  Definitions 46: A edge of the graph is called a bridge, if the edge is not in any circuit. A connected planar graph is called.
1 Graph Coloring: An Overview Graph Coloring Basics Planar/4-color Graphs Applications New Register Allocation Technique.
Graphs, Puzzles, & Map Coloring
Vertex Coloring Chromatic Number Conflict Resolution
Graph Colouring L09: Oct 10. This Lecture Graph coloring is another important problem in graph theory. It also has many applications, including the famous.
Planar Graphs Graph Coloring
Chapter 10.8 Graph Coloring
Sec. 5.1: Planarity & Coloring
Graph.
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?
1.5 Graph Theory. Graph Theory The Branch of mathematics in which graphs and networks are used to solve problems.
Graph Colouring Lecture 20: Nov 25. This Lecture Graph coloring is another important problem in graph theory. It also has many applications, including.
Graph Theory and Applications
Planar Graphs Lecture 10: Oct 21. This Lecture Today we will talk about planar graphs, and how to color a map using 6 colors. Planar graphs Euler’s formula.
Graph Theory. A branch of math in which graphs are used to solve a problem. It is unlike a Cartesian graph that we used throughout our younger years of.
Vertex-Edge Graphs Euler Paths Euler Circuits. The Seven Bridges of Konigsberg.
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).
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.
Chapter 9.7 Planar Graphs These class notes are based on material from our textbook, Discrete Mathematics and Its Applications, 6th ed., by Kenneth H.
Chapter 10.8 Graph Coloring These class notes are based on material from our textbook, Discrete Mathematics and Its Applications, 7 th ed., by Kenneth.
Welcome! Cinda Heeren Lecturer Department of CS UIUC The Beauty of Computer Science.
Graph Coloring: Background and Assignment Networked Life NETS 112 Fall 2014 Prof. Michael Kearns.
Map Coloring Vertex Drawing Txt: mini excursion 2 (p ) & SOL: DM.1 Classwork Project Assigned due in two blocks (print the rubric at the end of.
Presented By Ravindra Babu, Pentyala.  Real World Problem  What is Coloring  Planar Graphs  Vertex Coloring  Edge Coloring  NP Hard Problem  Problem.
Planar Graphs Hubert Chan (Chapter 9.7) [O2 Proof Techniques]
Homework 8 Graph G is given by the figure below.
Graph Coloring Lots of application – be it mapping routes, coloring graphs, building redundant systems, mapping genes, looking at traffic patterns (see.
5.9.2 Characterizations of Planar Graphs
Applied Combinatorics, 4th Ed. Alan Tucker

What is the next line of the proof?
Tucker, Applied Combinatorics, Sec 2.4
Graph Theory Graph Colorings.
Chapter 10.7 Planar Graphs These class notes are based on material from our textbook, Discrete Mathematics and Its Applications, 7th ed., by Kenneth H.
Chapter 10.8 Graph Coloring
Coloring Graphs This handout: Coloring maps and graphs
Chapter 10.8 Graph Coloring
Chapter 10.8 Graph Coloring
Applied Combinatorics, 4th Ed. Alan Tucker
Chapter 10.7 Planar Graphs These class notes are based on material from our textbook, Discrete Mathematics and Its Applications, 7th ed., by Kenneth H.
Chapter 10.8 Graph Coloring
GRAPH THEORY Properties of Planar Graphs Ch9-1.
GRAPH THEORY Properties of Planar Graphs Ch9-1.
Presentation transcript:

Aim: What does map coloring have to do with Graph theory? Do Now: What do you notice about this map of South America? 4 colors used no 2 bordering countries are the same color. would 3 colors also work? Four-Color Theorem 1977

no lights! Planar Graph Puzzle Can each utility run pipes/lines to each hours without letting any pipes/lines cross over each other? Gas Electricity Water no lights!

Planar Graph planar graph – a graph that can be drawn so that no edges intersect each other (except vertices). Gas Electric Water House A House B House C Not a planar graph planar graph For a graph to be planar it’s only required that the graph can be drawn in at least one way in which the edges do not intersect.

The Product Rule Four-Color theorem proven by converting into a Graph Theory problem. hypothetical countries labeled as letters letters represent vertices two vertices are connected with an edge if two countries are neighbors Four-Color Theorem – every planar graph is 4-colorable.

Four-color Theorem guarantees four colors at most Model Problem The fictional map shows the boundaries of a rectangular continent. Represent the map as a graph, and then find a coloring of the graph using the least number of colors. Four-color Theorem guarantees four colors at most To color – pick a vertex, give it a color and then assign colors to the connected vertices one by one. Try to reuse colors as often as possible

Model Problem Two-colorable, 3-colorable or 4-colorable?

Chromatic Number of Graph Four-Color Theorem – every planar graph is 4-colorable. non-planar graphs may require many more colors. Chromatic number of a graph – the smallest number of colors needed to color a graph so that no edge connects vertices of the same color. Two is the smallest number 2-Colorable Graph Theorem – A graph is 2-colorable if and only if it has no circuits that consist of an odd number of vertices.

Chromatic Number of Graph 2-Colorable Graph Theorem – A graph is 2-colorable if and only if it has no circuits that consist of an odd number of vertices. G E W A B C

Applications of Graph Coloring Determining the chromatic number of a graph and finding a corresponding coloring of a graph can solve practical problems. Ex. Eight different school clubs want to schedule meetings on the last day of the semester. Some club members, however, belong to more than one club, so clubs that share members cannot meet at the same time. How many different time slots are required so that all members can attend all meeting?

clubs connected by edge cannot meet at same time Model Problem Ski club Student Gov. Debate Club Honor Society Student News Comm. Outreach Campus Dems Campus Repubs. x Stud Gov. Debate Honor News Outreach Democrats Repubs clubs connected by edge cannot meet at same time a color will correspond to a time slot

3 colors - 3 time slots needed Model Problem clubs connected by edge cannot meet at same time a color will correspond to a time slot 3 colors - 3 time slots needed chromatic number of 3

Model Problem Six friends are taking a film history course and, because they procrastinated, need to view several films the night before the final exam. They have rented a copy of each film on DVD, and they have a total of 3 DVD player in different dorm rooms. If each film is 2 hours long and they start watching at 8pm, how soon can they all be finished watching the required films? Make a viewing schedule for the friends. Film A needs to be viewed by Brian, Chris and Damon Film B needs to be viewed by Allison and Fernando Film C needs to be viewed by Damon, Erin, and Fernand Film D needs to be viewed by Brian and Erin Film E needs to be viewed by Brian, Chris, and Erin.

The Product Rule