Find The Interval And Radius Of Convergence

7 min read

Find the interval and radius of convergence is a fundamental skill in calculus and mathematical analysis, especially when working with power series. This article walks you through the concepts, methods, and typical pitfalls so you can confidently determine where a series converges and how far it stretches around its center point.

Introduction

When you encounter a power series such as

[ \sum_{n=0}^{\infty} a_n (x-c)^n, ]

your first question is often: for which values of (x) *does the series converge?Still, * The answer comes in two related parts: the radius of convergence (R) and the interval of convergence ((c-R,,c+R)) (or a subset thereof). Now, in this guide we will explore the underlying theory, the practical tests you can apply, and several illustrative examples. By the end, you will have a clear roadmap for finding the interval and radius of convergence of any power series you meet.

Understanding Power Series A power series is an infinite sum of terms that involve successive powers of a variable (x) shifted by a center (c). The general form

[ \sum_{n=0}^{\infty} a_n (x-c)^n ]

highlights three key components:

  1. Coefficients (a_n) – numbers that may depend on (n) but not on (x).
  2. Center (c) – the point around which the series is expanded.
  3. Variable term ((x-c)^n) – the part that changes with (x).

The series behaves like a polynomial of infinite degree, and its convergence properties are dictated by how quickly the coefficients (a_n) shrink (or grow) as (n) increases.

How to Find the Radius of Convergence

The radius of convergence (R) quantifies the distance from the center (c) within which the series converges absolutely. Two primary tools are used:

1. Ratio Test

For a series (\sum a_n (x-c)^n), compute

[ L = \lim_{n\to\infty} \left| \frac{a_{n+1}}{a_n} \right|. ]

If (L = 0), the series converges for every (x). Otherwise, the series converges when

[ |x-c| < \frac{1}{L}. ]

Thus, the radius is [ R = \frac{1}{L}. ]

2. Root Test

Alternatively, evaluate

[ L = \limsup_{n\to\infty} \sqrt[n]{|a_n|}. ]

The radius of convergence is then

[ R = \frac{1}{L}. ]

Both tests yield the same (R) when applicable; the ratio test is often simpler for rational coefficients, while the root test shines with factorial or exponential terms Easy to understand, harder to ignore..

Determining the Interval of Convergence

Once (R) is known, the interval of convergence is initially ((c-R,,c+R)). On the flip side, convergence at the endpoints (x = c \pm R) must be checked separately because the tests above only guarantee convergence strictly inside the interval Simple as that..

Steps to Test Endpoints

  1. Substitute (x = c+R) into the series and simplify.
  2. Apply a convergence test (e.g., p‑series, alternating series, comparison) to the resulting series of numbers.
  3. Repeat for (x = c-R).

If the series converges at an endpoint, include that endpoint in the interval; if it diverges, exclude it. The final interval may be open, closed, or half‑open depending on the endpoint behavior Most people skip this — try not to..

Using the Ratio Test – A Worked Example

Consider the series

[\sum_{n=0}^{\infty} \frac{3^n (x-2)^n}{n!}. ]

  1. Identify (a_n = \frac{3^n}{n!}) and center (c = 2).
  2. Compute the ratio:

