1

I am not entirely sure how to go about this one.

$\displaystyle\limsup_{n\to\infty} \sin(n)$

I am assuming $\sup$ means supremum, in which case since $\sin$ can only be in range of $<-1,1>$, supremum is $1$, which makes the limit $1$. Is this correct?

Edit: I misunderstood the task, corrected it, but that makes the above comment irrelevant

Mykybo
  • 1,027

1 Answers1

2

The sequence $\{e^{in}\}_{n\geq 0}$ is dense in the unit circle, and the function $z\to \text{Im}(z)$ from the unit circle to the $[-1,1]$ interval is a continuous function, preserving density. It follows that $1$ is a limit point for the sequence $\{\sin n\}_{n\geq 0}$, so your $\limsup$ equals $\color{red}{\large 1}$.

Notice that the range of the sine function is $[-1,1]$ is not enough to reach that conclusion.
For instance, the range of the functions $f(t)=\frac{2t}{1+t^2}$ or $g(t)=\sin(\pi t)$ is also $[-1,1]$, but $$ \limsup_{n\to +\infty}\frac{2n}{1+n^2}=\limsup_{n\to +\infty}\sin(\pi n)=\color{red}{0}.$$

Jack D'Aurizio
  • 353,855