Saturday, February 17, 2018

limits - Prove convergence of sequence given by a1=1 and an+1=frac1a1+a2+ldots+an



For sequence given by a1=1 and an+1=1a1+a2++an I have to prove that it converges to some number and find this number.



I tried toshow that it's monotonic by calculating
an+1an=1an(a1+a2++an)
but I cannot say anything about the denominator. How can I try to find it's limit?



Answer



Let sn=nk=1ak. We can rewrite the recurrence relation as



sn+1sn=an+1=1snsn+1=sn+1sn



This implies
s2n+1=s2n+2+1s2ns2n+2



So for all n>1, we have




s2n=s21+n1k=1(s2k+1s2k)1+n1k=12=2n1



Since all an is clearly positive, we have 0<an=1sn112n3.



By squeezing, an converges to 0 as n.


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...