Limit of k^k/(k+1)^k: How to Solve for the Asymptote?

  • Thread starter Thread starter mpm166
  • Start date Start date
  • Tags Tags
    Limit
Click For Summary

Homework Help Overview

The discussion revolves around finding the limit of the expression k^k/(k+1)^k as k approaches infinity. This limit is part of a larger problem, and participants are exploring how to demonstrate the limit's behavior without relying solely on computational tools.

Discussion Character

  • Exploratory, Assumption checking, Mathematical reasoning

Approaches and Questions Raised

  • Participants discuss rewriting the limit in different forms, such as [k/(k+1)]^k and (1 + 1/k)^{-k}, to analyze its behavior as k approaches infinity. Some express uncertainty about the limit's value, suggesting it could be 0 or 1 initially, while others propose it approaches 1/e. There are inquiries about proving the limit using the epsilon-delta definition and the natural logarithm.

Discussion Status

The conversation is active, with participants sharing various insights and approaches to the problem. Some have provided guidance on rewriting the expression and referencing known limits, while others are questioning the rigor of certain methods and seeking clarification on the assumptions involved.

Contextual Notes

Participants note that the problem is part of a larger context and express concerns about the rigor of certain approaches, such as using the natural logarithm or the Squeeze Theorem. There is also mention of the need for a more formal proof of the limit's behavior.

mpm166
Messages
14
Reaction score
0
Hi,

I am at an intermedate step of a larger problem and I need to find the following limit:

lim(k->infinity) k^k/(k+1)^k

I see what this equals (by using computational software) but I am not sure how to show this.

Any help?
 
Physics news on Phys.org
mpm166 said:
Hi,

I am at an intermedate step of a larger problem and I need to find the following limit:

lim(k->infinity) k^k/(k+1)^k

I see what this equals (by using computational software) but I am not sure how to show this.

Any help?

Through the epsilon-delta definition of a limit?

Is the limit 0 or 1? I'm just taking a guess here without computing anything. Looks like 0 or 1 to me.

For advice, try writing it like this...

k^k/(k+1)^k = [k/(k+1)]^k

Look at the k and k+1.
 
Last edited:
It's actually 1/e :smile:
 
Actually it's not 0 or 1, now that I looked at it for a minute.
 
mpm166 said:
It's actually 1/e :smile:

Yeah, I soon as I realized that it wasn't 0 or 1 it came to me that I saw it before.

Just didn't know where.
 
mpm166 said:
Hi,

I am at an intermedate step of a larger problem and I need to find the following limit:

lim(k->infinity) k^k/(k+1)^k

I see what this equals (by using computational software) but I am not sure how to show this.

Any help?


Can be written as [itex]({k \over k +1 })^k[/itex] which is [itex]({ 1 + 1/k })^{-k}[/itex] and this is a well know form...As k goes to infinity it goes to [itex]e^{-1}[/itex]

(it is well known in the form [itex]lim_{n \rightarrow \infty} (1 + {1 \over n})^n = e[/itex])

Patrick
 
thanks for the help
 
nrqed said:
Can be written as [itex]({k \over k +1 })^k[/itex] which is [itex]({ 1 + 1/k })^{-k}[/itex] and this is a well know form...As k goes to infinity it goes to [itex]e^{-1}[/itex]

(it is well known in the form [itex]lim_{n \rightarrow \infty} (1 + {1 \over n})^n = e[/itex])

Patrick

How do you prove it though using the definition of a limit?

I'll give it a shot myself, but it doesn't seem like something that is pleasant to work with.
 
JasonRox said:
How do you prove it though using the definition of a limit?

I'll give it a shot myself, but it doesn't seem like something that is pleasant to work with.

It`s probably not rigorous but one way is to consider instead the natural log of this expression. Setting x=1/n, one has to consider the limit as x goes to zero of ln(1+x)/x, an indeterminate form. Using L`Hospital rule, this gives 1. So the initial limit is e^1.

Patrick
 
  • #10
nrqed said:
It`s probably not rigorous but one way is to consider instead the natural log of this expression. Setting x=1/n, one has to consider the limit as x goes to zero of ln(1+x)/x, an indeterminate form. Using L`Hospital rule, this gives 1. So the initial limit is e^1.

Patrick

Yeah, I see what you mean.

It's not rigorous in the sense that taking the log doesn't always work.

It would still be nice to see a proof though.
 
  • #11
quick question, to solve this problem isn't this how you set it up?

[tex]1+e<k^2/(k^2+k)[/tex]
isn't the the right equation?
 
  • #12
konartist said:
quick question, to solve this problem isn't this how you set it up?

[tex]1+e<k^2/(k^2+k)[/tex]
isn't the the right equation?

That's false though. Try k=1.

I think using the Squeeze Theorem might provide an answer though.
 
  • #13
It would still be nice to see a proof though.
We can start from the series definition of e

