Thursday, March 30, 2017

calculus - sqrtc+sqrtc+sqrtc+cdots, or the limit of the sequence xn+1=sqrtc+xn


(Fitzpatrick Advanced Calculus 2e, Sec. 2.4 #12)


For c>0, consider the quadratic equation x2xc=0,x>0.


Define the sequence {xn} recursively by fixing |x1|<c and then, if n is an index for which xn has been defined, defining


xn+1=c+xn


Prove that the sequence {xn} converges monotonically to the solution of the above equation.


Note: The answers below might assume x1>0, but they still work, as we have x3>0.



This is being repurposed in an effort to cut down on duplicates, see here: Coping with abstract duplicate questions.



and here: List of abstract duplicates.


Answer



Assuming that you know that a monotone, bounded sequence converges, you want to do two things. First, show that xn:nZ+ is monotone and bounded, and then show that its limit is the positive root of x2xc=0.


If c=x1=1, x2=2>x1, while if c=1 and x1=2, $x_2=\sqrt3

The positive root of the quadratic is 12(1+1+4c), which I’ll denote by r. If xnr, as claimed, and does so monotonically, it must be the case that the sequence increases monotonically if $x_1decreases monotonically if x1>r. In the examples in the last paragraph, r=12(1+5)1.618, so they behave as predicted.


This suggests that your first step should be to show that if $x_nr,x_n>x_{n+1}>r;thatwouldbeenoughtoshowthat\langle x_n:n\in\mathbb{Z}^+\rangle$ is both monotone and bounded and hence that it has a limit.


Suppose that $0\le x_nx_n^2,andthereforex_{n+1}>x_n.Isitpossiblethatx_{n+1}\ge r?Thatwouldrequirethatx_{n+1}^2-x_{n+1}-c\ge 0(why?)andhencethatx2n+1xn+1+c>xn+c=x2n+1,whichisclearlyimpossible.Thus,if0\le x_nr$ to you.


Once this is done, you still have to show that the limit of the sequence really is r. Let f(x)=c+x; clearly f is continuous, so if the sequence converges to L, we have L=lim and from there it’s trivial to check that L=r.


Added: Note that although the problem gave us x_1>0, this isn’t actually necessary: all that’s needed is that x_1\ge -c, so that x_2 is defined, since x_2=\sqrt{c+x_1}\ge 0 automatically.


No comments:

Post a Comment

analysis - Injection, making bijection

I have injection f \colon A \rightarrow B and I want to get bijection. Can I just resting codomain to f(A)? I know that every function i...