I feel like theres a huge hole in my understanding of sequences and convergence.
I want to show that the sequence $(\frac{n}{2^n})_{n\in\mathbb{N}}$ is convergent and find its limit. It's obvious that the limit of this sequence is $0$, but I'm just not sure how to prove that this sequence is convergent
I know the definition of convergence is that for every $\epsilon > 0$ there exists an $N_{\epsilon}$ such that $|\frac{n}{2^n} - l| < \epsilon$ for $n>N_{\epsilon}$. This is as far as I've gotten with my attempt.
$\textbf{Proof:}$
$\lim_{n \to \infty} \frac{n}{2^n} = 0$
For $\epsilon > 0, \>\exists \>N_{\epsilon} \in \mathbb{N}$ s.t
$|\frac{n}{2^n} - 0| < \epsilon$ for all $n > N_{\epsilon}$
$\frac{n}{2^n} < \epsilon$
???
I just can't seem to find an $N_{\epsilon}$ that guarantees that $\frac{n}{2^n} < \epsilon$ for $n > N_{\epsilon}$
Am I on the right track? If not, what am I missing? I seem to struggle with proving the convergence of any sequence. Is there some sort of step by step system that I can follow to determine whether or not a sequence is convergent? Any help or hints would be greatly appreciated!
Guide:
When $n$ is large, $2^n > n^2$.
That is when $n$ is large, we have $\frac1{2^n} <\frac1{n^2} $
That is when $n$ is large, we have $\frac{n}{2^n} < \frac{n}{n^2}=\frac1n$.
$|\frac{n}{2^n}| < |\frac{n}{n^2}|=|\frac1n|$.
If you can prove that $\frac1n$ converges to $0$, then you can show that $\frac{n}{2^n}$ converges to $0$.