Monday, May 14, 2018

Prove that the sequence an+1=frac12left(an+fraccanright) is convergent and find its limit



Let c>0, a1=1, and
an+1=12(an+can)




I need to:




  1. Show that an is defined for every n1

  2. Show that this sequence is convergent.

  3. Find its limit.



I proved the first part by showing by induction that this sequence is positive for every n. To show that this sequence is convergent I'm thinking of showing that this sequence is a Cauchy series, yet can't figure out how.




For the third part I'm clueless at the moment.


Answer



Hints:




  1. One can prove that if a1>0 and n2 then anc.

  2. One can prove that if a1>0 and n2 then an+1an. Knowing that and the bound in 1, convergence follows.

  3. Once you know that a recursive sequence is convergent, its limit can only be a fixed point of the recursion mapping, i.e. in your case a solution to x2+c2x=x.


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