Sequences and Series Flashcards

1
Q

Sequence

Definition

A

a list (usually infinite) of numbers indexed by integers (usually ℕ)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Infinite Sequence

A More Precise Definition

A

a prescription associating each natural number to a unique real number, such a map:
M : N -> R, n|—>an
is a special case of the general notion of a function

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Bounded Below

Definition

A

a sequence is bounded below if and only if there exists some c∈ℝ such that an>=c for all n∈ℕ

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Bounded Above

Definition

A

a sequence is bounded above if and only if there exists some c∈ℝ such that an<=c for n∈ℕ

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Unbounded

Definition

A

a sequence is unbounded if and only if there does not exist c∈ℝ such that |an|<=c for all n∈ℕ

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Bounded

Definition

A

a sequence is bounded if it is bounded above and below

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Increasing Sequence

Definition

A

a sequence is increasing if a(n+1) >= an

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Decreasing Sequence

Definition

A

a sequence is decreasing if a(n+1) <= an

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Strictly Increasing Sequence

Definition

A

a sequence is strictly increasing if a(n+1) > an

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Strictly Decreasing Sequence

Definition

A

a sequence is strictly decreasing if a(n+1) < an

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Convergence

Definition

A

A sequence id convergent if it approaches some limit

A sequence Sn has a limit S if, for any ɛ>0, there exists an n>N such that |Sn-S| < ɛ

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Divergence

Definition

A

If a sequence does not converge, it is said to diverge

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Monotonic

Definition

A

a sequence that either never decrease or never decreases

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Limit Comparison

A

Assume an and bn satisfy an >= bn for all n>N0∈ℕ
Assuming an -> a and bn -> b, a>=b
If bn -> ∞, then an -> ∞

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Adding Sequences and Limits

A

let an -> a and bn -> b

an + bn -> (a+b)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Sandwich / Squeeze Rule

A

Assume an and cn satisfy an -> l and cn -> l
If an<= bn <= cn, for all n>No∈ℕ
Then bn -> l as well

17
Q

Subsequence

Definition

A

a subsequence of a sequence (an) is a sequence that arises by omitting numbers from (an). It can be written as (bn) = (akn)
If an -> l, then bn -> l
Or if an -> ±∞ then bn -> ±∞

18
Q

What is the limit of an = 1/n^c, c>0

A

limit = 0

19
Q

What is the limit of an = c^n

A

for c>1, limit = ∞
for c=1, limit = 1
for |c| < 1, limit = 0
for c <= -1, the sequence diverges, no limit exists

20
Q

What is the limit of an = n^c / d^n

A

Both n^c and d^n tend to ∞

But in this case an has limit 0 as exponential growth (d^n) beats polynomial growth (n^c)

21
Q

Bounded and Convergent Sequences

A
  • a bounded sequence need not be convergent

- but all convergent sequences are bounded

22
Q

Monotone Convergence Theorem

A

let an be a sequence that is either decreasing or increasing & bounded below (decreasing) or above (increasing), then the sequence converges

23
Q

Infinite Series

A

Given a sequence (an), there is an associated infinite series, (n=1->∞)Σ an OR (k=1->n)Σ an also known as the nth partial sum

24
Q

Convergent Series

Definition

A

A series Σ Sn is convergent if the sequence Sn is convergent

25
Q

Divergent Series

Definition

A

A series Σ Sn diverges if it does not converge

The series diverges to ±∞ if the sequence Sn diverges to ±∞

26
Q

Harmonic Series, ak = 1/k

A

ak = 1/k, (k=1->∞) Σ ak

diverges to infinity

27
Q

Vanishing Test

A

If (n->∞)lim an = 0 Then (n=1->∞) Σ an converges

28
Q

Harmonic Series ak = 1 / k^α

A

(k=1->∞) Σ ak
converges for α>1
diverges for α<=1

29
Q

Geometric Series ak = A^k

A

(k=1->∞) Σ ak

converges to 1/(1-A) for |A| < 1

30
Q

Comparison Test

A

IF (k=1->∞) Σ bk < +∞ such that bk>=0 for all k>=1 and
(k=1->∞) Σ ak. Then, if there exists a constant c >= 0
such that |ak| < c*bk for all k, then (k=1->∞) Σ ak < +∞

31
Q

Ratio Test

A
Consider (k=1->∞) Σ ak
and define, L = (k->∞) lim |ak+1| / |ak|
If L<1 the series converges absolutely
If L>1 the series diverges
If L=1 we have no information on the series
32
Q

Arithmetics of Convergent Series

A

If two series (k=1->∞) Σ ak and (k=1->∞) Σ bk both converge, then
(k=1->∞) Σ ak + bk = Σ ak +Σ bk < +∞
(k=1->∞) Σ α*ak = α Σ ak < +∞, for all α∈ℝ
If the two series Σ ak and Σ bk are absolutely convergent then their product is convergent

33
Q

Alternating Series

Definition

A

A series Σ ak is alternating if and only if,

ak * ak+1 < 0 for all k∈ℕ

34
Q

The Leibniz Test

A

Any alternating series Σ ak satisfying (k->∞)lim ak = 0
and |ak+1| < |ak| for all n>N0∈ℕ
is convergent

35
Q

Does Σ (-1)^k / k^α converge?

A

converges for α>0

36
Q

Power Series

Definition and Convergence

A

An infinite series in the form Σ ck*x^k for some constants ck
Its radius of convergence ir R = (k->∞)lim |ck| / |ck+1|
It converges for x ∈ (-ℝ,ℝ)