Skip to main content

Exercises 5.8 Exercises

Additional Exercises for Chapter 5

1.

Write the definitions for each of the following terms: graph, simple graph, vertex, edge, degree, degree sequence, trail, path, cycle, complete graph, Eulerian, subgraph, graph isomorphism, complement, connectedness, tree, forest, leaf, bipartite graph, Hamiltonian graph.

2.

List all vertices and edges of the graphs G1, G2, and G3:

3.

Determine the degree sequences of the graphs G1, G2, and G3.

4.

Determine which of the graphs G1, G2, G3 are Eulerian, and for each one that is, find an Eulerian trail.

5.

For each nonincreasing sequence of numbers below, draw a simple graph with that degree sequence, or explain why it is impossible to do so.

  1. 1,1,1,1,1
  2. 1,1,1,1,1,1
  3. 2,2,2,2,2,2
  4. 9,3,3,2,1
  5. 4,4,2,2,2
  6. 4,4,3,2,1
6.

You meet with six other friends for lunch, and because you had just learned about Checkpoint 5.2.14 in class, you ask each of your friends how many in the group they shook hands with before eating. You are surprised to hear each friend reply with a different number from 1 to 6. How many hands did you shake at that lunch?

7. Winter 2016 Final.

In a group of two or more people, must there always be at least two people who are acquainted with the same number of people within the group? Explain your answer.

8.

For which natural n3 is Cn Eulerian? How about Kn? Pn?

9.

How many different Eulerian trails does Cn have for n3?

10.

Find two nonisomorphic simple graphs w/ degree sequence 3,3,3,3,2,2,2,2.

11. Winter 2017 Final.

Let G be a graph on n vertices. It is known that there are 6 vertices which have degree 3, and all of the remaining vertices are of degree 4. Show that G cannot be disconnected with exactly two isomorphic connected components.

12.

Prove that the following graphs P and Q are isomorphic.

13.

Are there any isomorphic graphs among G4, G5, and G6?

14.

Prove that graph isomorphism is an equivalence relation on the set of all simple graphs.

15.

There are eleven simple graphs on four vertices (up to isomorphism). Find all of them.

16.

Show that the following two graphs are not isomorphic:

17.

Are there any isomorphic graphs among the following graphs?

18.

Suppose that a graph G has degree sequence 3, 3, 2, 2, 2, 1, 1. What is the degree sequence of G?

19.

Generalize Exercise 5.8.18. How are the degree sequences of a graph G and its complement G related?

20.

Can a graph G be isomorphic to its complement G? Either find an example (if yes) or prove it cannot happen (if no).

21.

Prove that Cn is connected for n2.

22.

Prove that Kn is connected for n2.

23.

In a graph G=(V,E), explain why a u-v path and a v-w path, when connected at the point v, may not necessarily result in a path.

Prove that a u-v path and a v-w path together must contain a u-w path.

24.

Let G=(V,E) be a simple graph. Prove that the relation on V given by

uv  u and v are joined by a u-v path

is an equivalence relation. This is called the connectedness relation on the vertices of a graph.

Hint

Use Exercise 5.8.23 to show transitivity.

25.

Describe the equivalence class [1] of the vertex 1 in the graph below, based on the connectedness relation defined in Exercise 5.8.24.

26.

Draw an example of each of the following graphs or explain why it is impossible:

  1. A bipartite Eulerian graph
  2. A forest on 7 vertices and 4 edges
  3. A tree on 6 vertices that has 5 leaves
  4. A connected graph whose complement is connected
  5. A disconnected graph whose complement is disconnected
27. Fall 2016 Final.

Prove that any simple graph whose vertices all have degree at least n12 must be connected.

Hint

Contradiction.

28. Fall 2020 Final.

Let n,kN, and define the family of graphs Gn,k=(Vn,En,k) on the vertex set

Vn={1,2,3,,n}

and with edge set

En,k={(i,j)Vn×Vn:ij (mod k)}.

In other words, two vertices i and j are adjacent if they are congruent modulo k.

  1. Draw G4,2 and G7,3 and show they are both disconnected.
  2. Show that Gn,k is connected if and only if k=1.
  3. Show that Gn,k is the empty graph if and only if nk.
29.

Find an Eulerian trail in K2,4.

30.

Prove that Km,n is connected for any ,nN.

31.

Find all pairs of natural numbers (m,n) for which Km,n is Eulerian.

32.

Find all pairs of natural numbers (m,n) for which Km,n is Hamiltonian.

34.

Find a Hamiltonian cycle of least cost in each of the following graphs:

35.

The graph Kn is Hamiltonian for any n3. How many different Hamiltonian cycles are contained in Kn for n3?

Hint

\(K_3\) has only one, while \(K_4\) has three, shown here.

36.

For the pairs (m,n) you found in Exercise 5.8.32, how many different Hamiltonian cycles are contained in Km,n?