MATH 152 Chapter 10.1

From Notes
Jump to navigation Jump to search

« previous | Monday, October 11, 2010 | next »


Sequences

sequence defined as list of numbers (terms) written in a definite order.

Notation

{a1,a2,a3,}={an}={an}n=1

When sequence is denoted by formula:

{nn+1}n=1an=nn+1{12,23,34,45,,nn+1,}


Infinite Sequences

Sequence {an} has the limit L:

limnan=LoranLasn


Definitions

If the limit exists, then the sequence can be bounded:

bounded above
an ≤ M for all n ≥ 1
all terms are less than the limit
bounded below
an ≥ M for all n ≥ 1
all terms are greater than the limit

Sequences can be increasing or decreasing. If sequence is increasing or decreasing, it is called monotonic.

A sequence is increasing if

an<an+1 anan+1<1 f(a)>0

A sequence is decreasing if

an>an+1 anan+1>1 f(a)<0


Every bounded monotonic sequence converges to a certain number:

Example

an=1000nn!. Show that an is decreasing (for n > some N) and bounded below. What is the limit of this sequence and why?

Review: Limit Laws

limn(an+bn)=limnan+limnbnlimn(can)=climnanlimnanbn=limnan×limnbnlimnanbn=limnanlimnbnlimnbn0if limn|an|=0then an=0

Example 1

Find the limit of the sequence

an=(1+3n)4n

Look at f(x)=(1+3x)4x:

limxf(x)=(1)... That "1" is approaching 1, not equal to 1. We have to take a limit using L'Hospital's rule:

elimx4xln(1+3x)=e4limxln(1+3x)1x=e4limx11+3/x3x21x2=e4limx31+3/x=e12


Example 2

Find the limit of the sequence with mathematical justification:

an=(1)nn!

Definition of factorial (!) operator
n!=n(n1)(n2)(n3)(3)(2)(1)


Let's look at an analogous function:

|an|=1n!

We can squeeze this function between 0 and 1n:

0|an|1n0limn|an|0

Therefore, if |an|0 by squeeze theorem, an0


Proof By Induction

Given a statement about positive integers (n+)

  • If statement is true for n=1
  • If statement is true for n=k+1 (given it is true for n=k)
  • Then statement is true for all positive integers (like a domino effect; the first domino pushes down the second, and so on...

Recursively Defined Functions

Given a0=1 and an+1=13(an+4):

  1. Show an is increasing and an<2 for all n
  2. Find limnan

Solve 1 by induction

Show that a0<2 (a0=1; true)

Induction hypothesis: assume ak<2:

ak<2ak+4<613(ak+4)<2ak+1<2an<2for allnby induction


Show that a0<a1 (1<53; true)

Induction hypothesis: assume ak<ak+1

ak<ak+1ak+4<ak+1+413(ak+4)<13(ak+1+4)ak+1<ak+2an<an+1by induction, soanis increasing

Solve 2 by induction

So an is convergent by the Monotonic Sequence Theorem. We'll call the limit L: anL, so an+1L (same sequence; converges to same L)

So as n, an+1=13(an+4)

L=13(L+4)3L=L+42L=4L=2