Power Series Convergence Calculator
Determine convergence, radius of convergence, and interval of convergence for power series
Category: Mathematics
Power Series Convergence Calculator Inputs
Power Series Convergence Calculator Formula
Equation
R = lim(n→∞)|aₙ/aₙ₊₁| or R = 1/lim(n→∞)|aₙ|^(1/n)
Excel Formula
=R=lim(n→∞)|aₙ/aₙ₊₁|orR=1/lim(n→∞)|aₙ|^(1/n)
Variables
- Series Type — Choose the Series Type option used by the Power Series Convergence Calculator.
- Test at x = — Enter the Test at x = value used by the Power Series Convergence Calculator.
How the Power Series Convergence Calculator Works
Power series convergence is a fundamental topic in mathematical analysis that determines where infinite series Σaₙ(x-c)ⁿ represent meaningful values. Understanding convergence is crucial because power series are only useful within their region of convergence—outside this region, the infinite sum may diverge to infinity, oscillate wildly, or produce meaningless results. The radius of convergence quantifies how far from the center point the series remains valid, and various convergence tests (ratio test, root test, comparison test) provide systematic methods to determine this radius. Power series convergence theory underlies Taylor series, analytic functions, complex analysis, and numerical approximations. It explains why some functions like e^x have series that work everywhere, while others like ln(1+x) only work for |x| < 1.
The core relationship is R = lim(n→∞)|aₙ/aₙ₊₁| or R = 1/lim(n→∞)|aₙ|^(1/n). Typical inputs include Series Type, Test at x =.
Enter your values in the power series convergence calculator above, review the step-by-step solution, and compare against the worked examples below so you can see how each input changes the result. This free online mathematics tool is built for homework, design checks, and professional verification.
Power Series Convergence Calculator Theory & Explanation
Radius and Interval of Convergence
Every power series Σ_n=0^∞ a_n(x-c)^n has a radius of convergence R with three possible cases: (1) R = 0: series converges only at x = c, (2) 0 < R < ∞: series converges absolutely for |x-c| < R and diverges for |x-c| > R, (3) R = ∞: series converges for all x. The interval of convergence is the set of all x where the series converges. It always contains (c-R, c+R), but behavior at the endpoints x = c ± R requires separate testing—the series might converge at neither, one, or both endpoints. For example, Σ x^n/n converges for x \in (-1,1], while Σ x^n/n^2 converges for x \in [-1,1].
\textSeries converges for |x-c| < R \text and diverges for |x-c| > R
Ratio Test for Power Series
The ratio test is the most common method for finding radius of convergence. For series Σ a_n(x-c)^n, compute: \rho = \lim_n\to∞ |\fraca_n+1a_n| Then the radius of convergence is R = 1/\rho (with R = ∞ if \rho = 0 and R = 0 if \rho = ∞). For example, the exponential series Σ x^n/n! has \rho = \lim (n!)/[(n+1)!] = \lim 1/(n+1) = 0, so R = ∞. The geometric series Σ x^n has \rho = 1, so R = 1. The ratio test is particularly effective when factorials, exponentials, or simple patterns appear in coefficients.
R = \lim_n\to∞ |(a_n)/(a_n+1)|
Root Test for Power Series
The root test (Cauchy-Hadamard theorem) provides an alternative method: (1)/(R) = \limsup_n\to∞ \sqrt[n]|a_n| This test always gives the correct radius, even when the ratio test fails (e.g., when coefficients oscillate). For example, consider Σ a_n x^n where a_n = 1 for even n and a_n = 1/2^n for odd n. The ratio test yields no limit (coefficients oscillate), but the root test gives 1/R = \limsup \1, 1/2, 1, 1/4, 1, 1/8, ...\ = 1, so R = 1. The root test is theoretically more general but often harder to apply than the ratio test in practice.
(1)/(R) = \limsup_n\to∞ \sqrt[n]|a_n|
Absolute vs Conditional Convergence
A series can converge absolutely, conditionally, or diverge. A series Σ a_n(x-c)^n converges absolutely at x if Σ |a_n(x-c)^n| converges. Absolute convergence is stronger than regular convergence and guarantees nice properties like rearrangement invariance. For |x-c| < R, power series always converge absolutely. At the boundary |x-c| = R, the series might converge conditionally. For example, Σ (-1)^n x^n/n at x=1 gives the alternating harmonic series Σ (-1)^n/n, which converges conditionally (converges, but not absolutely). The alternating series test handles such cases. Absolute convergence inside the radius makes power series well-behaved for operations like term-by-term differentiation and integration.
\textAbsolutely convergent: Σ |a_n(x-c)^n| < ∞
Uniform Convergence on Compact Sets
Within its radius of convergence, a power series converges uniformly on any compact subset (closed and bounded interval) strictly inside the radius. If |x-c| ≤ r < R, then Σ a_n(x-c)^n converges uniformly on [c-r, c+r]. Uniform convergence permits term-by-term operations: differentiation (d)/(dx)Σ a_n(x-c)^n = Σ na_n(x-c)^n-1 and integration ∫ Σ a_n(x-c)^n dx = C + Σ (a_n)/(n+1)(x-c)^n+1 both have the same radius of convergence R. This remarkable property makes power series "well-behaved" functions that act like polynomials—you can differentiate/integrate infinitely many times, each operation producing another convergent power series.
(Σ_n=0^∞ a_n x^n)' = Σ_n=1^∞ na_n x^n-1 \quad \text(same R\text)
Abel's Theorem and Boundary Behavior
Abel's theorem addresses what happens at the boundary of the convergence interval. If Σ a_n R^n converges at the right endpoint x = c + R, then the function f(x) = Σ a_n(x-c)^n is continuous at x = c + R from the left, and \lim_x \to (c+R)^- f(x) = Σ a_n R^n. This powerful result allows extending series representations to boundary points. For example, \ln(1+x) = Σ_n=1^∞ (-1)^n+1x^n/n has R = 1. At x=1, the series Σ (-1)^n+1/n converges conditionally to \ln 2. Abel's theorem guarantees \lim_x \to 1^- \ln(1+x) = \ln 2, confirming the series value at the boundary. This theorem is fundamental in analytic number theory and probability theory.
\lim_x \to R^- Σ_n=0^∞ a_n x^n = Σ_n=0^∞ a_n R^n \quad \text(if RHS converges)
Applications and Analytical Functions
Functions representable by convergent power series in a neighborhood of each point in their domain are called analytic functions. All elementary functions (polynomials, exponentials, trig functions, logarithms) are analytic except at singularities. In complex analysis, analyticity is equivalent to being holomorphic (complex differentiable). Power series provide local representations of analytic functions, enabling calculus operations and numerical approximations. Applications span mathematics and physics: solving differential equations (Frobenius method), generating functions in combinatorics, partition functions in statistical mechanics, Green's functions in quantum mechanics, and conformal mapping in fluid dynamics. The theory of power series convergence ensures these applications are mathematically rigorous.
f(z) = Σ_n=0^∞ a_n(z-c)^n \quad \textdefines analytic function for |z-c| < R
Power Series Convergence Calculator Worked Examples
Worked Example
Inputs
- seriesType: geometric
- testValue: 0.5
Result: R = 1, converges at x=0.5 (inside radius)
Explanation
Geometric series Σxⁿ has radius R=1; x=0.5 gives convergent sum 1/(1-0.5) = 2
Exponential Series - Converges Everywhere
Inputs
- seriesType: exponential
- testValue: 5
Result: R = ∞, converges at x=5
Explanation
Series Σxⁿ/n! has infinite radius; converges for all x, even x=5
Common Power Series Convergence Calculator Use Cases
- Homework and exam practice
- Engineering and science coursework
- Quick verification of hand calculations
- Determine convergence
- Radius of convergence
Power Series Convergence Calculator FAQs
What does it mean for a power series to converge?
A power series Σaₙ(x-c)ⁿ converges at x=x₀ if the infinite sum approaches a finite value as you add more terms. Mathematically, the partial sums Sₙ = Σ(k=0 to n)aₖ(x₀-c)ᵏ must approach a limit. If the series converges, it represents a well-defined number or function value. If it diverges, the partial sums grow without bound or oscillate without settling. Convergence depends on x—the series might converge for some x values and diverge for others.
What is the radius of convergence and how do I find it?
The radius of convergence R determines where the series converges: for |x-c| < R it converges, for |x-c| > R it diverges. Find R using the ratio test: R = lim(n→∞)|aₙ/aₙ₊₁|, or the root test: R = 1/lim sup(|aₙ|^(1/n)). For example, Σxⁿ/n! has R=∞ (converges everywhere), while Σxⁿ has R=1. The radius can be 0 (only converges at center), finite (bounded region), or infinite (everywhere). At |x-c|=R (boundary), test each endpoint separately.
What happens at the endpoints of the interval of convergence?
At the boundary points x = c±R, you must test convergence separately for each endpoint—the series might converge at neither, one, or both. Use appropriate convergence tests: alternating series test, comparison test, or integral test. For example, Σxⁿ/n converges at x=-1 (alternating harmonic) but diverges at x=1 (harmonic series). The interval is (-1,1]. Meanwhile, Σxⁿ/n² converges at both endpoints, giving interval [-1,1]. Endpoint behavior depends on the specific coefficients and isn't determined by the radius alone.
Can I differentiate or integrate a power series term by term?
Yes! Within the radius of convergence, you can differentiate and integrate power series term by term: (Σaₙxⁿ)' = Σnaₙxⁿ⁻¹ and ∫Σaₙxⁿdx = C + Σaₙxⁿ⁺¹/(n+1). The resulting series has the same radius of convergence R. This is a huge advantage—you can manipulate power series algebraically like polynomials. For example, starting from Σxⁿ = 1/(1-x) for |x|<1, differentiate to get Σnxⁿ⁻¹ = 1/(1-x)², or integrate to get Σxⁿ⁺¹/(n+1) = -ln(1-x).
Why do some series converge everywhere while others don't?
Convergence everywhere (R=∞) occurs when coefficients decrease very rapidly—faster than any exponential. The exponential series Σxⁿ/n! has factorial denominators that grow extremely fast, overwhelming any power of x. Trig functions have similar fast-decreasing coefficients. Series with slower coefficient decay have finite R. The geometric series Σxⁿ has constant-magnitude coefficients, giving R=1. The radius is determined by the nearest singularity (pole, branch point) of the function in the complex plane—even if invisible on the real axis!
What is absolute vs conditional convergence?
A series converges absolutely if Σ|aₙ(x-c)ⁿ| converges. It converges conditionally if it converges but doesn't converge absolutely. Inside the radius of convergence |x-c|<R, power series always converge absolutely. At the boundary |x-c|=R, conditional convergence is possible. Absolute convergence is stronger—it allows rearranging terms without changing the sum. Conditional convergence is delicate—rearrangement can change the sum (Riemann rearrangement theorem). Example: Σ(-1)ⁿ/n converges conditionally, while Σ1/n² converges absolutely.
How does convergence relate to Taylor series?
Taylor series are special power series where coefficients aₙ = f⁽ⁿ⁾(c)/n! come from derivatives. Convergence theory tells us where the Taylor series actually represents the function. A function is analytic at c if its Taylor series converges to the function in some neighborhood. Not all smooth functions are analytic—counterexamples exist. Within the radius of convergence, the Taylor series equals the function and inherits all convergence properties of general power series: term-by-term differentiation, integration, etc.
What are practical applications of convergence analysis?
Convergence analysis ensures numerical approximations are valid. When using series to compute functions, you must verify x is within the convergence radius, then determine how many terms give desired accuracy. In differential equations, power series solutions (Frobenius method) require convergence analysis. In physics, perturbation expansions need convergence to be meaningful—divergent series require asymptotic analysis. In probability, generating functions use power series where convergence determines whether moments exist. Financial models using series expansions must verify convergence for the parameter ranges used.