Planar graph (graph theory)

In summary, a planar graph is a type of graph that can be drawn without any edges crossing. This means that the edges do not intersect each other. A non-planar graph, on the other hand, has at least one set of edges that intersect. Planar graphs have various real-world applications, such as in network design, circuit design, and scheduling problems. They can also have negative edge weights without affecting their planarity. To determine if a graph is planar, there are several methods that involve checking for specific characteristics and properties of the graph. These methods include Kuratowski's and Wagner's theorems, Euler's formula, and the planar embedding algorithm.
  • #1
intelli
20
0
i need some hints on how to do this problem

If a connected planar graph with n vertices all of degree 4 has 10 regions, determine n
 
Physics news on Phys.org
  • #2
Use Euler's formula: v-e+f=2. The problem is to find e (the number of edges). Here you must connect the degree of each vertex with the total number of edges...
 

1. What is a planar graph?

A planar graph is a type of graph in graph theory that can be drawn on a flat surface without any edges crossing. This means that the edges of the graph do not intersect each other.

2. What is the difference between a planar graph and a non-planar graph?

A planar graph can be drawn on a flat surface without edges crossing, while a non-planar graph cannot be drawn without edges crossing. In other words, a non-planar graph has at least one set of edges that intersect each other.

3. What are some real-world applications of planar graphs?

Planar graphs have various practical applications, such as in network design and layout, circuit design, map coloring, and scheduling problems. They are also used in computer algorithms and data structures for solving various problems efficiently.

4. Can a planar graph have a negative edge weight?

Yes, a planar graph can have negative edge weights. The weights of the edges in a planar graph do not affect its planarity, as long as the edges do not intersect when drawn on a flat surface.

5. How do you determine if a graph is planar?

There are several methods for determining if a graph is planar, including the Kuratowski's and Wagner's theorems, the Euler's formula, and the planar embedding algorithm. These methods involve checking for specific characteristics and properties of the graph, such as the number of edges, vertices, and faces, and the presence of subgraphs.

Similar threads

  • Set Theory, Logic, Probability, Statistics
Replies
11
Views
489
  • Set Theory, Logic, Probability, Statistics
Replies
5
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
2
Views
945
  • Set Theory, Logic, Probability, Statistics
Replies
4
Views
3K
  • Set Theory, Logic, Probability, Statistics
Replies
1
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
3
Views
774
  • Set Theory, Logic, Probability, Statistics
Replies
1
Views
1K
Replies
1
Views
927
  • Programming and Computer Science
Replies
2
Views
1K
Replies
1
Views
785
Back
Top