in Graph Theory edited by
7,757 views
31 votes
31 votes

Which of the following graphs is/are planar?

in Graph Theory edited by
7.8k views

4 Comments

only G2 is planer
3
3
If sub-graph of any given graph is $K_{5}$ or $K_{3,3}$  then that graph is non planner graph. Because $K_{5}$ and $K_{3,3}$ are smallest non planner graph in terms of number vertices and number edges respectively.
8
8
Thanks
0
0
0
0

4 Answers

36 votes
36 votes
Best answer

$G_1$ is $K_{3,3}$ which is a non-planar graph with the minimum number of edges.

Proof: Let $K_{3,3}$ is a planar graph.
Therefore it must satisfy this useful corollary. As there is no triangle in  $K_{3,3}$.

  • Let $G$ be a connected planar simple graph with $n$ vertices and $m$ edges, and no triangles. Then $m \leq 2n - 4$

$m = 9, n = 6.$
$\implies 9 \leq12 - 4$
$\implies 9 \leq8,$ which is false. So our assumption that  $K_{3,3}$ is planar is false.

$G_2$ can be redrawn like this.

Therefore $G_2$ is a planar graph.

For $G_3$, we assume that it is a planar graph. Then it must satisfy the above corollary as it does not have a triangle.

$m = 9, n = 6.$
$\implies 9 \leq 12 - 4$

$\implies 9 \leq 8,$ which is false. So our assumption is wrong and $G_3$ is not a planar graph.

Note$: G_1$ and $G_3$ are isomorphic graphs. 

Ans: $G_2$ only.

edited by

4 Comments

@Hemant Parihar 

Given a simple planar graph we can say using Euler theorem:

1.  $edges \leqslant 3n-6$

2.$faces \leqslant 2n-4$

How you used 2n-4 for edges? :(

2
2
Sorry I missed "no triangles" . This is one more corollary. Thanks for the link :)
3
3
edited by
actually  i) and iii) are the same graphs and they are K(3,3). Therefore, both are not planar.
0
0
13 votes
13 votes
graph G2 is planar because we can draw all its edges without crossing each other .

3 Comments

Please give me some reference material link from where i can study further about graph.
0
0
refer kenneth rosen
0
0
thanks...!
0
0
0 votes
0 votes

you can remember this points to solve this type of questions:

  1. Km,n is planar iff m<=2 or n<=2
  2. Q3 is planar as it has isomorphic structure G2 as shown in BEST answer below 
  3. G3 shown here is isomorphic with K 3,3 
–1 vote
–1 vote
Only G2 is planar. Verify it by making diagrams.

Related questions

Quick search syntax
tags tag:apple
author user:martin
title title:apple
content content:apple
exclude -tag:apple
force match +apple
views views:100
score score:10
answers answers:2
is accepted isaccepted:true
is closed isclosed:true