in Graph Theory edited by
8,285 views
15 votes
15 votes

Which one of the following graphs is NOT planar?

 

  1. G1
  2. G2
  3. G3
  4. G4
in Graph Theory edited by
by
8.3k views

4 Comments

his graph contain triangle but original doesnt.
0
0

@Pranav Madhani 

You Number them first and then make planar(G1)

you can not make the planar graph

0
0

A finite graph is planar if and only if it does not contain a subgraph that is a subdivision of the complete graph K5 or the complete bipartite graph K3,3 (utility graph). Source

G1 is exactly K3,3 but drawn in a different way. See this

1
1

2 Answers

18 votes
18 votes
Best answer

We can form a planar graph for all except G1. Hence G1 is not planar graph. 

edited by

2 Comments

I stuck with G4 but you explain really well

Thank you so much sir
1
1
there is any other method exists for checking the planner graph??
0
0
5 votes
5 votes
I was in a confusion between G1 and G4 but by wisely editing the edges i can form a planar graph for G4 but am unsucessful to make G1 a planar graph so G1 is non planar

4 Comments

these corollary are used only to check if a graph is no-planar or not. That means if some graph satisfies these dosnt means it is planar but it dissatisfies guarantees that it is non planar.
1
1

It is necessary condition to be planar not sufficient.

 

0
0
Here e<=2n-4 condition for graph containing no triangle(bi-partite) can be used for checking non-planar. But doesn't always work, can only be used in contrapositive sense.

(Simple & Planar & No Triangle → e<=2n-4) (→ is implication)

e=9 and n=6,

e<=2n-4

9<=2*6-4

9<=8 is false, So LHS should also be false.

We know Graph is simple and contains No triangle, then planar condition has to be false , making G1 non-planar.
0
0
Answer:

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