AP Calculus BC - Unit 10: Infinite Sequences and Series
AP Calculus BC - Unit 10: Infinite Sequences and Series
Convergence Tests for Series:
| Test Name |
The Series ... |
Will Converge If |
Or Will Diverge If |
Comments |
| nth-term test |
∑an |
- |
limn→∞an≠0 |
For divergence only; the converse is false. |
| Geometric |
∑arn−1 |
|r|<1 |
|r|≥1 |
Sum = a1−r |
| Alternating Series |
∑(−1)n−1an |
|an+1|<|an| and limn→∞an=0 |
- |
Error bound: |S−Sn|≤|an+1| |
| Integral Test |
∑an, where an=f(n)≥0 |
∫∞1f(x)dx converges |
∫∞1f(x)dx diverges |
f must be continuous, positive, and decreasing. |
| p-Series |
∑1np |
p>1 |
p≤1 |
- |
Other Convergence Tests:
| Test Name |
The Series ... |
Will Converge If |
Or Will Diverge If |
Comments |
| Limit Comparison |
∑an |
limn→∞anbn=L>0 and ∑bn converges |
limn→∞anbn=L>0 and ∑bn diverges |
- |
| Root Test |
∑an |
limn→∞n√an<1 |
limn→∞n√an>1 |
Cannot be used if limn→∞n√an=1 |
Power Series and Taylor Series:
The Maclaurin Series for common functions:
ex=1+x+x22!+x33!+…
sinx=x−x33!+x55!−…
cosx=1−x22!+x44!−…
Interval of Convergence:
To find the interval of convergence of a power series, apply the **Ratio Test** and check endpoints separately.
Remainder of a Taylor Series:
The Lagrange Remainder for the nth term of a Taylor Series is:
Rn(x)=f(n+1)(z)(n+1)!(x−c)n+1
where z is a value between x and c.