[tex]e = \sum \frac{1}{n!}[/tex]

Let [itex]S_n = 1 + 1 + \frac{1}{2!} + \cdots + \frac{1}{n!}[/tex] and [itex]T_n = (1 + \frac{1}{n})^n[/itex]. I'm going to assume that T = lim T_n exists, although it can be proved by messing around with inequalities and the binomial theorem (if I recall correctly). Let's actually use the binomial theorem:<br /> <br /> [tex] \begin{align*}<br /> T_n &= 1 + n\frac{1}{n} + \frac{n(n-1)}{2!}\frac{1}{n^2} + \cdots + \frac{n(n-1)(n-2)\cdots 1}{n!}\frac{1}{n^n} \\<br /> &= 1 + 1 + \frac{1}{2!}(1 - \frac{1}{n}) + \cdots + \frac{1}{n!}(1 - \frac{1}{n})(1 - \frac{2}{n}) \cdots (1 - \frac{n-1}{n})<br /> \end{align*}[/tex]<br /> <br /> Now notice that if N>n, then:<br /> <br /> [tex] T_N > 1 + 1 + \frac{1}{2!} (1 - \frac{1}{N}) + \cdots + \frac{1}{n!}(1 - \frac{1}{N}) \cdots (1 - \frac{n-1}{N})[/tex]<br /> <br /> Hence if we let N tend to infinity, the left side tends to T while the right side tends to S_n. Therefore we have S_n <= T. However we can also see that S_n >= T_n for all n. So we actually have T_n <= S_n <= T. And thus T = lim S_n = e.[/itex]
 
Last edited:
  • #14
devious_ said:
We can start from the series definition of e

[tex]e = \sum \frac{1}{n!}[/tex]

Let [itex]S_n = 1 + 1 + \frac{1}{2!} + \cdots + \frac{1}{n!}[/tex] and [itex]T_n = (1 + \frac{1}{n})^n[/itex]. I'm going to assume that T = lim T_n exists, although it can be proved by messing around with inequalities and the binomial theorem (if I recall correctly). Let's actually use the binomial theorem:<br /> <br /> [tex] \begin{align*}<br /> T_n &= 1 + n\frac{1}{n} + \frac{n(n-1)}{2!}\frac{1}{n^2} + \cdots + \frac{n(n-1)(n-2)\cdots 1}{n!}\frac{1}{n^n} \\<br /> &= 1 + 1 + \frac{1}{2!}(1 - \frac{1}{n}) + \cdots + \frac{1}{n!}(1 - \frac{1}{n})(1 - \frac{2}{n}) \cdots (1 - \frac{n-1}{n})<br /> \end{align*}[/tex]<br /> <br /> Now notice that if N>n, then:<br /> <br /> [tex] T_N > 1 + 1 + \frac{1}{2!} (1 - \frac{1}{N}) + \cdots + \frac{1}{n!}(1 - \frac{1}{N}) \cdots (1 - \frac{n-1}{N})[/tex]<br /> <br /> Hence if we let N tend to infinity, the left side tends to T while the right side tends to S_n. Therefore we have S_n <= T. However we can also see that S_n >= T_n for all n. So we actually have T_n <= S_n <= T. And thus T = lim S_n = e.[/itex]
[itex] <br /> When you're taking N approaches infinity, are you assuming n is tagging along just behind it? Or is n fixed?[/itex]
 
  • #15
JasonRox said:
When you're taking N approaches infinity, are you assuming n is tagging along just behind it? Or is n fixed?
It's fixed of course. Maybe I should have stated that. :smile:
 
  • #16
Ok, if N>n, then 1/N! < 1/n!. You can do this easily by induction.

But, you got 1/n! in your right hand side of that inequality. You replaced 1/N! with a bigger number 1/n!. Also, you replaced N with n for the numerators too, so that makes it smaller. Also, T_N has more terms than the right hand side.

After replacing certain N's with n and subtracting a few terms, how can you justify this inequality holds?

I'm not positive if I did this right, but T_2 = 2.25 so that's T_N. Now, N=2, so n=1 (only option), but on the right side of the inequality I'm getting 2.25.

Maybe it's not strictly larger? Or maybe you don't know the Latex code for it because you say "<=" later. :-p

I'm going to have to write his out and see if I can satisfy myself. Looks right, but I'll just work out the details for myself.

The idea of the Squeeze Theorem is what I thought it would be.
 
  • #17
No, I meant strictly larger.
 

Similar threads

  • · Replies 6 ·
Replies
6
Views
3K
Replies
9
Views
2K
  • · Replies 5 ·
Replies
5
Views
1K
  • · Replies 16 ·
Replies
16
Views
2K
  • · Replies 15 ·
Replies
15
Views
3K
  • · Replies 4 ·
Replies
4
Views
1K
  • · Replies 14 ·
Replies
14
Views
3K
Replies
1
Views
1K
Replies
21
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K