Evaluating Limit: n→∞ (n/(n+1)^n

  • Thread starter Thread starter th3chemist
  • Start date Start date
  • Tags Tags
    Limit
Click For Summary
SUMMARY

The forum discussion focuses on evaluating the limit as n approaches infinity for the expression (n/(n+1))^n. Participants suggest using logarithmic manipulation and L'Hôpital's Rule to simplify the limit, which is initially in the indeterminate form of 1^∞. The key steps involve rewriting the limit as e^(ln((n/(n+1))^n)) and applying L'Hôpital's Rule after transforming the expression into a 0/0 form. Ultimately, the limit converges to 1/e, demonstrating the relationship between the sequence and the definition of the constant e.

PREREQUISITES
  • Understanding of limits in calculus
  • Familiarity with L'Hôpital's Rule
  • Knowledge of logarithmic properties
  • Basic concepts of binomial expansion
NEXT STEPS
  • Study the application of L'Hôpital's Rule in depth
  • Learn about the properties of logarithms and their applications in limits
  • Explore binomial expansion techniques for evaluating limits
  • Review the definition and properties of the mathematical constant e
USEFUL FOR

Students and educators in calculus, particularly those focusing on limits and exponential functions, as well as anyone seeking to deepen their understanding of L'Hôpital's Rule and logarithmic manipulation in limit evaluation.

  • #31
Dick said:
Use algebra to simplify the numerator. Now do you see it?

Would I get -n + n^2/(n+1)
in which I would then divide everything by n to get -1 + n/(n+1)?
 
Physics news on Phys.org
  • #32
th3chemist said:
Would I get -n + n^2/(n+1)
in which I would then divide everything by n to get -1 + n/(n+1)?

No. Why don't you show how you got for a change, instead of making us guess?
 
  • #33
Dick said:
No. Why don't you show how you got for a change, instead of making us guess?

Don't you just multiply by the denominator?
 
  • #34
th3chemist said:
Don't you just multiply by the denominator?

Show us what you did.
 
  • #35
Dick said:
I KNOW that. But th3chemist is pretty close to proving the limit using l'Hopital. The easy way to do it is special. l'Hopital is more general. Be a good thing to learn, yes?

Well, L'Hopital can be applied formally, but in case the sequence is called "function" it is defined for positive integers only. It has no derivative. You should apply L'Hopital rule to the function (x/(1+x))x, and then refer to the theorem that the limit of all subsets of x tends to the limit of the function. Neither is it straightforward that the limit of logarithm is equal to the logarithm of the limit. You need to be strict in Maths.

ehild
 
  • #36
Mark44 said:
Show us what you did.

((1/n) -(1/(n+1))(-n^-2)

Rats. I think this is where I made a mistake. I take the derivative of 1/n right? to get -1/n^2.
which gives -1/n^3 + 1/(n^2(n+1))

Though I feel like this is wrong -_-
 
  • #37
You're doing OK. Simplify the first part - ((1/n) -(1/(n+1)) - by combining the fractions.
 
  • #38
Mark44 said:
You're doing OK. Simplify the first part - ((1/n) -(1/(n+1)) - by combining the fractions.

Ah.

That gives you 1/(n(n+1)). Now I multiply the -n^-2 to get 1/(n^3(n+1))?
 
  • #39
th3chemist said:
((1/n) -(1/(n+1))(-n^-2)
You have a sign wrong at the end, which I missed before.

You're dividing by -1/n2, so invert this and multiply, which gives you
((1/n) -(1/(n+1))(-n^+2)



th3chemist said:
Rats. I think this is where I made a mistake. I take the derivative of 1/n right? to get -1/n^2.
which gives -1/n^3 + 1/(n^2(n+1))

Though I feel like this is wrong -_-
 
  • #40
Mark44 said:
You have a sign wrong at the end, which I missed before.

You're dividing by -1/n2, so invert this and multiply, which gives you
((1/n) -(1/(n+1))(-n^+2)

But isn't the derivative of 1/n -1/n^2 ? why would the sign be positive?

If I multiply -n^2 into the equation I get -n + n^2/(n+1)
I presume I add the fractions to get (-n^2 -n + n^2)/(n+1) = -n/(n+1).
 
  • #41
th3chemist said:
But isn't the derivative of 1/n -1/n^2 ? why would the sign be positive?
Yes, d/dn(1/n) = -1/n2
I wrote this as -1/n+2 because in your work, you had a negative sign on the exponent.
th3chemist said:
If I multiply -n^2 into the equation I get -n + n^2/(n+1)
I presume I add the fractions to get (-n^2 -n + n^2)/(n+1) = -n/(n+1).
Yes
 
  • #42
Mark44 said:
Yes, d/dn(1/n) = -1/n2
I wrote this as -1/n+2 because in your work, you had a negative sign on the exponent.

Yes

1/n^2 = -n^-2 though. Oh wait I think I see it now.

What can I do after I have -n/(n+1)? I can't take the limit yet. It would be ∞/∞
 
  • #43
We are 42 posts into this, so you might not be keeping track of what you're trying to do, so let's summarize.

The original problem is to evaluate this limit:
$$ \lim_{n \to \infty} \left(\frac{n}{n+1} \right)^n$$

The track you're taking was to let y = (n/(n + 1))n

The next step was to take the natural log of both sides, leading to
ln(y) = n ln[n/(n + 1)]

You then took the limit of both sides. See if you can write the equation that represents this.
 
  • #44
Mark44 said:
We are 42 posts into this, so you might not be keeping track of what you're trying to do, so let's summarize.

The original problem is to evaluate this limit:
$$ \lim_{n \to \infty} \left(\frac{n}{n+1} \right)^n$$

The track you're taking was to let y = (n/(n + 1))n

The next step was to take the natural log of both sides, leading to
ln(y) = n ln[n/(n + 1)]

You then took the limit of both sides. See if you can write the equation that represents this.

I just don't see it :(.

And the limit for -n/(n+1) = -1. As you divide n by the top and bottom. So the answer should be e^-1?
 
  • #45
Mark44 said:
We are 42 posts into this, so you might not be keeping track of what you're trying to do, so let's summarize.

The original problem is to evaluate this limit:
$$ \lim_{n \to \infty} \left(\frac{n}{n+1} \right)^n$$

The track you're taking was to let y = (n/(n + 1))n

The next step was to take the natural log of both sides, leading to
ln(y) = n ln[n/(n + 1)]

You then took the limit of both sides. See if you can write the equation that represents this.

th3chemist said:
And the limit for -n/(n+1) = -1. As you divide n by the top and bottom. So the answer should be e^-1?
See if you can write the equations that represent what I summarized above.
 
  • #46
Mark44 said:
See if you can write the equations that represent what I summarized above.

So my answer is wrong? :(
 
  • #47
Did I say that?

I'm trying to get you to write a coherent, logical sequence of mathematical statements.
 

Similar threads

  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 4 ·
Replies
4
Views
1K
  • · Replies 6 ·
Replies
6
Views
2K
Replies
13
Views
1K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 12 ·
Replies
12
Views
1K
Replies
17
Views
2K
Replies
11
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 1 ·
Replies
1
Views
2K