How to find the radius of convergence of a power series

The radius of convergence of a power series cn(xa)n\sum c_n (x-a)^n is found by applying the Ratio Test or the Root Test to the terms of the series. This method applies to any power series to determine the distance RR from the center aa within which the series converges absolutely.

The setup

Identify the general term of the series, an=cn(xa)na_n = c_n (x-a)^n. Note the center of the series, aa, and ensure the series is written in standard power series form.

The steps

  1. Form the ratio of consecutive terms and take the absolute value: an+1/an|a_{n+1} / a_n|. 2. Evaluate the limit as non o \infty of this ratio to find LL. 3. By the Ratio Test, the series converges absolutely when L<1L < 1. Set up the inequality L<1L < 1. 4. Isolate the absolute value expression containing xx, resulting in the form xa<R|x-a| < R. The constant RR is the radius of convergence.

Checking the result

Verify that RR is a non-negative real number or \infty. If L=0L = 0 for all xx, then R=R = \infty. If L=L = \infty for all xeqax eq a, then R=0R = 0. Check that algebraic simplification of factorials and exponents was done correctly.

Common errors

Forgetting the absolute value signs in the limit, which can lead to incorrect domain assumptions. Confusing the radius of convergence RR with the interval of convergence (finding the interval requires testing the endpoints x=aRx = a-R and x=a+Rx = a+R separately). Dropping the exponent nn incorrectly during algebraic simplification.

Worked example

Find the radius of convergence of n=1(1)n(x3)nn2n\sum_{n=1}^{\infty} \frac{(-1)^n (x-3)^n}{n 2^n}.

Let an=(1)n(x3)nn2na_n = \frac{(-1)^n (x-3)^n}{n 2^n}. Compute the limit L=limnoan+1anL = \lim_{n o \infty} \left| \frac{a_{n+1}}{a_n} \right|. Substitution gives L=limno(1)n+1(x3)n+1(n+1)2n+1n2n(1)n(x3)nL = \lim_{n o \infty} \left| \frac{(-1)^{n+1} (x-3)^{n+1}}{(n+1) 2^{n+1}} \cdot \frac{n 2^n}{(-1)^n (x-3)^n} \right|. Simplify the absolute value: L=limno(x3)n(n+1)2L = \lim_{n o \infty} \left| \frac{(x-3) \cdot n}{(n+1) \cdot 2} \right|. Factor out the terms independent of nn: L=x32limnonn+1L = \frac{|x-3|}{2} \lim_{n o \infty} \frac{n}{n+1}. Evaluate the limit: L=x32(1)=x32L = \frac{|x-3|}{2} (1) = \frac{|x-3|}{2}. Set L<1L < 1 for convergence: x32<1\frac{|x-3|}{2} < 1. Multiply by 2: x3<2|x-3| < 2. The radius of convergence is R=2R = 2.

FAQ

Run your own problem

References: Calculus: Early Transcendentals by James Stewart · OpenStax Calculus Volume 2

See also