How to find area of convergence

Show Mobile Notice Show All Notes Hide All Notes

Mobile Notice

You appear to be on a device with a "narrow" screen width (i.e. you are probably on a mobile phone). Due to the nature of the mathematics on this site it is best views in landscape mode. If your device is not in landscape mode many of the equations will run off the side of your device (should be able to scroll to see them) and some of the menu items will be cut off due to the narrow screen width.

Section 4-14 : Power Series

We’ve spent quite a bit of time talking about series now and with only a couple of exceptions we’ve spent most of that time talking about how to determine if a series will converge or not. It’s now time to start looking at some specific kinds of series and we’ll eventually reach the point where we can talk about a couple of applications of series.

In this section we are going to start talking about power series. A power series about a, or just power series, is any series that can be written in the form,

\[\sum\limits_{n = 0}^\infty {{c_n}{{\left( {x - a} \right)}^n}} \]

where \(a\) and \({c_n}\) are numbers. The \({c_n}\)’s are often called the coefficients of the series. The first thing to notice about a power series is that it is a function of \(x\). That is different from any other kind of series that we’ve looked at to this point. In all the prior sections we’ve only allowed numbers in the series and now we are allowing variables to be in the series as well. This will not change how things work however. Everything that we know about series still holds.

In the discussion of power series convergence is still a major question that we’ll be dealing with. The difference is that the convergence of the series will now depend upon the values of \(x\) that we put into the series. A power series may converge for some values of \(x\) and not for other values of \(x\).

Before we get too far into power series there is some terminology that we need to get out of the way.

First, as we will see in our examples, we will be able to show that there is a number \(R\) so that the power series will converge for, \(\left| {x - a} \right| < R\) and will diverge for \(\left| {x - a} \right| > R\). This number is called the radius of convergence for the series. Note that the series may or may not converge if \(\left| {x - a} \right| = R\). What happens at these points will not change the radius of convergence.

Secondly, the interval of all \(x\)’s, including the endpoints if need be, for which the power series converges is called the interval of convergence of the series.

These two concepts are fairly closely tied together. If we know that the radius of convergence of a power series is \(R\) then we have the following.

\[\begin{array}{cl}a - R < x < a + R &\hspace{0.25in}{\mbox{power series converges}}\\ x < a - R\,\,\,{\mbox{and }}x > a + R & \hspace{0.25in}{\mbox{power series diverges}}\end{array}\]

The interval of convergence must then contain the interval \(a - R < x < a + R\) since we know that the power series will converge for these values. We also know that the interval of convergence can’t contain \(x\)’s in the ranges \(x < a - R\) and \(x > a + R\) since we know the power series diverges for these value of \(x\). Therefore, to completely identify the interval of convergence all that we have to do is determine if the power series will converge for \(x = a - R\) or \(x = a + R\). If the power series converges for one or both of these values then we’ll need to include those in the interval of convergence.

Before getting into some examples let’s take a quick look at the convergence of a power series for the case of \(x = a\). In this case the power series becomes,

\[\sum\limits_{n = 0}^\infty {{c_n}{{\left( {a - a} \right)}^n}} = \sum\limits_{n = 0}^\infty {{c_n}{{\left( 0 \right)}^n}} = {c_0}{\left( 0 \right)^0} + \sum\limits_{n = 1}^\infty {{c_n}{{\left( 0 \right)}^n}} = {c_0} + \sum\limits_{n = 1}^\infty 0 = {c_0} + 0 = {c_0}\]

and so the power series converges. Note that we had to strip out the first term since it was the only non-zero term in the series.

It is important to note that no matter what else is happening in the power series we are guaranteed to get convergence for \(x = a\). The series may not converge for any other value of \(x\), but it will always converge for \(x = a\).

Let’s work some examples. We’ll put quite a bit of detail into the first example and then not put quite as much detail in the remaining examples.

Example 1 Determine the radius of convergence and interval of convergence for the following power series. \[\sum\limits_{n = 1}^\infty {\frac{{{{\left( { - 1} \right)}^n}n}}{{{4^n}}}{{\left( {x + 3} \right)}^n}} \]

