Behavior of recurrence relation - MathOverflow most recent 30 from http://mathoverflow.net2013-05-24T03:23:37Zhttp://mathoverflow.net/feeds/question/88738http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://mathoverflow.net/questions/88738/behavior-of-recurrence-relationBehavior of recurrence relationDavid Harris2012-02-17T17:01:38Z2012-02-17T21:10:37Z
<p>Consider the following recurrence:</p>
<p>$$
y_i = y_{i-1} + \frac{\log(p^{y_{i-1} - y_{i-2}} - \frac{\lambda}{y_{i-1}^2})}{\log p}
$$
where $0 < p < 1$. We are only interested in values for the constant $\lambda$ such that $y_i \geq 0$ for all $i$. We start with $y_0 = 0, y_1 = 1$.</p>
<p>Some experiments with different parameters show that the sequence $y_j$ approaches $y_j \approx a j + b$ for some constant $a \geq 0, b \leq 0$. It seems like you should take $\lambda = O(p)$ but I cannot prove this.</p>
<p>Are there any relatively simple bounds (upper and lower) for the asymptotic behavior of $y_j$?</p>