I want to find the limit $a$ of the sequence $(a_n)_n$ and the smallest natural number N such that $|a_n - a| < \epsilon \forall n \geq N$
My $a_n = 5/3 - 3^n/4^n$ for all $n \in \mathbb{N},$ $\epsilon = 1/1000$
I usually would just divide $a_n$ by n to get an $a$. However, with the n to the power this is not possible.
Please give me a hint on what to do?
UPDATE
OK, I got the limit $5/3$
When I want to calculate:
$$\left| 5/3 - (3/4)^n - 5/3\right|< 1/1000$$ $$\left|-(3/4)^n \right|< 1/1000$$
Here I am stuck...
Hints:
$$ 3^n/4^n=\left(\frac34\right)^n $$
The definition of a limit is that $a_n\to a$ if for all $\varepsilon>0$ we have $N(\varepsilon)$ such that for all $n\geqslant N(\varepsilon)$, $|a_n-a|<\varepsilon$.