0
$\begingroup$

I want to know the difference between ratio test and root test.

That is, I want to know the series which is tested by ratio but not root.

Or tested by root but not root.

As you know neither the ratio nor the root test help with $p$-series, i.e., $\sum_{n=1}^\infty \frac{1}{n^p}$ $( p > 1 )$.

Nevertheless we have a difficulty in testing $\sum_{n=1}^\infty n^2 e^{-n}$ by integral test. Surely we know by experience that the series converges.

But to prove we may use ratio or root test.

For this convenience, I think that root and ratio test is powerful.

But I do not know the difference between them in testing : As far as I know, the convergent series that is tested by root can be tested by ratio and vice versa.

Question : Is there a convergent series that is tested by root and cannot be tested by ratio ? Or is there a convergent series that is tested by ratio and cannot be tested by root ?

  • 1
    The link does not work for me. Could you please post the reference or MathSciNet number? Thanks in advance.2014-07-24

1 Answers 1

1

Root and ratio test can only recognize a series as convergent if its terms decrease at least exponentially in absolute value. For what it's worth I prefer the following version of this principle:

If there is a $q<1$, a $C$ and a $k_0$ such that $|a_k|\leq C q^k$ for all $k>k_0$ then the series $\sum_{k=0}^\infty a_k$ converges absolutely.

The root test (or the test just quoted) is a little bit stronger than the ratio test, inasmuch the decrease of the $|a_k|$ only has to be exponential "on average" and not at each step. Consider in this regard the series $\sum_{k=0}^\infty a_k:={1\over2}+{1\over1}+{1\over8}+{1\over4}+{1\over32}+{1\over16}+\ldots\quad.$ Here the quotients are alternatively $2$ and ${1\over8}$; and the ratio test remains undecisive. In reality one has $|a_k|\leq 2^{1-k}$ which guarantees convergence.

Series whose general term $a_k$ is of order ${1\over k^p}$ for some $p>1$ converge much slower than the above series, and you need the integral test, or a comparison of the form $|a_k|\leq {C\over k^p}\qquad(k>k_0)$ to prove that they are convergent.

  • 0
    I guess I could alter my example in the following way: let $\{b_n\}$ be a sequence such that \frac12 < b_n < 1 and $\lim_{n\rightarrow\infty} b_n = 1$. Now take $a_{2n} = \frac1{2^n}$ and $a_{2n+1} = \frac1{2^n}\cdot b_n$. Then $a_{n+1}/a_n = b_n \text{ or } \frac1{2b_n}$ and the ratio test fails, but $\{a_n\}$ is still monotonic.2012-08-06