Sequences Vocabulary

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

1/15

flashcard set

Earn XP

Description and Tags

Flashcards on Sequences based on lecture notes.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

16 Terms

1
New cards

Sequence

A sequence is a list of numbers: a1, a2, a3, . . .

2
New cards

General Term

Also known as the nth term, it describes the formula to find any element in the sequence.

3
New cards

Finite Sequence

Sequences with a limited number of terms.

4
New cards

Infinite Sequence

Sequences with an endless number of terms.

5
New cards

Decreasing Sequence

A sequence where an+1 < an for every n.

6
New cards

Increasing Sequence

A sequence where an+1 > an for every n.

7
New cards

Monotonic Sequence

A sequence that is either decreasing or increasing.

8
New cards

Bounded Below Sequence

There exists a number m such that an ≥ m for every n; m is a lower bound.

9
New cards

Bounded Above Sequence

There exists a number M such that an ≤ M for every n; M is an upper bound.

10
New cards

Bounded Sequence

A sequence that is both bounded below and bounded above.

11
New cards

Arithmetic Sequence

A sequence where the difference between consecutive terms is constant: an+1 − an = constant.

12
New cards

Geometric Sequence

A sequence where the ratio between consecutive terms is constant: an+1 / an = constant (non-zero).

13
New cards

Limit of a Sequence

A real number A such that an approaches A as n approaches ∞. Represented as lim n→∞ an = A.

14
New cards

Convergent Sequence

A sequence that has a limit.

15
New cards

Divergent Sequence

A sequence that does not have a limit.

16
New cards

Big O Notation

Used in Computer Science to describe the complexity of an algorithm; O(nk) denotes a class of functions for which lim n→∞ f(n)/nk = C, where C is a non-zero constant.