How To Find Radius Of Convergence Of A Power Series

10 min read

Introduction

The radius of convergence tells us exactly how far a power series can stretch before it stops representing a genuine function. Knowing this radius is essential for anyone working with Taylor or Maclaurin expansions, solving differential equations, or exploring analytic continuation. In this article we will walk through the most common techniques for finding the radius of convergence of a power series, explain the underlying theory, and answer frequent questions that arise when the series is not straightforward.

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

where (a_n) are coefficients and (c) is the centre of expansion.

Why the Radius of Convergence Matters

  • Guarantees validity of term‑by‑term operations (differentiation, integration).
  • Defines the domain where the series equals the function it represents.
  • Signals singularities of the underlying analytic function: the radius equals the distance from the centre (c) to the nearest singular point in the complex plane.

Understanding these points motivates the systematic methods described below.

Core Concepts

Power Series and Convergence

A power series centered at (c) is

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

For each real (or complex) value of (x), the series becomes a numerical series. It either converges (approaches a finite limit) or diverges. The set of all (x) for which it converges is always an interval (or disc) of the form

[ {x\in\mathbb{C}:|x-c|<R}, ]

where (R) is the radius of convergence. At the boundary (|x-c|=R) convergence may hold for some points and fail for others; each boundary point must be examined separately.

The Ratio and Root Tests

Two elementary tests dominate the computation of (R):

  1. Ratio Test
    [ L=\lim_{n\to\infty}\left|\frac{a_{n+1}}{a_n}\right|. ] If the limit exists, the series converges when (|x-c|<1/L) and diverges when (|x-c|>1/L). Hence

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

  2. Root Test
    [ L=\lim_{n\to\infty}\sqrt[n]{|a_n|}. ] Again, the radius is (R=1/L). The root test is especially useful when the coefficients involve factorials or exponentials raised to the (n)-th power Simple, but easy to overlook. Practical, not theoretical..

Both tests are equivalent in the sense that they produce the same (R) whenever the limits exist. In practice, one chooses the test that yields a simpler limit.

Cauchy–Hadamard Formula

A compact, general expression for the radius is

[ \boxed{R=\frac{1}{\displaystyle\limsup_{n\to\infty}\sqrt[n]{|a_n|}}}. ]

The limsup (limit superior) handles cases where (\sqrt[n]{|a_n|}) does not settle to a single value but oscillates. This formula underlies many of the examples below.

Step‑by‑Step Procedure

Below is a systematic checklist you can follow for any power series.

  1. Identify the centre (c). Rewrite the series in the standard form (\sum a_n (x-c)^n) if it is not already.
  2. Inspect the coefficients (a_n). Look for patterns: factorials, powers, binomial coefficients, alternating signs, etc.
  3. Choose a test
    • If (a_n) contains a factor like (n!) or ((2n)!), the Ratio Test usually simplifies nicely.
    • If (a_n) is a product of exponentials or a power of (n), the Root Test often leads directly to a limit.
  4. Compute the limit
    • For the Ratio Test, evaluate (\displaystyle L=\lim_{n\to\infty}\bigl|a_{n+1}/a_n\bigr|).
    • For the Root Test, evaluate (\displaystyle L=\lim_{n\to\infty}\sqrt[n]{|a_n|}).
    • If the limit does not exist, use the limsup version of the Cauchy–Hadamard formula.
  5. Obtain the radius (R=1/L) (or (R=0) if (L=\infty), (R=\infty) if (L=0)).
  6. Test the boundary (|x-c|=R). Substitute (x=c\pm R) (or the appropriate complex points) into the original series and apply a convergence test (alternating series test, p‑series test, etc.) to decide whether each endpoint belongs to the interval of convergence.
  7. Summarize the interval (or disc) of convergence, stating clearly which endpoints are included.

Detailed Examples

Example 1: A Simple Factorial Series

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

Step 1: Centre (c=2).
Step 2: Coefficients (a_n=1/n!).
Step 3: Ratio Test is natural because of the factorial Surprisingly effective..

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

