Monday, July 24, 2017

real analysis - Can someone help me with proving the convergence of a sequence written in this form?





From this exercise:




If s1=2, and sn+1=2+sn(n=1,2,3,),

prove that {sn} converges, and that sn<2 for n=1,2,3,.





in the book Principles of Mathematical Analysis, I find this book very obscure about many concepts, so I really need some help.
Can someone help me with proving the convergence of a sequence written in this form?


Answer



If such a limit exists we must have l=2+l

or l2=2+l
define en=snl. We show that en0. We have sn+1=2+sn
therefore en+1=2+snl=2+snl22+sn+l=2+snl22+sn+l=snl2+sn+l=en(2+sn+l)(sn+l)
therefore |en+1|=|en(2+sn+l)(sn+l)|=|en|(2+sn+l)(sn+l)|en|ll|e1|(ll)n
since both l and l are non-negative and 2+sn+l>lsn+l>l
also the last inequality is attained by iteratively applying the one before that i.e.|en+1|<|en|ll<|en1|(ll)2<<|e1|(ll)n
which means that |en|0 or en0


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