Show Solution

Okay, we know that this power series will converge for \(x = - 3\), but that’s it at this point. To determine the remainder of the \(x\)’s for which we’ll get convergence we can use any of the tests that we’ve discussed to this point. After application of the test that we choose to work with we will arrive at condition(s) on \(x\) that we can use to determine the values of \(x\) for which the power series will converge and the values of \(x\) for which the power series will diverge. From this we can get the radius of convergence and most of the interval of convergence (with the possible exception of the endpoints).

With all that said, the best tests to use here are almost always the ratio or root test. Most of the power series that we’ll be looking at are set up for one or the other. In this case we’ll use the ratio test.

\[\begin{align*}L & = \mathop {\lim }\limits_{n \to \infty } \left| {\frac{{{{\left( { - 1} \right)}^{n + 1}}\left( {n + 1} \right){{\left( {x + 3} \right)}^{n + 1}}}}{{{4^{n + 1}}}}\,\frac{{{4^n}}}{{{{\left( { - 1} \right)}^n}\left( n \right){{\left( {x + 3} \right)}^n}}}} \right|\\ & = \mathop {\lim }\limits_{n \to \infty } \left| {\frac{{ - \left( {n + 1} \right)\left( {x + 3} \right)}}{{4n}}} \right|\end{align*}\]

Before going any farther with the limit let’s notice that since \(x\) is not dependent on the limit it can be factored out of the limit. Notice as well that in doing this we’ll need to keep the absolute value bars on it since we need to make sure everything stays positive and \(x\) could well be a value that will make things negative. The limit is then,

\[\begin{align*}L & = \left| {x + 3} \right|\mathop {\lim }\limits_{n \to \infty } \frac{{n + 1}}{{4n}}\\ & = \frac{1}{4}\left| {x + 3} \right|\end{align*}\]

So, the ratio test tells us that if \(L < 1\) the series will converge, if \(L > 1\) the series will diverge, and if \(L = 1\) we don’t know what will happen. So, we have,

\[\begin{align*}& \frac{1}{4}\left| {x + 3} \right| < 1\hspace{0.25in} \Rightarrow \hspace{0.25in}\left| {x + 3} \right| < 4\hspace{0.25in}\hspace{0.25in}{\mbox{series converges}}\\ & \frac{1}{4}\left| {x + 3} \right| > 1\hspace{0.25in} \Rightarrow \hspace{0.25in}\left| {x + 3} \right| > 4\hspace{0.25in}\hspace{0.25in}{\mbox{series diverges}}\end{align*}\]

We’ll deal with the \(L = 1\) case in a bit. Notice that we now have the radius of convergence for this power series. These are exactly the conditions required for the radius of convergence. The radius of convergence for this power series is \(R = 4\).

Now, let’s get the interval of convergence. We’ll get most (if not all) of the interval by solving the first inequality from above.

\[\begin{array}{c} - 4 < x + 3 < 4\\ - 7 < x < 1\end{array}\]

So, most of the interval of validity is given by \( - 7 < x < 1\). All we need to do is determine if the power series will converge or diverge at the endpoints of this interval. Note that these values of \(x\) will correspond to the value of \(x\) that will give \(L = 1\).

The way to determine convergence at these points is to simply plug them into the original power series and see if the series converges or diverges using any test necessary.

\(x = - 7\):
In this case the series is,

\[\begin{align*}\sum\limits_{n = 1}^\infty {\frac{{{{\left( { - 1} \right)}^n}n}}{{{4^n}}}{{\left( { - 4} \right)}^n}} & = \sum\limits_{n = 1}^\infty {\frac{{{{\left( { - 1} \right)}^n}n}}{{{4^n}}}{{\left( { - 1} \right)}^n}{4^n}} \\ & = \sum\limits_{n = 1}^\infty {{{\left( { - 1} \right)}^n}{{\left( { - 1} \right)}^n}n} \hspace{0.25in}\hspace{0.25in}{\left( { - 1} \right)^n}{\left( { - 1} \right)^n} = {\left( { - 1} \right)^{2n}} = 1\\ & = \sum\limits_{n = 1}^\infty n \end{align*}\]

