In: Advanced Math
find an alternative
definition of the degree of a vertex of a graph.
please be detailed as possible thank you
Degree of a vertex of a graph:
Let G be a graph with vertex set V and edge set E.
Let and
The degree of a vertex is the number of edges incident on that vertex. The degree of vertex vi is denoted as deg(vi) or d(vi).
Even Vertex and Odd Vertex:
If degree of a vertex is even then that vertex is called Even vertex.
If degree of a vertex is odd then that vertex is called Odd vertex.
Isolated Vertex:
If the degree of a vertex is zero then that vertex is called Isolated Vertex.
Pendent Vertex:
If the degree of a vertex is one then that vertex is called Pendent Vertex.
The minimum value of the degree of a vertex is zero and maximum it can be the 'number of vertices - 1'
We will see some examples where degree of every vertex is calculated.
1) Null graph :
Graph does not contain any edge. Thus no edge is incident on any vertex of a graph.
therefore degree of every vertex is given as:
d(v1) = 0, d(v2) = 0, d(v3) = 0, d(v4) = 0, d(v5) = 0
All the vertices are even vertices because degree of every vertex is even (Zero) also all vertices are isolated vertices.
2) Graph G2(V2, E2) :
e1 edge is incident on a vertex P1
deg(P1) = 1
Similarly e2 is incident on P4deg(P4) = 1
Therefore degree of every vertex is given as:
d(P3) = 4, d(P2) = 1, d(P5) = 1
Vertices P1, P2, P4 and P5 are odd vertices because degree of those vertices is odd(1) also they are pendent vertices and P3 vertex is even vertex.
3) Graph G3(V3, E3) :
d(m1) = 2, d(m2) = 3, d(m3) = 3, d(m4) = 2, d(m5) = 1 d(m6) = 5
Odd Vertices : m2, m3,m5 and m6
Even Vertices : m1, m4
4) Complete Graph K4:
d(n1) = 3, d(n2) = 3, d(n3) = 3, d(n4) = 3
All are odd vertices.
Also this is the example where degree of every vertex = Total number of vertices in graph -1
The minimum degree of a graph G is denoted by and maximum degree of a graph G is denoted by