How would I prove that $\{r^n\}_{n\in\mathbb{N}^+}$ converges to $0$ if $0 < r < 1$? I've tried using $\epsilon-N$ but the only way I can isolate $n$ is by getting $n > \frac{ln|\epsilon|}{ln|r|} = log_{r}|\epsilon|$. Is there something I'm not getting here? Am I allowed to choose $N > log_{r}|\epsilon|$?
2026-04-06 21:15:49.1775510149
On
Prove that $\{r^n\}_{n\in\mathbb{N}^+}$ converges to $0$ if $0 < r < 1$ using the $\epsilon-N$ definition.
585 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
There are 2 best solutions below
0
On
Here I recall the proof in the Rudin's book
let $k$ be a natural number and $p$ be a positive real number. For $n>2k$,
$\ (1+p)^n> \ _nC_k\ p^k= \frac{n(n-1)\ \cdots\ (n-k+1)} {k!}\ p^k>\ \frac {n^k\ p^k} {2^k\ k!}$
Therefore
$0<\ \frac {1} {(1+p)^n} < \frac {2^kk!} {p^k} n^{-k}$
since $n^{-k} \xrightarrow {} 0\ $, ${(\frac {1} {1+p}) }^n \xrightarrow {} 0$
As we set $p$ be any positive real, $r^n$ converges to $0$ when $0<r<1$
You did everything correctly. I'm expanding on my comments.
We have to show that for every $\epsilon > 0$, there is a $N \geq 0$ such that for every $n \geq N$, one has $|r^n - 0| = |r^n| < \epsilon$.
If $\epsilon \geq 1$, then $\log_r(\epsilon) \leq 0$. So choosing $N = 1 > \log_r(\epsilon)$ yields that for every $n \geq N = 1$, we have $|r^n| < 1 \leq \epsilon$, which makes sense. So if $\epsilon \geq 1$, there is really nothing to show, since the sequence takes values between $0$ and $1$ anyways (except for $n = 0$).
So the really interesting case is $0 < \epsilon < 1$. In this case, taking $N > \log_r(\epsilon)$ is a real condition on $N$, since here, $\log_r(\epsilon)$ is positive. But then it goes through:
Choose $N > \log_r(\epsilon)$. For every $n \geq N$, one then has $n > \log_r(\epsilon)$ and hence $|r^n| < |r^{\log_r(\epsilon)}| = \epsilon$, perfect!