This series is divergent by the Divergence Test since \(\mathop {\lim }\limits_{n \to \infty } n = \infty \ne 0\).

\(x = 1\):
In this case the series is,

\[\sum\limits_{n = 1}^\infty {\frac{{{{\left( { - 1} \right)}^n}n}}{{{4^n}}}{{\left( 4 \right)}^n}} = \sum\limits_{n = 1}^\infty {{{\left( { - 1} \right)}^n}n} \]

This series is also divergent by the Divergence Test since \(\mathop {\lim }\limits_{n \to \infty } {\left( { - 1} \right)^n}n\) doesn’t exist.

So, in this case the power series will not converge for either endpoint. The interval of convergence is then,

\[ - 7 < x < 1\]

In the previous example the power series didn’t converge for either endpoint of the interval. Sometimes that will happen, but don’t always expect that to happen. The power series could converge at either both of the endpoints or only one of the endpoints.

Example 2 Determine the radius of convergence and interval of convergence for the following power series. \[\sum\limits_{n = 1}^\infty {\frac{{{2^n}}}{n}{{\left( {4x - 8} \right)}^n}} \]

Show Solution

Let’s jump right into the ratio test.

\[\begin{align*}L & = \mathop {\lim }\limits_{n \to \infty } \left| {\frac{{{2^{n + 1}}{{\left( {4x - 8} \right)}^{n + 1}}}}{{n + 1}}\,\,\frac{n}{{{2^n}{{\left( {4x - 8} \right)}^n}}}} \right|\\ & = \mathop {\lim }\limits_{n \to \infty } \left| {\frac{{2n\left( {4x - 8} \right)}}{{n + 1}}} \right|\\ & = \left| {4x - 8} \right|\mathop {\lim }\limits_{n \to \infty } \frac{{2n}}{{n + 1}}\\ & = 2\left| {4x - 8} \right|\end{align*}\]

So we will get the following convergence/divergence information from this.

\[\begin{align*}& 2\left| {4x - 8} \right| < 1\hspace{0.25in}\hspace{0.25in}{\mbox{series converges}}\\ & 2\left| {4x - 8} \right| > 1\hspace{0.25in}\hspace{0.25in}{\mbox{series diverges}}\end{align*}\]

We need to be careful here in determining the interval of convergence. The interval of convergence requires \(\left| {x - a} \right| < R\) and \(\left| {x - a} \right| > R\). In other words, we need to factor a 4 out of the absolute value bars in order to get the correct radius of convergence. Doing this gives,

\[\begin{align*} & 8\left| {x - 2} \right| < 1\hspace{0.25in} \Rightarrow \hspace{0.25in}\left| {x - 2} \right| < \frac{1}{8}\hspace{0.25in}\hspace{0.25in}{\mbox{series converges}}\\ & 8\left| {x - 2} \right| > 1\hspace{0.25in} \Rightarrow \hspace{0.25in}\left| {x - 2} \right| > \frac{1}{8}\hspace{0.25in}\hspace{0.25in}{\mbox{series diverges}}\end{align*}\]

So, the radius of convergence for this power series is \(R = \frac{1}{8}\).

Now, let’s find the interval of convergence. Again, we’ll first solve the inequality that gives convergence above.

\[\begin{array}{c} - \frac{1}{8} < x - 2 < \frac{1}{8}\\ \frac{{15}}{8} < x < \frac{{17}}{8}\end{array}\]

Now check the endpoints.

\(\displaystyle x = \frac{{15}}{8}\):
The series here is,

\[\begin{align*}\sum\limits_{n = 1}^\infty {\frac{{{2^n}}}{n}{{\left( {\frac{{15}}{2} - 8} \right)}^n}} & = \sum\limits_{n = 1}^\infty {\frac{{{2^n}}}{n}{{\left( { - \frac{1}{2}} \right)}^n}} \\ & = \sum\limits_{n = 1}^\infty {\frac{{{2^n}}}{n}\frac{{{{\left( { - 1} \right)}^n}}}{{{2^n}}}} \\ & = \sum\limits_{n = 1}^\infty {\frac{{{{\left( { - 1} \right)}^n}}}{n}} \end{align*}\]

