BC Calculus Unit 10 Infinite Series

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

1/17

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.

18 Terms

1
New cards

nth term Test (Test for Divergence only)

If lim (n→∞) an ≠ 0, then the series diverges. If lim (n→∞) an = 0, then the nth term test is inconclusive.

2
New cards

Geometric Series Test

Series of the form ∑ a*r^n series converge if |r| < 1, diverges otherwise. Sum = a_1 / (1-r)

3
New cards

P-Series Test

For series of form ∑ 1/n^p the series converge if p > 1. Otherwise, series diverge. (p ≤ 1)

4
New cards

Integral Test

If an = f(x) is a Positive, Decreasing, Continuous Function, then ∑ an and ∫ f(x)dx either both converge or diverge. (good for functions that look like u-substitution problems)

5
New cards

Limit Comparison Test (LCT)

For an, bn > 0, (where bn is a comparison partner for an), if lim (n→∞) |an / bn| equals a finite positive number, then both series either converge or diverge.

6
New cards

Direct Comparison Test (DCT)

For an, bn > 0, (where bn is a comparison partner for an), if an ≤ bn and if ∑ bn converges, then ∑ an converges as well. If an ≥ bn and if ∑ bn diverges, then ∑ an diverges as well.

7
New cards

Alternating Series Test (AST)

If the series has the form ∑(-1)^n * an and meets two criteria: 1) lim (n→∞) |an| = 0 and 2) a(n+1) ≤ an then the series converge by AST.

8
New cards

Ratio Test

If lim (n→∞) |a(n+1) / an| < 1 then series converge. If lim (n→∞) |a(n+1) / an| > 1, series diverge. If equal to 1, then test is inconclusive. (Look for factorials or exponentials when determining if Ratio Test is a good fit)

9
New cards

Root Test

If lim (n→∞) (n√|an|) < 1 then series converge. If lim (n→∞) (n√|an|) > 1, series diverge. If equal to 1, then test is inconclusive. (Look to see if the entire expression is raised to an nth power to determine if good fit)

10
New cards

Telescoping Series

A series in which most of the terms cancel in each of the partial sums, leaving only some of the first terms and/or some of the last terms.

11
New cards

Alternating Series Remainder Theorem

For a convergent alternating series, |S − Sn| = |Rn| ≤ |a_(n+1)|

12
New cards

Maclaurin Series definition

∑ (f^(n)(0) / n!) * x^n from n=0 to ∞ = f(0) + f'(0)x + (f''(0) / 2!) * x^2 + (f'''(0) / 3!) * x^3 + …

13
New cards

Taylor Series definition

∑ (f^(n)(c) / n!) * (x − c)^n from n=0 to ∞ = f(c) + f'(c)(x − c) + (f''(c) / 2!) * (x − c)^2 + (f'''(c) / 3!) * (x − c)^3 + …

14
New cards

Maclaurin Series for sin x

x - (x^3 / 3!) + (x^5 / 5!) - (x^7 / 7!) + … + ((-1)^n * x^(2n+1)) / (2n + 1)!

15
New cards

Maclaurin Series for cos x

1 - (x^2 / 2!) + (x^4 / 4!) - (x^6 / 6!) + … + ((-1)^n * x^(2n)) / (2n)!

16
New cards

Maclaurin Series for e^x

1 + x + (x^2 / 2!) + (x^3 / 3!) + … + x^n / n!

17
New cards

Maclaurin Series for tan^-1(x)

x - (x^3 / 3) + (x^5 / 5) - (x^7 / 7) + … + ((-1)^n * x^(2n+1)) / (2n + 1)

18
New cards

Maclaurin Series for 1 / (1-x)

1 + x + x^2 + x^3 + … + x^n