The main tools for computing the radius of convergence are the Ratio Test and the Root Test. To see why these
tests are nice, let's look at the Ratio Test. Consider
∞∑n=1cnxn, and let
lim|cn+1cn|=L. The Ratio Text
will look at
limn→∞|cn+1xn+1cnxn|=limn→∞|cn+1cn||x|=L|x|,
and
by the Ratio Test the series converges absolutely for L|x|<1,
i.e. for |x|<1L. So the radius of convergence
is 1L and the interval of convergence is from
−1L to 1L. The same logic holds for
the Root Test. The endpoints of the interval of convergence
must be checked separately, as the Root and Ratio Tests are
inconclusive there (when x=±1L, the limit is
1). To check convergence at the endpoints, we put each
endpoint in for x, giving us a normal series (no longer a power
series) to consider. All the tests we have been learning for
convergence can be used to test for convergence at the
endpoints: the Divervence Test, p-series, Alternating
Series Test, Comparison Test, Limit Comparison Test, and/or the
Integral Test.
In the video, he uses an instead of cn for the power series
coefficients to explain the paragraph above. However, you do
not need to memorize that R=1L, for example -- just use
the Ratio or Root Test and follow it to its conclusion.
DO: work the following
without looking at the solutions, which are below the
examples.
Example 1: Find the radius of converge, then the
interval of convergence, for
∞∑n=1(−1)nn2xn2n.
Example 2: Find the radius of converge, then the
interval of convergence, for
∞∑n=1(−1)nxnn.
Solution 1:
n√|n2xn2n|=n√n2|x|2⟶12|x| (We used our very handy previous result:
n√na→1 for any a>0.)
By the Root Test, our series converges when 12|x|<1, i.e. when |x|<2, so R=2. Now we
check the endpoints of the interval from −2 to 2.
When x=−2, we have
∞∑n=1(−1)nn2xn2n=∞∑n=1(−1)nn2(−2)n2n=∞∑n=1n2(2)n2n=∞∑n=1n2, which diverges by the Divergence Test.
When x=2, we have
∞∑n=1(−1)nn2xn2n=∞∑n=1(−1)nn2(2)n2n=∞∑n=1(−1)nn2 which also diverges by the Divergence Test.
R=2 and our interval of convergence is (−2,2).
Solution 2:
|xn+1n+1xnn|=|xn+1n+1nxn|=nn+1|x|⟶|x|
By the Ratio Test, our series converges when |x|<1, so
R=1. We test at our endpoints of the interval from
−1 to 1:
When x=−1, we have
∞∑n=1(−1)nxnn=∞∑n=1(−1)n(−1)nn=∞∑n=11n
which is the divergent harmonic series.
When x=1, we have
∞∑n=1(−1)nxnn=∞∑n=1(−1)n1nn∞∑n=1(−1)nn
which is the convergent alternating harmonic series (use the
AST if you are uncertain).