3.3 Section 1.2 Order of convergence, linear, superlinear, quadratic
3.3.1 convergent sequence, limit definition
definition: A sequence of numbers converges to limit , if for every positive number there exist a
number such that for all
Figure 3.8:example
note: Hence to show a sequence converges to , all what we have to do is find such that for any
given , we get whenever
Example: to show that converges to , need to show that there exist a number such that
whenever . Rewrite we have , hence we see that , because whenever , then . For example, assume
then and whenever , we have
It is clear that .
3.3.2 order of convergence
The order of the convergence of a sequence is the largest number s.t. exist
This is the same as writing where is the error at
Figure 3.9:example
3.3.2.1 Linear
The rate of convergence is linear if we can find constant and integer s.t.
3.3.2.2 superlinear
The rate of convergence is superlinear if we can find sequence tending to zero and integer
s.t.
question: I do not understand this definition Can I say it as the linear, but an exponent , and
write
The rate of convergence is superlinear if we can find constant and integer s.t.
3.3.2.3 quadratic
The rate of convergence is quadratic if we can find constant NOT Necessarily less than 1, and
integer s.t.
idea: To show that a sequence converges quadratically to some limit, start with the expression
for and manipulate it to show that that is it some constant
3.3.3 Big O and little o
These are means by which to compare 2 sequences to each others.
def: big O: One sequence is bounded by a linear scaled version of a second sequence
we say that if there is a constant and , s.t. for all
Figure 3.10:example
How to find if ? start with expression and manipulate it so that it has only terms that contain
with some multipliers (the constant).
Or, easier, just look to see if is bigger or smaller than , if it is bigger, then it goes to zero
AFTER , hence use BIG O. if it is smaller, then it goes to zero BEFORE , hence us little
o.
def: little o: we say if
Figure 3.11:example
To test the above, given and , what is the relation between them? we see that , so it is
BIGGER than , so it goes to zero AFTER. Hence
given , we see that this is SMALLER than , hence it will go to zero BEFORE , hence
question: verify I can do this reasoning all the time.