[ \left| \frac{a_{n+1}}{a_n} \right| = \left| \frac{3^{n+1}/(n+1)!This leads to }{3^n/n! } \right| = \frac{3}{n+1}.

  1. Take the limit as (n\to\infty):

[ L = \lim_{n\to\infty} \frac{3}{n+1} = 0. ]

Since (L = 0), the radius is (R = \frac{1}{0} = \infty). The series converges for all real (x); the interval of convergence is ((-\infty, \infty)).

Using the Root Test – Another Example

Take

[ \sum_{n=1}^{\infty} \frac{n!}{2^n} (x+5)^n. ]

  1. Here (a_n = \frac{n!}{2^n}).
  2. Compute the root:

[ \sqrt[n]{|a_n|} = \sqrt[n]{\frac{n!}{2^n}} = \frac{\sqrt[n]{n!}}{2}. ]

  1. Using Stirling’s approximation, (\sqrt[n]{n!} \sim \frac{n}{e}). Hence

[ L = \lim_{n\to\infty} \frac{n}{e , 2} = \infty. ] Thus (R = \frac{1}{\infty} = 0). The series converges only at the center (x = -5); the interval reduces to the single point ({-5}).

Common Mistakes When Finding Interval and Radius of Convergence

  • Skipping endpoint checks – assuming convergence automatically inside the interval.
  • Misapplying the ratio test – forgetting absolute values or mishandling factorial expressions.
  • Confusing radius with interval – remembering that (R) is a distance, while the interval is a set of x‑values.
  • Ignoring the center – the interval always revolves around (c); shifting the variable incorrectly leads to wrong bounds.

FAQ Q1: Can a power series converge outside its radius?

No. By definition, the radius (R) is the largest distance from the center within which the series converges absolutely. Outside this distance, the terms do not tend to zero fast enough, so the series diverges But it adds up..

Q2: What if the limit in the ratio test is infinite?
If (L = \infty), then (R = 0). The series converges only at the center point (x = c).

Q3: Do the ratio and root tests always give the same radius?
When the limit exists, they produce

…the same radius. If the limit does not exist, the root test may still give a valid radius by bounding the limsup, while the ratio test may fail to provide a useful value.

5. When the Ratio Test Is Not Conclusive

The ratio test is powerful but not universal. Situations where the limit (L) equals 1 (or does not exist) require alternative strategies:

Situation Suggested Approach
(L = 1) Use the root test, or compare to a known convergent/divergent series (e., (1/n), (1/n^p)). But g.
Limit does not exist Compute (\limsup_{n\to\infty}
Coefficients involve oscillation Apply the alternating series test or Dirichlet’s test for conditional convergence.

Example: Alternating Coefficients

Consider [ \sum_{n=0}^{\infty} (-1)^n \frac{(x-1)^n}{n+1}. Because of that, ] Here (a_n = \frac{(-1)^n}{n+1}). The ratio test gives [ \left|\frac{a_{n+1}}{a_n}\right| = \frac{n+1}{n+2}\to 1, ] so it is inconclusive. And instead, observe that (|a_n|) decreases monotonically to 0, so the alternating series test guarantees convergence for every (|x-1|<1). But the radius is (R=1), and the interval ([0,2]) must be checked at both endpoints. At (x=0) we get (\sum (-1)^n/(n+1)), which converges; at (x=2) we obtain (\sum 1/(n+1)), which diverges. Thus the interval of convergence is ([0,2)).

6. Practical Tips for Classroom and Exam Settings

  1. Write down the general term explicitly before applying any test.
  2. Keep track of the center (c) at every step; the radius is always measured from this point.
  3. Use absolute values in the ratio and root tests to avoid sign mistakes.
  4. Check the endpoints separately; a single divergence can change the interval dramatically.
  5. When in doubt, switch tests: if the ratio test fails, the root test or a comparison test is often a safe fallback.

7. Summary

  • The ratio test provides a quick way to find the radius (R) by evaluating (\displaystyle L=\lim_{n\to\infty}\left|\frac{a_{n+1}}{a_n}\right|).
  • The root test often yields the same radius through (\displaystyle L=\limsup_{n\to\infty}\sqrt[n]{|a_n|}).
  • The interval of convergence is centered at (c) and spans ((c-R,,c+R)); endpoints must be tested individually.
  • Common pitfalls include misapplying limits, overlooking the absolute value, and neglecting endpoint behavior.
  • Alternative methods (comparison, alternating series test, Dirichlet’s test) are essential when the ratio or root test is inconclusive.

By mastering these tools, one can confidently determine where a power series converges, whether the convergence is absolute or conditional, and how the series behaves at its boundary. This foundational skill not only underpins deeper studies in analysis but also equips students to tackle a wide range of problems in applied mathematics, physics, and engineering.

Latest Batch

Just Finished

Related Corners

We Picked These for You

Thank you for reading about Find The Interval And Radius Of Convergence. We hope the information has been useful. Feel free to contact us if you have any questions. See you next time — don't forget to bookmark!
⌂ Back to Home