Degrees of Vertices IV: Graph is a Tree?

  • Context: MHB 
  • Thread starter Thread starter Joystar77
  • Start date Start date
  • Tags Tags
    Degrees
Click For Summary
SUMMARY

The graph G with vertex set V = {v1, v2, v3, v4, v5} has vertex degrees of 1, 2, 1, 3, and 1, respectively. The calculation shows that 2E equals 8, leading to E being 4, which satisfies the condition for a tree that states the number of edges must equal n-1, where n is the number of vertices. However, it is crucial to establish that G is a connected graph; a graph can have n-1 edges and still be disconnected, thus failing to qualify as a tree. Therefore, while G meets the edge condition, it must also be verified for connectivity to confirm it is a tree.

PREREQUISITES
  • Understanding of graph theory concepts, particularly trees and connectivity.
  • Familiarity with vertex degrees and their implications in graph structures.
  • Knowledge of the relationship between edges and vertices in graphs.
  • Basic mathematical skills for calculating sums and understanding inequalities.
NEXT STEPS
  • Research the definition and properties of connected graphs in graph theory.
  • Study the characteristics of trees and how to determine if a graph is a tree.
  • Learn about graph traversal algorithms to assess connectivity, such as Depth-First Search (DFS).
  • Explore examples of disconnected graphs that have n-1 edges to understand the distinction.
USEFUL FOR

Students and professionals in mathematics, computer science, and related fields who are studying graph theory, particularly those interested in understanding the properties of trees and connectivity in graphs.

Joystar77
Messages
122
Reaction score
0
Let G be a graph with vertex set V = {v1, v2, v3, v4, v5}.

If the degrees of the vertices are 1, 2, 1, 3, 1, respectively, is G a tree? Why or why not?

2E = deg v1 + deg v2 + deg v3 + deg v4 + deg v5

2E = 1 + 2 + 1 + 3 + 1

2E = 8

E = 4

Yes, the degrees of vertices 1, 2, 1, 3, 1, G is a tree because the number of edges should be n-1 where n is the number of vertices.

Is this correct?
 
Physics news on Phys.org
Joystar1977 said:
Let G be a graph with vertex set V = {v1, v2, v3, v4, v5}.

If the degrees of the vertices are 1, 2, 1, 3, 1, respectively, is G a tree? Why or why not?

2E = deg v1 + deg v2 + deg v3 + deg v4 + deg v5

2E = 1 + 2 + 1 + 3 + 1

2E = 8

E = 4

Yes, the degrees of vertices 1, 2, 1, 3, 1, G is a tree because the number of edges should be n-1 where n is the number of vertices.

Is this correct?
Not bad. But you also need to show that $G$ is a connected graph. There can exist a graph on $n$ vertices which is disconnected (thus not a tree) and has $n-1$ edges. So just by virtue of having $n-1$ edges a graph doesn't become a tree. It needs to be connected too.
 
Thank you Caffeinemachine!
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
3
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
1
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
3
Views
3K
Replies
11
Views
2K