I've learned to apply these tests before in Calculus, but in the textbook that I used, the numbers of interest for the root and ratio tests were presented as $\lim_{n\rightarrow \infty}|a_n|^{1/n}$ and $\lim_{n\rightarrow \infty}a_{n+1}/a_n$ respectively. But now in Baby Rudin, we use instead the limit supremums and I am having a hard time understanding why. Are the tests made somehow more general using the limit supremum? Are there series which I wouldn't be able to apply the tests to without using the limit supremums?
An example of a series in which using $\limsup$ rather than $\lim$ in performing the root test or the ratio test would make a difference?
2
$\begingroup$
real-analysis
sequences-and-series
convergence-divergence
1 Answers
4
Look at the series $1+\frac{1}{2}+\frac{1}{6}+\frac{1}{12}+\frac{1}{36}+\frac{1}{72}+\cdots.$ The ratio $\dfrac{a_{n+1}}{a_n}$ is alternately $\dfrac{1}{2}$ and $\dfrac{1}{3}$. So there is no such thing as $\lim_{n\to\infty}\left|\dfrac{a_{n+1}}{a_n}\right|$.
However, $\limsup_{n\to\infty}\left|\dfrac{a_{n+1}}{a_n}\right|=\dfrac{1}{2}$, and we can conclude convergence.
-
0$a_{n+1}/a_n$ is alternately $1/2$ and $1/3$. Subsequences are not relevant for the Ratio Test. If you want something less simple, we can modify things so that the ratios are alternately something that is different from $1/2$ and $1/3$, but that approach $1/2$ and $1/3$. One can make similar examples for the root test. – 2012-11-04