Skip to main content
ExamExplained
TAS Β· Mathematics Applications
Mathematics Applications study scene
Β§-Syllabus dot point
TASMathematics ApplicationsSyllabus dot point

When can a network be drawn with no crossings, and how do its faces, edges and vertices relate?

Recognise planar graphs and apply Euler's formula relating vertices, edges and faces.

Planar graphs, faces, and Euler's formula v - e + f = 2, with worked checks and applications in TCE Mathematics Applications.

Reviewed by: AI editorial process; not yet individually human-reviewed

Have a quick question? Jump to the Q&A page

What this dot point is asking

A graph drawing often has edges that cross, but the crossings may be an accident of how it was drawn. The real question is whether the same connections can be redrawn flat with no crossings at all.

Counting faces

Faces are the enclosed regions of a planar drawing, plus the single infinite region outside the graph. Beginners forget the outer face, so always add one for the outside when you count.

Why planarity matters

Planar graphs model situations where crossings are physically awkward or forbidden, such as circuit boards where wires must not touch, road networks without overpasses, or seating plans. Knowing a graph is planar tells you a clean, crossing-free layout exists.

Using Euler's formula to find any missing count

Because the formula links three quantities, knowing any two gives the third. Rearrange to suit the unknown: f=2βˆ’v+ef = 2 - v + e for faces, e=v+fβˆ’2e = v + f - 2 for edges, or v=eβˆ’f+2v = e - f + 2 for vertices. TASC questions exploit this by giving, for instance, the number of faces and edges and asking for the vertices, as in the worked exam answer above. The key is to substitute carefully and watch the signs, since the βˆ’e-e and βˆ’v-v terms are where arithmetic slips occur.

Testing for non-planarity

Some graphs simply cannot be drawn without crossings no matter how they are rearranged. The two classic non-planar graphs are K5K_5 (five vertices each joined to every other) and K3,3K_{3,3} (the "three houses, three utilities" graph). When a TASC question asks you to show a graph is non-planar, demonstrating that it contains one of these structures, or that no crossing-free redrawing is possible, is the expected argument. For such graphs Euler's formula in the simple form does not apply, because the formula assumes a crossing-free planar drawing exists.

Connected requirement

Euler's formula in the form vβˆ’e+f=2v - e + f = 2 applies to connected planar graphs. If the graph splits into separate pieces, the formula must be adjusted (each extra component subtracts one from the total), so first confirm the graph is in one connected piece before applying it.

A complete answer states whether the graph is planar (and redraws it without crossings if needed), counts vertices and edges, includes the outer face when counting faces, and uses vβˆ’e+f=2v - e + f = 2 to confirm or to find a missing count.

Exam-style practice questions

Practice questions written in the style of TASC exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.

TCE 20185 marksA planar connected network (graph) has 5 faces and 8 edges. a) Use Euler's formula to determine the number of vertices in this network. b) Draw the planar connected network in the space below and label the vertices. c) Describe a Hamiltonian circuit that can be travelled on the network in part b).
Show worked answer β†’

a) (2 marks) Euler's formula for a connected planar graph is v - e + f = 2. Substitute e = 8 and f = 5: v - 8 + 5 = 2, so v - 3 = 2, giving v = 5 vertices.

b) (2 marks) Draw any connected planar graph with 5 vertices and 8 edges so that no edges cross. Counting the regions it splits the plane into (including the outer region) must give 5 faces. Label the 5 vertices.

c) (1 mark) A Hamiltonian circuit visits every vertex exactly once and returns to the start. Trace such a closed route through all 5 vertices on your graph and write it as a sequence of vertex labels.

TCE 20174 marksA network has 12 vertices and 20 edges. a) Use Euler's formula to calculate the number of faces. c) Draw an example of a network with 5 vertices and 7 edges for which Euler's formula does not apply, and state why it does not apply.
Show worked answer β†’

a) (1 mark) Euler's formula vβˆ’e+f=2v - e + f = 2 rearranges to f=2βˆ’v+ef = 2 - v + e. With v=12v = 12 and e=20e = 20: f=2βˆ’12+20=10f = 2 - 12 + 20 = 10 faces.

c) (3 marks) Draw a network with 5 vertices and 7 edges that is either not connected or not planar (cannot be drawn without edges crossing). Euler's formula vβˆ’e+f=2v - e + f = 2 holds only for connected planar graphs, so if the graph is disconnected (or non-planar) the relationship breaks down. State which condition your example violates.

ExamExplained