1

I have the attached the images of two graphs. I want to know whether two graphs are planar or not. ? I also want to know whether two graphs are planar or not ?enter image description here

2 Answers2

3

Hint: #1 looks like a three-dimensional structure (two cubes stacked one atop the other). What would you see if you looked at them from above?

Robert Israel
  • 448,999
1

The two graphs are indeed isomorphic. Simply take $G_1$, and "collapse" it down to $G_2$. More specifically, map the upper 4 vertices (upper row) of $G_1$ to the inner square of $G_2$, the middle row to the middle square, and the lower row to the outer square (Do so in the obvious way so that edge pairings are preserved).

$G_2$ is planar, so both are in fact planar.

  • but can we draw the 3-dimesional cube structured graph in a single plane without any edge crossover ? – Raju Parashar Feb 24 '14 at 18:40
  • Being planar is preserved under an isomorphism, so yes, $G_1$ can be drawn as a planar graph, and $G_2$ is this graph. – Sergio Da Silva Feb 24 '14 at 20:50
  • If you are still having trouble seeing this, picture $G_1$ as balls attached by strings (for the vertices and edges). The graph $G_1$ is you holding up the top square (letting the rest hang below this top square), and $G_2$ is what happens when you let your construction lie on the floor. I use strings here because any variation of placing your construction on the floor would represent an isomorphic graph - you are just looking for the planar one. – Sergio Da Silva Feb 24 '14 at 21:00