Evaluate the limit $$\lim_{n \to ∞}(1+x^n)^\frac{1}{n}$$ For $x=0$ and $x=1$ the limit is $1$ Now for $0<x<1$ we have $x^n \to 0$ so the limit is $1$ Now for $x>1$ i dont know how to move forward.
2026-03-28 00:56:15.1774659375
On
On
Evaluation of exponential limits
90 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
4
There are 4 best solutions below
0
On
In general, given $a_1,\dots,a_k$, we have $$\lim_{n \to \infty} \sqrt[n]{a_1^n+\cdots+a_k^n} = \max(a_1,\dots,a_k)$$by squeezing principle.
0
On
If you expand this using the Binomial series to two terms you get
$$ \lim_{n\rightarrow\infty} 1 + \frac{x^n}{n}$$
The second term evaluates to an indeterminate form, so using L'Hopital's rule you get
$$ \lim_{n\rightarrow\infty} 1 + \frac{x^n\ln{x}}{1}$$
This shows you that if $|x| < 1$ then the limit will evaluate to 1 as the second term goes to zero for the numerator being both positive/negative and will otherwise go to $-\infty/\infty$ if $x > |1|$ in an oscillatory way unless n is restricted to even/odd values.
For $x>1$ $$(1+x^n)^{\frac{1}{n}}=x\left(\frac{1}{x^n}+1\right)^{\frac{1}{n}}\rightarrow x.$$