MHB Sequence Challenge: Proving Periodicity of $\left\{x_n\right\}$ (Mod 11)

Click For Summary
The sequence defined by the recurrence relation $x_{n+3} \equiv \frac{1}{3}(x_{n+2}+x_{n+1}+x_n)$ (mod $11$) is shown to be either constant or periodic with a period of 10. This periodicity arises from the properties of modular arithmetic and the specific structure of the recurrence relation. The discussion emphasizes the importance of analyzing the initial conditions and their influence on the sequence's behavior. Participants highlight the mathematical reasoning behind the periodicity and the implications for sequences defined under similar conditions. The findings contribute to a deeper understanding of recurrence relations in modular systems.
lfdahl
Gold Member
MHB
Messages
747
Reaction score
0
Let the sequence $\left\{x_n\right\}$ of integers (modulo $11$) be defined by the recurrence
relation:

$x_{n+3} \equiv \frac{1}{3}(x_{n+2}+x_{n+1}+x_n)$ (mod $11$), for $n=1,2,..$

Show, that every such sequence $\left\{x_n\right\}$ is either constant or periodic with period $10$.
 
Mathematics news on Phys.org
lfdahl said:
Let the sequence $\left\{x_n\right\}$ of integers (modulo $11$) be defined by the recurrence
relation:

$x_{n+3} \equiv \frac{1}{3}(x_{n+2}+x_{n+1}+x_n)$ (mod $11$), for $n=1,2,..$

Show, that every such sequence $\left\{x_n\right\}$ is either constant or periodic with period $10$.
Since we are working modulo $11$, I understand that $\frac{1}{3}$ means $4$.

This is a linear recurrence relation, whose characteristic polynomial is:
$$x^3 - 4x^2 - 4x - 4$$

Modulo $11$, this polynomial factors as:
$$(x-1)(x-6)(x-8)$$

and this means that the general solution is:
$$x_n = A(1)^n + B(6)^n + C(8)^n\pmod{11}$$

where the constants depend on the initial terms. If $B=C=0$, the sequence is constant; otherwise, since both $6$ and $8$ have multiplicative order $10$ modulo $11$, the sequence has period $10$.
 
castor28 said:
Since we are working modulo $11$, I understand that $\frac{1}{3}$ means $4$.

This is a linear recurrence relation, whose characteristic polynomial is:
$$x^3 - 4x^2 - 4x - 4$$

Modulo $11$, this polynomial factors as:
$$(x-1)(x-6)(x-8)$$

and this means that the general solution is:
$$x_n = A(1)^n + B(6)^n + C(8)^n\pmod{11}$$

where the constants depend on the initial terms. If $B=C=0$, the sequence is constant; otherwise, since both $6$ and $8$ have multiplicative order $10$ modulo $11$, the sequence has period $10$.

Thankyou, castor28!, for your sharp minded contribution and participation, which is highly appreciated!(Yes)
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
10K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 11 ·
Replies
11
Views
4K
  • · Replies 17 ·
Replies
17
Views
1K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 15 ·
Replies
15
Views
1K
  • · Replies 125 ·
5
Replies
125
Views
19K
  • · Replies 3 ·
Replies
3
Views
582
  • · Replies 25 ·
Replies
25
Views
3K