MAT 2720 Discrete Mathematics Section 8.7 Planar Graphs

Slides:



Advertisements
Similar presentations
Graphs, Planar graphs Graph coloring
Advertisements

MCA 202: Discrete Mathematics under construction Instructor Neelima Gupta
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,
CompSci 102 Discrete Math for Computer Science April 19, 2012 Prof. Rodger Lecture adapted from Bruce Maggs/Lecture developed at Carnegie Mellon, primarily.
Planar / Non-Planar Graphs Gabriel Laden CS146 – Spring 2004 Dr. Sin-Min Lee.
Last time: terminology reminder w Simple graph Vertex = node Edge Degree Weight Neighbours Complete Dual Bipartite Planar Cycle Tree Path Circuit Components.
Applied Combinatorics, 4th Ed. Alan Tucker
Tucker, Applied Combinatorics, Section 1.4, prepared by Patti Bodkin
Graph Colouring Lecture 20: Nov 25.
Drawing of G. Planar Embedding of G Chord A chord of a cycle C is an edge not in C whose endpoints lie in C.
CTIS 154 Discrete Mathematics II1 8.2 Paths and Cycles Kadir A. Peker.
Drawing of G. Planar Embedding of G Proposition Proof. 1. Consider a drawing of K 5 or K 3,3 in the plane. Let C be a spanning cycle. 2. If the.
Curve Curve: The image of a continous map from [0,1] to R 2. Polygonal curve: A curve composed of finitely many line segments. Polygonal u,v-curve: A polygonal.
Problem: Induced Planar Graphs Tim Hayes Mentor: Dr. Fiorini.
Chapter 15 Graph Theory © 2008 Pearson Addison-Wesley.
CS 2813 Discrete Structures
Graph Theory Chapter 6 Planar Graphs Ch. 6. Planar Graphs.
More Graphs, Subgraphs and Trees Planarity and Coloring.
© by Kenneth H. Rosen, Discrete Mathematics & its Applications, Sixth Edition, Mc Graw-Hill, 2007 Chapter 9 (Part 2): Graphs  Graph Terminology (9.2)
Chapter 6 Graph Theory R. Johnsonbaugh Discrete Mathematics 5 th edition, 2001.
Module 5 – Networks and Decision Mathematics Chapter 23 – Undirected Graphs.
V Spanning Trees Spanning Trees v Minimum Spanning Trees Minimum Spanning Trees v Kruskal’s Algorithm v Example Example v Planar Graphs Planar Graphs v.
Polyhedron Platonic Solids Cross Section
Lecture 14: Graph Theory I Discrete Mathematical Structures: Theory and Applications.
15-853Page :Algorithms in the Real World Planar Separators I & II – Definitions – Separators of Trees – Planar Separator Theorem.
Planar Graphs Graph Coloring
Introduction to Planarity Test W. L. Hsu. 2/21 Plane Graph A plane graph is a graph drawn in the plane in such a way that no two edges intersect –Except.
Agenda Review: –Planar Graphs Lecture Content:  Concepts of Trees  Spanning Trees  Binary Trees Exercise.
1 12/2/2015 MATH 224 – Discrete Mathematics Formally a graph is just a collection of unordered or ordered pairs, where for example, if {a,b} G if a, b.
Graph.
An Introduction to Graph Theory
Graph Colouring Lecture 20: Nov 25. This Lecture Graph coloring is another important problem in graph theory. It also has many applications, including.
Discrete Mathematical Structures: 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.
Chap. 11 Graph Theory and Applications 1. Directed Graph 2.
Graph theory and networks. Basic definitions  A graph consists of points called vertices (or nodes) and lines called edges (or arcs). Each edge joins.
MAT 2720 Discrete Mathematics Section 8.2 Paths and Cycles
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.
Great Theoretical Ideas in Computer Science for Some.
COMPSCI 102 Introduction to Discrete Mathematics.
Indian Institute of Technology Kharagpur PALLAB DASGUPTA Graph Theory: Planarity Pallab Dasgupta, Professor, Dept. of Computer Sc. and Engineering, IIT.
Planar Graphs prepared and Instructed by Arie Girshson Semester B, 2014 June 2014Planar Graphs1.
Chapter 7 Planar Graphs 大葉大學 資訊工程系 黃鈴玲  7.2 Planar Embeddings  7.3 Euler’s Formula and Consequences  7.4 Characterization of Planar Graphs.
Graphs. Representations of graphs : undirected graph An undirected graph G have five vertices and seven edges An adjacency-list representation of G The.
Great Theoretical Ideas In Computer Science
Outline 1 Properties of Planar Graphs 5/4/2018.
Discrete Mathematics Graph: Planar Graph Yuan Luo
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.
Planarity and Euler’s Formula
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.7 Planar Graphs These class notes are based on material from our textbook, Discrete Mathematics and Its Applications, 7th ed., by Kenneth H.
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.7 Planar Graphs These class notes are based on material from our textbook, Discrete Mathematics and Its Applications, 7th ed., by Kenneth H.
MAT 2720 Discrete Mathematics
Chapter 15 Graph Theory © 2008 Pearson Addison-Wesley.
Planarity.
Chapter 10.7 Planar Graphs These class notes are based on material from our textbook, Discrete Mathematics and Its Applications, 8th ed., by Kenneth H.
N(S) ={vV|uS,{u,v}E(G)}
Gaph Theory Planar Graphs
Discrete Mathematics for Computer Science
GRAPH THEORY Properties of Planar Graphs Ch9-1.
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.
Drawing a graph
Drawing a graph
Agenda Review Lecture Content: Shortest Path Algorithm
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.
GRAPH THEORY Properties of Planar Graphs Ch9-1.
Drawing a graph
Presentation transcript:

