garrus said:
Well, you just unveiled a pretty tragic gap in my knowledge.Sloppiness, sloppiness everywhere.
Don't beat yourself up over it too much. I think we've all been there at some point or another
garrus said:
If I'm not mistaken, p shows overall the speed of convergence.
What does the "ratio" , intuitively show?
(i'm asking this because in my textbook (greek) ,the order is named "class of convergence" and the ratio is just an unnamed constant ,by which to distinguish sub/superlinearity.)
Yes, p gives you a sense of how fast the convergence is in an asymptotic sense. If p=2, we say the convergence is quadratic, p=3 is cubic, etc.
What the ratio intuitively means can be inferred by expressing it in a way similar to how you did in an earlier post;
\lim_{n\rightarrow\infty}|x_{n+1}-x^*|=k\lim_{n\rightarrow\infty}|x_n-x^*|^p
where k is the rate of convergence as calculated (eg. for your problem, it was k=1/2 for p=2).
What this means is that, for n sufficiently large (or equivalently, if x_n is close to x*), we have
|x_{n+1}-x^*|\approx k|x_n-x^*|^p
Now, if x_n and x^* are very close, then |x_n-x^*| is going to be very small. That is, |x_n-x^*|<<1. But then |x_n-x^*|^p is going to be even smaller. As p increases, this number decreases.
To summarize, what it says is that, asymptotically, as your sequence tends toward the fixed point, the distance between the fixed point and the "next" step is equal to the p'th power of the distance between the fixed point and the "current" step, up to multiplication by a constant k.
garrus said:
also:
You claimed that p was 2.Er, how did you come up to that claim?
Am i supposed to try iteratively values for p until i reach a non-existent limit?
Do you have any general strategy advice?
How I reached that claim... I think I did the calculation with p=1, and then noticed that if I set p=2, I would get another indeterminate form (0/0). Then I did it, and got the answer.
In general, although I haven't done many problems like this, I would guess that L'Hopital's rule is used fairly often. So what you could do, is go about it like this... Let p be arbitrary, and as large as necessary. We have
\lim_{n\rightarrow\infty}\frac{|f(x_n)-x^*|}{|x_n-x^*|^p}=\left|\lim_{n\rightarrow\infty}\frac{f(x_n)-x^*}{(x_n-x^*)^p}\right|.
This is already an indeterminate form of type 0/0, since f(x_n)=x_{n+1} and x_n both tend to x* as n approaches infinity. So you can apply L'Hopital's rule right off the bat, and get
\left|\lim_{n\rightarrow\infty}\frac{f(x_n)-x^*}{(x_n-x^*)^p}\right|= \left|\lim_{n\rightarrow\infty}\frac{f'(x_n)}{p(x_n-x^*)^{p-1}}\right|
If the limit of the numerator is zero, then you can apply L'Hopital's rule again, since the denominator will always have zero limit. And you can keep doing over and over so long as the limit of the top is zero. However, by choosing p carefully, if the top limit is ever nonzero, you can make it so that the bottom limit is nonzero as well, once you apply L'hopital's rule enough (ie. p times)
The above outline should help you prove the following, if you so desire.
If the m'th derivative of f(x_n) exists and is nonzero, and all previous derivatives are zero (in the limit as n approaches infinity), then the order of convergence is m, and the rate is \frac{|h|}{m!}, where \lim_{n\rightarrow\infty}f^{(m)}(x_n)=h.
garrus said:
also,how do you make tex code not force a new line?
Use the command itex, instead of tex. Eg.
MATH