Click the button below to see similar posts for other categories

How Do You Determine the Radius of Convergence for a Power Series?

To find the radius of convergence for a power series, let's first understand what a power series is.

A power series looks like this:

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

Here, ana_n are numbers that we call coefficients, cc is a fixed number called the center of the series, and xx is the variable we can change. The radius of convergence, denoted as RR, shows the range of xx values for which the series adds up to a finite number.

The Ratio Test

One popular way to find the radius of convergence is by using the Ratio Test. This test looks at the limit of the ratio of successive coefficients. It tells us:

If we have the series

n=0an,\sum_{n=0}^{\infty} a_n,

we calculate

L=limnan+1an.L = \lim_{n \to \infty} \left| \frac{a_{n+1}}{a_n} \right|.
  • If L<1L < 1, the series converges (it adds up to a finite number).
  • If L>1L > 1, it diverges (it doesn’t add up correctly).
  • If L=1L = 1, we can't make a conclusion.

Now, we can express the radius of convergence RR like this:

R=1L(if L exists).R = \frac{1}{L} \quad \text{(if } L \text{ exists).}

To find RR, you follow these two steps:

  1. Calculate L=limnan+1anL = \lim_{n \to \infty} \left| \frac{a_{n+1}}{a_n} \right|.
  2. Then find R=1LR = \frac{1}{L}.

If LL equals zero, that means the radius of convergence RR is infinite, meaning the series converges for all xx. On the other hand, if LL is infinite, then RR is zero, and the series only converges at the point cc.

Example of the Ratio Test

Let’s take the series:

n=0xnn!.\sum_{n=0}^{\infty} \frac{x^n}{n!}.

Here, the coefficients are an=1n!a_n = \frac{1}{n!}. We can find LL by doing the following:

L=limnan+1an=limn1(n+1)!1n!=limnn!(n+1)!=limn1n+1=0.L = \lim_{n \to \infty} \left| \frac{a_{n+1}}{a_n} \right| = \lim_{n \to \infty} \left| \frac{\frac{1}{(n+1)!}}{\frac{1}{n!}} \right| = \lim_{n \to \infty} \frac{n!}{(n+1)!} = \lim_{n \to \infty} \frac{1}{n+1} = 0.

Since L=0L = 0, we find that

R=10=.R = \frac{1}{0} = \infty.

This means the series converges for all xx.

The Root Test

Another way to find the radius of convergence is using the Root Test. This method is helpful for series with powers. The Root Test says:

If

L=lim supnann,L = \limsup_{n \to \infty} \sqrt[n]{|a_n|},

then:

  • The series converges if L<1L < 1.
  • The series diverges if L>1L > 1.
  • The test is inconclusive if L=1L = 1.

To find the radius of convergence with the Root Test, we still have

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

Example of the Root Test

Look at the power series:

n=0xn2n.\sum_{n=0}^{\infty} \frac{x^n}{2^n}.

Here, an=12na_n = \frac{1}{2^n}. Using the Root Test, we calculate

L=lim supn12nn=lim supn12=12.L = \limsup_{n \to \infty} \sqrt[n]{\left| \frac{1}{2^n} \right|} = \limsup_{n \to \infty} \frac{1}{2} = \frac{1}{2}.

So we have

R=112=2.R = \frac{1}{\frac{1}{2}} = 2.

This means the series converges when x<2|x| < 2.

Interval of Convergence

Finding the radius of convergence is just one part; we also need to know the interval of convergence. This interval shows the range of xx values where the series converges.

To find this interval:

  1. Identify the endpoints as cRc - R and c+Rc + R.
  2. Test the convergence at these endpoints by plugging them back into the series.

Checking the Endpoints

For our earlier example where R=2R = 2, we have the interval of convergence as:

(2,2).(-2, 2).

