Network concepts
Identify vertices, edges and vertex degrees in a network; classify networks as connected or disconnected; apply the handshaking lemma and distinguish between paths and walks.
Worked examples
Finding the degree of each vertex in a network
Straightforward
Problem
A network has vertices , , , with edges , , , and . State the number of edges in the network and find the degree of each vertex.
1
Count the edges by listing them.
Edges: , , , , — there are edges.
2
Find the degree of by listing every edge that includes .
, — degree of
3
Find the degree of by listing every edge that includes .
, , — degree of
4
Find the degree of by listing every edge that includes .
, — degree of
5
Find the degree of by listing every edge that includes .
, , — degree of
Answer
The network has edges. , , , .
Classifying a network as connected or disconnected
Moderate
Problem
A network has vertices , , , , with edges (weight 6), (weight 4), (weight 5) and (weight 8). (a) Is this network connected? (b) What is the total weight of all edges?
1
List all vertices and check which ones appear in at least one edge.
Vertices in edges: (in , ), (in , , ), (in , ), (in ). Vertex does not appear in any edge.
2
Since has no edges, determine whether the network is connected.
Vertex is isolated — there is no path from to any other vertex. The network is disconnected.
3
Calculate the total weight of all edges.
Answer
(a) The network is disconnected — vertex is isolated. (b) The total weight is .
Applying the handshaking lemma and identifying paths and walks
Challenging
Problem
A network has vertices. Four of the vertices have degrees , , and . The network has edges. (a) Use the handshaking lemma to find the degree of the fifth vertex. (b) A network with vertices , , , and edges , , , , has the proposed vertex sequence . Explain whether this sequence is a valid path or walk.
1
Apply the handshaking lemma to find the sum of all vertex degrees.
2
Find the degree of the fifth vertex by subtracting the four known degrees.
3
Check whether every consecutive pair in the sequence is connected by an edge.
✓, (same as ) ✓, ✓, — edge does not exist in the network. The sequence is neither a valid walk nor a valid path.
4
If the sequence were a valid walk, determine whether it would also be a valid path.
Vertex appears at positions 1 and 4. Even if all edges existed, the repeated vertex would mean it could not be a path. A path requires every vertex to appear at most once.
Answer
(a) The degree of the fifth vertex is . (b) The sequence is not a valid walk (edge does not exist) and therefore also not a valid path. Even if the edge existed, the repeated vertex would disqualify it as a path.
Practise
Q1·Straightforward
A network has vertices , , , with edges , , , and . How many edges does the network have?
Explanation
The edges are , , , and . Counting each edge once gives edges.
Q2·Straightforward
A network has vertices , , , with edges , , , and . What is the degree of vertex ?
Explanation
Vertex appears in edges , and . The degree of is .
Q3·Straightforward
A network has vertices , , , , with edges , , , and . What is the degree of vertex ?
Explanation
Vertex appears in edges , and . The degree of is .
Q4·Straightforward
In a network diagram, what does the degree of a vertex represent?
Explanation
The degree of a vertex is the number of edges that are connected to (or incident at) that vertex.
Q5·Moderate
A network has 6 vertices , , , , , with edges , , , . Which statement correctly describes this network?
Explanation
Vertices , , , , are all linked by the chain ––––, but vertex has no edges so it cannot be reached from any other vertex. The network is disconnected.
Q6·Moderate
A network has vertices , , , , with edges (weight 5), (weight 3), (weight 7) and (weight 2). Is this network connected?
Explanation
From : – reaches ; –– reaches ; ––– reaches ; –– reaches . Every vertex is reachable from , so the network is connected.
Q7·Moderate
A connected network has vertices , , , with edges (weight 8), (weight 5), (weight 3), (weight 6) and (weight 4). What is the total weight of all edges?
Explanation
Q8·Moderate
A network has vertices , , , with edges , , and . Is this network connected?
Explanation
From : – reaches ; –– reaches ; –– reaches . Every pair of vertices has a path between them, so the network is connected. A vertex with degree 1 can still belong to a connected network.
Q9·Challenging
A network has vertices. The degrees of four of the vertices are , , and . The network has edges. Using the handshaking lemma, find the degree of the fifth vertex.
Explanation
By the handshaking lemma:
The sum of the four known degrees is .
The sum of the four known degrees is .
Q10·Challenging
A network has vertices , , , , and edges. The degrees of , , and are , , and respectively. Using the handshaking lemma, find the degree of vertex .
Explanation
By the handshaking lemma:
The sum of the four known degrees is .
The sum of the four known degrees is .
Q11·Challenging
A network has vertices , , , with edges , , , and . Consider the vertex sequence . Is this a valid path?
Explanation
Checking the edges: ✓, ✓, (same as ) ✓, (same as ) ✓ — so every consecutive pair is connected. However, vertex appears at positions 1 and 4, so the sequence is not a valid path. It is, however, a valid walk.
Q12·Challenging
A network has vertices , , , with edges , , and . Consider the vertex sequence . Which statement is correct?
Explanation
Checking the edges: ✓, ✓, ✓, ✓ — all exist, so the sequence is a valid walk. However, vertex appears at both the start (position 1) and the end (position 5), so the sequence is not a valid path. It is a valid closed walk (a cycle).