How do you apply the ratio test to determine if #Sigma 1/sqrtn# from #n=[1,oo)# is convergent to divergent?

1 Answer
Oct 1, 2017

The series diverges, but this Ratio Test cannot determine this.

Explanation:

The Ratio Test for an infinite series says you can take an infinite series #sum_{n=1}^{oo} a_n# and possibly determine whether it converges or diverges by finding the following limit:

#L = lim_{n->oo} |a_{n+1}/a_n| #

Based on the results of that limit #L#, you can make these conclusions:

  • If #L < 1#, the series absolutely converges.
  • If #L > 1#, the series diverges.
  • If #L = 1#, you cannot determine the convergence from this test, and must use a different method.

For this problem, #a_n = 1/sqrt(n)#. Thus:

#L = lim_{n->oo} |(1/sqrt(n+1))/(1/sqrt(n))| = lim_{n->oo} |sqrt(n)/sqrt(n+1)|#

From here, take you choice on how to proceed. If you know L'Hopital's Rule, that is an option. Otherwise, there are other ways to evaluate this limit. (For instance, observe that for large values of #n#, the value of #n# dominates the value of 1, meaning you can consider the denominator to effectively be #sqrt(n)# and thus the limit is a limit of 1.)

The problem is this limit comes out to 1, meaning the Ratio Test will not tell you the convergence or divergence of this series. You must use another test, such as the Integral Test or the Comparison Test (shown here ).

In any case, the series diverges.