Chapter 11 Review (Test 1) Flashcards

1
Q

Sequence

A

bracket a sub n bracket from n = 1 to infinity.

A sequence is a listing of values of a sub n as n goes from 1 to infinity.

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

Arithmetic sequence

A

Each term is the sum of the previous term and a constant (called the common difference).
a sub n = a sub 1 plus (n-1)*d

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

Geometric Sequence

A

each term is the product of the previous term and a constant (coalled the common ratio).
a sub n = a sub 1 * r to the n-1 power.

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

limits of sequences

A

the sequence of {a sub n} converges to L if limit as n approaches infinity of a sub n = L.
the sequence of {a sub n} diverges if limit of a sub n diverges. (equals infinity)
*remember to test for even and odd terms when dealing with sequences with (-1) to the n or n+1 power

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

A sequence converges to L if and only if:

A

the even numbered terms converge to L and the odd numbered terms converge to L.

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

Recursive sequences

A

a sequence in which you are given an initial term and a formula to find the subsequent terms.

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

Limits of Recursive Sequences

A

a sequence defined recursively will converge if:
limit as n approaches infinity of a sub n+1 = limit as n approaches infinity of a sub n = L.
Steps:
1. Set limit as n approaches infinity of a sub n equal to L.
2. Set limit as n approaches infinity of a sub n + 1 (with L substituted in) equal to L.

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

Series

A

Adding terms

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

Infinite series

A

a series with an infinite number of terms.

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

Convergence of an infinite series

A

If an infinite series converges to L, then the sum equals L. An infinite series converges if the sequence of partial sums converge.

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

Convergence of an Infinite Geometric Series

A

An infinite geometric series converges if absolute value of r < 1 AND it converges TO a sub 1 divided by 1 minus r/

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

Divergence of an Infinite Geometric Series

A

An infinite geometric series diverges if the absolute value of r is greater than or equal to 1.

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

Telescoping Series

A

Ex: 1 divided by 12 plus 1 divided by 23 plus 1 divided by 3*4 and so on. (not geometric). Turn into partial fractions and then plug k back in and cancel everything out.

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

Harmonic Series

A

ex: sigma from k=1 to infinity of 1 divided by k. Diverges.

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

Divergence Test

A

Let a sub k be the general term of sigma a sub k.
If limit as k approaches infinity of a sub k does not equal 0, then sigma a sub k diverges.
If limit as k approaches infinity of a sub k = 0, then sigma of a sub k may converge or diverge (test is inconclusive).

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

Properties of Series

A

sigma of U sub k plus or minus v sub k = sigma u sub k plus sigma of v sub k.
sigma of c times u sub k equals c times sigma u sub k.