Let r>0. Show that starting with any x1≠0, the sequence defined by xn+1=xn−x2n−r2xn converges to √r if x1>0 and −√r if x1<0.
Proof: 1. show the sequence is bounded when x1>0.
By induction, I can show that xn>0.
2. show that the sequence is monotone decreasing so that I can use the theorem that the monotone bounded sequence has a limit.
If xn+1≤xn, x2n−r≥0. But, here I cannot show that x21−r≥0. How can I proceed from this step? or Is there another way to approach this question?
Thank you in advance.
Answer
First, let us rewrite the recursive definition by
xn+1=xn2+r2xn
and
2xn+1xn=x2n+r.
If x1>0, we see by induction (from the second equation) that xn>0 for all n∈N. On the other hand, if x1<0, then xn<0 for all n∈N.
Let x1>0. If x1=√r, then x2=√r and so on. Thus, we can assume that either x1<√r or x1>√r. In the first case, the sequence is montone increasing and in the second case monotone decreasing.
First note that the function f(t)=t2+r2t, defined on [0,∞), is striclty monotone increasing if t<√r and striclty decreasing if t>√r. Thus, by induction, we see that xn>√r if x1>√r or xn<√r if x1<√r. (In the second case, we get already that the sequence is bounded!)
Now, using the same induction argument, we can prove that xn+1<xn if x1>√r or xn+1>xn if x1<√r. (For the first case we find that the sequence is bounded.
The case x1<0 can be deduced form the previous one: Set y1=−x1 and yn=−xn. Note that yn+1=yn/2+r/(2yn). Thus, yn converges towards √r.
Additional Comment: This method of computing square roots is known as Babylonian method.
No comments:
Post a Comment