A maximal plane graph is a plane graph G = (V, E) with n ≥ 3 vertices such that if we join any two non-adjacent vertices in G, we obtain a non-plane graph.
a) Draw a maximal plane graphs on six vertices.
b) Show that a maximal plane graph on n points has 3n − 6 edges and 2n − 4 faces.
c) A triangulation of an n-gon is a plane graph whose infinite face boundary is a convex n-gon and all of whose other faces are triangles. How many edges does a triangulation of an n-gon have?
IF YOU HAVE ANY DOUBTS COMMENT BELOW I WILL BE TTHERE TO HELP YOU..ALL THE BEST..
AS FOR GIVEN DATA.
(b): Let G be a planar graph with n vertices and F faces and E number of edges .
Now , The boundary of every faces is a triangle , and each edge is on the boundary of two faces.
Therefore , if the number of edges on the boundary of a face is summed over all faces , the result will be 3F .
On the other hand, such a sum considers each edge twice .
So , 3F = 2E , i.e. , F=(2E)/3 and E=(3F)/2. ............... (i)
Applying Euler's formula ,
i.e., If a connected plane graph G has V vertices , E edges and F faces , then ,
. V-E+F = 2.
We obtain the desired results;
V - E + F = 2.
=> n - E + F = 2. ................ (ii)
Now , from (i) we have ,
n - E + (2E/3) = 2
=> 3n - 3E + 2E = 6
=> 3n - E = 6
=> E=3n-6
Similarly ,
From (i) and (ii) , we have ,
n - E + F = 2
=> n - (3F/2) + F = 2
=> 2n - 3F + 2F = 4
=> 2n - F = 4
=> F=2n-4.
(c) : Let R (n) be a graph whose vertices are every distinct triangulation of the n-gon , and whose edges represent the ability to get from one triangulation to another via diagonal flip. Let Nn be the number of vertices of R (n) .
Since , Number of edges of an n-gon is (n-3) .
Therefore , there are (n-3) flips that can be performed on each triangulation, which means that the degree of each vertex of R(n) =(n-3) , which means that R(n) is an (n-3)-gon graph.
Thus , Number of edges of R(n) is {Nn × (n-3)}/2. ( 2 in denominator is because each edge was considered twice).
I HOPE YOU UNDERSTAND..
PLS RATE THUMBS UP..ITS HELPS ME ALOT..
THANK YOU...!!
A maximal plane graph is a plane graph G = (V, E) with n ≥ 3 vertices such that if we join any two non-adjacent vertices...
Question 16. A maximal plane
graph is a plane graph G = (V, E) with n ≥ 3 vertices such that if
we join any two non-adjacent vertices in G, we obtain a non-plane
graph. (a) Draw a maximal plane graphs on six vertices. (b) Show
that a maximal plane graph on n points has 3n − 6 edges and 2n − 4
faces. (c) A triangulation of an n-gon is a plane graph whose
infinite face boundary is a...
A maximal plane graph is a plane graph G = (V, E) with n ≥ 3
vertices such that if we join any two non-adjacent vertices in G,
we obtain a non-plane graph.
A maximal plane graph is a plane graph G = (V, E) with n-3 vertices such that if we join any two non-adjacent vertices in G, we obtain a non-plane graph. (a) Draw a maximal plane graphs on six vertices b) Show that a maximal plane graph...
Let G -(V, E) be a graph. The complementary graph G of G has vertex set V. Two vertices are adjacent in G if and only if they are not adjacent in G. (a) For each of the following graphs, describe its complementary graph: (i) Km,.ni (i) W Are the resulting graphs connected? Justify your answers. (b) Describe the graph GUG. (c) If G is a simple graph with 15 edges and G has 13 edges, how many vertices does...
Let G (V, E) be a directed graph with n vertices and m edges. It is known that in dfsTrace of G the function dfs is called n times, once for each vertex It is also seen that dfs contains a loop whose body gets executed while visiting v once for each vertex w adjacent to v; that is the body gets executed once for each edge (v, w). In the worst case there are n adjacent vertices. What do...
Problem 2.13 - page 31. Let G be an n-vertex graph such that for any non-adjacent vertices U, V EV(G), d(u) + d(u) > n. Prove that G is Hamiltonian
Say that we have an undirected graph G(V, E) and a pair of vertices s, t and a vertex v that we call a a desired middle vertex . We wish to find out if there exists a simple path (every vertex appears at most once) from s to t that goes via v. Create a flow network by making v a source. Add a new vertex Z as a sink. Join s, t with two directed edges of capacity...