MMW Module 6 Mathematics of Graphs
MMW Module 6 Mathematics of Graphs
MMW-Module-6-Mathematics-of-Graphs
Study Guide in Mathematics in the Modern World (draft copy) FM-AA-CIA-15 Rev. 0 10-July-2020
MODULE 6
MATHEMATICS OF GRAPHS
MODULE OVERVIEW
This module consists definitions of the basic terminologies in Graph Theory. This includes the different
parts of graphs and types of graphs. Euler path and Euler circuit will also be discussed in this module.
Different illustrations are presented to visualize more the various concepts in Graph Theory.
LEARNING CONTENTS
LESSON 1 GRAPH
The graph G in Figure 1.1 consists of vertices together with the edges is a pair of sets where and .
Study Guide in Mathematics in the Modern World (draft copy) FM-AA-CIA-15 Rev. 0 10-July-2020
In Figure 1.2, we have three vertices namely vertex , vertex , and vertex . Therefore, the vertex set of graph is .
The graph in Figure 1.3 has three edges namely and . The edge set of the graph is .
Study Guide in Mathematics in the Modern World (draft copy) FM-AA-CIA-15 Rev. 0 10-July-2020
In Figure 1.6, two vertices and are adjacent because there is an edge connecting them and edge is called the
incident because it connects the two vertices and .
In Figure 1.7, two edges and are adjacent because they have a common vertex and vertex is called the
incident vertex.
Study Guide in Mathematics in the Modern World (draft copy) FM-AA-CIA-15 Rev. 0 10-July-2020
In Figure 1.8, the pair of vertices and contain more than one edge namely edges and . Therefore, the graph in
Figure 1.8 has multiple edges.
The graph in Figure 1.9 has a loop found at the vertex namely edge .
In Figure 1.10, the degree of the vertices a, b, c, d, and e are 1, 3, 1, 2, and 1, respectively. The degree of each
vertex is represented by , since only edge is incident to it, because there are three edges incident to it, since only edge
is incident to it, because there are two edges and incident to it and because only edge is incident to it.
Study Guide in Mathematics in the Modern World (draft copy) FM-AA-CIA-15 Rev. 0 10-July-2020
In Figure 1.11, the vertex h is an isolated vertex because there is no edge connected to it. In other words, the
degree of vertex h is 0 or deg(h)=0.
In Figure 1.12, vertex u is an end vertex because it has one edge incident to it.
There are various types of graphs depending upon the number of vertices, number of edges, interconnectivity,
and their overall structure. We discuss some important types of graphs in this lesson.
As an example of null graph shown in Figure 1.14, there are three vertices namely vertex , vertex , and vertex
and there is no edge connected to them.
The graph in Figure 1.15 is an example of a trivial graph, it has only one vertex named vertex .
Note: Trivial graph is different from Null graph because trivial graph contain only one vertex while null graph contains two
or more vertices without edges incident to it.
Study Guide in Mathematics in the Modern World (draft copy) FM-AA-CIA-15 Rev. 0 10-July-2020
In Figure 1.16, there are five vertices and and six edges and . Each edge bears an arrow mark that shows its
direction. Therefore, it is a directed graph.
Theorem 1.1
Let G be a directed graph with V vertices and E edges. Then,
In Figure 1.17, there are six vertices a, b, c, d ,e ,and f and eight edges , , ,, , , and . Using theorem 1.2.1, we
first show the indegree of the graph:
|E| =
= indeg(a) + indeg(b) + indeg(c) + indeg(d) + indeg(e) + indeg(f)
=1+1+2+2+1+1
=8
The second is the outdegree of the graph:
|E| =
= outdeg(a) + outdeg(b) + outdeg(c) + outdeg(d) + outdeg(e) + outdeg(f)
=2 +1+1+1+1+2
=8
Since we get the value of and , then
|E| =
|E| = 8 = 8
Therefore, both sums equal the number of edges in the graph.
Study Guide in Mathematics in the Modern World (draft copy) FM-AA-CIA-15 Rev. 0 10-July-2020
The graph in Figure 1.18 has no loops or multiple edges. Thus it is a simple graph.
In Figure 1.19, all the vertices have the same degree. Hence, this graph is called regular graph. The degree of
each vertices is represented by , , , so it is called 2-regular graph.
The graph in Figure 1.20 named K4, is a complete graph because it has four vertices and each vertex is
connected or incident to other vertices.
Study Guide in Mathematics in the Modern World (draft copy) FM-AA-CIA-15 Rev. 0 10-July-2020
V1 V2
In Figure 1.21, we have sets of vertices V1 and V2, every edge in the graph connects a vertex in set V1 and a
vertex in set V2. Vertices d and e are connected by edge . Vertices d and g are connected by edge . Vertices c and f are
connected by edge . Vertices c and g are connected by edge .
V1 V2
The graph of Figure 1.22 showing each vertex in is connected to all other vertices in .
Note: Bipartite graph and complete bipartite graph is different from one another because in bipartite graph, not all vertices
in set connects to the vertices in set while in complete bipartite graph all the vertices in set is incident to the vertices in
set set .
Your Turn 1
Study Guide in Mathematics in the Modern World (draft copy) FM-AA-CIA-15 Rev. 0 10-July-2020
Study Guide in Mathematics in the Modern World (draft copy) FM-AA-CIA-15 Rev. 0 10-July-2020
Study Guide in Mathematics in the Modern World (draft copy) FM-AA-CIA-15 Rev. 0 10-July-2020
Study Guide in Mathematics in the Modern World (draft copy) FM-AA-CIA-15 Rev. 0 10-July-2020
Your Turn 2
Let G be a graph
a. Identify whether the graph G has a trail, path, circuit and cycle.
b. What is the shortest length between vertex to vertex ?
Study Guide in Mathematics in the Modern World (draft copy) FM-AA-CIA-15 Rev. 0 10-July-2020
Figure 2.13 has a circuit, it has a route where you can pass by each edge or line in the graph exactly once and
end up where you began. The Euler circuit is A,E,D,B,E,C,A.
Note: An Euler path is different from an Euler circuit because Euler path starts and ends on different vertices while Euler
circuit starts and ends on the same vertex.
Your Turn 3
Study Guide in Mathematics in the Modern World (draft copy) FM-AA-CIA-15 Rev. 0 10-July-2020
LEARNING POINTS
A graph is a pair of sets comprising a set of vertices together with a set of edges. A vertex is a point where
lines or edges meet and an edge is a line between two vertices.
Some types of graph are discuss on this lesson: Null graph, Trivial graph, Directed graph, Simple graph, Regular
graph, Complete graph, Bipartite graph, and Complete Bipartite graph.
A null graph is a graph with no edges while the trivial graph is a graph with only one vertex.
Directed graph or sometimes called a directed network is a graph where all the edges are directed from one
vertex to another.
Simple graph is a graph with no loops or multiple edges.
A graph G is said to be a regular graph if all its vertices have the same degree. Complete graph of n vertices is a
simple graph that contains exactly one edge between each pair of distinct vertices and it is denoted by . Also, a simple
graph is bipartite graph if its vertex set V can be partitioned into two disjoint sets and such that every edge in the graph
connects a vertex in and a vertex in .
A complete bipartite graph is a bipartite graph in which each vertex in set is joined to each vertex in set by just
one edge and it is denoted by .
An Euler path in a graph G is a path that includes every edge of G exactly once. It starts and ends at different vertices.
An Euler circuit is a circuit that uses every edge of a graph exactly once. It starts and ends at the same vertex.
LEARNING ACTIVITY
1. Find the number of vertices, the number of edges, and the degree of each vertex in the given
undirected graph and identify all isolated vertices.
a.
b.
c.
2. Find the sum of the degrees of the vertices of each graph in Exercise 1 and verify that it equals twice
the number of edges in the graph.
Study Guide in Mathematics in the Modern World (draft copy) FM-AA-CIA-15 Rev. 0 10-July-2020
3. Determine the number of vertices and edges and find the in-degree and out-degree of each vertex for
the given directed multigraph.
a.
b.
c.
4. Refer to Exercise 3. Determine the sum of the in-degrees of the vertices and the sum of the out-
degrees of the vertices directly. Show that they are both equal to the number of edges in the graph.
6. Determine whether the given graph has an Euler circuit. Construct such a circuit when one exists. If
no Euler circuit exists, determine whether the graph has an Euler path and construct such a path if
one exists.
a.
b.
Study Guide in Mathematics in the Modern World (draft copy) FM-AA-CIA-15 Rev. 0 10-July-2020
c.
d.
e.
f.
7. Determine whether the directed graph shown has an Euler circuit. Construct an Euler circuit if one
exists. If no Euler circuit exists, determine whether the directed graph has an Euler path. Construct an
Euler path if one exists.
a.
Study Guide in Mathematics in the Modern World (draft copy) FM-AA-CIA-15 Rev. 0 10-July-2020
b.
c.
d.
e.
REFERENCES
Books:
Sirug W. (2012). Fundamentals of Discrete Mathematics. Mindshapers Co., Inc.
Icutan, et.al. (2013). Simplified Discrete Mathematics. Jimczyville Publications
Chartrand G., Zhang P. (2009). Chromatic Graph Theory. Taylor and Francis Group, LLC
Chartrand G., Lesniak L. (2005). Graphs and Digraphs 4th Edition.Chapman and hall/CRC
DEVELOPMENT AND VALIDATION OF THE LEARNING MODULE IN GRAPH THEORY by JESSICA A. BAÑEZ
and ANGELA G. DE GUZMAN, June 2017
Online:
Ruohonen K. (2013). Graph Theory. Retrieved from https://Graph%20Theory/ GT_English.pdf
Weisstein E.W. (2017). Retrieved from http://mathworld.wolfram.com/VertexSet. html
Rodrigue J.P., Ducruet C. (2017) Retrieved from https://people.hofstra.edu/ geotrans/eng/methods/ch1m2en.html
Dublin (2009). Graph Theory and Applications. Retrieved from http://www. hamilton.ie/ollie/Downloads/Graph.pdf
Harju, (2011). Graph Theory. Retrieved from http://www2.math.uu.se/~andersj/graph theory/lec-notes/gt-
helsinki.pdf
Stanley R.P. (2010). Topics in Algebraic Combinatorics. Retrieved from https://math.
dartmouth.edu/archive/m68f11/public_html/algcomb.pdf
Study Guide in Mathematics in the Modern World (draft copy) FM-AA-CIA-15 Rev. 0 10-July-2020