Let $$ x_{n+1} = \left\{ \begin{array}{c} x_{n}^2 & \mbox{if $b_{n+1}=1$} \\ \alpha x_n & \mbox{if $b_{n+1}=0$}\end{array} \right. , $$ for $n\ge 0$ and $\alpha > 1$. Can we write $x_k$ in terms of $x_0$ and $P$ where $$ P = \sum_{i=1}^{k} b_i. $$ For $\alpha=1$, $$ x_k = x_0^{\left( 2^P \right)}. $$ I am unable to figure out the expression for any $\alpha>1$.
Tell me more
×
Mathematics Stack Exchange is a question and answer site for
people studying math at any level and professionals in related fields. It's 100% free, no registration required.
|
|
No. Let $\alpha > 1$ and $x_0 \ne 0$. For $b_1 = 0, b_2 = 1$ you have $x_2 = \alpha^2 x_0^2$ and for $b_1 = 1, b_2 = 0$ you have $x_2 = \alpha x_0^2$. These aren't equal, so $x_2$ doesn't depend on $x_0$ and $P = b_1 + b_2$ alone. |
|||
|
|