limit of $\lim_{n \rightarrow \infty} n^k x^n$

211 Views Asked by At

I like to show that $\lim_{n \rightarrow \infty} n^k x^n =0$ if $\vert x \vert <1$ for $k,n \in \mathbb{N}$ and $x \in \mathbb{C}$.

I need the statement to proof a anohter one, i know that for $x=0$ it is trivial but i need a hint to go further.

thanks in advance

2

There are 2 best solutions below

0
On BEST ANSWER

If the limit exists, then, by continuity, $$ \left|\lim_{n\rightarrow\infty}n^kx^n\right|=\lim_{n\rightarrow\infty}n^k|x|^n. $$ Moreover, if the RHS is $0$, then the LHS exists and is also $0$. Let's look at ratios of successive pairs. In particular, $$ \frac{(n+1)^k|x|^{n+1}}{n^k|x|^n}=\left(\frac{n+1}{n}\right)^k|x|. $$

For $n$ sufficiently large, $\left(\frac{n+1}{n}\right)^k|x|$ can be bounded away from $1$ as follows: Suppose that $|x|=1-\varepsilon$. Since $\frac{n+1}{n}$ is decreasing to $1$, we may find an $N$ such that if $n\geq N$, $\left(\frac{n+1}{n}\right)^k<1+\varepsilon$. In particular, we need $$ \frac{n+1}{n}\leq (1+\varepsilon)^{1/k}. $$ In other words, $$ n\geq \frac{1}{(1+\varepsilon)^{1/k}-1}. $$ With this choice of $N$, $\left(\frac{n+1}{n}\right)^k|x|<1-\varepsilon^2<1$. Let $$ y=1-\varepsilon^2. $$ By construction, we know that for $n\geq N$, $$ \frac{(n+1)^k|x|^{n+1}}{n^k|x|^n}\leq y $$ or that $$ (n+1)^k|x|^{n+1}\leq y n^k|x|^n. $$ By induction, we get that for $n\geq N$, $$ n^k|x|^n\leq N^k|x|^Ny^{n-N}. $$ Therefore, we consider $$ \lim_{n\rightarrow\infty}N^k|x|^Ny^{n-N}=N^k\left(\frac{|x|}{y}\right)^N\lim_{n\rightarrow\infty}y^n. $$ This equals $0$ since $0<y<1$. Since $0\leq n^k|x|^n\leq N^k|x|^Ny^{n-N}$ for $n$ sufficiently large, by the squeeze theorem, we get that the original limit is $0$.

0
On

only when $x$ is real you have the following :

if $x = 0$ it's trivial

if $x > 0 $

$n^kx^n = e^{k\ln n + n\ln x} = e^{k\ln n -cn}, \; \; c > 0$

since ${k\ln n -cn} \to - \infty$ then $n^kx^n \to 0$

if $x < 0$

$- n^k(-x)^n \leq n^kx^n = (-1)^n n^k(-x)^n \leq n^k(-x)^n $

by the squeeze theorem you get what you want to prove

if $x \in \mathbb{C}, \; \; x=re^{i\theta}$ since $0 < r < 1$ and $e^{i\theta}$ is bounded you have the same result as if $x$ was real