Graph Theory (Edexcel A-Level Further Mathematics): Revision Notes
10.2.1 Graph Theory
Introduction to Graph Theory
A graph is a mathematical structure consisting of:
- Vertices (or Nodes): Represented as points.
- Edges: Represented as lines connecting vertices. Graphs are used to model relationships and interactions in areas such as networks, transportation, and communication.
Types of Graphs
Complete Graphs
A complete graph is a graph where every pair of vertices is connected by a unique edge.
- Notation: A complete graph with vertices is denoted as
- Properties:
- Number of edges in
- Each vertex has degree (connected to all other vertices).
Example: Complete Graphs
- : A triangle with 3 vertices and 3 edges.
- : A graph with 4 vertices, all connected, with 6 edges.
Planar Graphs
A planar graph can be drawn on a plane without any edges crossing.
Euler's Formula: For a connected planar graph:
where is the number of vertices, is the number of edges, and is the number of faces (regions, including the outer region).
Example: Planar Graph The graph of a cube (when unfolded as a flat net) is planar.
Non-Planar Graphs
- : Complete graph with 5 vertices.
- : Bipartite graph with two sets of 3 vertices (e.g., utilities problem).
Isomorphic Graphs
Two graphs are isomorphic if they have:
- The same number of vertices.
- The same number of edges.
- The same degree sequence (degrees of vertices match). Isomorphic graphs may look different but are structurally identical.
Worked Examples
Example 1: Properties
Problem:
Find the number of edges in K7K_7 and the degree of each vertex.
Solution:
- Number of Edges:
- Degree of Each Vertex: Each vertex is connected to other vertices.
Answer: has 21 edges, and each vertex has degree 6.
Example 2: Planarity Check Using Euler's Formula
Problem:
A graph has 6 vertices, 10 edges, and 1 face. Is it planar?
Solution:
Using Euler's formula:
Substitute
The formula is not satisfied, so the graph is not planar.
Example 3: Testing for Isomorphism
Problem:
Check if the following graphs are isomorphic:
- Graph A: Vertices , edges
- Graph B: Vertices , edges
Solution:
- Number of Vertices: Both have 4 vertices.
- Number of Edges: Both have 4 edges.
- Degree Sequence:
- Graph A:
- Graph B: Since all conditions match, the graphs are isomorphic.
Note Summary
Common Mistakes
- Forgetting Euler's Formula: Always check for planarity with
- Misinterpreting Isomorphism: Ensure degree sequences and edge connections match.
- Counting Errors in KnK_n: Verify the formula
- Assuming all graphs are planar: Some graphs like and are inherently non-planar.
- Overlooking faces: Include the outer region when calculating in planar graphs.
Key Formulas
- Edges in :
- Euler's Formula (Planar Graph):
- Degree of Each Vertex in :