Eulerian & semi-Eulerian Graphs (Edexcel A-Level Further Mathematics): Revision Notes
10.2.2 Eulerian & semi-Eulerian Graphs
Introduction to Eulerian and Semi-Eulerian Graphs
Graphs are classified as Eulerian, semi-Eulerian, or neither based on their ability to support an Eulerian path or circuit.
Key Definitions:
- Eulerian Path: A path that visits every edge in the graph exactly once.
- Eulerian Circuit: A circuit that visits every edge in the graph exactly once and starts and ends at the same vertex.
- Order of a Node: The order (or degree) of a node is the number of edges connected to it.
Classifying Graphs
Eulerian Graph
A graph is Eulerian if:
- All vertices have even order, and
- The graph is connected.
Example: Eulerian Graph A square with all vertices connected:
All vertices have order 2 (even)
Semi-Eulerian Graph
A graph is semi-Eulerian if:
- Exactly two vertices have odd order, and
- The graph is connected.
The Eulerian path starts at one of the vertices in odd order and ends at the other.
Example: Semi-Eulerian Graph A triangle with one additional edge connecting to a new vertex:
- Orders: (odd), (even), (even), (odd).
Neither
A graph is neither Eulerian nor semi-Eulerian if:
- It is disconnected, or
- It has more than two vertices in odd order.
Example: Neither A graph with disconnected components or three vertices with odd order cannot be Eulerian or semi-Eulerian.
Worked Examples
Example 1: Determine the Type of Graph
Problem:
Given the graph:
- Vertices:
- Edges:
Solution:
- Find Orders of Vertices:
- Count Odd Orders:
- Odd: (2 vertices).
- Classify the Graph:
- Two odd-order vertices → Semi-Eulerian.
Example 2: Check if a Graph is Eulerian
Problem:
Given the graph:
- Vertices:
- Edges:
Solution:
- Find Orders of Vertices:
- Count Odd Orders:
- Odd: None.
- Classify the Graph:
- All even-order vertices → Eulerian.
Example 3: Neither Eulerian nor Semi-Eulerian
Problem:
Given the graph:
- Vertices:
- Edges:
Solution:
- Find Orders of Vertices:
- Count Odd Orders:
- Odd: (2 vertices).
- Connectedness Check:
- Graph is disconnected (no path between and ).
- Classify the Graph:
- Disconnected → Neither.
Note Summary
Common Mistakes
- Miscounting Orders: Ensure each vertex's degree includes all connected edges.
- Ignoring Connectedness: A graph must be connected to be Eulerian or semi-Eulerian.
- Confusion About Odd Vertices: Semi-Eulerian graphs must have exactly two odd-order vertices.
- Overlooking Special Cases: Loops (edges connecting a vertex to itself) contribute 2 to the vertex's order.
- Assuming All Cycles are Eulerian: Only cycles with even-order vertices are Eulerian.
Key Formulas and Rules
- Eulerian Graph:
- All vertices have even order.
- The graph is connected.
- Semi-Eulerian Graph:
- Exactly two vertices have an odd order.
- The graph is connected.
- Neither:
- More than two odd-order vertices or the graph is disconnected.