Now, we check the endpoints:

  1. For x=2x = -2:

    n=0(2)n2n=n=0(1)n=diverges\sum_{n=0}^{\infty} \frac{(-2)^n}{2^n} = \sum_{n=0}^{\infty} (-1)^n = \text{diverges}

    (it doesn't add up correctly, this is known as the harmonic series).

  2. For x=2x = 2:

    n=02n2n=n=01=diverges.\sum_{n=0}^{\infty} \frac{2^n}{2^n} = \sum_{n=0}^{\infty} 1 = \text{diverges.}

So, the series only converges in the interval

(2,2).(-2, 2).

Conclusion

To sum up, to find the radius of convergence for a power series, we often use the Ratio Test or the Root Test. After finding RR, the interval of convergence is (cR,c+R)(c - R, c + R). It is also important to check the endpoints to see if the series converges at those points. This understanding helps to show when a power series converges and connects to other important concepts in math, like Taylor series.

Related articles

Similar Categories
Derivatives and Applications for University Calculus IIntegrals and Applications for University Calculus IAdvanced Integration Techniques for University Calculus IISeries and Sequences for University Calculus IIParametric Equations and Polar Coordinates for University Calculus II
Click HERE to see similar posts for other categories

How Do You Determine the Radius of Convergence for a Power Series?

To find the radius of convergence for a power series, let's first understand what a power series is.

A power series looks like this:

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

Here, ana_n are numbers that we call coefficients, cc is a fixed number called the center of the series, and xx is the variable we can change. The radius of convergence, denoted as RR, shows the range of xx values for which the series adds up to a finite number.

The Ratio Test

One popular way to find the radius of convergence is by using the Ratio Test. This test looks at the limit of the ratio of successive coefficients. It tells us:

If we have the series

n=0an,\sum_{n=0}^{\infty} a_n,

we calculate

L=limnan+1an.L = \lim_{n \to \infty} \left| \frac{a_{n+1}}{a_n} \right|.
  • If L<1L < 1, the series converges (it adds up to a finite number).
  • If L>1L > 1, it diverges (it doesn’t add up correctly).
  • If L=1L = 1, we can't make a conclusion.

Now, we can express the radius of convergence RR like this:

R=1L(if L exists).R = \frac{1}{L} \quad \text{(if } L \text{ exists).}

To find RR, you follow these two steps:

  1. Calculate L=limnan+1anL = \lim_{n \to \infty} \left| \frac{a_{n+1}}{a_n} \right|.
  2. Then find R=1LR = \frac{1}{L}.

If LL equals zero, that means the radius of convergence RR is infinite, meaning the series converges for all xx. On the other hand, if LL is infinite, then RR is zero, and the series only converges at the point cc.

Example of the Ratio Test

Let’s take the series:

n=0xnn!.\sum_{n=0}^{\infty} \frac{x^n}{n!}.

Here, the coefficients are an=1n!a_n = \frac{1}{n!}. We can find LL by doing the following:

L=limnan+1an=limn1(n+1)!1n!=limnn!(n+1)!=limn1n+1=0.L = \lim_{n \to \infty} \left| \frac{a_{n+1}}{a_n} \right| = \lim_{n \to \infty} \left| \frac{\frac{1}{(n+1)!}}{\frac{1}{n!}} \right| = \lim_{n \to \infty} \frac{n!}{(n+1)!} = \lim_{n \to \infty} \frac{1}{n+1} = 0.

Since L=0L = 0, we find that

R=10=.R = \frac{1}{0} = \infty.

This means the series converges for all xx.

The Root Test

Another way to find the radius of convergence is using the Root Test. This method is helpful for series with powers. The Root Test says:

If

L=lim supnann,L = \limsup_{n \to \infty} \sqrt[n]{|a_n|},

then:

  • The series converges if L<1L < 1.
  • The series diverges if L>1L > 1.
  • The test is inconclusive if L=1L = 1.

To find the radius of convergence with the Root Test, we still have

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

Example of the Root Test

Look at the power series:

n=0xn2n.\sum_{n=0}^{\infty} \frac{x^n}{2^n}.

Here, an=12na_n = \frac{1}{2^n}. Using the Root Test, we calculate

L=lim supn12nn=lim supn12=12.L = \limsup_{n \to \infty} \sqrt[n]{\left| \frac{1}{2^n} \right|} = \limsup_{n \to \infty} \frac{1}{2} = \frac{1}{2}.

So we have

R=112=2.R = \frac{1}{\frac{1}{2}} = 2.

This means the series converges when x<2|x| < 2.

Interval of Convergence

Finding the radius of convergence is just one part; we also need to know the interval of convergence. This interval shows the range of xx values where the series converges.

To find this interval:

  1. Identify the endpoints as cRc - R and c+Rc + R.
  2. Test the convergence at these endpoints by plugging them back into the series.

Checking the Endpoints

For our earlier example where R=2R = 2, we have the interval of convergence as:

(2,2).(-2, 2).

Now, we check the endpoints:

  1. For x=2x = -2:

    n=0(2)n2n=n=0(1)n=diverges\sum_{n=0}^{\infty} \frac{(-2)^n}{2^n} = \sum_{n=0}^{\infty} (-1)^n = \text{diverges}

    (it doesn't add up correctly, this is known as the harmonic series).

  2. For x=2x = 2:

    n=02n2n=n=01=diverges.\sum_{n=0}^{\infty} \frac{2^n}{2^n} = \sum_{n=0}^{\infty} 1 = \text{diverges.}

So, the series only converges in the interval

(2,2).(-2, 2).

Conclusion

To sum up, to find the radius of convergence for a power series, we often use the Ratio Test or the Root Test. After finding RR, the interval of convergence is (cR,c+R)(c - R, c + R). It is also important to check the endpoints to see if the series converges at those points. This understanding helps to show when a power series converges and connects to other important concepts in math, like Taylor series.

Related articles