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
SUMMARY

The limit of the expression lim(k->infinity) k^k/(k+1)^k converges to 1/e. This can be demonstrated by rewriting the limit as ([k/(k+1)]^k), which simplifies to ({1 + 1/k})^{-k}. As k approaches infinity, this expression approaches e^{-1}, a well-known limit form. The discussion also highlights the use of the natural logarithm and L'Hôpital's rule to derive the limit, confirming its value as e^{-1}.

PREREQUISITES
  • Understanding of limits in calculus
  • Familiarity with exponential functions and the number e
  • Knowledge of L'Hôpital's rule
  • Basic algebraic manipulation of expressions
NEXT STEPS
  • Study the Squeeze Theorem and its applications in calculus
  • Learn about the properties and applications of the number e
  • Explore advanced limit techniques, including the epsilon-delta definition
  • Investigate the binomial theorem and its relevance in limit proofs
USEFUL FOR

Students and educators in mathematics, particularly those focused on calculus, limit evaluation, and exponential functions.

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 ({k \over k +1 })^k which is ({ 1 + 1/k })^{-k} and this is a well know form...As k goes to infinity it goes to e^{-1}

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

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

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

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?

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

1+e<k^2/(k^2+k)
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

e = \sum \frac{1}{n!}

Let S_n = 1 + 1 + \frac{1}{2!} + \cdots + \frac{1}{n!}[/tex] and T_n = (1 + \frac{1}{n})^n. I&#039;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&#039;s actually use the binomial theorem:<br /> <br /> &lt;br /&gt; \begin{align*}&lt;br /&gt; T_n &amp;amp;= 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} \\&lt;br /&gt; &amp;amp;= 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})&lt;br /&gt; \end{align*}&lt;br /&gt;<br /> <br /> Now notice that if N&gt;n, then:<br /> <br /> &lt;br /&gt; T_N &amp;gt; 1 + 1 + \frac{1}{2!} (1 - \frac{1}{N}) + \cdots + \frac{1}{n!}(1 - \frac{1}{N}) \cdots (1 - \frac{n-1}{N})&lt;br /&gt;<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 &lt;= T. However we can also see that S_n &gt;= T_n for all n. So we actually have T_n &lt;= S_n &lt;= T. And thus T = lim S_n = e.
 
Last edited:
  • #14
devious_ said:
We can start from the series definition of e

e = \sum \frac{1}{n!}

Let S_n = 1 + 1 + \frac{1}{2!} + \cdots + \frac{1}{n!}[/tex] and T_n = (1 + \frac{1}{n})^n. I&#039;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&#039;s actually use the binomial theorem:<br /> <br /> &lt;br /&gt; \begin{align*}&lt;br /&gt; T_n &amp;amp;= 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} \\&lt;br /&gt; &amp;amp;= 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})&lt;br /&gt; \end{align*}&lt;br /&gt;<br /> <br /> Now notice that if N&gt;n, then:<br /> <br /> &lt;br /&gt; T_N &amp;gt; 1 + 1 + \frac{1}{2!} (1 - \frac{1}{N}) + \cdots + \frac{1}{n!}(1 - \frac{1}{N}) \cdots (1 - \frac{n-1}{N})&lt;br /&gt;<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 &lt;= T. However we can also see that S_n &gt;= T_n for all n. So we actually have T_n &lt;= S_n &lt;= T. And thus T = lim S_n = e.
<br /> <br /> When you&#039;re taking N approaches infinity, are you assuming n is tagging along just behind it? Or is n fixed?
 
  • #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
2K
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