The Ratio Test for Positive Series

The Ratio Test for Positive Series

We will now look at yet another test to determine whether a series is convergent or divergent known as the Ratio Test.

Theorem 1 (The Ratio Test for Positive Series): Suppose that $\{ a_n \}$ is an ultimately positive sequence and that $\lim_{n \to \infty} \frac{a_{n+1}}{a_{n}} = \rho$ where $\rho$ is a real number or $\rho$ is $\infty$. If $0 ≤ \rho < 1$ then the series $\sum_{n=1}^{\infty} a_n$ is convergent. If $1 < \rho ≤ \infty$ then the series $\sum_{n=1}^{\infty} a_n$ is divergent. If $\rho = 1$ then the ratio test fails as it provides no useful information regarding the convergence or divergence of a series.
  • Proof of Theorem: Suppose that $0 ≤ \rho < 1$ and choose some $r \in \mathbb{R}$ such that $\rho < r < 1$. We note that $\lim_{n \to \infty} \frac{a_{n+1}}{a_n} = \rho$ and so therefore we have that $\frac{a_{n+1}}{a_n} ≤ r$ or rather $a_{n+1} ≤ ra_n$ for $n ≥ N$ for some $N \in \mathbb{N}$ (i.e, for $n$ sufficiently large). Furthermore $a_{N+1} ≤ ra_N$, $a_{N+2} ≤ ra_{N+1} ≤ r^2 a_N$, …, $a_{N+k} ≤ r^k a_n$ for $k = 1, 2, ...$.
  • Therefore the series $\sum_{n=N}^{\infty} a_n$ converges by comparison with the convergent geometric series since $0 ≤ \rho < r < 1$. Of course this implies that $\sum_{n=1}^{\infty} a_n$ is also convergent.
  • Now let's suppose that $\rho > 1$ and pick some $r \in \mathbb{R}$ such that $1 < r < \rho$. Now since $\lim_{n \to \infty} \frac{a_{n+1}}{a_n} = \rho$ it follows that $\frac{a_{n+1}}{a_n} ≥ r$ or rather $a_{n+1} ≥ ra_n$ if $n ≥ N$ for some $n \in \mathbb{N}$. Using the same argument as before we note that $a_{N+k} ≥ r^ka_N$. Since $1 < r < \rho$ it follows by the comparison theorem with geometric series that $\sum_{n=N}^{\infty} a_n$ is divergent and similarly $\sum_{n=1}^{\infty} a_n$ is also divergent. $\blacksquare$

Example 1

Using the ratio test determine whether the series $\sum_{n=1}^{\infty} \frac{1}{n!}$ is convergent or divergent.

Using the ratio test, we will want to determine $\lim_{n \to \infty} \frac{a_{n+1}}{a_n} = \lim_{n \to \infty} \frac{\frac{1}{(n+1)!}}{\frac{1}{n!}}$.

(1)
\begin{align} \quad \lim_{n \to \infty} \frac{\frac{1}{(n+1)!}}{\frac{1}{n!}} = \lim_{n \to \infty} \frac{n!}{(n + 1)!} = \lim_{n \to \infty} \frac{ 1 \cdot 2 \cdot ... \cdot n}{1 \cdot 2 \cdot ... \cdot n \cdot (n+1)} = \lim_{n \to \infty} \frac{1}{n + 1} = 0 \end{align}

So $\rho = 0$ and $0 ≤ \rho < 1$ so by the ratio test, the series $\sum_{n=1}^{\infty} \frac{1}{n!}$ is convergent.

Example 2

Using the ratio test determine whether the series $\sum_{n=1}^{\infty} \frac{n}{n!}$ is convergent or divergent.

Using the ratio test we get that:

(2)
\begin{align} \quad \lim_{n \to \infty} \frac{a_{n+1}}{a_n} = \lim_{n \to \infty} \frac{\frac{n+1}{(n+1)!}}{\frac{n}{n!}} = \lim_{n \to \infty} \frac{(n + 1)n!}{n(n+1)!} = \lim_{n \to \infty} \frac{(n+1)!}{n(n+1)!} = \lim_{n \to \infty} \frac{1}{n} = 0 \end{align}

So therefore since $\rho = 0$ and $0 ≤ \rho < 1$, by the ratio test the series $\sum_{n=1}^{\infty} \frac{n}{n!}$ is convergent.

Example 3

Using the ratio test determine whether the series $\sum_{n=1}^{\infty} \frac{2n! + (n+1)!}{en!}$ is convergent or divergent.

Notice that if we apply the ratio test then:

(3)
\begin{align} \quad \: \lim_{n \to \infty} \frac{a_{n+1}}{a_n} = \lim_{n \to \infty} \frac{\left [ 2(n+1)! + (n+2)! \right ] en!}{e(n+1)! \left [ 2n! + (n+1)! \right ]} = \lim_{n \to \infty} \frac{2(n+1)! + (n+2)!}{n[2n! + (n+1)!]} = \lim_{n \to \infty} \frac{2(n+1)! + (n+2)!}{n2n! + n(n+1)!} = \lim_{n \to \infty} \frac{2(n+1) + (n+1)(n+2)}{2n + n(n+1)} = 1 \end{align}

So the ratio test yields no information. However, we can simplify $\frac{2n! + (n+1)!}{en!}$ as $\frac{2n! + (n+1)!}{en!} = \frac{2}{e} + n$. Notice that $\lim_{n \to \infty} \frac{2}{e} + n = \infty$. By the divergence test, we see that $\sum_{n=1}^{\infty} \frac{2n! + (n+1)!}{en!}$ diverges.

It is important to note that while the ratio test is extremely useful - there are times when it is unnecessary to apply it. Examine alternative options to determining convergence/divergence beforehand.

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License