The Root Test involves looking at
limn→∞n√|an|, hence
the name.
Notice: n√|an|=|an|1/n,
and you will see both notations.
The Root Test, like the Ratio Test, is a test to determine absolute
convergence (or not). While the Ratio Test is good to use with
factorials, since there is that lovely cancellation of terms of
factorials when you look at ratios, the
Root Test is best used when there are terms to the nth
power with no factorials.
The Root Test: Suppose that
limn→∞n√|an|=L.
If L<1, then ∑an converges absolutely.
If L>1, or the limit goes to ∞, then ∑an diverges.
If L=1, or L does not exist, then the test is
inconclusive and we say the Ratio Test fails.
We must do more work to determine convergence,
Example: Test the absolute/conditional convergence of
the series
∞∑n=1(−1)n(2n−75n+2)n.
Solution:We run through our
tests: Is this a geometric series? No, we
have a function raised to the nth power, not a number (but we
get a glimmer of something here, right?). Our terms are
alternating, but the AST will not tell us whether or not we have
absolute convergence. We don't want to think about integrating
this expression. We could use the Ratio Test, but since our
terms are raised to the nth power, we decide to try the Root
Test. You will see how nicely it works with powers:
As n→∞,
n√|an|=n√(2n−75n+2)n=2n−75n+2=2−7n5+2n⟶25.
Since 25<1, our series converges absolutely.
It is important to consider our litany of
convergence/divergence tests before doing work. It can
save valuable time, as well as helping you begin to recognize
which test to do when. On an exam, you will not know which
module the series came from!
An important limit you may need in order to use the Root Test
You may have to compute the limit of sequences like n√n
or limn√n2. Let's
compute this now, so we can use it later. Let
a be a positive real number. First notice that
limn→∞n√na=limn→∞(na)1/n=limn→∞na/n
looks like the indeterminate form ∞0, so it can best be
computed by computing the limit of the logarithm of this
expression. We will use the function with continuous
variable x so that we can take derivatives using l'Hospital's
Rule.
limx→∞ln(xa/x)=limx→∞ax⋅lnx=0⋅∞limx→∞lnxxa=∞∞, l'Hlimx→∞1x1a=limx→∞ax=0,
so limx→∞xa/x=e0=1. We have
shown:
A Handy Limit
For any positive real number a,
limn→∞n√na=limn→∞na/n=1.
Justification of the Root Test
Notice that we can think of the relationship of
n√|an| to the terms of a geometric series,
since n√rn=r. The video gives a justification,
using this idea, of why the Root Test works.