Proving $\lim_{n\to\infty} \left(\frac {2}{3}\right)^n=0$ using limit definition

164 Views Asked by At

Prove $\displaystyle\lim_{n\to\infty} \left(\frac {2}{3}\right)^n=0$ with the definition of limit.

From the definition and since $n\in\mathbb N$ I get that ${\Large\mid} \left(\frac {2}{3}\right)^n{\Large\mid}=\left(\frac {2}{3}\right)^n$ but now I'm not sure what to do, I don't see how taking a $\log$ here would help.

I thought of different approach, proving by induction that $\left(\frac {2}{3}\right)^n < \frac 1 n$: The first steps are trivial, then for $n+1$: $\frac {1}{n+1}>\frac {2}{3}\left(\frac {2}{3}\right)^n$, then from the induction hypothesis: $\frac {1}{n+1}>\frac {2}{3}\frac 1 n$ and we get that this true for $n>2$ so we can choose $N_{\epsilon}=\frac 1 {\epsilon}$.

Is there another way that does not involve induction?

2

There are 2 best solutions below

1
On BEST ANSWER

HINT. By limit definition: $$|a_n-l|<\epsilon$$ i.e. $$\left|\left(\frac{2}{3}\right)^n\right|=\left(\frac{2}{3}\right)^n<\epsilon$$ whence $$-n\ln(3/2)<\ln\epsilon$$ and $$n>-\frac{\ln\epsilon}{\ln \frac{3}{2}}$$

3
On

Clearly the sequences $a_n = \frac23^n$ and $b_n = \frac23^{n+1}$ have the same limit point $L$ since $b_n = a_{n+1}$, and the limit exists since it is monotonically decreasing and positive. Yet we also know that $b_n = \frac23a_n$, so we have $$\lim_{n\to\infty} b_n = \frac23\cdot\lim_{n\to\infty} a_n,$$ or $$L = \frac23L,$$ thus $L = 0$.

This doesn't use induction, but I suppose it doesn't really use the definition of limit either...