Content deleted Content added
Citation bot (talk | contribs) Alter: title, pages. Add: s2cid. Formatted dashes. | Use this bot. Report bugs. | Suggested by Neko-chan | Category:Mathematical constants | #UCB_Category 84/89 |
Link suggestions feature: 2 links added. |
||
(8 intermediate revisions by 6 users not shown) | |||
Line 1:
{{
In [[mathematics]], the '''random Fibonacci sequence''' is a [[stochastic]] analogue of the [[Fibonacci sequence]] defined by the [[recurrence relation]]
==
<math display=block>
f_n = \begin{cases}
f_{n-1}+f_{n-2}, & \text{ with probability
f_{n-1}-f_{n-2}, & \text{ with probability
\end{cases}
</math>
▲A run of the random Fibonacci sequence starts with 1,1 and the value of the each subsequent term is determined by a [[fair coin]] toss: given two consecutive elements of the sequence, the next element is either their sum or their difference with probability 1/2, independently of all the choices made previously. If in the random Fibonacci sequence the plus sign is chosen at each step, the corresponding run is the [[Fibonacci sequence]] {''F''<sub>''n''</sub>},
▲: <math> 1,1,2,3,5,8,13,21,34,55,\ldots. </math>
If the signs alternate in minus-plus-plus-minus-plus-plus-... pattern, the result is the sequence
▲: <math> 1,1,0,1,1,0,1,1,0,1,\ldots.</math>
However, such patterns occur with vanishing probability in a random experiment. In a typical run, the terms will not follow a predictable pattern:
▲: <math> 1, 1, 2, 3, 1, -2, -3, -5, -2, -3, \ldots
\text{ for the signs } +, +, +, -, -, +, -, -, \ldots.</math>
Similarly to the deterministic case, the random Fibonacci sequence may be profitably described via [[matrix (mathematics)|matrices]]:
▲:<math>{f_{n-1} \choose f_{n}} = \begin{pmatrix} 0 & 1 \\ \pm 1 & 1 \end{pmatrix} {f_{n-2} \choose f_{n-1}},</math>
where the signs are chosen independently for different ''n'' with equal probabilities for + or −. Thus
where
▲:<math>{f_{n-1} \choose f_{n}} = M_{n}M_{n-1}\ldots M_3{f_{1} \choose f_{2}},</math>
▲where {''M''<sub>''k''</sub>} is a sequence of [[Independent and identically-distributed random variables|independent identically distributed random matrices]] taking values ''A'' or ''B'' with probability 1/2:
▲: <math> A=\begin{pmatrix} 0 & 1 \\ 1 & 1 \end{pmatrix}, \quad
B=\begin{pmatrix} 0 & 1 \\ -1 & 1 \end{pmatrix}. </math>
==
[[Johannes Kepler]] discovered that as ''n'' increases, the ratio of the successive terms of the Fibonacci sequence
▲[[Johannes Kepler]] discovered that as ''n'' increases, the ratio of the successive terms of the Fibonacci sequence {''F''<sub>''n''</sub>} approaches the [[golden ratio]] <math>\varphi=(1+\sqrt{5})/2,</math> which is approximately 1.61803. In 1765, [[Leonhard Euler]] published an explicit formula, known today as the [[Binet formula]],
▲:<math> F_n = {{\varphi^n-(-1/\varphi)^{n}} \over {\sqrt 5}}. </math>
It demonstrates that the Fibonacci numbers grow at an exponential rate equal to the golden ratio ''φ''.
In 1960, [[Hillel Furstenberg]] and [[Harry Kesten]] showed that for a general class of
▲:<math> \sqrt[n]{|f_n|} \to 1.1319882487943\dots \text{ as } n \to \infty. </math>
An explicit expression for this constant was found by Divakar Viswanath in 1999. It uses Furstenberg's formula for the [[Lyapunov exponent]] of a random matrix product and integration over a certain [[fractal|fractal measure]] on the [[Stern–Brocot tree]]. Moreover, Viswanath computed the numerical value above using [[floating point]] arithmetics validated by an analysis of the [[rounding error]].▼
▲An explicit expression for this constant was found by Divakar Viswanath in 1999. It uses Furstenberg's formula for the [[Lyapunov exponent]] of a random matrix product and integration over a certain [[fractal|fractal measure]] on the [[Stern–Brocot tree]]. Moreover, Viswanath computed the numerical value above using [[floating point]]
==Generalization==
: <math> f_n=f_{n-1}\pm \beta f_{n-2}</math>▼
[[Mark Embree]] and [[Nick Trefethen]] showed in 1999 that the sequence
decays almost surely if ''β'' is less than a critical value {{math|''β''* ≈ 0.70258}}, known as the Embree–Trefethen constant, and otherwise grows almost surely. They also showed that the asymptotic ratio ''σ''(''β'') between consecutive terms converges almost surely for
==References==
Line 71 ⟶ 56:
[[Category:Mathematical constants]]
[[Category:Number theory]]
[[Category:Stochastic processes]]
|