You may have noticed that graphs often have their edges crossing over each other. If it is possible to move the vertices into a configuration so that no edges cross each other it is called a planar representation, and the graph is called a planar graph.
It isn’t always obvious at first glance whether a graph is planar or non-planar - sometimes you have to move the vertices around for a long time before none of the edges cross.
The top graph is planar, and below it are three of its equivalent planar representations.
Here is a simple graph. Use the applet to drag the vertices. Can you work out whether it is planar?
To work out if a graph is planar or not, you may have to move multiple vertices around so none of the edges cross. This graph is planar.
Once a planar graph is organised into a planar representation, we can define a face (or region) as the area of the plane bounded by edges. The part of the plane outside the graph is also a face.
In all three planar representations of the graph from earlier, each face has been given a different colour below.
From the 4 colours, we can see that the above graph has 4 faces.
The octahedral graph below (which represents a 3-dimensional octahedron solid) has 8 faces.
Non-simple graphs that are planar also have faces, though some of their faces are bounded by only one or only two edges:
The graph on the left has 6 faces, with 4 of them bounded by only 1 edge (where there are loops). The graph on the right has 5 faces, with 2 of them bounded by only 2 edges.
If a graph is not planar, then there are no faces to define - the crossing of edges makes it impossible.
Consider the graph shown below.
Match the graph with its equivalent planar representation.
How many faces f does this representation have?
If it is possible to move the vertices into a configuration so that no edges cross each other it is called a planar representation, and the graph is called a planar graph.
A face (or region) is the area of the plane bounded by edges when a planar graph is organised into a planar representation. The part of the plane outside the graph is also a face.
If a graph is not planar, then there are no faces to define - the crossing of edges makes it impossible.
The Swiss mathematician Leonhard Euler (pronounced “OIL-er”) was a pioneer in the mathematics of networks in the 18th century. He noticed something interesting about networks that are connected and planar, which is that the number of vertices v, the number of edges e, and the number of faces f, satisfy the formula:v+f-e=2
We call this formula Euler's formula.
To show that Euler's formula holds for this graph we can evaluate the left-hand side of the formula and show this is equal to 2:
\displaystyle v+f-e | \displaystyle = | \displaystyle 6+5-9 | Substitute v,\, f, and e |
\displaystyle = | \displaystyle 2 | Evaluate |
Therefore Euler's formula holds for this graph. So it is planar.
Consider the following graphs.
Complete the table for the graphs.
\text{Graph} | \text{Vertices } (v) | \text{Faces } (f) | \text{Edges } (e) | v+f-e | \text{Planar?} \\ \text{(Y/N)} | \text{Number of} \\ \text{vertices with} \\ \text{odd degree} |
---|---|---|---|---|---|---|
\quad \text{A} | ||||||
\quad \text{B} | ||||||
\quad \text{C} | ||||||
\quad \text{D} |
Which of the following statements is true?
A connected planar graph has 11 edges, and 5 vertices. Solve for R, the number of regions.
A connected planar graph satisfies Euler's formula: