Module 6 - Graphs and Trees
Module 6 - Graphs and Trees
Learning Activities:
1. Which of the graphs below are bipartite? Justify your answers.
2. Is it possible for two different (non-isomorphic) graphs to have the same number of vertices and the
same number of edges? What if the degrees of the vertices in the two graphs are the same (so both
graphs have vertices with degrees 1, 2, 2, 3, and 4, for example)? Draw two such graphs or explain
why not.
Yes. For example, both graphs below contain 6 vertices, 7 edges, and have degrees
(2,2,2,2,3,3)
3. Are the two graphs below equal? Are they isomorphic? If they are isomorphic, give the
isomorphism. If not, explain.
Graph 1: V={a,b,c,d,e},V={a,b,c,d,e}, E={{a,b},{a,c},{a,e},{b,d},{b,e},{c,d}}.
Graph 2:
The graphs are not equal. For example, graph 1 has an edge {a,b}{a,b} but graph 2 does
not have that edge. They are isomorphic. One possible isomorphism
is f:G1→G2f:G1→G2 defined
by f(a)=d,f(a)=d, f(b)=c,f(b)=c, f(c)=e,f(c)=e, f(d)=b,f(d)=b, f(e)=a.
The first and third graphs have a matching, but the middle graph does not.
5. What is the smallest number of colors that can be used to color the vertices of a
cube so that no two adjacent vertices are colored identically?