Graph Theory
Graph Theory
Planar Graph
If
m<=3n-6 where m is the no. of edges
and n is the no. of vertices,
then the graph is planar graph.
In this graph, m=10,n=5, then 10<=3x5-6=
10<=9 (does not satisfy). So K5 is not planar
Applications of planar graph
Design of electronic Circuits.
In graph, components of circuit are vertices and
connections are edges.
We can print a circuit on a single board with no connections
crossing if the graph representing the circuit is planar.
Design of Road Networks
Vertices representing the cities and edges representing the
highways connecting them.
We can built this road network without using underpasses
or overpasses if the resulting graph is planar.
Euler’s Formula
A planar representation of a graph splits the plane into regions, including an unbounded region. Euler
showed that all planar representations of a graph split the plane into the same number of regions. He
accomplished this by finding a relationship among the number of regions, the number of vertices, and
the number of edges of a planar gr.
THEOREM 1: EULER’S FORMULA :
Let G be a connected planar simple graph with e edges and v vertices. Let r be the number of regions in a
planar representation of G. Then r = e − v + 2.
Proof: First, we specify a planar representation of G. We will prove the theorem by constructing a sequence of
subgraphs G1, G2,...,Ge = G, successively adding an edge at each stage. Arbitrarily pick one edge of G to
obtain G1. Obtain Gn from Gn−1 by arbitrarily adding an edge that is incident with a vertex already in
Gn−1, adding the other vertex incident with this edge if it is not already in Gn−1. This construction is
possible because G is connected. G is obtained after e edges are added. Let rn, en, and vn represent the
number of regions, edges, and vertices of the planar representation of Gn induced by the planar
representation of G, respectively. The relationship r1 = e1 − v1 + 2 is true for G1, because e1 = 1, v1 = 2,
and r1 = 1. This is shown in Figure 9.
Here e=1,v=2
r=1-2+2=1 region
Figure:G4 graph
Now assume that rk = ek − vk + 2. Let {ak+1,
bk+1} be the edge that is added to Gk to
obtain Gk+1.
There are two possibilities to consider.
In the first case, both ak+1 and bk+1 are
already in Gk. These two vertices must be on
the boundary of a common region R
In the second case, one of the two vertices of
the new edge is not already in Gk.
1. These two vertices must be on the boundary
of a common region R.
Here e=4,v=4
r=4-4+2=2 regions
R2 R1