next up previous
Next: About this document ... Up: lab_template Previous: lab_template

Subsections


Sequences and Series

Introduction

The purpose of this lab is to learn how to define sequences and series using Maple as well as observe their plots and test for convergence.

Getting Started

To assist you, there is a worksheet associated with this lab that you can copy into your home directory by going to your computer's start menu and choose run. In the run field type:

\\filer\calclab

when you hit enter, you can then choose MA1023 and then choose the worksheet

Seq_Series_start.mw

Background

An infinite series is the sum of an infinite sequence. More precisely, the sum of an infinite series is defined as the limit of the sequence of the partial sums of the terms of the series, provided this limit exists. If no finite limit exists, then we say that the series is divergent.

The sum of an infinite series is defined as $\displaystyle \lim_{n \rightarrow \infty} S_n$, where $S_n$ is the partial sum of the first n terms of the series. However, because of the algebraic difficulty of expressing $S_n$ as a function of n, it is usually not possible to find sums by directly using the definition.

So, if we can generally not work from the definition, what can be done? There are several convergence tests that provide us with some needed tools. These are tests that tell us if a series converges, but in the case that the series does converge, does not tell us the sum of the series. One of the convergence tests that will be used in this lab is the integral test.

The Integral Test

The Integral Test for convergence is a method used to test convergence of an infinite series of nonnegative terms.

The series


\begin{displaymath}\sum_{n=1}^{\infty} a_n \end{displaymath}

converges if and only if the integral

\begin{displaymath}\int_1^{\infty} f(x) \, dx \end{displaymath}

is finite, where $f(x)$ is a positive, non-increasing and continuous function defined on the interval $[1,\infty)$ and $f(n) = a_n$ an for all $n$.

Exercises

    1. Write the sequence $\displaystyle \frac{5\ln(n)+2n}{6n+1}$ as a function.
    2. List the first ten terms.
    3. Plot the first fifty terms. Does it appear to converge or diverge? If it seems to converge, to what does it converge?
    4. Write a function for the sum of the sequence.
    5. List the first twenty terms of the sequence of partial sums.
    6. Plot the at least the first fifty terms of the sequence of partial sums. Does it appear that the series converges or diverges? If it seems to converge, to what does it converge?
    7. Calculate a limit of the sequence and a limit of the series to check your answers.
  1. Apply the integral test to determine if the given series converges.

    \begin{displaymath}
\sum_{n=1}^{\infty} \frac{\sqrt{n^2+1}}{(n^3+1)}
\end{displaymath}

    1. First set up the function.
    2. Plot the function. Does it seem to satisfy the necesary conditions?
    3. Take the limit of the integral. What can you conclude and why?

next up previous
Next: About this document ... Up: lab_template Previous: lab_template
Dina J. Solitro-Rassias
2011-09-09