Sequences Flashcards

(40 cards)

1
Q

What is a sequence?

A

An ordered list of numbers usually denoted as {a_n}.

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

What does it mean for a sequence to converge?

A

The limit as n approaches infinity of a_n exists and is a finite number L.

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

What does it mean for a sequence to diverge?

A

The limit as n approaches infinity of a_n does not exist or is infinite.

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

How do you use L’Hôpital’s Rule for a sequence?

A

Convert the sequence a_n to a continuous function f(x), then take the limit as x approaches infinity.

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

What is the Squeeze Theorem for sequences?

A

If a_n ≤ b_n ≤ c_n and the limits of a_n and c_n both equal L, then the limit of b_n must also be L.

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

If the limit of |a_n| = 0, what can you conclude about a_n?

A

The limit of a_n is also 0.

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

What is a monotonic sequence?

A

A sequence that is either entirely non-increasing or entirely non-decreasing.

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

Define a sequence that is ‘bounded above’.

A

There exists a number M such that a_n ≤ M for all n.

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

Define a sequence that is ‘bounded below’.

A

There exists a number m such that a_n ≥ m for all n.

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

What is the Monotonic Sequence Theorem?

A

Every bounded, monotonic sequence is convergent.

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

Under what condition does the geometric sequence {r^n} converge?

A

It converges if -1 < r ≤ 1.

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

What is the limit of {r^n} if |r| < 1?

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

What is the limit of {r^n} if r = 1?

A

1

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

Why does {r^n} diverge if r = -1?

A

Because the terms oscillate between -1 and 1, so the limit does not exist.

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

What is a recursive sequence?

A

A sequence where each term is defined using previous terms (e.g., Fibonacci or a_{n+1} = 2a_n + 1).

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

How do you find the limit L of a convergent recursive sequence?

A

Replace both a_{n+1} and a_n with ‘L’ in the recursive formula and solve for L.

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

What is the limit of {1 / n^p} if p > 0?

18
Q

What is the limit of {ln(n) / n}?

A

0 (Use L’Hôpital’s Rule: 1/n divided by 1).

19
Q

What is the limit of { (1 + 1/n)^n }?

20
Q

What is the limit of { n^(1/n) }?

21
Q

What is the limit of { x^n / n! } for any real number x?

22
Q

Order these from slowest to fastest growth: n!, n^n, ln(n), n^p, b^n.

A

ln(n) < n^p < b^n < n! < n^n

23
Q

What is the value of 0! (zero factorial)?

24
Q

What is a subsequence?

A

A sequence formed by selecting terms from a larger sequence in their original relative order.

25
If a sequence converges to L, what do its subsequences converge to?
All subsequences also converge to L.
26
Define a 'bounded' sequence.
A sequence that is bounded both above and below.
27
What is the difference between a_n and S_n?
a_n is a single term of a sequence; S_n is the nth partial sum of a series.
28
If a sequence is non-decreasing and bounded above, does it converge?
Yes, by the Monotonic Sequence Theorem.
29
What happens to the limit of {(-1)^n * (1/n)}?
It converges to 0 (by the Absolute Value Theorem).
30
What happens to the limit of {(-1)^n}?
It diverges due to oscillation.
31
How do you find the limit of a rational sequence (polynomial/polynomial)?
Divide the numerator and denominator by the highest power of n in the denominator.
32
If the degree of the numerator is greater than the denominator, the sequence...
Diverges to infinity (or negative infinity).
33
If the degrees of the numerator and denominator are equal, the limit is...
The ratio of the leading coefficients.
34
What is a 'strictly increasing' sequence?
A sequence where a_{n+1} > a_n for all n.
35
What is the 'Least Upper Bound' property?
A property of real numbers stating that every non-empty set bounded above has a unique smallest upper bound.
36
Is every convergent sequence bounded?
Yes.
37
Is every bounded sequence convergent?
No (e.g., {(-1)^n} is bounded but diverges).
38
What is the limit of { (n! / (n+2)!) }?
0 (Simplify to 1 / [(n+2)(n+1)] first).
39
How can you prove a sequence is decreasing?
Show that a_{n+1} - a_n < 0 or that the ratio a_{n+1}/a_n < 1 for positive terms.
40
What is the limit of { cos(n) / n }?
0 (Use the Squeeze Theorem: -1/n ≤ cos(n)/n ≤ 1/n).