Sequences

Any ordered list of numbers

Can be represented by a function using a general term
{an}n=1

Most notable(well-known) sequences are Discrete Sequences

Limits of Sequences

limnan=L

For every, ϵ>0, there exists N>0 such that if nN, then anL<ϵ

Limit laws applied to sequences

Recursive Sequences

an+1=f(an,an1,an2,)

Sequences like the fibonnaci or the geometric sequence where there is one common ratio between all the terms r

Qualitative information is used to determine the limits of a recursive sequence

Which can be extracted using inequalities and calculus

Bounds

{an} is bounded above if MR such that n, Man
{an} is bounded below if mR such that n, man

Monotone Increasing/Decreasing Sequence Theorem