Graph Theory Lessons
Lesson
11: Simple Circuits and Wheels
A 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.
|
Fig. 16, The graph C7.
|
-
How many edges does Cn have? (Use
the statistics option to investigate a few circuit graphs)
-
Which circuit is a complete
graph?
-
Look at the adjacency
matrices of a few circuits. Write down the adjacency matrix for
C6.
-
What is the chromatic
number of C7, C8,
C11?
-
In general what is the chromatic number of
Cn?
-
For what values of n is Cn
bipartite?
-
Is it possible for a bipartite graph to contain a
circuit Cn with n odd as a subgraph? Give a reason
for your answer.
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.
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.
-
What is the size of the largest cycle in the Petersen
graph?
-
What is the size of the largest cycle in the Herchel
graph?
A 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.
|
Fig. 17, The graph W12 has chromatic number 4.
|
-
How many edges does Wn
have?
-
Which wheel is a complete graph?
-
Write down the adjacency matrix for
W8.
-
What is the chromatic number of
Wn?
-
Is it possible for Wn to be
bipartite?
e-mail: C.
Mawata
© C. Mawata