Skip to content
mathlab
0
0
0 XP
Lvl 1
KJ
Lesson 4 ~40 min Introduction to Networks · Path +90 XP

Planar and Non-Planar Graphs

Two edges crossing on the page is a fact about how you drew the network, not about the network itself. Some networks can always be redrawn to remove every crossing, and some can never be, and telling the two apart is what this lesson is for.

Today's hook: Draw four dots at the corners of a square, join every pair, and two of your lines will cross. Now draw exactly the same network as a triangle with the fourth dot in the middle. Nothing crosses. The network did not change.
0/5QUESTS
Think First
warm-up

Lesson 1 established that the position of a vertex carries no information. If you are free to move the vertices anywhere, what does that let you do about a crossing in your diagram?

Record your answer in your workbook.
1
The Big Idea
+5 XP to read

A graph is planar if it can be drawn in the plane with no two edges crossing, even if the drawing in front of you has crossings. It is non-planar if no drawing avoids them, however cleverly you rearrange it.

$$\text{planar} \iff \text{some drawing has no crossings}$$

Read the definition carefully. Planar is about what is possible, not about what is in front of you. A drawing with crossings proves nothing on its own, because the next drawing might have none.

one crossing no crossings same four vertices, same six edges
$\text{planar} = \text{redrawable}$
Crossings are not vertices
Where two edges cross, nothing happens. You cannot change from one edge to the other there.
Try moving a vertex outside
Most crossings vanish if you drag one vertex out past the others and re-route its edges around.
One good drawing is a proof
To show a graph is planar, produce a crossing-free drawing. Showing it is non-planar is much harder.
2
What You'll Master
objectives

Know

  • that a planar graph is one that can be drawn in the plane so that no two edges cross
  • that a non-planar graph is one that can never be drawn without some edges crossing
  • that the complete graph on five vertices and the three-utilities graph are the two basic non-planar graphs

Understand

  • why a crossing in a drawing is a property of that drawing rather than of the network
  • why producing one crossing-free drawing settles planarity but no number of crossing drawings settles non-planarity
  • why planarity matters in the design of circuits and interchanges

Can Do

  • redraw a graph shown with crossings so that no two edges cross, where this is possible
  • recognise the three-utilities problem as a question about planarity
  • explain why a point where two edges cross is not a vertex
3
Words You Need
vocabulary
Planar graphA graph that can be drawn in the plane with no two edges crossing.
Non-planar graphA graph for which no such drawing exists.
Planar drawingA particular drawing of a planar graph in which no two edges cross. Also called a plane drawing.
Complete graphA graph in which every pair of vertices is joined by an edge.
CrossingA point where two edges of a drawing pass over each other. It is not a vertex.
4
A Crossing Belongs to the Drawing
+5 XP to read

When two edges cross in a diagram, nothing happens at the crossing point. It is not a vertex. A traveller moving along one edge cannot switch to the other there, any more than a driver on a bridge can turn onto the road passing underneath.

That is worth stating plainly, because a crossing looks like a junction and the eye reads it as one.

Since the positions of vertices carry no information, you are free to move them. Moving a vertex changes the drawing but not the network, and it may remove a crossing.

So "this drawing has a crossing" is a statement about the page, not about the mathematics. The interesting question is whether every possible drawing has one.

5
The Definition
+5 XP to read

A graph is planar if it is possible to draw it in the plane with no two edges crossing. A graph is non-planar if this is impossible.

Notice the asymmetry in how the two are established.

To show a graph is planar, produce a single crossing-free drawing. That one drawing settles it completely, and nobody can argue with it.

To show a graph is non-planar you would have to rule out every drawing, and there are infinitely many. Failing to find a good drawing is not evidence of anything beyond your own patience. Non-planarity needs an argument, and Lesson 5 supplies one.

A crossing-free drawing of a planar graph is called a planar drawing of it. The graph is planar; a particular drawing is or is not planar.

6
How to Remove a Crossing
+5 XP to read

Three moves solve most cases, and all three are legitimate because they change only the picture.

Move a vertex. Drag it to a new position and redraw its edges. The square-with-diagonals in the diagram becomes crossing-free when one vertex is moved into the middle of the triangle formed by the other three.

Route an edge the long way round. An edge does not have to be a straight line. Curving it around the outside of the whole diagram often clears a crossing that a straight line could not avoid.

