Euler Graphs
Euler Graphs
Is it possible to find a route through Königsberg, beginning and ending at the same
point, that crosses each bridge exactly once?
In 1731, Leonhard Euler published a paper that solved the problem and, at the
same time, gave birth to the subject of graph theory. Euler first represented the essential
features of Königsberg by a graph – the parts of the city are represented by vertices and
the bridges are represented by edges.
Think of all the various connections we experience in our lives—friends are
connected on Facebook, cities are connected by roads, computers are connected across
the Internet. A branch of mathematics called graph theory illustrates and analyzes
connections such as these.
For example, the diagram could represent friends that are connected on Facebook.
Each dot represents a person, and a line segment connecting two dots means that those
two people are friends on Facebook. This type of diagram is called a graph.
Graph
A graph can be defined by a set of points called vertices connected by line
segments or curves called edges. A graph is a connected graph when edges can be
drawn between every pair of vertices and there are no unreachable vertices. Two graphs
are equivalent graphs provided that the same vertices are adjacent. The number of edges
that meet at the vertex determines the degree of the vertex.
Example 10.1. The following table lists five students at a college. An “X” indicates that
the two students participate in the same study group this semester.
Solution: Drawing the graph that would illustrate the students’ study group.
Some types of Graphs
• This Graph has five vertices but no edges and is
referred to as a null graph. It is also an example of a
disconnected graph.
Equivalent Graphs
Two graphs are equivalent graphs provided that the same vertices are adjacent.
The number of edges that meet at the vertex determines the degree of the vertex.
Example 10.2.a. Determine whether the following two graphs are equivalent.
Solution: The graphs are equivalent since same vertices are adjacent.
Example 10.2.b. Determine whether the following two graphs are equivalent.
Solution: The graphs are not equivalent since some same vertices are not adjacent.
10.2 Euler Circuits
An Euler circuit is a path that uses every edge once and only once, and begins
and ends at the same vertex.
Eulerian Graph Theorem
A connected graph is Eulerian (contains Euler circuit) if and only if every vertex of
the graph is of even degree.
Example 10.3. Which of the following graphs has an Euler circuit?
Solution 10.3.a: The graph has no Euler circuit since vertices C and D are of odd
degrees.
Solution 10.3.b: The graph has an Euler circuit since every vertex of the graph is of
even degrees.
10.3 Euler Paths
An Euler path is a path that uses every edge once and only once.
Euler Path Theorem
A connected graph contains an Euler path if and only if the graph has two vertices
of odd degree with all other vertices of even degree. Furthermore, every Euler path must
start at one of the vertices of odd degree and end at the other.
Example 10.4. A bicyclist wants to mountain bike through all the trails of a national park.
A map of the park is shown below. Because the bicyclist will be dropped off in the morning
by friends and picked up in the evening, she does not have a preference for where she
begins and ends her ride. Is it possible for the cyclist to traverse all of the trails without
repeating any portions of her trip?
Solution: The trail of the park satisfies the Euler Path Theorem. Thus, it is possible for
the cyclist to traverse all of the trails without repeating any portions of her trip.
IV. Self-Test
2. Based on your readings, how can you apply the content from this module to your daily
life?
______________________________________________________________________
______________________________________________________________________
______________________________________________________________________
______________________________________________________________________
______________________________________________________________________
______________________________________________________________________
5. How can the learnings in this module improve your role in your school, family, and
community?
______________________________________________________________________
______________________________________________________________________
______________________________________________________________________
______________________________________________________________________
______________________________________________________________________
______________________________________________________________________
References
a.
b.
3. In Exercises a to d, (i) find an Euler path if possible, and (ii) find an Euler circuit if
possible.
a. b.
4. Bob has just finished his brand-new house. The floor plan is shown below:
a. Bob wants to give Wendy a tour of his new house. Is it possible for them to
pass through every doorway exactly once? If possible, in which rooms must
they start and finish the tour? Explain.
b. Is it possible for them to tour the house visiting each room exactly once (not
necessarily using every doorway)? Explain.