Tiber Tutor

notes

IB Maths AI 3.13 Notes

This page contains our IB Maths AI notes for 3.13. By reading each one of these notes, you will fully cover the content for IB Maths AI 'Algorithms & problems'.

Chapters

Loading progress...

Eulerian trails & circuits

In this section, we study important graph algorithms and optimisation problems. These ideas help us decide whether certain routes exist and how to find efficient networks or journeys. The main topics are Eulerian trails and circuits, Hamiltonian paths and cycles, minimum spanning trees, the Chinese postman problem, and the travelling salesman problem.

An Eulerian trail is a walk that uses every edge exactly once. An Eulerian circuit is an Eulerian trail that starts and ends at the same vertex.

Math Topic 3 subTopic 13 notes image 1

These ideas depend on the degrees of the vertices.

  • For a connected graph, an Eulerian circuit exists if every vertex has even degree.
  • For a connected graph, an Eulerian trail exists if exactly 22 vertices have odd degree. In that case, the trail starts at one odd vertex and ends at the other.
  • If there are more than 22 odd vertices, then neither an Eulerian trail nor an Eulerian circuit exists.

Math Topic 3 subTopic 13 notes image 2

These conditions are useful because they let us decide quickly whether a graph can be traversed without repeating edges.

Suppose a connected graph has vertex degrees 22, 44, 44, and 22. Determine if an Eulerian circuit or trail exists.

Math Topic 3 subTopic 13 notes image 3

Since all the degrees are even, an Eulerian circuit exists.

Now suppose a connected graph has vertex degrees 33, 33, 22, and 44. Determine if an Eulerian circuit or trail exists.

Math Topic 3 subTopic 13 notes image 4

Exactly 22 vertices have odd degree, so an Eulerian trail exists, but not an Eulerian circuit.

 

tibertutor.com

Next Up

You have completed the sub-topic 3.13 notes, covering "Algorithms & problems" for IB Maths AI - continue with related resources below or explore the full IB Maths AI course from the IBO.

Other Sub-topic 3.13 resources