Turn the diagram inside out. Any face of a planar drawing can be made the outside one by redrawing, which is sometimes the move that unlocks a stubborn diagram.

Work on one crossing at a time and redraw completely rather than patching. A tidy redraw from scratch is usually quicker than repairing a tangle, and it is easier to check.

7
The Two That Cannot Be Redrawn
+5 XP to read

Some graphs genuinely resist every attempt, and two of them are famous.

The first is the complete graph on five vertices: five dots with every pair joined, giving $10$ edges. Try it and you will always be left with one edge that has nowhere to go.

The second is the three-utilities graph: three houses and three utilities, with every house joined to every utility, giving $6$ vertices and $9$ edges. The puzzle asks for gas, water and electricity to reach all three houses without any pipe crossing another, and it has circulated as a brain-teaser for more than a century.

Both are impossible, and the puzzle has no solution. That is not a failure of ingenuity; it is a theorem, and Lesson 5 proves the first case using Euler's formula.

These two are more important than they look. A famous result states that a graph is non-planar exactly when it contains one of these two hidden inside it, so between them they account for every non-planar graph there is.

8
Why Anyone Cares
+5 XP to read

Planarity is not a curiosity. It is a constraint that costs money.

On a printed circuit board, conducting tracks lie on the surface and two tracks that cross would short together. If the circuit's network is planar, one layer suffices. If it is not, the board needs a second layer and small holes called vias to pass between them, which raises the price of every unit made.

On a road network, a crossing needs a bridge, a tunnel or a set of traffic lights, and each is expensive. Designers work hard to keep the network of a junction planar for exactly this reason.

In chip design the same question appears at microscopic scale and with millions of edges, which is why efficient tests for planarity are a genuine part of the industry.

In each case the mathematical question and the engineering question are the same question: can this be laid out flat, or must we go up a level?

Watch Me Solve It · Removing a crossing by moving a vertex
+15 XP per step
Q1
PROBLEM
The graph with vertices $A$, $B$, $C$, $D$ and every pair joined is drawn as a square $ABCD$ with both diagonals, producing one crossing. Show that the graph is planar.
  1. 1
    List the edges
    $AB, \ AC, \ AD, \ BC, \ BD, \ CD$
    Six edges, since every pair of the four vertices is joined. Any redrawing must reproduce exactly this list.
  2. 2
    Choose a vertex to move
    Draw $A$, $B$ and $C$ as a triangle, using the edges $AB$, $BC$ and $CA$. That uses three of the six edges with no crossing.
  3. 3
    Place the fourth vertex inside
    Put $D$ in the middle of the triangle and join it to $A$, $B$ and $C$. Those three edges radiate outwards to the corners and cannot cross each other or the triangle.
  4. 4
    Check and conclude
    All six edges are drawn and no two cross, so this is a planar drawing. The graph is therefore planar, and the crossing in the square version was a feature of that drawing alone.
AnswerPlanar, as the triangle-with-centre drawing shows
Watch Me Solve It · A messier redraw
+15 XP per step
Q2
PROBLEM
A graph has vertices $P$, $Q$, $R$, $S$, $T$ with edges $PQ$, $PR$, $PT$, $QR$, $QS$, $RS$, $ST$. Drawn with the five vertices around a circle in the order $P$, $Q$, $R$, $S$, $T$, it has crossings. Show that it is planar.
  1. 1
    Identify which edges are the problem
    With the vertices around a circle, the edges joining neighbours run around the rim without trouble: $PQ$, $QR$, $RS$, $ST$ and $TP$. The remaining edges $PR$ and $QS$ are chords and cross each other.
  2. 2
    Move one chord to the outside
    An edge may be drawn as any curve. Route $PR$ around the outside of the circle rather than across it, passing outside $Q$.
  3. 3
    Check for new crossings
    Outside the circle there is nothing else drawn, so the re-routed $PR$ meets no other edge. The chord $QS$ is now alone inside the circle and crosses nothing.
  4. 4
    Conclude
    Every edge is drawn and no two cross, so the graph is planar. Note that only the drawing changed; the edge list is the same seven edges throughout.
