MAT187 L09 - Sequences and Series

#MAT187 PCE

An infinite sequence is an ordered list of terms of form:

a1,a2,a3,,an,

On the other hand, an infinite series is a sum of terms in a sequence, in form

i=0nai=a0+a1+a2++an
Warning! Do not mix up sequences and series!

Sequences are lists, series are sums of sequences.

The limit of a series as i approaches infinity can either converge or diverge.

limn(i=0nai)=c, cϵR ...[series converges]limn(i=0nai)± ...[series diverges]limn(i=0nai)=DNE ...[series diverges]

The last case could be something like:

limn(i=0n(1)i)

...which doesn't exist because it oscillates.

Comparison Test

A way of finding the behaviour of an infinite series by comparing it to a simpler series that preserves certain properties of the original sum.

You usually determine this by taking a difficult function and simplifying it, then trying to see if you can manipulate inequalities to prove that the simpler function is either greater than or less than the original function as x approaches infinity.

Example
Consider n=0n1n2+3n. Is it a converging or diverging infinite series?

A simpler function to examine would be 1n.
n112n as n, and
n2+3n2n2
Since the numerator is always greater, and the denominator is always smaller, then:
n=0n1n2+3n12n2n2=1n
We know properties of 1n. Since it diverges, and n=0n1n2+3nn=01n, then n=0n1n2+3n diverges as well.

Limit Comparison Test

Given an, bn series with positive terms, let L=limkakbk.

Example
Consider n=0n1n2+3n. Is it a converging or diverging infinite series?

We know that 1n is a diverging series. Thus, we can use limit comparison test.
Let L=limkk1k2+3k1k
=limk(k(k1)k(k+3))
=limkk1k+3
=limk4+(k+3)k+3
=limk4k+3+limkk+3k+3
=1
Therefore, by limit comparison test, we know that n=0n1n2+3n follows the same divergence as 1n.

Ratio Test

If ak is a series with positive terms, let L=limnan+1an.

Note: I messed up and this is not content that is important for Midterm 1
Oops! To see the actual note for ratio test: MAT187 L14-15 - Power Series Convergence