Graph Theory / Networks - Year 12 Maths Applications ATAR

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/36

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

37 Terms

1
New cards

Network / Graph

A set of points called vertices connected by a set of lines called edges

2
New cards

Vertices

The Junctions or End Points

3
New cards

Edges / Arcs

The connections connecting Vertices

4
New cards

Faces / Regions

Separated areas, including the outside of a network

5
New cards

Vertex

Singular of Vertices

6
New cards

Even Vertex

Has an even number of edges coming off it

7
New cards

Odd Vertex

Has an odd number of edges coming off it

8
New cards

Traverseability 1

A network is traverseable if it can be drawn without lifting the pen off the page, and without going over the same edge twice but can have repeated vertices

9
New cards

Traversability 2

A network with more than 2 odd vertices is not traversable, and if a network has 0 odd vertices any vertex can be the beginning but will also be the end.

10
New cards

Traversability 3

With 2 odd vertices, either odd vertex can be the start, and the other will be the end.

11
New cards

Loop

An edge that starts and finishes at the same vertex

12
New cards

Multiple Edges

Two or more edges connecting the same two vertices

13
New cards

Undirected Graph

Has no direct edges (shown by arrows)

14
New cards

Directed Graph

Has directed edges or arcs which is indicated by arrows on all edges

15
New cards

Weighted Graph

Each edge contains information (for example cost, distance, time, etc)

16
New cards

Simple Graph

A network that is undirected, unweighted, has no loops and no multiple edges.

17
New cards

Simple Directed Graph

A simple graph with directions shown by arrows

18
New cards

Simple Weighted Graph

A simple graph with weights / information on all edges

19
New cards

Walk

A sequence of vertices in which there is an edge from each vertex to the next vertex where vertices and edges may be repeated

20
New cards

Closed Walk

A walk that starts and finishes at the same vertex

21
New cards

Open Walk

A walk that starts and finishes at different vertices

22
New cards

Path

A walk where all the edges and vertices are different, with no repeats

23
New cards

Cycle / Closed Path

A path that starts and finishes at the same vertex

24
New cards

Open Path

A path that starts and finishes at different vertices

25
New cards

Trail

A walk with no repeated edges where vertices can be repeated

26
New cards

Closed Trail

A trail that starts and finishes at the same vertex

27
New cards

Open Trail

A trail that starts and finishes at different vertices

28
New cards

Trails + Paths Note

All paths are trails but not all trails are paths

29
New cards

Connected Vertices

It's possible to travel from one vertex to every other vertex through edges

30
New cards

Adjacent Vertices

Two vertices that are directly connected by an edge.

31
New cards

Connected Networks

All vertices can be connected with no isolated vertices

32
New cards

Disconnected Networks

All vertices cannot be connected and contains isolated vertices

33
New cards

Bridge

An edge in a connected graph that, when removed, leaves the graph disconnected

34
New cards

Complete Graph / Complete Network

Each vertex is connected to every other vertex

35
New cards

Kn

A complete graph with 'n' vertices

36
New cards

Minimum Number of Edges

To calculate, use n-1 in connected graphs

37
New cards

Maximum Number of Edges

To calculate, use n(n-1)/2 in complete graphs