Show that the sequence {$r^n$} converges to $0$ if $|r|<1$.
My attempt
Let $a_{n} = r^n$ and $\varepsilon>0$.
$|a_{n} - 0| = |r^n| = |r|^n$.
Consider $|r|^n < \varepsilon$.
Taking log on both sides we get,
$n$log$|r|<$log$\varepsilon$.
Since $|r| = \frac{1}{1+h}, h>0$, log$|r|$ is negative. Therefore,
$n>\frac{log\varepsilon}{log(\frac{1}{1+h})}$.
Let $m$ be any positive integer greater than $\frac{log\varepsilon}{log(\frac{1}{1+h})}$. Then for $\varepsilon>0$, there exists a positive integer $m$ such that $|a_{n} - 0|<\varepsilon$ for all $n\geq$ $m$.
Therefore, the sequence {$r^n$} converges to $0$ if $|r|<1$.
Is this method correct? Most proofs I saw make use of binomial expansion and all, and I wonder why.
Beginning the proof with “Take $|r|^n<\varepsilon$” makes no sense, since the goal is to prove that $\lim_{n\to\infty}|r|^n=0$. You should begin with something like “Let $\varepsilon>0$; I will prove that there is some $M\in\Bbb N$ such that $|r|^n<\varepsilon$ if $n\geqslant m$.”
The rest is correct, but it can be made simpler. Since $|r|<1$ and since $\log|r|$ is such that $e^{\log|r|}=|r|<1$, $\log|r|<0$. No need to write $r$ as $\frac1{1+h}$.