<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Recurrences on Aurélien&#39;s Math Notebook</title>
    <link>https://math.aurelienooms.be/tags/recurrences/</link>
    <description>Recent content in Recurrences on Aurélien&#39;s Math Notebook</description>
    <generator>Hugo -- gohugo.io</generator>
    <lastBuildDate>Wed, 17 Oct 2018 00:00:00 +0000</lastBuildDate><atom:link href="https://math.aurelienooms.be/tags/recurrences/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>The Drunkard&#39;s Walk</title>
      <link>https://math.aurelienooms.be/2018/10/17/drunkards-walk/</link>
      <pubDate>Wed, 17 Oct 2018 00:00:00 +0000</pubDate>
      
      <guid>https://math.aurelienooms.be/2018/10/17/drunkards-walk/</guid>
      <description>&lt;p&gt;A drunkard is zigzagging home. At every steps forward (or backward) he is
making, he also moves \(1\) step to the left with probability \(p\) and \(1\)
step to the right otherwise. He starts \(i\) steps to the right of a river. What is
the expected number of steps forward before he falls into the river?&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Recurrences</title>
      <link>https://math.aurelienooms.be/2017/04/22/recurrences/</link>
      <pubDate>Sat, 22 Apr 2017 00:00:00 +0000</pubDate>
      
      <guid>https://math.aurelienooms.be/2017/04/22/recurrences/</guid>
      <description>&lt;h2 id=&#34;theorem&#34;&gt;Theorem&lt;/h2&gt;
&lt;p&gt;Let \(a \in \mathbb{N} \), \(t &amp;lt; a \in \mathbb{N} \), and \(b \in
\mathbb{R}\). Defining \(A_t\)to be some real number and&lt;/p&gt;
&lt;p&gt;$$
A_N = (1 - \frac{a}{N}) A_{N-1} + b, N &amp;gt; t \in \mathbb{N},
$$&lt;/p&gt;
&lt;p&gt;then&lt;/p&gt;
&lt;p&gt;$$
A_N = \frac{b}{1+a} (N+1), N \ge a \in \mathbb{N}.
$$&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Fibonacci numbers</title>
      <link>https://math.aurelienooms.be/2015/06/29/fibonacci/</link>
      <pubDate>Mon, 29 Jun 2015 00:00:00 +0000</pubDate>
      
      <guid>https://math.aurelienooms.be/2015/06/29/fibonacci/</guid>
      <description>&lt;p&gt;The Fibonacci numbers are defined as \(f_0 = 0,\ f_1 = 1\) and, for \(i \ge
2,\ f_i = f_{i-1} + f_{i-2}\). Here is the beginning of the Fibonacci sequence:&lt;/p&gt;
&lt;p&gt;\(0, 1, 1, 2, 3, 5, 8, 13, 21, \ldots\)&lt;/p&gt;
&lt;p&gt;We generalize the definition above by changing the two initial values, for
example with \(f_0 = 4,\ f_1 = 6\) we obtain&lt;/p&gt;
&lt;p&gt;\(4, 6, 10, 16, 26, 42, \ldots\)&lt;/p&gt;</description>
    </item>
    
  </channel>
</rss>
