2

Determine the following limit

$$\lim_{n\to\infty} \cos{\left(\frac{n}{2^{n}}\right)}$$

I'm not really sure how to start here. We can write this as $$\cos{\left(\lim_{n\to\infty}\frac{n}{2^{n}}\right)}$$ then we must determine $$\lim_{n\to\infty}\frac{n}{2^{n}}$$ evidently this is zero however how would we actually determine this?

user2850514
  • 3,689
  • 1
    Basic theorem: if ${a_n}$ is a converging sequence and $f(x)$ is a continuous function, $\lim_{n\to +\infty}f(a_n) = f\left(\lim_{n\to+\infty} a_n\right).$ – Jack D'Aurizio Dec 28 '14 at 16:58

5 Answers5

3

The answer is $1$ because:

  1. The function $\cos x$ is continous on $\mathbb{R}$ and at $x = 0$.

  2. $\displaystyle \lim_{x\to 0} \cos x = \cos 0 = 1$.

  3. $\displaystyle \lim_{n \to \infty} \dfrac{n}{2^n} = 0$ ( by L'hospitale rule )

DeepSea
  • 77,651
1

Do you know that $\lim\limits_{x\to a}f(g(x))=\lim\limits_{u\to b}f(u)$ where $b=\lim\limits_{x\to a}g(x)$ for sufficiently well-behaved $f,g$?


To prove $n/2^n\to0$ just recall that $2^n>n^2$ for $n>5$ so $0<\dfrac{n}{2^n}<\dfrac{n}{n^2}=\dfrac1n$ for sufficiently large $n$ and by the squeeze theorem from $0,1/n\to0$ it follows $n/2^n\to0$.

Of course, this relies on knowing $1/n\to0$. Do you have that result? If not it might be best to take a more direct epsilon-delta approach.

obataku
  • 5,571
1

Since $\sum\limits_{n=1}^{\infty}\frac{n}{2^n}$ converges (use for example ratio test), we have $\lim_{n\to\infty}\frac{n}{2^n} = 0$.

1

Here are the steps $$\lim_{n\to\infty} \cos{\left(\frac{n}{2^{n}}\right)}= \cos{\left( \lim_{n\to\infty} \frac{n}{2^{n}}\right)} $$ $$=\cos\left(\lim_{n\to\infty}\frac{\frac{d}{dn}n}{\frac{d}{dn}2^{n}}\right)=\cos\left(\lim_{n\to\infty}\frac{1}{2^{n}\ln 2}\right) $$ $$=\cos(0)=1$$

k170
  • 9,045
0

If $x_n=\frac{n}{2^n}$,

$$\left|\frac{x_{n+1}}{x_n}\right|=\left|\frac{\frac{n+1}{2^{n+1}}}{\frac{n}{2^n}}\right|=\left|\frac{(n+1)2^n}{n 2^{n+1}}\right|=\left|\frac{n+1}{n}\cdot \frac{1}{2}\right|\underset{n\to\infty }{\longrightarrow} \frac{1}{2}<1,$$ and thus $$\lim_{n\to\infty }\frac{n}{2^n}=0.$$

idm
  • 11,824