


Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Graph Theory in explain 11 Peoblems with solutions as graphically.
Typology: Lecture notes
1 / 4
This page cannot be seen from the preview
Don't miss anything!



(a) For every n ≥ 2, find a non-Hamiltonian graph on n vertices that has n 2 − 1 + 1 edges. Solution: Consider the complete graph on n − 1 vertices Kn− 1. Add a new vertex v and connect it to a vertex V (Kn− 1 ). This graph has n 2 − 1 ^ + 1 edges and it is non-Hamiltonian: every cycle uses 2 edges at each vertex, but v has only one adjacent edge. (b) For every n ≥ 2, find a non-Hamiltonian graph on n vertices that has minimum degree ⌈ n 2 ⌉ − 1. Solution: Let G 1 be a complete graph on ⌈ n 2 ⌉ vertices and G 2 be a complete graph on ⌊ n 2 ⌋ vertices which is disjoint from G 1. Fix a vertex v ∈ V (G 1 ) and connect it to all the vertices of G 2. Let G be the resulting graph: it has minimum degree ⌈ n 2 ⌉ − 1 and it is non-Hamiltonian, since every cycle passing through all the vertices of G has to pass through v at least twice. (c) For every k, n ≥ 2, find a graph G on at least n vertices such that δ(G) = k but G contains no cycle longer than k + 1. Solution: Let a = ⌈n~k⌉, and take a disjoint copies of Kk+ 1. Then this graph has a(k + 1 ) > n vertices, each of them has degree k, but there is no cycle longer than k + 1. We can actually find a connected such graph if join all of these cliques at one vertex, creating a star of cliques.
Solution: Here is a Hamilton path:
Let us show that there is no Hamilton cycle in the Petersen graph P. One can check that the girth of P is 5 (i.e. P has no 3-cycle or 4-cycle). Assume there is a Hamilton cycle C in P. Since C must go through each vertex, C is actually C 10 (i.e. the Petersen graph contains C 10 ). Then there are five more edges in P. If each of the latter edges connects two opposite vertices on C, then there is a 4-cycle. Therefore, some edge e joins vertices at distance 4 in C (why cannot it be 2 or 3?). Let e be incident to vertices A and B, and D be the opposite vertex to A in C. The vertex D must be connected to one of the neighbours of A in C (Why?), let us call it F. Then ABDF A is a 4-cycle. This is a contradiction.
(a) Cut Property: the smallest edge crossing any cut must be in all MSTs. Reminder: a cut in a graph G = (V, E) is a partition A ⊍ B = V. (b) Cycle Property: The largest edge on any cycle is never in any MST.
Solution:
(a) Let G = (V, E) be a graph, A ⊍ B = V a cut of this graph and let T be a spanning tree of G. Let e = (u, v) be the edge of minimum weight that crosses from A to B. Suppose now that T does not contain e. Since T is connected, it contains a path P between u and v, and P must contain an edge f that crosses from A to B. But T ′^ = T − f + e is a tree of smaller weight, which is a contradiction. (b) Let C be a cycle in G and let e = (u, v) be the edge of maximum weight on C. Suppose it is contained in an MST T. Deleting e from T we get two connected components T 1 , T 2. But the cycle C must contain an edge f ≠ e with one end in T 1 and one end in T 2 , and T − e + f is a tree of smaller weight. Contradiction.
(b) Find a k-regular graph with girth 5 and k^2 + 1 vertices for k = 2 , 3. (c) Show that a k-regular graph with girth 4 must have at least 2k vertices. Solution:
{x 1 , x¯ 3 , x 4 } ∧ {x 2 , x 3 , ¯x 4 } ∧ {¯x 2 , x¯ 3 }.
Solution: To keep the drawing of the construction simple, we solve the exercise for C 1 ∧ C 2 ∧ C 3 where C 1 ∶= {x 1 , x¯ 3 }, C 2 ∶= {x 2 , x 3 }, C 3 ∶= {¯x 2 , x¯ 3 }. The following figure shows the construction. Add a fourth module to extend the construction to the variable x 4.