MAT 2720 Discrete Mathematics Section 8.7 Planar Graphs

Goals Define Planar Graphs The conditions for a graph to be planar Series Reductions Homeomorphic Graphs

Example 1 The following are 2 ways of drawing the same graph, K 4.

Definition A graph is planar if it can be drawn in the plane without its edges crossing.

Definition A graph is planar if it can be drawn in the plane without its edges crossing. K 4 is planar K 5 is NOT planar K 3,3 is NOT planar

Faces of a Planar Graph

Euler’s Formula for Graphs If G is a connected, planar graph with e edges, v vertices, and f faces, then f=e-v+2

Euler’s Formula for Graphs If G is a connected, planar graph with e edges, v vertices, and f faces, then f=e-v+2

Example 2 K 3,3 is NOT planar

Example 2 Suppose K 3,3 is planar 1. Every cycle has at least 4 edges.

Example 2 Suppose K 3,3 is planar 1. Every cycle has at least 4 edges. 2.The no. of edges that bound faces is at least 4f (with some edges counted twice). f=e-v+2

Observations A graph contains K 3,3 or K 5 as a subgraph is NOT planar.

Observations A graph contains a graph “somewhat” similar to K 3,3 or K 5 as a subgraph is NOT planar.

Definitions (simplified) Edges in Series Series Reduction

Homeomorphic Two graphs are homeomorphic if they can be reduced to isomorphic graphs by a sequence of series reduction.

Example 3 The following graphs are homeomorphic.

Finally…Kuratowski’s Theorem A graph is planar iff it does not contain a subgraph homeomorphic to K 3,3 or K 5.

Example 3 Show that the following graph is not planar.

Example 3 Key: Locate the subgraph homeomorphic to K 3,3 or K 5

Example 3: Formal Solutions Eliminating edges (a,b), (f,e), and (g,h) eliminating vertices g and h

Example 3: Formal Solutions Eliminating edges (a,b), (f,e), and (g,h) eliminating vertices g and h Since the graph contains a subgraph homeomorphic to K 3,3, it is not planar