Take for example the sequence an=1+1an−1 with a1=1 which is defined recursively.
How do I find the formula for a2n and a2n+1? Is there a general approach to find the formulas for any recursively defined sequence an?
I found a formula saying a2n=2−11+an−1 which seems to work out. And by definition of an, a2n+1=1+1a(2n+1)−1=1+1a2n and the first formula can be used. But I don't understand how a2n was found in the first place.
Answer
..for any recursively defined sequence an? No, you are clearly asking too much, especially because there are chaotic sequences, like the logistic map. On the other hand, every sequence behaving like
an+1=Aan+BCan+D
has a simple closed form just depending on the powers of the (ABCD) matrix.
Have a look at this similar question. In your case, you may notice that the matrix
(1110)
has eigenvalues φ,¯φ and check by induction that an=Fn+1Fn is associated with the convergents of the continued fraction φ=[1;1,1,1,1,…].
No comments:
Post a Comment