Wednesday, November 14, 2018

limits - Prove that x1=1,,xn+1=fracxn2+frac1xn converges when ntoinfty



I want to prove that the sequence defined by {x1=1,xn+1=xn2+1xn} has a limit.



By evaluating the sequence I notice that the sequence is strictly monotonically decreasing starting from x2=1.5.



It seems to suggest itself to prove that the sequenced is bounded by 1(xn)n11.5 and to prove that it is strictly monotonically decreasing starting at x2 which would imply convergence.




How would I proceed and could one prove the existence of the limit without first evaluating the values of the sequence to see how the sequence behaves?


Answer



Assumption: (xn)n2 is strictly monotonically decreasing
Assumption: 2(xn)n2



Strictly monotonic & bounded convergent.




ad (1):xn+1<xnxn2+1xn<xnx2n2+1<x2n1<x2n22<x2n2<xn




If we can prove $\sqrt2

Induction by nn=2:2<1.5=x2nn+1:Assume 2<xn holds.2<xn+12<xn2+1xn=x2n+22xnBy assumption xn=2+δ for a positive δ.2<(2+δ)2+22(2+δ)4+22δ<(2+δ)2+22+22δ<2+22δ+δ20<δ2


No comments:

Post a Comment

analysis - Injection, making bijection

I have injection f:AB and I want to get bijection. Can I just resting codomain to f(A)? I know that every function i...