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.