How do you use the ratio test to test the convergence of the series #∑ 11^n/((n+1)(7^(2n+1)))# from n=1 to infinity?

1 Answer
Jan 23, 2016

converges since limit =11/49 < 1

Explanation:

I will use TI screenshots since that's the easiest way to show this stuff.

The Ratio Test says the following:

#sum a_n #

converges absolutely

if......

enter image source here

I will do everything internal to the TI89. This saves me lots of time, effort and angst. You will compute the limit of the absolute value of this ratio as #n ->oo#

On paper, you need to be attentive to properties of exponents and the simplification of exponential expressions. Also remember that you can pull out (to the left) any constant that appears to the right of the limit operator...in this case, 11/49.

Once you pull out this 11/49, you will arrive at a limit of 1 ( verify this on your own ). It's basically a horizontal asymptote!

enter image source here

So (11/49)(1) = 11/49 < 1 . Hence, you have convergence .

Now, here are the TI screenshots:

enter image source here
enter image source here
enter image source here
enter image source here

Finally, you can verify this with the actual limit routine for the TI89.

enter image source here

Hope that helps.