What is the ratio test and how does it apply to Baby Rudin, Example 3.35?

  • Thread starter Thread starter union68
  • Start date Start date
  • Tags Tags
    Example
union68
Messages
140
Reaction score
0

Homework Statement



Consider the series

\frac{1}{2} + \frac{1}{3} + \frac{1}{2^2} + \frac{1}{3^2} + \frac{1}{2^3} + \frac{1}{3^3} + \ldots.

He then proceeds to write

\lim \textnormal{inf}_{n\to\infty} \frac{a_{n+1}}{a_n} = \lim_{n\to\infty} \left(\frac{2}{3}\right)^n = 0

and

\lim\textnormal{sup}_{n\to\infty}\frac{a_{n+1}}{a_n} = \lim_{n\to\infty} \frac{1}{2} \left(\frac{3}{2}\right)^n = +\infty.

This is in reference to the ratio test, by the way.

Homework Equations





The Attempt at a Solution



How did he arrive at these calculations? If for the lower limit we select a_{n+1} = 1/3^n and a_n = 1/2^n, then we can recover his answer. But

\left\{\frac{a_{n+1}}{a_n}\right\} = \left\{\left(\frac{2}{3}\right)^n\right\}

is a convergent sequence and the upper and lower limits must be equal, correct? How is the upper limit \infty?

On the other hand, if we select a_{n+1} = 1/2^{n+1} and a_n = 1/3^n, then we can recover his answer for the upper limit.

Isn't there some ambiguity with selecting a_{n+1} and a_n from this series?
 
Physics news on Phys.org
\frac{a_{n+1}}{a_n} = \left(\frac{2}{3}\right)^n

is true for odd n only.

\frac{a_{n+1}}{a_n} = \frac{1}{2} \left(\frac{3}{2}\right)^n

is true for even n only.

(or it might be the other way around, depending on how you index the terms)

Thus

\frac{a_{n+1}}{a_n}

ping-pongs back and forth between the larger subsequence and the smaller subsequence. The larger one produces the lim sup and the smaller one produces the lim inf. Since the lim sup and the lim inf are unequal, it follows that

\lim_{n \rightarrow \infty} \frac{a_{n+1}}{a_n}

does not exist.
 
Last edited:
Ah crap, got it! I should have wrote the sequence out so I could keep my indexing strait.

Thanks very much.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top