MAT 2720 Discrete Mathematics Section 8.7 Planar Graphs .

21
MAT 2720 Discrete Mathematics Section 8.7 Planar Graphs http://myhome.spu.edu/lauw

Transcript of MAT 2720 Discrete Mathematics Section 8.7 Planar Graphs .

Page 1: MAT 2720 Discrete Mathematics Section 8.7 Planar Graphs .

MAT 2720Discrete Mathematics

Section 8.7

Planar Graphs

http://myhome.spu.edu/lauw

Page 2: 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

Page 3: MAT 2720 Discrete Mathematics Section 8.7 Planar Graphs .

Example 1

The following are 2 ways of drawing the same graph, K4.

Page 4: MAT 2720 Discrete Mathematics Section 8.7 Planar Graphs .

Definition

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

Page 5: MAT 2720 Discrete Mathematics Section 8.7 Planar Graphs .

Definition

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

K4 is planar

K5 is NOT planar

K3,3 is NOT planar

Page 6: MAT 2720 Discrete Mathematics Section 8.7 Planar Graphs .

Faces of a Planar Graph

Page 7: MAT 2720 Discrete Mathematics Section 8.7 Planar Graphs .

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

Page 8: MAT 2720 Discrete Mathematics Section 8.7 Planar Graphs .

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

Page 9: MAT 2720 Discrete Mathematics Section 8.7 Planar Graphs .

Example 2

K3,3 is NOT planar

Page 10: MAT 2720 Discrete Mathematics Section 8.7 Planar Graphs .

Example 2

Suppose K3,3 is planar

1. Every cycle has at least 4 edges.

Page 11: MAT 2720 Discrete Mathematics Section 8.7 Planar Graphs .

Example 2

Suppose K3,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

Page 12: MAT 2720 Discrete Mathematics Section 8.7 Planar Graphs .

Observations

A graph contains K3,3 or K5 as a subgraph is NOT planar.

Page 13: MAT 2720 Discrete Mathematics Section 8.7 Planar Graphs .

Observations

A graph contains a graph “somewhat” similar to K3,3 or K5 as a subgraph is NOT planar.

Page 14: MAT 2720 Discrete Mathematics Section 8.7 Planar Graphs .

Definitions (simplified)

Edges in Series

Series Reductiona

c

b

a

c

b

a

c

Page 15: MAT 2720 Discrete Mathematics Section 8.7 Planar Graphs .

Homeomorphic

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

Page 16: MAT 2720 Discrete Mathematics Section 8.7 Planar Graphs .

Example 3

The following graphs are homeomorphic.

a

b

c

d

Page 17: MAT 2720 Discrete Mathematics Section 8.7 Planar Graphs .

Finally…Kuratowski’s Theorem

A graph is planar iff it does not contain a subgraph homeomorphic to K3,3 or K5 .

Page 18: MAT 2720 Discrete Mathematics Section 8.7 Planar Graphs .

Example 3

Show that the following graph is not planar.

Page 19: MAT 2720 Discrete Mathematics Section 8.7 Planar Graphs .

Example 3

Key: Locate the subgraph homeomorphic to K3,3 or K5

Page 20: MAT 2720 Discrete Mathematics Section 8.7 Planar Graphs .

Example 3: Formal Solutions

Eliminating edges (a,b),

(f,e), and (g,h)eliminating

vertices g and h

Page 21: MAT 2720 Discrete Mathematics Section 8.7 Planar Graphs .

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 K3,3, it is not planar