This is the alternating harmonic series and we know that it converges.

\(\displaystyle x = \frac{{17}}{8}\):
The series here is,

\[\begin{align*}\sum\limits_{n = 1}^\infty {\frac{{{2^n}}}{n}{{\left( {\frac{{17}}{2} - 8} \right)}^n}} & = \sum\limits_{n = 1}^\infty {\frac{{{2^n}}}{n}{{\left( {\frac{1}{2}} \right)}^n}} \\ & = \sum\limits_{n = 1}^\infty {\frac{{{2^n}}}{n}\frac{1}{{{2^n}}}} \\ & = \sum\limits_{n = 1}^\infty {\frac{1}{n}} \end{align*}\]

This is the harmonic series and we know that it diverges.

So, the power series converges for one of the endpoints, but not the other. This will often happen so don’t get excited about it when it does. The interval of convergence for this power series is then,

\[\frac{{15}}{8} \le x < \frac{{17}}{8}\]

We now need to take a look at a couple of special cases with radius and intervals of convergence.

Example 3 Determine the radius of convergence and interval of convergence for the following power series. \[\sum\limits_{n = 0}^\infty {n!{{\left( {2x + 1} \right)}^n}} \]

Show Solution

We’ll start this example with the ratio test as we have for the previous ones.

\[\begin{align*}L & = \mathop {\lim }\limits_{n \to \infty } \left| {\frac{{\left( {n + 1} \right)!{{\left( {2x + 1} \right)}^{n + 1}}}}{{n!{{\left( {2x + 1} \right)}^n}}}} \right|\\ & = \mathop {\lim }\limits_{n \to \infty } \left| {\frac{{\left( {n + 1} \right)n!\,\,\left( {2x + 1} \right)}}{{n!}}} \right|\\ & = \left| {2x + 1} \right|\mathop {\lim }\limits_{n \to \infty } \left( {n + 1} \right)\end{align*}\]

At this point we need to be careful. The limit is infinite, but there is that term with the \(x\)’s in front of the limit. We’ll have \(L = \infty > 1\) provided \(x \ne - \frac{1}{2}\).

So, this power series will only converge if \(x = - \frac{1}{2}\). If you think about it we actually already knew that however. From our initial discussion we know that every power series will converge for \(x = a\) and in this case \(a = - \frac{1}{2}\). Remember that we get \(a\) from \({\left( {x - a} \right)^n}\), and notice the coefficient of the \(x\) must be a one!

In this case we say the radius of convergence is \(R = 0\) and the interval of convergence is \(x = - \frac{1}{2}\), and yes we really did mean interval of convergence even though it’s only a point.

Example 4 Determine the radius of convergence and interval of convergence for the following power series. \[\sum\limits_{n = 1}^\infty {\frac{{{{\left( {x - 6} \right)}^n}}}{{{n^n}}}} \]

Show Solution

In this example the root test seems more appropriate. So,

\[\begin{align*}L & = \mathop {\lim }\limits_{n \to \infty } {\left| {\frac{{{{\left( {x - 6} \right)}^n}}}{{{n^n}}}} \right|^{\frac{1}{n}}}\\ & = \mathop {\lim }\limits_{n \to \infty } \left| {\frac{{x - 6}}{n}} \right|\\ & = \left| {x - 6} \right|\mathop {\lim }\limits_{n \to \infty } \frac{1}{n}\\ & = 0\end{align*}\]

So, since \(L = 0 < 1\) regardless of the value of \(x\) this power series will converge for every \(x\).

In these cases, we say that the radius of convergence is \(R = \infty \) and interval of convergence is \( - \infty < x < \infty \).

So, let’s summarize the last two examples. If the power series only converges for \(x = a\) then the radius of convergence is \(R = 0\) and the interval of convergence is \(x = a\). Likewise, if the power series converges for every \(x\) the radius of convergence is \(R = \infty \) and interval of convergence is \( - \infty < x < \infty \).

