Let c>0, a1=1, and
an+1=12(an+can)
I need to:
- Show that an is defined for every n≥1
- Show that this sequence is convergent.
- 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:
- One can prove that if a1>0 and n≥2 then an≥√c.
- One can prove that if a1>0 and n≥2 then an+1≤an. Knowing that and the bound in 1, convergence follows.
- 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