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

Subsections


Power Series

Purpose

The purpose of this lab is to learn how to determine convergence of series using Maple as well as introduce you to power series and their radius of 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_C18.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 $a_n$, 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 nth-Term Test

The series

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

diverges if $\displaystyle \lim_{n \rightarrow \infty} a_n$ is non-zero or does not exist.

The Comparison Test

Consider the series $\displaystyle \sum_{n=1}^{\infty} a_n$ and $\displaystyle \sum_{n=1}^{\infty} b_n$.
  1. If $a_n<b_n$ for $n<N$, where $N$ is some integer and $\displaystyle \sum_{n=1}^{\infty} b_n$ converges, then $\displaystyle \sum_{n=1}^{\infty} a_n$ converges also.
  2. If $a_n>b_n$ for $n<N$, where $N$ is some integer and $\displaystyle \sum_{n=1}^{\infty} b_n$ diverges, then $\displaystyle \sum_{n=1}^{\infty} a_n$ diverges also.

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}}{a_n}$ 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$.

Power Series

A power series about $x=0$ has the form

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

and a power series about $x=a$ has the form

\begin{displaymath}\sum_{n=0}^{\infty} a_n (x-a)^n \end{displaymath}

where $a_n$ are the constant coefficients of the powers of $x$.

Radius or Interval of Convergence

The radius of convergence of a power series can usually be found by using the Tatio 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 $\vert L\vert<1$. Remember that power series always converge:
  1. If $L$ exists and is non-zero, the power series converges absolutely on some interval $\vert x-a\vert<R$.
  2. If $L=0$, the power series converges for all $x$.
  3. If $L \rightarrow \infty$, the power series converges only at $x=0$

Exercises

  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{n!}{n^n} \end{displaymath}


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


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


    4. \begin{displaymath}
\sum_{n=1}^{\infty} \frac{1-\sin(n)\cos(n)}{n+1}
\end{displaymath}


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


    6. \begin{displaymath}\sum_{n=1}^{\infty} (\sqrt{n+\sqrt{n}}-\sqrt{n})\end{displaymath}


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

  2. Use Maple to find the interval or radius of convergence for the each of the following series

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


    2. \begin{displaymath}\sum_{n=1}^{\infty} n!x^n \end{displaymath}


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


    4. \begin{displaymath}\sum_{n=1}^{\infty} \frac{(x-1)^n}{n^n} \end{displaymath}


next up previous
Next: About this document ... Up: lab_template Previous: lab_template
Dina J. Solitro-Rassias
2018-01-28