Ryerson Crest Ryerson Header

MTH 607 Graph Theory Lab 3

  1. (Book 2.32 a,c,d) For each of the following sequences determine wether they are graphical. If they are draw a graph with the given sequence as its degree sequence. If not explain why not.
    1. 5, 3, 3, 3, 3, 2, 2, 2, 1.

      Applying the Sequence Theorem (2.10), this sequence is graphical if and only if
      s1: 2, 2, 2, 2, 2, 2, 1, 1 is graphical.
      s1 is the degree sequence of the path P8. So the final answer is P8 with an extra vertex joined to five of the internal degree 2 vertices of the path.

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

      Applying the Sequence Theorem (2.10), this sequence is graphical if and only if
      s1: 4, 4, 3, 2, 1, 0 is graphical.
      Again applying the Sequence Theorem (2.10) again, we get that s1 is graphical if and only if
      s2: 3, 2, 1, 0, 0 is.
      Continuing, we get that s2 is graphical if and only if
      s3: 1, 0, -1, 0 is.
      Clearly this is not graphical as it contains a negative integer. Recursing back up the chain we have that the original sequence is not graphical.

    3. 7, 5, 4, 4, 4, 3, 2, 1. Successively applying the Sequence Theorem (2.10), this sequence is graphical if and only if thew following are graphical
      s1: 4, 3, 3, 3, 2, 1, 0.
      s2: 2, 2, 2, 1, 1, 0.
      s2 is the degree sequence of a path P5 together with an isolated point, so the original sequence is graphical.

      To draw the graph start with P5 ∪ { v }.
      Add a new point v2 joined to each of the internal vertices of the P5 and one of the endpoints. This graph G1 has degree sequence s1.
      Now add a new point v1 and adjoin it to every point in G1 to get a graph with the original degree sequence.
      So G = G1 + { v1 }.

  2. Consider the following graphs.
    G1 G2 G3
    1. Find G1G2, the Union of G1 with G2 (Be very careful when answering this question)
    2. Find G2G3, the Union of G2 with G3 (Be very careful when answering this question)
    3. Find G1 + G2, the join of G1 with G2.
    4. Find G1 × G2, the cartesian product of G1 with G2.
    5. Find G1G2, the extended cartesian product of G1 with G2.

      Not Shown

  3. Show that the graphs below are isomorphic.
    G1 G2

    The isomorphism is given by the following mapping f from G1 to G2:

    b -> d,
    c -> b,
    either a -> a and d -> c
    or a -> c and d -> a.

  4. Give three graphs which have the same number of vertices and the same degree sequence, but are not isomorphic.

    Note that there are many possible solutions to this question. Here is a non simple one.

    All have degree sequence 2,3,3.

    For a simple solution take the graphs: C8, C5C3 and C4C4. All have 8 points and are 2-regular, and so degree sequence 2, 2, 2, 2, 2, 2, 2, 2.

  5. Book 3.8.

    G1 is isomorphic to G2, they are both isomorphic to Q3. They are not isomorphic to G3, probably the easiest way to see this is to note that G3 is not bipartite, whereas the other two are.

  6. (Book 3.16) How many nonisomorphic simple graphs have degree sequence 6, 6, 6, 6, 6, 6, 6, 6, 6?
    (Hint Consider the complement of G.)

    This is a 6 regular graph on 9 points, so its complement will be 2-regular on 9 points, and so is a collection of cycles. Up to isomorphism there are only 4 possible collections of cycles on 9 points: C9, C6C3, C5 ∪, C4 and C3C3C3.

    Thus up to isomorphism there are 4 possible 6-regular graphs on 9 points, given by the complements of the graphs above.

  7. Show that K2 × K2 × K2C4 × K2Q3.

    See book, p. 25.

  8. List all simple graphs on 4 vertices, up to isomorphism.













Maintained by: P. Danziger, January 2007.