How to show that $\sin(m) + \sin(\sin(m)) + \sin(\sin(\sin(m))) + \cdots$, converges for every real number $m$?

281 Views Asked by At

I'm trying to show that the series: $\sin(m) + \sin(\sin(m)) + \sin(\sin(\sin(m)) + \cdots$ converges for all real numbers $m$. To be specific, the series is defined as follows:

$\sum_1^\infty{a_k}$ where $a_{k+1}=\sin(a_k)$ for $k=1, 2, \ldots$ and $a_1=\sin(m)$.

I've concluded that the terms in the series tend to $0$ as $k\rightarrow\infty$. I also tried applying the ratio test:

$\dfrac{|a_k+1|}{|a_k|}=\dfrac{|\sin(\sin\cdots(\sin(m))|}{|\sin(\sin(\cdots(m)|} =\dfrac{|\sin(a_k)|}{|a_k|}\rightarrow1$ as $k\rightarrow\infty$, but since the limit is $1$ the test is inconclusive. I don't know an awful lot about series, but I do know about the the root test, the integral test and about doing comparisons. I can't see how I can apply any of those methods here.

I would be really grateful for any help with this problem!

2

There are 2 best solutions below

8
On

Heuristics: Say $a_n$ is near zero but not zero, then $\sin(x)=x-\frac16x^3+o(x^3)$ when $x\to0$ hence $$a_{n+1}=a_n-\frac16a_n^3+o(a_n^3).$$ If $a_n\sim c/n^b$, this imposes that $c^2=3$ and $b=\frac12$, hence the idea that $a_n\sim\alpha\sqrt{\alpha/n}$ with $\alpha=\pm1$ depending on $a_1$.

Full proof: Change variables and consider $$b_n=\frac1{a_n^2},$$ thus, one knows that $b_n\to+\infty$, and the same expansion of sine yields $$b_{n+1}^{-1}=\sin(b_n^{-1/2})^2=\left(b_n^{-1/2}-\frac16b_n^{-3/2}+o(b_n^{-3/2})\right)^2=b_n^{-1}-\frac13b_n^{-2}+o(b_n^{-2}),$$ which implies $$b_{n+1}=b_n+\frac13+o(1),$$ hence we are done.

0
On

We will prove that $$\lim n \cdot a_n^2 \to 3$$ where $a_{n+1} = \sin a_n$ and $a_0 = a \ne k \pi$.

It is easy to see that $a_n \ne 0$ for all $n$. ( the only root of $\sin x$ in the interval $\sin (\mathbb{R}) = [-1,1]$ is $x=0$) Moreover, since $|\sin x| \le |x|$ for all $x \ne 0$ we conclude that $(a_n)_{n \ge 1}$ is strictly decreasing and $>0$ if $a_1 \in (0,1]$ and strictly increasing and $<0$ if $a_1 \in [-1,0)$. Therefore the sequence $(a_n)$ is convergent. Let $l$ be the limit. Since $x\mapsto \sin x$ is a continuous function from $a_{n+1} = \sin a_n$ we conclude $\sin l = l$ and therefore $l = 0$.

We will show that $n\cdot a_n^2 \to 3$, or, equivalently $$\lim \frac{1/a_n^2}{n} =1/3$$ We'll prove a stronger(use Stolz–Cesàro) $$\lim_{n\to \infty} (1/a^2_{n+1} - 1/a_n^2) = 1/3$$ Since $a_n\to 0$ we'll prove instead $$\lim_{x->0} (1/\sin^2 x- 1/x^2) = 1/3$$

Indeed we have the expansion $$ 1/\sin ^2 x =1/x^2 + 1/3 + x^2/15 + O(x^4)$$

and the statement is proved.

It is apparent that the speed of the convergence of a sequence of iterates $f^n(a)$ to the (locally) unique fixed point $0$ of $f(x)$ has to do with the expansion of $f(x)$ at $0$. Write: $$f(x) =x( 1 + c_s x^s + c_{s'}x^{s'}+ \ldots )$$ Then we have $$ \lim_{x\to 0} \frac{1}{f(x)^s} - \frac{1}{x^s} = -s \cdot c_s$$ Conclusion: If $0$ is an isolated fixed point and $a_n \ne 0$ is a sequence of iterates converging to $0$ then $$n\cdot a_n^s\to - s\cdot c_s$$

Observation: If the expansion at $0$ is more general $c_0 x + \ldots $ then for $|c_0|<1$ any sequence of iterates has convergence at least exponential while for $|c_0|>1$ it seems that $0$ will not be an attractive fixed point.