MHB How Can We Prove that a Recursively Defined Sequence Has a Period of 8?

  • Thread starter Thread starter anemone
  • Start date Start date
AI Thread Summary
The discussion focuses on proving that the recursively defined sequence \( a_n \) has a period of 8, given by the relation \( a_{n+3} = \frac{1 + a_{n+1} + a_{n+2}}{a_n} \). Through mathematical manipulation, including multiplying by \( a_n \) and substituting values, participants derive key equations that reveal relationships between terms of the sequence. The proof shows that \( a_{n}a_{n+4} = a_{n}a_{n-4} \), leading to the conclusion that \( a_{n} = a_{n+8} \) for \( n \geq 0 \). This confirms the periodicity of the sequence, demonstrating that it indeed has a period of 8.
anemone
Gold Member
MHB
POTW Director
Messages
3,851
Reaction score
115
Suppose $$\left({a_n}\right)_{n=1}^\infty$$ be recursively defined by $a_0>1$, $a_1>0$ and $a_2>0$,

$$a_{n+3}=\frac{1+a_{n+1}+a_{n+2}}{a_n}$$ for $n=0,1,2,\cdots$,

Show that $a_n$ has period of 8.
 
Mathematics news on Phys.org
Re: Show that a_{n+8}=a_n

anemone said:
Suppose $$\left({a_n}\right)_{n=1}^\infty$$ be recursively defined by $a_0>1$, $a_1>0$ and $a_2>0$,

$$a_{n+3}=\frac{1+a_{n+1}+a_{n+2}}{a_n}$$ for $n=0,1,2,\cdots$,

Show that $a_n$ has period of 8.

In the paper of Lothar Berg 'Nonlinear difference equation with periodic solutions' [2006] it is explained that given a difference equation like... $\displaystyle x_{n+1} = f(x_{n},x_{n-1},...,x_{n-k})\ (1)$... it admits a periodic solution of periodo p if it exists an equilibrium point $x^{*}$ such that... $\displaystyle x^{*} = f(x^{*},x^{*},...,x^{*})\ (2)$... and, defining... $\displaystyle f_{i}= \frac{\partial f}{\partial u_{i}} (x^{*},x^{*},...,x^{*})\ (3)$

... all the rouths of the polynomial... $\displaystyle \lambda^{k+1} - f_{0} \lambda^{k} - ... - f_{k-1} \lambda - f_{k}\ (4)$

... are simple p-th routh of unity. In Your case is...

$\displaystyle x_{n+1}= \frac{1 + x_{n} + x_{n-1}}{x_{n-2}}\ (5)$

... the characteristic polynomial is...

$\displaystyle \lambda^{3} - \frac{1}{x^{*}}\ (\lambda^{2} + \lambda) + 1\ (6)$ ... with $\displaystyle x^{*} = 1 \pm \sqrt{2}$ and the roths of (6) are... $\displaystyle \lambda = -1, \lambda = \frac {1-i}{\sqrt{2}}, \lambda = \frac{1+i}{\sqrt{2}}, \lambda = - \frac{1+i}{\sqrt{2}}, \lambda =- \frac{1-i}{\sqrt{2}}\ (7)$ ... so that the periodicity p=8 is demonstrated...

Kind regards

$\chi$ $\sigma$

P.S. the Lotahr's article is ...

http://ftp.math.uni-rostock.de/pub/romako/heft61/lothar.pdf

 
Last edited:
Re: Show that a_{n+8}=a_n

chisigma said:
In the paper of Lothar Berg 'Nonlinear difference equation with periodic solutions' [2006] it is explained that given a difference equation like... $\displaystyle x_{n+1} = f(x_{n},x_{n-1},...,x_{n-k})\ (1)$... it admits a periodic solution of periodo p if it exists an equilibrium point $x^{*}$ such that... $\displaystyle x^{*} = f(x^{*},x^{*},...,x^{*})\ (2)$... and, defining... $\displaystyle f_{i}= \frac{\partial f}{\partial u_{i}} (x^{*},x^{*},...,x^{*})\ (3)$

... all the rouths of the polynomial... $\displaystyle \lambda^{k+1} - f_{0} \lambda^{k} - ... - f_{k-1} \lambda - f_{k}\ (4)$

... are simple p-th routh of unity. In Your case is...

$\displaystyle x_{n+1}= \frac{1 + x_{n} + x_{n-1}}{x_{n-2}}\ (5)$

... the characteristic polynomial is...

$\displaystyle \lambda^{3} - \frac{1}{x^{*}}\ (\lambda^{2} + \lambda) + 1\ (6)$ ... with $\displaystyle x^{*} = 1 \pm \sqrt{2}$ and the roths of (6) are... $\displaystyle \lambda = -1, \lambda = \frac {1-i}{\sqrt{2}}, \lambda = \frac{1+i}{\sqrt{2}}, \lambda = - \frac{1+i}{\sqrt{2}}, \lambda =- \frac{1-i}{\sqrt{2}}\ (7)$ ... so that the periodicity p=8 is demonstrated...

Kind regards

$\chi$ $\sigma$

P.S. the Lotahr's article is ...

http://ftp.math.uni-rostock.de/pub/romako/heft61/lothar.pdf



Hi chisigma,

Thanks for participating and thanks for the pdf link too, that's a wonderful reading material to say the least...

I'll only post the solution to this problem later, I just feel there are others who still want to attempt to it. :D
 
Re: Show that a_{n+8}=a_n

Here is the solution provided by others which I think is worth sharing at MHB:

We're given $$a_{n+3}=\frac{1+a_{n+1}+a_{n+2}}{a_n}$$ for $n=0,1,2,\cdots$

First we multiply the equation by $a_n$ to eliminate the fraction and get

$a_{n+3}a_{n}=1+a_{n+1}+a_{n+2}$---(1)

If we replace $n$ by $n-1$, the above equation becomes

$a_{n+2}a_{n-1}=1+a_{n}+a_{n+1}$---(2)

And subtracting the equations (1) and (2) yields

$a_{n+3}a_{n}-a_{n+2}a_{n-1}=a_{n+2}-a_{n}$

Collecting the like terms and factoring out the common factor we now have

$a_{n}(1+a_{n+3})=a_{n+2}(1+a_{n-1})$

Adding the term $a_{n}a_{n+2}$ to both sides we get

$a_{n}(1+a_{n+2}+a_{n+3})=a_{n+2}(1+a_{n-1}+a_{n})$---(*)

And by applying the given recursive equation to (*) we obtain

$a_{n}a_{n+1}a_{n+4}=a_{n+2}a_{n+1}a_{n-2}$

$a_{n}a_{n+4}=a_{n+2}a_{n-2}$---(3)

Replace $n$ by $n-2$ to get

$a_{n-2}a_{n+2}=a_{n}a_{n-4}$---(4)

By comparing the equations (3) and (4) we notice that

$a_{n}a_{n+4}=a_{n}a_{n-4}$

$\therefore a_{n+4}=a_{n-4}$, $n\ge4$

This implies $ a_{n}=a_{n+8}$ for $n\ge0$.
 
Suppose ,instead of the usual x,y coordinate system with an I basis vector along the x -axis and a corresponding j basis vector along the y-axis we instead have a different pair of basis vectors ,call them e and f along their respective axes. I have seen that this is an important subject in maths My question is what physical applications does such a model apply to? I am asking here because I have devoted quite a lot of time in the past to understanding convectors and the dual...
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...

Similar threads

Replies
4
Views
3K
Replies
1
Views
1K
Replies
15
Views
2K
Replies
11
Views
2K
Replies
1
Views
1K
Replies
2
Views
3K
Back
Top