A face of the graph is
a region bounded by a set of edges and vertices in the embedding
. Note that in any embedding of a graph in the plane, the faces are the same in terms of the graph, though they may be different regions in the plane.
How do you find the face of a graph?
If a connected graph has a planar embedding, then
v − e + f = 2
where v is the number of vertices, e is the number of edges, and f is the number of faces.
How many faces does a graph have?
But drawing the graph with a planar representation shows that in fact there are only
4 faces
. There is a connection between the number of vertices (v ), the number of edges (e ) and the number of faces (f ) in any connected planar graph.
How do you count faces on a planar graph?
When a planar graph is drawn with no crossing edges, it divides the plane into a set of regions, called faces. Each face is bounded by a closed walk called the boundary of the face. By convention, we also count the
unbounded area outside the whole graph
as one face. The degree of the face is the length of its boundary.
What are the main parts of the planar graph?
- If a connected planar graph G has e edges and r regions, then r ≤ e.
- If a connected planar graph G has e edges, v vertices, and r regions, then v-e+r=2.
- If a connected planar graph G has e edges and v vertices, then 3v-e≥6.
- A complete graph K
n
is a planar if and only if n<5.
What is a simple graph?
A simple graph, also called a strict graph (Tutte 1998, p. 2), is
an unweighted, undirected graph containing no graph loops or multiple edges
(Gibbons 1985, p. … A simple graph may be either connected or disconnected. Unless stated otherwise, the unqualified term “graph” usually refers to a simple graph.
What is a k33 graph?
A complete bipartite graph K
n , n
has a proper n-edge-coloring corresponding to a Latin square. Every complete bipartite graph is a modular graph: every triple of vertices has a median that belongs to shortest paths between each pair of vertices.
What is a K5 graph?
K5 is
a nonplanar graph with the smallest number of vertices
, and K3,3 is the nonplanar graph with smallest number of edges. Thus both are the simplest nonplanar graphs.
How do you prove a graph is planar?
Planar Graphs:
A graph G= (V, E)
is said to be planar if it can be drawn in the plane so that no two edges of G intersect at a point other than a vertex. Such a drawing of a planar graph is called a planar embedding of the graph. For example, K4 is planar since it has a planar embedding as shown in figure 1.8. 1.
How do you count the regions on a graph?
- Theorem: [Euler’s Formula] For a connected planar simple graph G=(V,E) with e=|E| and v=|V|, if we let r be the number of regions that are created when drawing a planar representation of the graph, then r=e-v+2.
- Proof idea: We proceed by induction on the number of edges.
What is Euler’s formula for graphs?
The
equation v−e+f=2 v − e + f = 2
is called Euler’s formula for planar graphs .
What do you mean by graph Colouring?
Graph coloring is
the procedure of assignment of colors to each vertex of a graph G such that no adjacent vertices get same color
. The objective is to minimize the number of colors while coloring a graph. The smallest number of colors required to color a graph G is called its chromatic number of that graph.
What is Euler’s formula for polyhedra?
This theorem involves Euler’s polyhedral formula (sometimes called Euler’s formula). Today we would state this result as: The number of vertices V, faces F, and edges E in a convex 3-dimensional polyhedron, satisfy
V + F – E = 2
.
What is an regular graph?
In graph theory, a regular graph is
a graph where each vertex has the same number of neighbors
; i.e. every vertex has the same degree or valency. A regular directed graph must also satisfy the stronger condition that the indegree and outdegree of each vertex are equal to each other.
Is K4 4 a planar graph?
The graph K4,4−e
has no finite planar cover
.
What are the application of planar graph?
The theory of planar graphs is based on Euler’s polyhedral formula, which is related to the polyhedron edges, vertices and faces. In modern era, the applications of planar graphs occur naturally such as
designing and structuring complex radio electronic circuits, railway maps, planetary gearbox and chemical molecules
.