A sequence on a set A is a function u:Z+→A.
Image of the n is written as un. A sequence is indicated by one of these
ways:
{un}n=1∞or{un}or(un)n=1∞
Increasing or Decreasing
A sequence (un) is
- Increasing iff un≥um for n>m
- Decreasing iff un≤um for n>m
- Monotone iff either increasing or decreasing
- Strictly increasing iff un>um for n>m
- Strictly decreasing iff un<um for n>m
Convergence
Converging
A sequence (un)n=1∞ is converging (to L∈R)
iff: limn→∞un=L
∀ϵ>0∃N∈Z+∀n(n>N⟹∣un−L∣<ϵ)
Diverging
A sequence is diverging iff it is not converging.
n→∞limun=⎩⎨⎧∞−∞undefined,whenunis osciallating
Convergence test
All converging sequences are bounded. Contrapositive can be used to prove the
divergence.
Increasing and bounded above
Let (un) be increasing and bounded above. Then (un) is
converging (to sup{un}).
Decreasing and bounded below
Let (un) be decreasing and bounded below. Then (un) is
converging (to inf{un}).
Both of the above results are referred to as “monotone convergence theorem”.
Newton’s method of finding roots
Suppose f is a function. To find its roots:
- Select a point x0
- Draw a tangent at x0
- Choose x1 which is where the tangent meets y=0
- Continue this process repeatedly
xn+1=xn−f′(xn)f(xn)
Sequence of xn converges to one of the roots. Different points can be taken
to find other roots.