Since (L=0),

[ R=\frac{1}{0}= \infty. ]

The series converges for all real (and complex) (x). Indeed, it is the Maclaurin expansion of (e^{x-2}).

Example 2: A Rational Power Series

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

Step 1: Centre (c=-1).
Step 2: (a_n = n^2/3^n).
Step 3: Use the Root Test because the dominant factor is exponential (3^{-n}) Surprisingly effective..

[ L=\lim_{n\to\infty}\sqrt[n]{|a_n|} =\lim_{n\to\infty}\sqrt[n]{\frac{n^2}{3^n}} =\frac{1}{3},\lim_{n\to\infty}\sqrt[n]{n^2}= \frac{1}{3}\cdot 1 =\frac13. ]

Thus

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

The series converges for (|x+1|<3), i.e. (-4 < x < 2).

Boundary check:

  • At (x=2) ((|x+1|=3)): the series becomes (\sum n^2), which diverges.
  • At (x=-4) ((|x+1|=3) but with a sign change): we obtain (\sum (-1)^n n^2). The terms do not tend to zero, so it diverges as well.

Hence the interval of convergence is ((-4,2)) (endpoints excluded) Simple, but easy to overlook..

Example 3: Alternating Binomial Coefficients

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

Step 1: Centre (c=3).
Step 2: (a_n = (-1)^n\binom{2n}{n}/4^n).
Step 3: Apply the Ratio Test; the central binomial coefficient has known asymptotics (\displaystyle\binom{2n}{n}\sim\frac{4^n}{\sqrt{\pi n}}).

Compute the ratio directly:

[ \left|\frac{a_{n+1}}{a_n}\right| =\frac{\binom{2(n+1)}{n+1}}{4^{n+1}}\cdot\frac{4^n}{\binom{2n}{n}} =\frac{1}{4},\frac{\binom{2n+2}{n+1}}{\binom{2n}{n}}. ]

Using the identity

[ \frac{\binom{2n+2}{n+1}}{\binom{2n}{n}} =\frac{(2n+2)(2n+1)}{(n+1)^2}, ]

we obtain

[ \left|\frac{a_{n+1}}{a_n}\right| =\frac{1}{4},\frac{(2n+2)(2n+1)}{(n+1)^2} =\frac{(2n+2)(2n+1)}{4(n+1)^2} =\frac{(2n+2)(2n+1)}{4(n+1)^2}. ]

Simplify:

[ \frac{(2n+2)(2n+1)}{4(n+1)^2} =\frac{(2n+2)}{2(n+1)}\cdot\frac{(2n+1)}{2(n+1)} =\left(1\right)\cdot\frac{2n+1}{2(n+1)}\xrightarrow{n\to\infty}\frac{1}{1}=1. ]

Thus (L=1) and

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

The series converges for (|x-3|<1), i.e. (2<x<4).

Boundary test:

  • At (x=4) ((x-3=1)): the series reduces to (\sum (-1)^n\binom{2n}{n}/4^n). This is the alternating series for (\frac{1}{\sqrt{1+1}}) = (\frac{1}{\sqrt{2}}); it converges by the Alternating Series Test because (\binom{2n}{n}/4^n) decreases to 0.
  • At (x=2) ((x-3=-1)): the sign change disappears, leaving (\sum \binom{2n}{n}/4^n), a known series that diverges (it equals (\frac{1}{\sqrt{1-1}}=\infty)).

Hence the interval of convergence is ([2,4)) (left endpoint excluded, right endpoint included).

Example 4: A Series with Mixed Powers

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

Step 1: Centre (c=0).
Step 2: (a_n = \dfrac{2^n+(-1)^n}{5^n},n!).
Step 3: Ratio Test is convenient because of the factorial.

[ \left|\frac{a_{n+1}}{a_n}\right| =\frac{(2^{n+1}+(-1)^{n+1})}{5^{n+1}}(n+1)!, \frac{5^{n}}{(2^{n}+(-1)^{n}),n!} =\frac{2^{n+1}+(-1)^{n+1}}{2^{n}+(-1)^{n}}, \frac{n+1}{5}. ]

