4.2: Planar Graphs
( \newcommand{\kernel}{\mathrm{null}\,}\)
!
When a connected graph can be drawn without any edges crossing, it is called planar. When a planar graph is drawn in this way, it divides the plane into regions called faces.
- Draw, if possible, two different planar graphs with the same number of vertices, edges, and faces.
- Draw, if possible, two different planar graphs with the same number of vertices and edges, but a different number of faces.
When is it possible to draw a graph so that none of the edges cross? If this is possible, we say the graph is planar (since you can draw it on the plane).
Notice that the definition of planar includes the phrase “it is possible to.” This means that even if a graph does not look like it is planar, it still might be. Perhaps you can redraw it in a way in which no edges cross. For example, this is a planar graph:
That is because we can redraw it like this:
The graphs are the same, so if one is planar, the other must be too. However, the original drawing of the graph was not a planar representation of the graph.
When a planar graph is drawn without edges crossing, the edges and vertices of the graph divide the plane into regions. We will call each region a face. The graph above has 3 faces (yes, we do include the “outside” region as a face). The number of faces does not change no matter how you draw the graph (as long as you do so without the edges crossing), so it makes sense to ascribe the number of faces as a property of the planar graph.
WARNING: you can only count faces when the graph is drawn in a planar way. For example, consider these two representations of the same graph:
If you try to count faces using the graph on the left, you might say there are 5 faces (including the outside). But drawing the graph with a planar representation shows that in fact there are only 4 faces.
There is a connection between the number of vertices (
Definition: Euler's Formula for Planar Graphs
For any (connected) planar graph with
Why is Euler's formula true? One way to convince yourself of its validity is to draw a planar graph step by step. Start with the graph
Any connected graph (besides just a single isolated vertex) must contain this subgraph. Now build up to your graph by adding edges and vertices. Each step will consist of either adding a new vertex connected by a new edge to part of your graph (so creating a new “spike”) or by connecting two vertices already in the graph with a new edge (completing a circuit).
What do these “moves” do? When adding the spike, the number of edges increases by 1, the number of vertices increases by one, and the number of faces remains the same. But this means that
Since we can build any graph using a combination of these two moves, and doing so never changes the quantity
Non-planar Graphs
!
For the complete graphs
- How many vertices does
have? How many edges? - If
is planar, how many faces should it have?
Repeat parts (1) and (2) for
What about complete bipartite graphs? How many vertices, edges, and faces (if it were planar) does
Not all graphs are planar. If there are too many edges and too few vertices, then some of the edges will need to intersect. The first time this happens is in
If you try to redraw this without edges crossing, you quickly get into trouble. There seems to be one edge too many. In fact, we can prove that no matter how you draw it,
Theorem
- Proof
-
The proof is by contradiction. So assume that
is planar. Then the graph must satisfy Euler's formula for planar graphs. has 5 vertices and 10 edges, so we getwhich says that if the graph is drawn without any edges crossing, there would be
faces.Now consider how many edges surround each face. Each face must be surrounded by at least 3 edges. Let
be the total number of boundaries around all the faces in the graph. Thus we have that But also since each edge is used as a boundary exactly twice. Putting this together we getBut this is impossible, since we have already determined that
and and This is a contradiction so in fact is not planar.
The other simplest graph which is not planar is
Proving that
Theorem
- Proof
-
Again, we proceed by contradiction. Suppose
were planar. Then by Euler's formula there will be 5 faces, since andHow many boundaries surround these 5 faces? Let
be this number. Since each edge is used as a boundary twice, we have Also, since each face is surrounded by 4 or more boundaries. We know this is true because is bipartite, so does not contain any 3-edge cycles. ThusBut this would say that
which is clearly false. Thus is not planar.
Note the similarities and differences in these proofs. Both are proofs by contradiction, and both start with using Euler's formula to derive the (supposed) number of faces in the graph. Then we find a relationship between the number of faces and the number of edges based on how many edges surround each face. This is the only difference. In the proof for
In general, if we let
Polyhedra
Investigate!
A cube is an example of a convex polyhedron. It contains 6 identical squares for its faces, 8 vertices, and 12 edges. The cube is a regular polyhedron (also known as a Platonic solid) because each face is an identical regular polygon and each vertex joins an equal number of faces.
There are exactly four other regular polyhedra: the tetrahedron, octahedron, dodecahedron, and icosahedron with 4, 8, 12 and 20 faces respectively. How many vertices and edges do each of these have?
Another area of mathematics where you might have heard the terms “vertex,” “edge,” and “face” is geometry. A polyhedron is a geometric solid made up of flat polygonal faces joined at edges and vertices. We are especially interested in convex polyhedra, which means that any line segment connecting two points on the interior of the polyhedron must be entirely contained inside the polyhedron. 2
An alternative definition for convex is that the internal angle formed by any two faces must be less than
Notice that since
We can represent a cube as a planar graph by projecting the vertices and edges onto the plane. One such projection looks like this:
In fact, every convex polyhedron can be projected onto the plane without edges crossing. Think of placing the polyhedron inside a sphere, with a light at the center of the sphere. The edges and vertices of the polyhedron cast a shadow onto the interior of the sphere. You can then cut a hole in the sphere in the middle of one of the projected faces and “stretch” the sphere to lay down flat on the plane. The face that was punctured becomes the “outside” face of the planar graph.
The point is, we can apply what we know about graphs (in particular planar graphs) to convex polyhedra. Since every convex polyhedron can be represented as a planar graph, we see that Euler's formula for planar graphs holds for all convex polyhedra as well. We also can apply the same sort of reasoning we use for graphs in other contexts to convex polyhedra. For example, we know that there is no convex polyhedron with 11 vertices all of degree 3, as this would make 33/2 edges.
Example
Is there a convex polyhedron consisting of three triangles and six pentagons? What about three triangles, six pentagons and five heptagons (7-sided polygons)?
- Solution
-
How many edges would such polyhedra have? For the first proposed polyhedron, the triangles would contribute a total of 9 edges, and the pentagons would contribute 30. However, this counts each edge twice (as each edge borders exactly two faces), giving 39/2 edges, an impossibility. There is no such polyhedron.
The second polyhedron does not have this obstacle. The extra 35 edges contributed by the heptagons give a total of 74/2 = 37 edges. So far so good. Now how many vertices does this supposed polyhedron have? We can use Euler's formula. There are 14 faces, so we have
or equivalently But now use the vertices to count the edges again. Each vertex must have degree at least three (that is, each vertex joins at least three faces since the interior angle of all the polygons must be less that ), so the sum of the degrees of vertices is at least 75. Since the sum of the degrees must be exactly twice the number of edges, this says that there are strictly more than 37 edges. Again, there is no such polyhedron.
To conclude this application of planar graphs, consider the regular polyhedra. Above we claimed there are only five. How do we know this is true? We can prove it using graph theory.
Theorem
There are exactly five regular polyhedra.
- Proof
-
Recall that a regular polyhedron has all of its faces identical regular polygons, and that each vertex has the same degree. Consider the cases, broken up by what the regular polygon might be.
Case 1: Each face is a triangle. Let
be the number of faces. There are then edges. Using Euler's formula we have so Now each vertex has the same degree, say So the number of edges is also Putting this together giveswhich says
We need
and to both be positive integers. Note that is an increasing function for positive and has a horizontal asymptote at 6. Thus the only possible values for are 3, 4, and 5. Each of these are possible. To get we need (this is the tetrahedron). For we take (the octahedron). For take (the icosahedron). Thus there are exactly three regular polyhedra with triangles for faces.Case 2: Each face is a square. Now we have
Using Euler's formula we get and counting edges using the degree of each vertex gives usSolving for
givesThis is again an increasing function, but this time the horizontal asymptote is at
so the only possible value that could take is 3. This produces 6 faces, and we have a cube. There is only one regular polyhedron with square faces.Case 3: Each face is a pentagon. We perform the same calculation as above, this time getting
so Thenso
Now the horizontal asymptote is at
This is less than 4, so we can only hope of making We can do so by using 12 pentagons, getting the dodecahedron. This is the only regular polyhedron with pentagons as faces.Case 4: Each face is an
-gon with Following the same procedure as above, we deduce thatwhich will be increasing to a horizontal asymptote of
When this asymptote is at Any larger value of will give an even smaller asymptote. Therefore no regular polyhedra exist with faces larger than pentagons. 3 Notice that you can tile the plane with hexagons. This is an infinite planar graph; each vertex has degree 3. These infinitely many hexagons correspond to the limit as \(f \to \infty\) to make \(k = 3\text{.}\)