Euler Graph PDF
Euler Graph PDF
Here is the question: Is there a route we can take that crosses each bridge exactly once?
First, represent the land masses as vertices, and the bridges as edges so that we can reduce the
problem to a network problem.
The question now becomes: Is there a path that follows each edge only once?
If we need to go in and out of each vertex (except for when we begin and end), can you deduce
something about the number of edges that these vertices must have?
Have a look at your graph. Is it possible to travel through Konigsberg, crossing each bridge
exactly once?
Math 105 Spring 2015 Worksheet 29 Math As A Liberal Art
Definition Eulerian Path: A connected graph in which one can visit every edge exactly once
is said to possess an Eulerian path or Eulerian trail.
Definition Eulerian Circuit: An Eulerian circuit is an Eulerian trail where one starts and
ends at the same vertex.
EXAMPLE
Let’s demonstrate each of the three implications from the table with appropriate graphs.
2
Math 105 Spring 2015 Worksheet 29 Math As A Liberal Art
GroupWork
Determine which (if any) of the following graphs must have atleast one Eulerian cycle.
Determine which (if any) of the following graphs must have atleast one Eulerian path.
Determine which (if any) of the following graphs must NOT have an Eulerian cyle or Eulerian
path.
A B C
D E F
3
Math 105 Spring 2015 Worksheet 29 Math As A Liberal Art
Exercise
For fun you can confirm the Eulerian characteristic V-E+F=1 for each of the given connected
graphs in the plane.
For fun you can confirm Euler’s Degree Theorem for each of the given connected graphs in the
plane. (The sum of degrees of all the vertices in each graph equals twice the number of edges.)