Maths Apps Unit 3 Exam Preparation Guide

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

1/29

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.

30 Terms

1
New cards

Recurrence Relations

Using recurrence rules to calculate terms in a sequence.

2
New cards

Finding the recurrence relation

Using two equations to calculate the value of r and d.

3
New cards

tn+1 = rtn + d, t1 = a

General formula for recurrence relations.

4
New cards

Recurrence relations for arithmetic sequences

tn+1 = tn + d, t1 = a.

5
New cards

Recurrence relations for geometric sequences

tn+1 = rtn, t1 = a.

6
New cards

Graphical representation of recurrence relations

Interpreting graphs - arithmetic or geometric or neither.

7
New cards

Increase indefinitely

A behavior of a sequence where values grow without bound.

8
New cards

Decrease indefinitely

A behavior of a sequence where values shrink without bound.

9
New cards

Steady state solution

A solution where the sequence stabilizes over time.

10
New cards

Long term steady state solution

Calculating from recurrence relation for long-term behavior.

11
New cards

Basic concepts/definitions in Graphs

Vertices, edges, loop, isolated vertex, multiple edges.

12
New cards

Simple graph

A graph without loops or multiple edges.

13
New cards

Connected graph

A graph where there is a path between every pair of vertices.

14
New cards

Complete graph

A graph where every pair of vertices is connected; includes calculating using formula where n is the number of vertices.

15
New cards

Subgraph

A graph formed from a subset of vertices and edges of another graph.

16
New cards

Directed graph

A graph where edges have a direction.

17
New cards

Bipartite graph

A graph whose vertices can be divided into two disjoint sets.

18
New cards

Adjacency matrix

A matrix used to represent a graph, where rows and columns represent vertices.

19
New cards

Loop

1 edge that connects a vertex to itself.

20
New cards

Degree

Number of edges linked to the vertex; loops counted as 2.

21
New cards

Degree sum

2 x number of edges.

22
New cards

Planar Graphs

Graphs with no edges that cross.

23
New cards

Euler's Formula

V = E - F + 2, where V is vertices, E is edges, F is faces.

24
New cards

Walk

Can include repeated edges and vertices.

25
New cards

Path

Open or closed. No repeated edges or vertices.

26
New cards

Trail

Open or closed. Vertices repeated, edges not repeated.

27
New cards

Eulerian graph

Starts and finishes at the same vertex, includes every edge once only.

28
New cards

Semi-Eulerian

Starts and finishes at different vertices, includes every edge once only.

29
New cards

Hamiltonian path

Every vertex once only, starts and finishes at different vertices.

30
New cards

Hamiltonian cycle

Every vertex once only, starts and finishes at the same vertex.