Planar Graphs
Planar Graphs
▪ The geometric representation shown in the above figure clearly is not embedded in a
plane, because the edges e and f are intersecting.
▪ Redraw edge f outside the quadrilateral (extending it outward), leaving the other
edges unchanged, we have embedded the new geometric graph in the plane, thus
showing that the graph is planar.
▪ Let us consider another example - the two isomorphic diagrams shown in the
following figure are different geometric representations of one and the same graph.
One of the diagrams is a plane representation; the other one is not. The graph, of
course, is planar.
Planar Graphs
▪ In another example, we see that it is not possible to draw any of the three configurations
on a plane without edges intersecting. The reason is that the graph which these three
different diagrams is non-planar.
DIFFERENT REPRESENTATIONS OF A PLANAR
GRAPH
▪ Region: A plane representation of a graph divides the plane into regions (also called
windows, faces, or meshes), as shown in the following figure. A region is characterized by
the set of edges (or the set of vertices) forming its boundary.
▪ Infinite Region: The portion of the plane lying outside a graph embedded in a plane,
such as region 4 in the previous graph, is infinite in its extent. Such a region is called
the infinite, unbounded, outer, or exterior region for that particular plane
representation. Like other regions, the infinite region is also characterized by a set of
edges (or vertices).
DIFFERENT REPRESENTATIONS OF A PLANAR
GRAPH
▪ A planar graph may be embedded in a plane such that any specified region (i.e.,
specified by the edges forming it) can be made the infinite region.
❑ Repeated application of step-3 and step-4 will reduce the graph drastically.
Homeomorphic Graphs: Two graphs are said to be homeomorphic if one graph can be
obtained from the other by the creation of edges in series (i.e., by insertion of vertices of
degree two) or by the merger of edges in series.
DETECTION OF PLANARITY
Homeomorphic Graphs: Two graphs are said to be homeomorphic if one graph can be
obtained from the other by the creation of edges in series (i.e., by insertion of vertices of
degree two) or by the merger of edges in series.
Property:
A graph G is planar if and only if every graph that is homeomorphic to G is planar.
DUAL GRAPHS
▪ Consider the plane representation of a graph in the following figure, with six regions
or faces F1 , F2 , F3 , F4 , F5 , and F6 .
▪ Let us place six points p1 , p2 , . . . , p6 , one in each of the regions, as shown in the
figure.
▪ Next let us join these six points according to the following procedure:
• If two regions Fi and Fj are adjacent (i.e., have a common edge), draw a line joining
points pi and pj that intersects the common edge between Fi and Fj exactly once.
• If there is more than one edge common between Fi and Fj , draw one line between
points pi and pj for each of the common edges.
• For an edge e lying entirely in one region, say Fk , draw a self-loop at point pk
intersecting e exactly once.
• By this procedure we obtain a new graph which is the dual of the original graph.
• Clearly, there is a one-to-one correspondence between the edges of graph G and its
dual.
DUAL GRAPHS
DUAL GRAPHS
Some simple observations that can be made about the relationship between a planar
graph G and its dual
▪ An edge forming a self-loop in G yields a pendant edge in its dual.
▪ A pendant edge in G yields a self-loop in dual.
▪ Edges that are in series in G produce parallel edges in its dual.
▪ Parallel edges in G produce edges in series in its dual.
▪ The number of edges, vertices, regions of a graph G and its dual are always equal.