topic badge
AustraliaVIC
VCE 11 General 2023

8.03 Planar graphs and Euler's formula

Lesson

Planar networks

Networks can often have their edges crossing over each other. But maybe there’s a way to move the vertices into a certain configuration so that none of the edges cross each other anymore. Such a configuration is called a planar representation, and networks that have one are called planar networks.

A graph with 5 vertices where 2 of its vertices are moved to make a planar graph. Ask your teacher for more information.

It isn’t always obvious at first glance whether a network is planar or non-planar - sometimes you have to move the vertices around for a long time before none of the edges cross each other anymore. Recall that rearranging the vertices and edges while maintaining the same connectivity will lead to creating isomorphic(equivalent) graphs.

A graph with 4 vertices and below it are its three equivalent planar representations. Ask your teacher for more information.

The top network is planar, and below it are three of its equivalent planar representations. All four graphs are isomorphic.

Exploration

Here is a  simple graph  . Use the applet to drag the vertices. Can you work out whether it is planar?

Loading interactive...

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 network is maneuvered 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 network is also a face.

In all three planar representations of the network from earlier, each face has been given a different colour - this network has 4 faces.

Three planar representations of a graph with 4 vertices and 4 colored faces. Ask your teacher for more information.

The octahedral graph below (which represents a 3-dimensional octahedron solid) has 8 faces.

A planar graph with 6 vertices and 8 faces and its equivalent graph with colored faces. Ask your teacher for more information.

Non-simple networks that are planar also have faces, though some of their faces are bounded by only one or only two edges:

Two graphs each with 3 vertices. Left graph has 6 faces. Right graph has 5 faces. Ask your teacher for more information.

The network on the left has 6 faces, with 4 of them bounded by only 1 edge (loops). The network on the right has 5 faces, with 2 of them bounded by only 2 edges.

However, if a network is not planar, then there are no faces to define - the crossing of edges makes it impossible.

Idea summary

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.

Euler's formula

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 faces F, and the number of edges E, satisfy the formula:V+F+E=2

We call this formula Euler's formula.

This image shows a planar network with 6 vertices, 9 edges, and 5 faces. Ask your teacher for more information.

This is a planar network.

It has 6 vertices, 5 faces, and 9 edges, applying Euler's we obtain:6+5-9=2

Let’s try again with the octahedral network:

A octahedral network with 6 vertices, 8 faces and 12 edges. Ask your teacher for more information.

Euler’s formula only works with planar networks, and this doesn’t look planar - the edges cross each other. But even though this is not a planar representation, we can check if there is one by checking if the formula it true.

6 +8 - 12 = 2

It is true so this is a planar network we would now need to find the planar representation.

Examples

Example 1

Consider the graph shown below.

A graph with vertices A to H and 10 edges. Edges B F and H D cross each other. Ask your teacher for more information.
a

Match the graph with its equivalent planar representation.

A
A planar graph with vertices A to H and 10 edges. Ask your teacher for more information.
B
A planar graph with vertices A to H and 10 edges. Ask your teacher for more information.
C
A planar graph with vertices A to H and 10 edges. Ask your teacher for more information.
D
A planar graph with vertices A to H and 10 edges. Ask your teacher for more information.
Worked Solution
Create a strategy

Redraw the edges that are crossing each other on the given graph. Make sure that the vertices that were connected by an edge on the original graph are still connected on the planar graph.

Apply the idea

All the graphs among the options do not contain any intersecting edges. So they are all planar graphs.

Only the graph in option A has the same edges, HD and BF, as in the original graph.

So the correct answer is option A.

b

How many regions does this representation have?

Worked Solution
Create a strategy

Use the Euler's formula for a connected planar graph given by:V+F-E=2 where V is the number of vertices, F is the number of faces, and E is the number of edges.

Apply the idea

We are given V=8 and E=10.

\displaystyle V+F-E\displaystyle =\displaystyle 2Write the formula
\displaystyle 8+F-10\displaystyle =\displaystyle 2Substitute V and E
\displaystyle -2 +F\displaystyle =\displaystyle 2Evaluate
\displaystyle F\displaystyle =\displaystyle 4Add 2 to both sides

Example 2

Consider the following graphs.

A
A planar graph with vertices A to E. It has 8 edges, 5 vertices and 5 faces. Ask your teacher for more information.
B
A planar graph with vertices A to E. It has 7 edges, 5 vertices and 4 faces. Ask your teacher for more information.
C
A planar graph with vertices A to D. It has 6 edges, 4 vertices and 4 faces. Ask your teacher for more information.
D
A planar graph with vertices A to H. It has 13 edges, 8 vertices and 7 faces. Ask your teacher for more information.
a

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}
Worked Solution
Create a strategy

Count the number of vertices, faces, and edges in each graph to fill in the table.

3 planar graphs each with 4 vertices, 6 edges, and 3 faces. Ask your teacher for more information.
Apply the idea

For graph A, we can see that it is planar and V=5, \, F=5, and E=8. So:

\displaystyle V+F-E\displaystyle =\displaystyle 5+5-8Substitute V,\, F, and E
\displaystyle =\displaystyle 2Evaluate

Since we get 2, Euler's formula holds and Graph A must be planar.

Graph A has 4 vertices with odd degree which are A, \, B, \, C, and D.

Similarly doing this for graphs B, C and D we have the completed table:

\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}5582Y4
\quad \text{B}5472Y4
\quad \text{C}4462Y4
\quad \text{D}87132Y2
b

Which of the following statements is true?

A
Connected planar graphs can have any number of vertices with odd degrees.
B
Connected planar graphs have an even number of vertices that have odd degrees.
C
Connected planar graphs have an odd number of vertices that have odd degrees.
D
Connected planar graphs have two vertices with odd degrees.
Worked Solution
Create a strategy

Compare the results for each graph from the table.

Apply the idea

Based on the results from the table in part (a), we can see that graphs A, \, B, \, C, and D are all planar and satisfy the Euler's formula.

Notice also that:

  • Graph A has 4 odd degree vertices.

  • Graph B has 4 odd degree vertices.

  • Graph C has 4 odd degree vertices.

  • Graph D has 2 odd degree vertices.

We can conclude that connected planar graphs have an even number of vertices that have odd degrees.

So the correct answer is option B.

Example 3

A connected planar graph has 11 edges, and 5 vertices. Solve for R, the number of regions.

Worked Solution
Create a strategy

Use the Euler's formula: V+R-E=2 where V is the number of vertices, R is the number of regions, and E is the number of edges.

Apply the idea
\displaystyle V+R-E\displaystyle =\displaystyle 2Write the formula
\displaystyle 5+R-11\displaystyle =\displaystyle 2Substitute V=5 and E=11
\displaystyle R-6\displaystyle =\displaystyle 2Subtract like terms
\displaystyle R\displaystyle =\displaystyle 8Add 6 to both sides
Idea summary

A connected planar graph satisfies Euler's formula:

\displaystyle V+F-E=2
\bm{V}
is the number of vertices
\bm{F}
is the number of faces
\bm{E}
is the number of edges

Outcomes

U2.AoS2.1

the language, properties and types of graphs, including edge, face, loop, vertex, the degree of a vertex, isomorphic and connected graphs, and the adjacency matrix, Euler’s formula for planar graphs, and walks, trails, paths, circuits, bridges and cycles in the context of traversing a graph

U2.AoS2.4

describe a planar graph in terms of the number of faces (regions), vertices and edges and apply Euler’s formula to solve associated problems

What is Mathspace

About Mathspace