Convergence Tests

Author: John J Weber III, PhD Corresponding Textbook Sections:

Practice 04

Determine if the following series are convergent or divergent. Explain.

  1. n=0(1)n(0.3)n

  2. n=1n1/4

  3. n=2n(n3+2)3/7

  4. n=0n!en

  5. n=0n2n+1

  6. n=0(3π)n

  7. n=0nen

  8. n=13n0.9999

  9. n=3n2n4n2

  10. n=21nnn

  11. n=21(ln(n))n

  12. n=1(1)n+1(3n2n+2)

  13. n=1(5n+27n+2)n

  14. n=1(1)n(nn2+2)

  15. n=1n3+13n

  16. n=1n+53n+2

  17. n=21nln(n)

  18. n=05nn3n!

  19. n=0n2en

  20. n=1(1)2nnn

Use Technology to Verify Convergence or Divergence of a Series

NOTE: On all Assessments, you may use technology to verify your series convergence/divergence. You must show all Calculus II related work.

Mathematica

Warnings:

  1. Be very careful with the syntax. Syntax is the set of rules on how to write computer code. Every software program has its own unique syntax. Some basic Mathematica syntax is located at: http://www.jjw3.com/TECH_Common_Functions.pdf.

  2. SumConvergence[ ] has at least two arguments:

    1. The nth-term of the series;

    2. n where n is the index variable of the series.

  3. For help on using the SumConvergence[ ] function:

    1. In Mathematica, execute the code: ?SumConvergence

    2. Click on near the bottom-left of output

    3. Click on local

    4. Read how to use the SumConvergence[ ] function – you will be able to copy-paste code.

  4. Remember, correct Mathematica code will be all black except for variables.

  5. To execute code (including comment codes), press and hold the SHIFT key and press the ENTER key.

  6. Mathematica will return “True” (series converges) or “False” (series diverges).

Homework

At this time, you should be able to complete the following assignments:

CC BY-NC-SA 4.0

This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License [http://creativecommons.org/licenses/by-nc-sa/4.0/].

Created: Tuesday, 17 November 2020 7:25 EDT Last Modified: Tuesday, 30 May 2023 – 23:08 (EDT)