As (n\to\infty), the ratio of the bracketed terms tends to (2) (the ((-1)^n) part becomes negligible). Therefore

[ L=\lim_{n\to\infty}\left|\frac{a_{n+1}}{a_n}\right| =\frac{2,(n+1)}{5}\xrightarrow{n\to\infty}\infty. ]

Since (L=\infty),

[ R=\frac{1}{\infty}=0. ]

The series converges only at (x=0). Indeed, the factorial growth overwhelms the exponential denominator (5^n).

Frequently Asked Questions

1. Can the radius of convergence be infinite?

Yes. If the limit (L) in the Ratio or Root Test equals zero, then (R=\infty). Typical examples are series with factorial denominators (e.g., (e^x) expansion) or any series whose coefficients decay faster than any geometric sequence.

2. What if the limit in the Ratio Test does not exist?

When the limit fails to exist but the limsup does, use the Cauchy–Hadamard formula with (\displaystyle\limsup_{n\to\infty}\sqrt[n]{|a_n|}). This always yields the correct radius.

3. Do I need to test the endpoints for every series?

Yes, because the Ratio and Root Tests are inconclusive when (|x-c|=R). Endpoint behavior can vary dramatically: some converge conditionally, some diverge, and sometimes both endpoints converge (as with the geometric series (\sum x^n) at (x=1) and (x=-1)). Always examine each endpoint individually.

4. How does complex analysis relate to the radius of convergence?

In the complex plane, the radius equals the distance from the centre (c) to the nearest singular point of the analytic function represented by the series. This geometric interpretation explains why the radius is the same in every direction and why it is a circle (or disc) rather than an interval.

5. Is there a shortcut for series involving binomial coefficients?

Stirling’s approximation (\displaystyle n!Worth adding: \sim\sqrt{2\pi n},\Big(\frac{n}{e}\Big)^n) and the asymptotic (\displaystyle\binom{2n}{n}\sim\frac{4^n}{\sqrt{\pi n}}) are powerful tools. Plugging these approximations into the Root Test often yields the limit instantly And that's really what it comes down to. That's the whole idea..

Common Pitfalls

Pitfall Why It Happens How to Avoid
Ignoring the absolute value in Ratio/Root tests The tests require ( a_{n+1}/a_n
Mishandling factorial growth Factorials dominate exponential terms, leading to (R=0) if not treated correctly. Here's the thing — Rewrite the series as (\sum a_n (x-c)^n) before testing.
Assuming the limit exists Some sequences oscillate (e.
Forgetting to shift the variable A series given as (\sum a_n x^n) may actually be centered at a point other than 0. That's why , (a_n = (-1)^n)). Always wrap the ratio or root with absolute value bars.
Skipping endpoint analysis The radius tells nothing about convergence at ( x-c

Step‑by‑Step Checklist (Quick Reference)

  1. Write the series in the form (\sum a_n (x-c)^n).
  2. Identify the pattern of (a_n).
  3. Choose Ratio or Root Test (or Cauchy–Hadamard).
  4. Compute the limit (L).
  5. Set (R = 1/L) (interpret (0) or (\infty) correctly).
  6. Test each endpoint (|x-c| = R).
  7. State the final interval (or disc) of convergence, indicating inclusion/exclusion of endpoints.

Conclusion

Finding the radius of convergence is a systematic process grounded in the Ratio, Root, and Cauchy–Hadamard tests. By carefully examining the coefficients, selecting the appropriate limit method, and rigorously checking boundary points, you can determine precisely where a power series behaves like a genuine function. Mastery of these techniques not only aids in solving calculus problems but also deepens your understanding of analytic functions and their singularities. Keep the checklist handy, practice with diverse series, and the radius of convergence will become an intuitive part of your mathematical toolbox Took long enough..

Just Went Live

New Stories

Readers Went Here

Others Found Helpful

Thank you for reading about How To Find Radius Of Convergence Of A Power Series. 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