Interval of Convergence Calculator

Find the interval and radius of convergence for power series. Supports ratio test, root test, geometric series, and p-series with step-by-step explanations. Free calculus calculator.

Series Coefficients

Radius of Convergence

R = 1

Interval of Convergence

(-1, 1) — radius = 1

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

TestFormulaWhen to Use
Ratio Testlim |a{n+1}/a_n| = 1/RMost common, works for factorials and exponentials
Root Testlim |a_n|{1/n} = 1/RWorks well when a_n involves nth powers
Geometric SeriesConverges for |r| < 1Direct 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].

Frequently Asked Questions

What is the interval of convergence?
The interval of convergence is the set of all x-values for which a power series converges. It is centered at a point (c) with a radius (R). Inside this interval (|x - c| < R), the series converges absolutely. At the endpoints (x = c ± R), convergence must be checked separately using other tests.
How do I find the radius of convergence?
The radius of convergence (R) is found using either the Ratio Test (lim |a_{n+1}/a_n| = 1/R) or the Root Test (lim |a_n|^{1/n} = 1/R). Both tests give the same radius when applied correctly. If the limit is 0, R = ∞ (converges everywhere). If the limit is ∞, R = 0 (converges only at the center).
What is the ratio test for convergence?
The Ratio Test states that for a series Σ a_n, let L = lim |a_{n+1}/a_n|. If L < 1, the series converges absolutely. If L > 1, it diverges. If L = 1, the test is inconclusive. For power series, this test gives the radius of convergence and must be supplemented by endpoint testing.
How do I check endpoints for convergence?
Endpoint convergence must be checked separately because the Ratio and Root tests are inconclusive when |x - c| = R. Common endpoint tests: Alternating Series Test (for alternating signs), p-Series Test (for 1/n^p forms), Comparison Test, or Integral Test. Endpoints may converge absolutely, conditionally, or diverge.

Related Tools