Interval of Convergence with Center Calculator
The interval of convergence for a power series is the set of all real numbers for which the series converges. This calculator helps determine the interval of convergence for a power series with a given center.
What is Interval of Convergence?
For a power series centered at \( a \), the interval of convergence is the set of all \( x \) values for which the series converges. It can be one of three types:
- Finite interval: \( (a - R, a + R) \)
- Infinite interval: \( (-\infty, \infty) \)
- Semi-infinite interval: \( [a - R, a + R] \) or \( (a - R, a + R] \)
The radius of convergence \( R \) determines the width of the interval. The interval of convergence includes all \( x \) values within \( R \) units of the center \( a \).
How to Calculate Interval of Convergence
To find the interval of convergence for a power series:
- Identify the center \( a \) of the power series
- Apply the ratio test to find the radius of convergence \( R \)
- Check the endpoints \( x = a + R \) and \( x = a - R \) for convergence
- Combine the results to determine the interval of convergence
Ratio Test Formula:
\( R = \lim_{n \to \infty} \left| \frac{a_n}{a_{n+1}} \right| \)
If the limit exists and is finite, \( R \) is the radius of convergence. If the limit is 0, the radius is infinite. If the limit does not exist, the radius is 0.
Example Calculation
Consider the power series \( \sum_{n=1}^{\infty} \frac{(x-3)^n}{n^2} \).
- Identify the center: \( a = 3 \)
- Apply the ratio test:
\( \lim_{n \to \infty} \left| \frac{(x-3)^n / n^2}{(x-3)^{n+1} / (n+1)^2} \right| = \lim_{n \to \infty} \left| \frac{(x-3) (n+1)^2}{n^2} \right| \)
- For convergence, the limit must be less than 1:
\( \left| x - 3 \right| \lim_{n \to \infty} \left( \frac{n+1}{n} \right)^2 = \left| x - 3 \right| \leq 1 \)
- Thus, the radius of convergence is \( R = 1 \)
- Check endpoints:
- At \( x = 4 \), the series converges
- At \( x = 2 \), the series converges
- Final interval of convergence: \( [2, 4] \)
Common Mistakes to Avoid
Common errors when calculating interval of convergence include:
- Incorrectly identifying the center of the power series
- Applying the ratio test incorrectly to non-power series
- Forgetting to check the endpoints of the interval
- Misinterpreting the limit results as the radius
Always verify your calculations by testing specific values within the interval and checking the behavior at the endpoints.
FAQ
What is the difference between radius of convergence and interval of convergence?
The radius of convergence is the distance from the center where the series converges. The interval of convergence includes all points within that radius, plus possibly the endpoints.
How do I know if a power series converges at its endpoints?
You must test each endpoint separately using other convergence tests like the nth-term test or comparison test.
Can a power series have an infinite radius of convergence?
Yes, if the limit in the ratio test is 0, the series converges for all real numbers.