The Core Idea: Radius and Interval of Convergence of Power Series
A power series is an infinite series of the form , which can be thought of as a polynomial of infinite degree centered at . Unlike a standard polynomial that is defined for all real numbers, a power series may only converge (sum to a finite value) for a specific set of values. The central problem of this topic is to determine this exact set of values.
This set of convergence is always an interval, known as the interval of convergence. The radius of convergence, , describes the "size" of this interval. For a series centered at , the series will converge for all values within a distance from the center () and diverge for all values farther than from the center (). The behavior at the endpoints of the interval, and , must be investigated separately.
Key Formulas/Rules/Theorems
The primary tool for determining the radius and interval of convergence is the Ratio Test.
The Ratio Test for Power Series
For a power series , we compute the limit:
The convergence of the series depends on the value of :
If , the series converges absolutely. This inequality is solved for to find the open interval of convergence.
If , the series diverges.
If , the Ratio Test is inconclusive. This situation occurs at the endpoints of the interval of convergence, requiring the use of other convergence tests.
From the condition for convergence, , we derive an inequality of the form .
is the center of the series.
is the radius of convergence.
Understanding the Radius and Interval
The process of finding the interval of convergence is a systematic application of the Ratio Test followed by an analysis of the endpoints.
Finding the Radius (): After applying the Ratio Test and simplifying, you will arrive at an expression like , where is a constant derived from the coefficients . Setting gives , which simplifies to . The radius of convergence is therefore .
The Three Cases for :
Finite Radius (): The series converges on the open interval . You must then test the two endpoints, and , by substituting them back into the original series and using other convergence tests (e.g., p-Series Test, Alternating Series Test, etc.).
Zero Radius (): This occurs if the limit is infinite for any . In this case, the series converges only at its center, . The interval of convergence is the single point \{c\}Formula[1]L = \lim_{n \to \infty} \left| \frac{a_{n+1}}{a_n} \right| = \lim_{n \to \infty} \left| \frac{(x-3)^{n+1}}{(n+1) \cdot 2^{n+1}} \cdot \frac{n \cdot 2^n}{(x-3)^n} \right|Formula[2]L = \lim_{n \to \infty} \left| \frac{(x-3) \cdot n \cdot 2^n}{(n+1) \cdot 2 \cdot 2^n} \right| = \lim_{n \to \infty} \left| \frac{x-3}{2} \cdot \frac{n}{n+1} \right|Formula[3]L = \left| \frac{x-3}{2} \right| \lim_{n \to \infty} \left( \frac{n}{n+1} \right)Formula[4]L = \left| \frac{x-3}{2} \right|Formula[5]\left| \frac{x-3}{2} \right| < 1 \implies |x-3| < 2Formula[6]\sum_{n=1}^{\infty} \frac{(1-3)^n}{n \cdot 2^n} = \sum_{n=1}^{\infty} \frac{(-2)^n}{n \cdot 2^n} = \sum_{n=1}^{\infty} \frac{(-1)^n 2^n}{n \cdot 2^n} = \sum_{n=1}^{\infty} \frac{(-1)^n}{n}Formula[7]\sum_{n=1}^{\infty} \frac{(5-3)^n}{n \cdot 2^n} = \sum_{n=1}^{\infty} \frac{2^n}{n \cdot 2^n} = \sum_{n=1}^{\infty} \frac{1}{n}Formula[8]L = \lim_{n \to \infty} \left| \frac{(n+2)x^{2n+2}}{9^{n+1}} \cdot \frac{9^n}{(n+1)x^{2n}} \right|Formula[9]L = \lim_{n \to \infty} \left| \frac{(n+2)}{(n+1)} \cdot \frac{9^n}{9^{n+1}} \cdot \frac{x^{2n+2}}{x^{2n}} \right| = \lim_{n \to \infty} \left| \frac{n+2}{n+1} \cdot \frac{1}{9} \cdot x^2 \right|Formula[10]L = \frac{|x^2|}{9} \lim_{n \to \infty} \left( \frac{n+2}{n+1} \right)Formula[11]L = \frac{x^2}{9}Formula[12]\frac{x^2}{9} < 1 \implies x^2 < 9 \implies |x| < 3Formula[13]\sum_{n=0}^{\infty} \frac{(n+1)(-3)^{2n}}{9^n} = \sum_{n=0}^{\infty} \frac{(n+1)(9^n)}{9^n} = \sum_{n=0}^{\infty} (n+1)Formula[14]\sum_{n=0}^{\infty} \frac{(n+1)(3)^{2n}}{9^n} = \sum_{n=0}^{\infty} \frac{(n+1)(9^n)}{9^n} = \sum_{n=0}^{\infty} (n+1)Formula[15] and stop, failing to earn points for checking the behavior at $x=a and .
Algebraic Errors in the Ratio Test: Simple mistakes when simplifying the fraction , especially with factorials (e.g., ) or powers.
Incorrect Endpoint Analysis: Choosing an inappropriate test for the endpoint series or misinterpreting the result of a test. For example, concluding that diverges.
Absolute Value Errors: Incorrectly solving the inequality . Forgetting that this is equivalent to .
Confusing Radius and Interval: Stating the radius is an interval (e.g., ) or the interval is a single number (e.g., Interval = 4). The radius is a non-negative number; the interval is a set of -values.