3

For $x$ given, what do you think about the following limit?

$$ \lim_{n\to\infty}\left(x^n-1\right)^{1/n}. $$

What I tried and what are the problems that I am facing:

Let $f(x, n)=\left(x^n-1\right)^{1/n}$. We have:

$$ \log f(x, n)=\dfrac{1}{n}\log\left(x^n-1\right)=\dfrac{1}{n}\log\left(1-x^{-n}\right)+\dfrac{1}{n}\log\left(x^n\right), $$

first, I do not know if I can apply the log or not? I guess $x$ must be real? and must be positive? what about complex?

Finally, $$ \lim_{n\to\infty}\left(x^n-1\right)^{1/n}=\log x. $$

npisinp
  • 652
  • I would imagine that this problem only makes sense when $x$ is a positive real number, because the $n$th root is not well-defined if $x^n-1$ is not positive. – Lee Mosher Jun 10 '14 at 16:10
  • 1
    Also, what you have proved is that $\lim_{n\to\infty} \log f(x,n) = \log(x)$, not $\lim_{n\to\infty} f(x,n) = \log(x)$. – Lee Mosher Jun 10 '14 at 16:12

2 Answers2

7

Here is a down and dirty solution, for large $n$, (and assuming $x>1$, since otherwise how can you take $n$ th root),

$$\frac{1}{2}x^n \leq x^n-1 \leq x^n$$
so

$$\frac{1}{\sqrt[n]{2}}x \leq (x^n-1)^{\frac{1}{n}} \leq x$$
So $$(x^n-1)^{\frac{1}{n}} \to x$$

0

Another approach if I may, just for fun:

$\lim_{n\to\infty}\left(x^n-1\right)^{1/n}=e^{ln(\lim_{n\to\infty}\left(x^n-1\right)^{1/n})}=e^{\lim_{n\to\infty}\frac{ln\left(x^n-1\right)^{1/n}}{n}}=e^{\lim_{n\to\infty}\frac{\left(x^nln(x)\right)}{x^n-1}}=e^{\lim_{n\to\infty}\frac{\left(x^n(ln(x))^2\right)}{x^n(lnx)}}=e^{\lim_{n\to\infty}lnx}=e^{lnx}=x$