Monday, October 21, 2019

Advanced Math Solutions - Series Convergence Calculator, Alternating Series Test

Last blog post, we discussed how to determine if an infinite p-series converges using the p-series test. In this blog post, we will discuss how to determine if an infinite alternating series converges using the alternating series test.

An alternating series is a series in the form n=0(1)nan or n=0(1)n1an, where an>0 for all n. As you can see, the alternating series got its name from its terms that alternate between positive and negative values.

In some problems, you may come across alternating sign expressions that aren’t listed above. These various sign expressions can be simplified to equal the ones listed above. For example:

(1)n+1=(1)n1(1)2=(1)n11=(1)n1

Now that we know what an alternating series is, let’s discuss how to determine if the series converges, using the alternating series test.

Alternating Series Test:

An alternating series converges if all of the following conditions are met:
1. an>0 for all n
  • an is positive
2. an>a(n+1)  for all nN,where N is some integer
  • an is always decreasing
3. limnan=0

If an alternating series fails to meet one of the conditions, it doesn’t mean the series diverges. There are other tests that can be used to determine divergence.

Let’s see some examples of how to use the alternating series test to help you better understand.

First example (click here):

                                            n=1(1)n+1n+1 
1. Is an>0 for all n

                  n=1(1)n+1n+1 =n=1(1)n+11n+1 

                                                 an=1n+1 >0 for all n

2. Is an>a(n+1)  for all nN,where N is some integer?

                                   n=11n+1 =12 +13 +14 +...
                                         12 >13   and  13 >14   and so on

                                                  an>a(n+1)  for all n1

3. Is limnan=0?

      Let’s use this property to determine the limit of an:


                                   limn1n+1 =limn1limnn+1 =1 =0

4. Are all three conditions met?

                                                   Yes, the series converges.

Next example (click here):

                                                n=1(1)n(n)n2+2 

1. Is an>0 for all n?

                                                     an=nn2+2 >0 for all n

2. Is an>an+1  for all nN,where N is some integer?

                   n=1nn2+2 =13 +26 +311 +418 ...=13 +13 +311 +29 ...

                                        13 =13 ,   13 >311 ,   311 >29 , and so on

                                                     an>a(n+1)  for all n2

3. Is limnan=0?

limnnn2+1 =limn1n 1+1n2  =limn1n limn1+1n2  =01+0 =0

4. Are all three conditions met?

                                                     Yes, the series converges.

Last example (click here):

                                                 n=2(1)n+2ln(n) 

As discussed in the beginning, we can see a different alternating sign expression that wasn’t listed. However, we can simplify this expression to equal one that was listed.

                                    (1)n+2=(1)n·(1)2=(1)n

1. Is an>0 for all n?

                                                    an=1ln(n) >0 for all n

2. Is an>an+1  for all nN,where N is some integer?

                              n=21ln(n) =1ln(2) +1ln(3) +1ln(4) ...

                                 1ln(2) >1ln(3) ,   1ln(3) >1ln(4) ,    and so on

                                                   an>an+1  for all n2

3. Is limnan=0?

                                 limn1ln(n) =limn1limnln(n) =1 =0

4. Are all three conditions met?

                                                     Yes, the series converges.

The alternating series test has a lot of parts to it, but as long as you remember the three conditions, you’ll be able to master this topic! For more help or practice on the alternating series test, check out Symbolab’s Practice. Next blog post, I’ll go over the convergence test for telescoping series.

Until next time,

Leah