Graph Theory Lessons

graphic graphic graphicLesson 11: Simple Circuits and Wheels

simple circuit on n vertices, Cn is a connected graph with n vertices x1, x2,..., xn, each of which has degree 2, with xi adjacent to xi+1 for i=1,2,...,n-1 and xn adjacent to x1. In what follows "circuit" refers to "simple circuit". In the program you can get a circuit by choosing Graph and Circuit. We shall assume that n > 2 in all the questions.

graphic
Fig. 16, The graph C7.
  1. How many edges does Cn have? (Use the statistics option to investigate a few circuit graphs)
  2. Which circuit is a complete graph?
  3. Look at the adjacency matrices of a few circuits. Write down the adjacency matrix for C6.
  4. What is the chromatic number of C7, C8, C11?
  5. In general what is the chromatic number of Cn?
  6. For what values of n is Cn bipartite?
  7. Is it possible for a bipartite graph to contain a circuit Cn with n odd as a subgraph? Give a reason for your answer.


  8. When a graph contains a subgraph isomorphic to Cn we say that it has an n-cycle. We can use the program to check if there is an n-cycle in a graph. Below is a picture showing a 6-cycle in the Petersen graph.
    graphic

    A word of warning: when there is no n-cycle the program could take a long time before it exhausts all possibilities so let us agree that if the program does not find the cycle in 2 min we shall assume there is none. (We shall discuss in class why it takes so long.
  9. What is the size of the largest cycle in the Petersen graph?
  10. What is the size of the largest cycle in the Herchel graph?

  11. wheel on n vertices, Wn is a graph with n vertices x1, x2,..., xn, x1 having degree n-1 and all the other vertices having degree 3. The vertex x1 is adjacent to all the other vertices, and for i=2,...,n-1, xi is adjacent to xi+1, and xn-1 is adjacent to x2. In the program you can get a wheel by clicking Graph and Wheel . We shall assume that n>3 in all the problems.

     

    graphic
    Fig. 17, The graph W12 has chromatic number 4.
  12. How many edges does Wn have?
  13. Which wheel is a complete graph?
  14. Write down the adjacency matrix for W8.
  15. What is the chromatic number of Wn?
  16. Is it possible for Wn to be bipartite?
  17. Answers

    e-mail: C. Mawata
    graphic graphic graphic
    © C. Mawata