2

A sequence is eventually periodic if we can drop a finite number of terms from the beginning and make it periodic.

$$x_k=\sin(k)$$

I think this is periodic since the function is periodic and it seems to converge to 0 by iterations. The thing that confused me is that there are infinite numbers in the domain in the period of $\sin(k)$ since it's continuous. So I can't really assume that if a function is periodic -> sequence is periodic?

GRS
  • 2,495
  • Related post: http://math.stackexchange.com/questions/4764/sine-function-dense-in-1-1 And other posts linked there might be of interest in relation to this problem, too. – Martin Sleziak Nov 03 '15 at 13:05
  • If I understand correctly, you mean there exist two integers $u,v$ where $u-v$ is a multiple of $2\pi$? It does not seem true to me though. – cr001 Nov 03 '15 at 13:13

2 Answers2

7

If you have $\sin(k+n)=\sin k$, then1 either $n$ or $2k+n$ is an integer multiple of $\pi$. Can this happen for integers $k,n\ge1$? (Knowing that $\pi$ is irrational2 might be useful.)

You should arrive to the conclusion that the sequence is not periodic.

1We know that $\sin x=\sin y$ holds if and only if $x=y+2z\pi$ or $x=\pi-y+2z\pi$ for some $z\in\mathbb Z$.

2 Wikipedia: Proof that $\pi$ is irrational

Thomas Andrews
  • 177,126
  • $sin(k+2\pi)$ will be the same as $sin(k)$ but since, we can only work with integers this is not possible, so there is no such period? So not periodic even though the function itself is periodic? – GRS Nov 03 '15 at 13:19
  • I think this is the correct solution and it does not matter whether the set is dense or not. – cr001 Nov 03 '15 at 13:19
  • @Nick It is true that $\sin(k+2\pi)=\sin k$. But you should also keep in mind that $\sin k =\sin (\pi -k) = \sin (3\pi-k)=...$. – Martin Sleziak Nov 03 '15 at 13:22
  • Thank you very much. So I need to show that since I can't make this period with integers only (because of irrationality), there is no such period and thus the sequence is not periodic. – GRS Nov 03 '15 at 13:24
  • @Nick What you wrote is correct. (The sequence is not periodic.) I have added this to my answer. (So that this fact is mentioned there explicitly.) – Martin Sleziak Nov 03 '15 at 13:26
2

It cannot be eventually periodic since it can be shown the set of values of $ \sin k\ (k\in \mathbf N)$ is dense in $[-1,1]$, and not equal to the whole of $[-1,1]$.

Bernard
  • 175,478
  • You probably mean $[-1,1]$ instead of $[0,1]$. http://math.stackexchange.com/questions/4764/sine-function-dense-in-1-1 – Martin Sleziak Nov 03 '15 at 13:15
  • Actually, this is not an answer. –  Nov 03 '15 at 13:17
  • @Martin Sleziak: You're right. One of my freudian slips… Thanks for pointing it. – Bernard Nov 03 '15 at 13:23
  • @Normal Human: It was implicit. I've added the dots. – Bernard Nov 03 '15 at 13:28
  • Still not an answer. "It's not periodic because it can be shown that it's not periodic" I can answer a lot of questions here in this fashion. –  Nov 03 '15 at 14:03
  • I answered it's dense was the reason, and dense is not compatible with periodic, unless we have a surjection from $\mathbf N$ onto $[-1,1]$. Now this was intended only to be a sketch. – Bernard Nov 03 '15 at 14:24