Home » Blog » Use Gauss’ test to prove the convergence or divergence of a given series

Use Gauss’ test to prove the convergence or divergence of a given series

Consider the series

    \[ \sum_{n=1}^{\infty} \left( \frac{1 \cdot 3 \cdot 5 \cdots (2n-1)}{2 \cdot 4 \cdot 6 \cdots (2n)} \right)^k. \]

Use Gauss’ test (from the previous exercise, Section 10.16, Exercise #17) to prove that the series converges for k > 2 and diverges for k \leq 2.


Proof. From the definition of the series we have the nth and n+1st terms,

    \[ a_n = \let( \frac{1 \cdot 3 \cdot 5 \cdots (2n+1)}{2 \cdot 4 \cdot 6 \cdots (2n+2)} \right)^k, \qquad a_{n+1} = \left( \frac{1 \cdot 3 \cdot 5 \cdots (2n+1)}{2 \cdot 4 \cdot 6 \cdots (2n+2)}\right)^k. \]

Therefore,

    \begin{align*}  \frac{a_{n+1}}{a_n} &= \left( \frac{1 \cdot 3 \cdot 5 \cdots (2n+1)}{2 \cdot 4 \cdot 6 \cdots (2n+2)} \right)^k \cdot \left( \frac{2 \cdot 4 \cdot 6 \cdots (2n)}{1 \cdot 3 \cdot 5 \cdots (2n-1)} \right)^k \\[9pt]  &= \left( \frac{2n+1}{2n+2} \right)^k \\[9pt]  &= \left( 1 - \frac{1}{2(n+1)}\right)^k. \end{align*}

Using the Taylor expansion,

    \[ (1-x)^k = 1 - kx + \frac{1}{2}k(k-1)x^2 - \cdots. \]

So we have,

    \begin{align*}  \left( 1 - \frac{1}{2(n+1)} \right)^k &= 1 - \frac{k}{2}\left( \frac{1}{n+1} \right) + \frac{k(k-1)}{8} \left( \frac{1}{(n+1)^2} \right) - \cdots \\[9pt]  &= 1 - \frac{k/2}{n+1} + \frac{f(n)}{n^2}, \end{align*}

where f(n) is bounded. Letting A = \frac{k}{2} we apply Gauss’ test to conclude that \sum a_n converges if k > 2 and diverges if k \leq 2. \qquad \blacksquare

3 comments

  1. Mohammad Azad says:

    Here is my proof:
    First, change the indexing in the series to make the ratio (1-1/(2n))^k which is nicer to work with. Second, write the ratio as
    1-(k/2)/n + f(n)/n^2 where
    f(n) = n^2((1-1/(2n))^k-1+k/(2n)) . Next prove that f(n) has a limit k(k-1)/8, this shows that it’s bounded since f must be within 1 of its limit for any sufficiently large n and for the remaining finite number of terms f is bounded between its maximum and minimum. Finally use Gauss’s test to conclude that the series converges iff k>2

Point out an error, ask a question, offer an alternative solution (to use Latex type [latexpage] at the top of your comment):