AnswerPlanar, by routing the edge $PR$ around the outside
Watch Me Solve It · The three utilities
+15 XP per step
Q3
PROBLEM
Three houses must each be connected to gas, water and electricity, with no pipe crossing another and no pipe passing through a house. Model this as a graph, state how many vertices and edges it has, and say what is known about it.
  1. 1
    Set up the model
    Vertices are the three houses and the three utilities, giving $6$ vertices. An edge joins a house to a utility when that house must be connected to it.
  2. 2
    Count the edges
    $3 \times 3 = 9$
    Each of the three houses needs all three utilities, so there are nine connections. No house is joined to another house and no utility to another utility.
  3. 3
    Restate the puzzle
    "No pipe crosses another" is exactly the requirement that the graph be drawn with no two edges crossing. So the puzzle asks whether this graph is planar.
  4. 4
    State the answer
    This graph is non-planar, so the puzzle has no solution. Every attempt leaves one connection unmade, and no amount of ingenuity will help, because the obstruction is a theorem rather than a lack of cleverness.
Answer$6$ vertices, $9$ edges, and non-planar, so the puzzle is impossible
D
Brain Trainer · Planar or not
5 problems

Five items on planarity. Remember that the definition asks what is possible, not what is drawn.

  1. 1 A graph is drawn with three crossings. Is it non-planar?

    The definition asks whether some drawing avoids all crossings.Not necessarily; try redrawing
  2. 2 What must you produce to prove a graph is planar?

    One example is enough for an existence claim.A single crossing-free drawing
  3. 3 How many edges does the complete graph on five vertices have?

    Every pair of the five vertices is joined, and there are $\tfrac{5 \times 4}{2}$ pairs.$10$
  4. 4 At a point where two edges cross, can a traveller change from one edge to the other?

    A crossing is not a vertex.No
  5. 5 Why does planarity matter for a printed circuit board?

    Two conducting tracks that touch would short together.A planar circuit fits on one layer
Complete in your workbook.
MC1
Reading the definition
+10 XP

A graph is planar if:

MC2
What a crossing is
+10 XP

In a drawing of a network, a point where two edges cross:

MC3
Proving planarity
+10 XP

A student produces one drawing of a graph in which no two edges cross. This shows the graph is:

MC4
The utilities puzzle
+10 XP

The three-utilities puzzle asks for three houses to be joined to three services with no crossings. In graph terms the puzzle asks whether a certain graph is planar. That graph has:

MC5
Why it matters
+10 XP

A circuit's network is found to be non-planar. The practical consequence is that:

Q6
Redraw and justify
+15 XP
Q6
SHORT ANSWER
A graph has vertices $A$, $B$, $C$, $D$, $E$ with edges $AB$, $AC$, $AD$, $BC$, $BE$, $CD$, $DE$. When drawn with the vertices around a circle in alphabetical order it has crossings. Describe a drawing with no crossings and explain why this settles the question of planarity.
Write your working in your book.
Q7
The asymmetry
+15 XP
Q7
SHORT ANSWER
Explain why producing a crossing-free drawing proves a graph is planar, while failing to produce one after many attempts does not prove it is non-planar. Then state what would be needed instead.
Write your working in your book.
Q8
Model a junction
+15 XP
Q8
SHORT ANSWER
Four roads meet at a proposed interchange, and traffic must be able to travel between every pair of them. Model this as a graph, determine whether it is planar, and state what your answer means for the cost of the interchange.
Write your working in your book.
S
Stretch Challenge · Drawing on a doughnut
+25 XP
S
CHALLENGE
The three-utilities graph cannot be drawn on a flat sheet without crossings. Suppose instead you are allowed to draw it on the surface of a doughnut, that is, a sheet with one handle. Explain why the extra handle helps, and connect your answer to how a two-layer circuit board solves the same problem.
R
Quick Review
recap

Planar means redrawable

A graph is planar if some drawing has no crossings. The drawing in front of you having crossings says nothing about the graph.

A crossing is not a vertex

Nothing happens where two edges cross, and no traveller can change edges there. It is an artefact of flat paper.

One drawing proves planar; nothing short of an argument proves non-planar

Existence claims yield to a single example. Ruling out every possible drawing needs a theorem, which Euler's formula supplies.

Two graphs account for all non-planarity

The complete graph on five vertices and the three-utilities graph. A graph is non-planar exactly when one of them is hidden inside it.

Your Badges

0 of 6
First Steps
3-Day Streak
3 in a Row
Lesson Ace
Stretch Seeker
Daily Warrior

Mark lesson as complete

Tick when you've finished Learn, Practice and the Stretch. Earns +90 XP and +25 coins.