Let’s work one more example.

Example 5 Determine the radius of convergence and interval of convergence for the following power series. \[\sum\limits_{n = 1}^\infty {\frac{{{x^{2n}}}}{{{{\left( { - 3} \right)}^n}}}} \]

Show Solution

First notice that \(a = 0\) in this problem. That’s not really important to the problem, but it’s worth pointing out so people don’t get excited about it.

The important difference in this problem is the exponent on the \(x\). In this case it is 2\(n\) rather than the standard \(n\). As we will see some power series will have exponents other than an \(n\) and so we still need to be able to deal with these kinds of problems.

This one seems set up for the root test again so let’s use that.

\[\begin{align*}L & = \mathop {\lim }\limits_{n \to \infty } {\left| {\frac{{{x^{2n}}}}{{{{\left( { - 3} \right)}^n}}}} \right|^{\frac{1}{n}}}\\ & = \mathop {\lim }\limits_{n \to \infty } \left| {\frac{{{x^2}}}{{ - 3}}} \right|\\ & = \frac{{{x^2}}}{3}\end{align*}\]

So, we will get convergence if

\[\frac{{{x^2}}}{3} < 1\hspace{0.25in}\hspace{0.25in} \Rightarrow \hspace{0.25in}\hspace{0.25in}{x^2} < 3\]

The radius of convergence is NOT 3 however. The radius of convergence requires an exponent of 1 on the \(x\). Therefore,

\[\begin{align*}\sqrt {{x^2}} & < \sqrt 3 \\ \left| x \right| & < \sqrt 3 \end{align*}\]

Be careful with the absolute value bars! In this case it looks like the radius of convergence is \(R = \sqrt 3 \). Notice that we didn’t bother to put down the inequality for divergence this time. The inequality for divergence is just the interval for convergence that the test gives with the inequality switched and generally isn’t needed. We will usually skip that part.

Now let’s get the interval of convergence. First from the inequality we get,

\[ - \sqrt 3 < x < \sqrt 3 \]

Now check the endpoints.

\(x = - \sqrt 3 \):
Here the power series is,

\[\begin{align*}\sum\limits_{n = 1}^\infty {\frac{{{{\left( { - \sqrt 3 } \right)}^{2n}}}}{{{{\left( { - 3} \right)}^n}}}} & = \sum\limits_{n = 1}^\infty {\frac{{{{\left( {{{\left( { - \sqrt 3 } \right)}^2}} \right)}^n}}}{{{{\left( { - 3} \right)}^n}}}} \\ & = \sum\limits_{n = 1}^\infty {\frac{{{{\left( 3 \right)}^n}}}{{{{\left( { - 1} \right)}^n}{{\left( 3 \right)}^n}}}} \\ & = \sum\limits_{n = 1}^\infty {{{\left( { - 1} \right)}^n}} \end{align*}\]

This series is divergent by the Divergence Test since \(\mathop {\lim }\limits_{n \to \infty } {\left( { - 1} \right)^n}\) doesn’t exist.

\(x = \sqrt 3 \):
Because we’re squaring the \(x\) this series will be the same as the previous step.

\[\sum\limits_{n = 1}^\infty {\frac{{{{\left( {\sqrt 3 } \right)}^{2n}}}}{{{{\left( { - 3} \right)}^n}}}} = \sum\limits_{n = 1}^\infty {{{\left( { - 1} \right)}^n}} \]

which is divergent.

The interval of convergence is then,

\[ - \sqrt 3 < x < \sqrt 3 \]

What is the area of origin in blood spatter?

Area of Origin (AO): The three-dimensional location from which spatter originated (SWGSTAIN, 2017). Angle of Impact: The acute angle (alpha), relative to the plane of a target, at which a blood drop strikes the target (SWGSTAIN, 2017).

What does area of convergence tell investigators?

Area of Convergence Imagine a radial bloodstain pattern found on the floor of a vacant crime scene. Investigators can determine the location from which the blood originated by determining the area of convergence of lines that are drawn through several of the blood drops that make up the pattern.