Understanding Interval of Convergence
The interval of convergence is a fundamental concept in calculus that describes where a power series converges to a function. For a power series Σ a_n(x - c)^n centered at c, there exists a radius R (0 ≤ R ≤ ∞) such that the series converges absolutely for |x - c| < R and diverges for |x - c| > R. At the endpoints x = c ± R, convergence must be checked independently.
Radius of Convergence Methods
| Test | Formula | When to Use |
|---|---|---|
| Ratio Test | lim |a{n+1}/a_n| = 1/R | Most common, works for factorials and exponentials |
| Root Test | lim |a_n|{1/n} = 1/R | Works well when a_n involves nth powers |
| Geometric Series | Converges for |r| < 1 | Direct comparison to geometric series |
Common Power Series and Their Intervals
- Geometric Series: 1/(1-x) = Σ x^n, converges for |x| < 1
- Exponential: e^x = Σ x^n/n!, converges for all x
- Sine: sin(x) = Σ (-1)ⁿ x{2n+1}/(2n+1)!, converges for all x
- Cosine: cos(x) = Σ (-1)ⁿ x{2n}/(2n)!, converges for all x
- Natural Log: ln(1+x) = Σ (-1){n+1} xⁿ/n, converges for -1 < x ≤ 1
- Arctangent: arctan(x) = Σ (-1)ⁿ x{2n+1}/(2n+1), converges for |x| ≤ 1
Endpoint Testing Strategies
When checking endpoints, consider these common scenarios: If the series resembles 1/n^p at the endpoint, use the p-series test (converges for p > 1). If it alternates signs, try the Alternating Series Test. If it converges at one endpoint but not the other, the interval is half-open/half-closed — for example, [a, b), (a, b], or [a, b].