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 contains examples similar to some of the exercises.On your Maple screen go to File - Open then type the following in the white rectangle:
\\storage\academics\math\calclab\MA1023\Series_start_B15.mw
You can copy the worksheet now, but you should read through the lab before you load it into Maple. Once you have read through the exercises, start up Maple, load the worksheet, and go through it carefully. Then you can start working on the exercises.

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.

The convergence tests that will be used in this lab are the integral test and the ratio 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$.

The Ratio Test

The Ratio Test for convergence of a series can be thought of as a measurement of how fast the series is increasing or decreasing. This can be found by looking at the ratio $\displaystyle \frac{a_{n+1}}{an}$ as $n \rightarrow \infty$.

Given the series $\displaystyle \sum_{n=0}^{\infty} a_n$, suppose that


\begin{displaymath}\lim_{n \rightarrow \infty} \vert\frac{a_{n+1}}{a_n}\vert=L \end{displaymath}

Then

  1. the series converges if $L < 1$,
  2. the series diverges if $L>1$,
  3. the test is inconclusive if $L=1$.

The Root Test

Given the series $\displaystyle \sum_{n=0}^{\infty} a_n$, suppose that

\begin{displaymath}\lim_{n \rightarrow \infty} \sqrt[n]{\vert a_n\vert}=\rho \end{displaymath}

exists, then the series:
  1. Converges absolutely if $\rho<1$
  2. Diverges of $\rho>1$

Radius or Interval of Convergence

The radius of convergence of a series can usually be found by using the ratio test:

\begin{displaymath}\lim_{n \rightarrow \infty} \frac{a_{n+1}}{a_n}=L \end{displaymath}

Next, you would need to solve for the interval of $x$ values such that $L < 1$.

Exercises

    1. Apply the integral test to determine if the given series converges.

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

      Be sure to plot the function and state whether it satisfies the necesary conditions. If applicable, perform the integral test. What can you conclude and why?
    2. Apply the ratio test to the given series.

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

      First set up the function and then take the limit of the ratio. What do you conclude and why?
    3. Use the Root test to determine if the series

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

      converges.
  1. Use any convergence test to determine if each of the following series converges or diverges and explain your answer.

    1. \begin{displaymath}\sum_{n=1}^{\infty} \frac{e^n}{3^n} \end{displaymath}


    2. \begin{displaymath}\sum_{n=1}^{\infty} \frac{(-2)^nn^2}{n!}\end{displaymath}


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

  2. Find the power series for each function listed below about $x=0$ and then determine the interval of $x$ values over which the series converges.

    1. \begin{displaymath}\frac{1}{1-2x} \end{displaymath}


    2. \begin{displaymath}\exp(x) \end{displaymath}

  3. Use Maple to find the interval of convergence for the following series

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


next up previous
Next: About this document ... Up: lab_template Previous: lab_template
Dina J. Solitro-Rassias
2015-12-03