Series Tests Flashcards

1
Q

nth-term

A
  1. an
  2. null
  3. lim n->inf an != 0
  4. Cannot be used to show convergence
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Geometric Series

A
  1. ar^n
  2. abs(r)<1
  3. abs(r)>=1
  4. Sum: S = a/(1-r)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Telescoping Series

A
  1. (bn-bn+1)
  2. lim n->inf bn = L
  3. null
  4. Sum: S = b1 - L
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

p-Series

A
  1. 1/n^p
  2. p > 1
  3. 0 < p <= 1
  4. null
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Alternating Series

A
  1. (-1)^n-1 * an
  2. 0<an+1<=an and lim n->inf an = 0
  3. null
  4. Remainder: abs(RN)<=aN+1
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Integral (f is continuous, positive, and decreasing)

A
  1. an, an=f(n) >= 0
  2. int(1, inf, f(x)) converges
  3. int(1, inf, f(x)) diverges
  4. Remainder: 0 < RN < int(N, inf, f(x))
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Root

A
  1. an
  2. lim n->inf nth-root(abs(an)) < 1
  3. lim n->inf nth-root(abs(an)) > 1 or =inf
  4. Test inconclusive if lim n->inf nth-root(abs(an)) = 1
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Direct Comparison (an, bn > 0)

A
  1. an
  2. 0<an<=bn and bn converges
  3. 0<bn<=an and bn diverges
  4. null
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Ratio

A
  1. an
  2. lim n->inf abs(an+1/an) < 1
  3. lim n->inf abs(an+1/an) > 1 or =inf
  4. Test inconclusive if lim n->inf abs(an+1/an) = 1
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Limit Comparison (an, bn > 0)

A
  1. an
  2. lim n->inf an/bn = L > 0 and bn converges
  3. lim n-> inf an/bn = L > 0 and bn diverges
  4. null
How well did you know this?
1
Not at all
2
3
4
5
Perfectly