Calculus: 5 - Sequences

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

1/41

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.

42 Terms

1
New cards

define a binary relation over sets A and B

a subset of the Cartesian product A × B; that is, it is a set of ordered pairs (a,b) consisting of elements a in A and b in B

2
New cards

define n-ary relation over sets A1,...,An

a subset of the Cartesian product A1×...×An

3
New cards

what are examples of side effects of programmable functions

output text to the console, write a record to a database, send data over the network, etc.

4
New cards

define sequence

A sequence is a function f : N → R that maps natural numbers to real numbers. Often it is convenient to define a sequence as a function f : N+ → R that maps positive natural numbers to real numbers, which is the terminology we adopt.

5
New cards

define terms of sequences

outputs of f(n)

6
New cards

sequence notation

(an)n≥1, where an = f (n)

7
New cards

define arithmetic sequence

knowt flashcard image
8
New cards

sum of an arithmetic sequence

Sn = n/2 ( a1 + an ) .

9
New cards

define geometric sequence

knowt flashcard image
10
New cards

sum of a geometric sequence

Sn = a(1−r^n)/(1−r) if r /= 1

11
New cards

define Fibonacci sequence

knowt flashcard image
12
New cards

definition of an increasing sequence

A sequence (an)n≥1 is increasing if an+1 ≥ an for all n ≥ 1

13
New cards

definition of a decreasing sequence

it is decreasing if an+1 ≤ an for all n ≥ 1.

14
New cards

define monotonic sequence

either increasing or decreasing

15
New cards

define sequence convergence to a limit

knowt flashcard image
16
New cards

define sequence convergence to infinity

knowt flashcard image
17
New cards

define sequence convergence to -infinity

knowt flashcard image
18
New cards

define sequence convergence

The sequence (an)n≥1 converges if it converges either to a real number or to ∞ or to −∞.

19
New cards

define sequence divergence

The sequence (an)n≥1 diverges if it does not converge

20
New cards

define the limit inequality

|an − l| < ε is called the limit inequality and says that the distance from the nth term in the sequence to the limit should be less than ε.

21
New cards

common convergent sequences

knowt flashcard image
22
New cards

combinations of sequences

Given sequences (an)n≥1 and (bn)n≥1 which converge to limits a ∈ R and b ∈ R respectively, and a real constant λ, we have

<p><span>Given sequences (an)n≥1 and (bn)n≥1 which converge to limits a ∈ R and b ∈ R respectively, and a real constant λ, we have</span></p><img src="https://knowt-user-attachments.s3.amazonaws.com/8d6ab946-aa22-4dd7-98e1-b02a7753f9b4.png" data-width="100%" data-align="center"><p></p>
23
New cards

triangle inequality definition

|a+b|≤|a|+|b|

prove by squaring |a+b| and using algebraic manipulation

24
New cards

If (an)n≥1 converges to a ∈ R, is it bounded?

it is bounded

25
New cards

is limit of a sequence unique?

a sequence (an)n≥1 can only have one limit

26
New cards

define Cauchy sequence

A sequence (an)n≥1 is a Cauchy sequence iff for all ε > 0, there is some N in N such that for all n, m > N we have |an−am| < ε

27
New cards

A subset A ⊂ R is said to be complete if

any Cauchy sequence in A converges to a limit in A

28
New cards

define the sandwich theorem

29
New cards

Define the ratio test for sequences

30
New cards

Define the limit ratio test

31
New cards

Define subsequence

32
New cards

Any subsequence of a convergent sequence converges to…

…the limit of the sequence

33
New cards

define a peak of a sequence

Consider a sequence (an)n≥1. For any m ≥ 1, we say that am is a peak of (an)n≥1 if am ≥ an for all n ≥ m

34
New cards

useful techniques for manipulating absolute values

35
New cards

define upper bound

u is an upper bound of X if x ≤ u for all x ∈X

36
New cards

define lower bound

l is a lower bound of X if l ≤ x for all x ∈ X

37
New cards

define supremum/least upper bound

a least upper bound (supremum, sup(X)) of X is an upper bound s of X such that s ≤ u for all upper bounds u of X

38
New cards

define infimum/greatest lower bound

a greatest lower bound (infimum, inf(X)) of X is a lower bound i of X such that l ≤ i for all lower bounds l of X

39
New cards

a set X is bounded above if

if X has an upper bound

40
New cards

a set X is bounded below if

if X has a lower bound

41
New cards

Axiom of Dedekind-completeness for real numbers

Every nonempty subset X of the real numbers R that is bounded above has a least upper bound

42
New cards

Fundamental theorem of analysis