6

I have this notation:

$$\lim_{k->\infty} k^ {1/k}$$

Is it correct to say that the output is 1, or is there some other result?

motiur
  • 207
  • Which one are you asking, $\sum_{k=1}^\infty k^{1/k}$, as the question says, or $\lim_{k\to\infty} k^{1/k}$, as the topic seems to imply? – JiK Mar 16 '14 at 11:56
  • It diverges. since $\lim_{n\to\infty}\sqrt[n]{n}=1\neq 0$ – Robert Fan Mar 16 '14 at 11:56
  • 1
    First, should the sum be over $k$ instead of $i$? Second, the title of your question is meaningless and should be changed. Third, try to show that $k^{1/k} \geq 1$ for all $k$. – Paul Siegel Mar 16 '14 at 11:57
  • @PaulSiegel actually, the title isn't meaningless. OP apparently doesn't know that $\infty^0$ is indeterminate and depends on context. That is a valid mathematical question and can be answered as well. – Guy Mar 16 '14 at 12:00
  • 1
    @Sabyasachi "Indeterminate" is just a fancy word for "meaningless". – Paul Siegel Mar 16 '14 at 12:01
  • @PaulSiegel well I disagree. $1^\infty$ is "indeterminate" but can you call $e$ meaningless? – Guy Mar 16 '14 at 12:03
  • 2
    @Sabyasachi "$1^\infty$" is complete nonsense; $e$ is the perfectly well-defined limit of the sequence $(1 + 1/n)^n$ as $n \to \infty$. – Paul Siegel Mar 16 '14 at 12:04
  • 1
    @Sabyasachi Understanding why these expressions are meaningless requires no understanding: $\infty$ is not a number, and cannot be manipulated as such. Would anybody ask whether ${car}^0$ is meaningful? – Paul Siegel Mar 16 '14 at 12:06
  • @Sabyasachi Perhaps the OP knows because s/he read my comment... – Paul Siegel Mar 16 '14 at 12:08
  • @Sabyasachi I'm sorry if you interpreted any of my comments as condescention - note that all of them (except the last) are factual statements. – Paul Siegel Mar 16 '14 at 12:11
  • @PaulSiegel I think we are uselessly polluting the comments. Delete the comments? and instead leave something constructive. at least explain why it is meaningless? – Guy Mar 16 '14 at 12:15
  • Guys, what are we talking about? – motiur Mar 16 '14 at 13:23

2 Answers2

11

$$\lim_{n\to\infty}n^{^\tfrac1n}=\lim_{n\to\infty}\Big(e^{\ln n}\Big)^{^{\tfrac1n}}=\lim_{n\to\infty}e^{^\tfrac{\ln n}n}=e^{^{\displaystyle{\lim_{n\to\infty}}\tfrac{\ln n}n}}=e^{^{\displaystyle{\lim_{t\to\infty}}\dfrac t{e^t}}}=e^0=1.$$

Lucian
  • 48,334
  • 2
  • 83
  • 154
1

There is no universal value for $\infty^0$. It is indeterminate, and the value depends on how you are getting the $\infty$ and the $0$. Some other indeterminate forms are $0^0, 1^\infty, \infty\times0,\frac00, 1$. I might have missed a few.

For example consider the function $f_1(n)=(1+\frac1n)^n$. At $\infty$ it is of the form $1^\infty$, but

$$\lim_{n\to\infty} f(n)=e\approx2.718\cdots$$

Now consider $f_2(n) = (1+\frac2n)^n$. At $\infty$ this is also of the form $1^\infty$ but the limit is,

$$\lim_{n\to\infty} f(n)=e^2\approx7.389\cdots$$

As for your actual question, $\sum_{i=1}^\infty k^{1/k}$ is infinite since you are adding a non-zero constant $(k^{1/k})$ to itself an infinite number of times.

If we change the summation to $\sum_{i=1}^\infty i^{1/i}$, this is still infinite as although the terms are not constant, each of them is greater than $1$ and so the series is greater than $1+1+1+\cdots$, therefore infinite.

As to why each term is greater than $1$, the function $f(x)=x^{1/x}$ is monotonically decreasing $\forall x\gt e$, and each term must be greater than the limit of the function at $\infty$, and this limit

$$\lim_{n\to\infty} n^{1/n} = 1$$

As to why this limit is $1$,(and why the other limits are $e$ and $e^2$ respectively) this is a topic too broad for the scope of this answer. I suggest you read the article linked above, and also read a good book on calculus, in case you are willing to self-study.

Guy
  • 8,857
  • 1
  • 28
  • 57
  • Can you review my edited question. I am sorry to create a confusion. – motiur Mar 16 '14 at 13:16
  • @whoknows I did answer the limit It is 1. – Guy Mar 16 '14 at 13:17
  • @whoknows $\lim_{k=1}^\infty$ doesn't make sense – Guy Mar 16 '14 at 13:31
  • read a book(or article) on limits – Guy Mar 16 '14 at 13:31
  • Excuse me, this has never happened.I am not bad at maths. – motiur Mar 16 '14 at 13:33
  • @whoknows then it must've been an embarassing mistake. yes $\lim_{k\to\infty} k^{1/k}=1$ – Guy Mar 16 '14 at 13:35
  • 1
    $0^0$ is not indeterminate. It is 0. – Jiminion Apr 28 '16 at 15:01
  • @Jiminion any chance you could link to a reference supporting your claim RE 0^0? I'd be curious to see the formal justification. Sounds believable to me, but certainly not obvious. – Max von Hippel Jul 25 '17 at 03:46
  • http://mathforum.org/dr.math/faq/faq.0.to.0.power.html

    It looks like I was wrong. I think I must have meant 1.

    – Jiminion Jul 26 '17 at 14:04
  • The link you posted still says that 0^0 is indeterminate, and it is. I agree that taking it equal to 1 is a useful convention, but in cases where a limit is involved and just putting in the value for what the variable is approaching may give 0^0 while the limit is not 1. – Guy Jul 26 '17 at 14:09