Graph Theory Lessons

graphic graphic graphicLesson 14: Unions and Sums of Graphs

There are several ways to combine two graphs to get a third one. Suppose we have graphs G1 and G2 and suppose that G1 has vertex set V1 and edge set E1; and that G2 has vertex set V2 and edge set E2. The union of the two graphs, written G1 U G2 will have vertex set V1 U V2 and edge set E1 U E2.

Get the complete graph K5 and save it as graph 1; then get the null graph N1. Now click operations and union and when asked which graph to form a union with choose graph 1. You will get a graph like figure 21.

graphic
Fig. 21, K5 U N1.

The sum of the two graphs written G1 + G2 is obtained by first forming the union G1 U G2 and then making every vertex of G1 adjacent to every vertex of G2.

Get the graph N1 again but this time click operations and sum and when asked which graph to sum N1 with choose graph 1. You will get K5 + N1 as in figure 22. Save this graph as graph 2. Now get K6 and check if it is isomorphic to graph 2.

graphic
Fig. 22, K5 + N1.

  1. Which graph do you think is isomorphic to Kn + N1?
  2. Which graph is isomorphic to Nr + N1?
  3. Which graph is isomorphic to Nr + Ns?
  4. Which graph is isomorphic to Nr U Ns?
  5. Which graph is isomorphic to Nr + Ns + Nt?
  6. Which graph is isomorphic to Cn + N1
    We say that a graph is connected if it cannot be expressed as the union of two graphs; otherwise we say that it is disconnected. A disconnected graph can be expressed as the union of two or more connected subgraphs called components.
  7. If you draw a graph in the applet below you will get a list of the components on the right side of the applet.


  8. If X(G1)=a and X(G2)=b, then what is X(G1 U G2)? (You might have to do some experiments to give you some ideas)
  9. If X(G1)=a and X(G2)=b, then what is X(G1 + G2)?

Answers

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