Is there an easy way to prove that $$\lim_{k\to \infty}{|x^k-x|\over { 1+|x^k-x|}}=0$$ with $x\in \mathbb R$ without using $\epsilon-\delta$ definition? Any help would be really appreciated
2026-04-08 00:46:27.1775609187
On
Proof of $\lim_{k\to \infty}{|x^k-x|\over { 1+|x^k-x|}}=0$
45 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
There are 3 best solutions below
1
On
If $x>1$ or $0 > x > -1$ and $k \to \infty$, $|x^k-x|=x^k-x$ since the thing inside the absolute value will be positive.
If $x<-1$ or $0 < x<1$ and $k \to \infty$, $|x^k-x|=x-x^k$ since the thing inside the absolute value will be negative.
If $x=0$ or $x=1$, $|x^k-x|=0$
Do two different limits, one for each case, and you will find your answer.
Thanks to Moya for pointing out the error.
If $|x|<1$, then $|x^k-x|=x-x^k$ $$\lim_{k\rightarrow\infty}\frac{x-x^k}{1+x-x^k}=\frac{x}{1+x}.$$ If $|x|=1$, then $$\lim_{k\rightarrow\infty}\frac{|x^k-x|}{1+|x^k-x|}=0.$$ If $|x|>1$, then $|x^k-x|=x^k-x$ $$\lim_{k\rightarrow\infty}\frac{x^k-x}{1+x^k-x}=1-\lim_{k\rightarrow\infty}\frac{1}{1+x^k-x}=1.$$