0

I have the following sequence:

$$a_{n+1}^2=a_na_{n-1}, \forall n \ge 1$$

With $a_0=2$ and $a_1 = 16$. I am also told that the sequence has positive terms. I have to find the limit of the sequence $(a_n)_{n \ge 0}$.

I am not that great at limits/sequences so I'm not sure how should I approach this.

3 Answers3

2

Hint

Let $b_n=\log(a_n)$ which makes $$2 b_{n+1}=b_n+b_{n-1}$$ which looks to be simple.

0

Hint: Do the AM version first.

If $b_{n+1} = \frac{b_n + b_{n-1} } { 2}$, then $\lim b_n = \frac{ b_1 + 2 b_0} { 2}$.

Apply to $a_n = 2^{b_n}$.

Calvin Lin
  • 68,864
0

With $a_n=2^{b_n}$, the sequence $b_0,b_1,b_2,b_3...$ is $1, \,3+1,\, 3-1/2,\, 3+1/4, \,3-1/8,...$ Prove that $A(n)\implies A(n+1)$ when $n>0,$ where $A(n)$ is $b_n=3\pm 2^{-(n-1)} \land b_{n+1}=3\mp 2^{-n}$. And so by Induction on $n$ , obtain $b_n\to 3.$