Power Series Calculator Interval of Convergence
This power series calculator determines the interval of convergence for any given power series. Power series are fundamental in calculus and analysis, providing a way to represent functions as infinite sums of terms. Understanding the interval of convergence is crucial for determining where these series converge to the function they represent.
What is a Power Series?
A power series is an infinite series of the form:
Where:
- aₙ are coefficients
- c is the center of the series
- x is the variable
Power series are used to represent functions in a way that can be differentiated and integrated term by term. They are particularly useful in solving differential equations and approximating functions.
Interval of Convergence
The interval of convergence is the set of all x-values for which the power series converges. It's typically expressed in the form:
Where:
- c is the center of the series
- R is the radius of convergence
The interval of convergence can be:
- Open: (c - R, c + R)
- Closed: [c - R, c + R]
- Semi-infinite: (c - R, ∞) or (-∞, c + R]
The interval of convergence depends on the behavior of the series as x approaches the endpoints. Special tests are needed to determine if the endpoints are included.
Calculating the Interval of Convergence
There are several methods to determine the interval of convergence:
- Ratio Test: Most commonly used method
- Root Test: Alternative to the ratio test
- Direct Comparison: When comparing to known series
Ratio Test Method
The ratio test involves calculating the limit:
The series converges absolutely when L < 1 and diverges when L > 1. If L = 1, the test is inconclusive.
Root Test Method
The root test involves calculating the limit:
The series converges absolutely when L < 1 and diverges when L > 1. If L = 1, the test is inconclusive.
Endpoint Tests
After finding the radius of convergence, you must test the endpoints to determine if they are included in the interval:
- Ratio Test for Endpoints: Substitute x = c + R and x = c - R into the series
- Direct Substitution: Sometimes simpler than the ratio test
Worked Examples
Example 1: Simple Power Series
Consider the series:
Using the ratio test:
The series converges when |x/2| < 1, or |x| < 2. The radius of convergence is R = 2.
Testing the endpoints:
- At x = 2: The series becomes Σ (from n=0 to ∞) 1, which diverges
- At x = -2: The series becomes Σ (from n=0 to ∞) (-1)ⁿ, which converges conditionally
Therefore, the interval of convergence is (-2, 2].
Example 2: More Complex Series
Consider the series:
Using the ratio test:
The series converges when |x³ - 1| < 1, which gives -1 < x < 1. The radius of convergence is R = 1.
Testing the endpoints:
- At x = 1: The series becomes Σ (from n=1 to ∞) 0, which converges to 0
- At x = -1: The series becomes Σ (from n=1 to ∞) (-2)ⁿ / n³, which converges absolutely
Therefore, the interval of convergence is [-1, 1].