th3chemist
- 66
- 0
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)?
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.
PREREQUISITESStudents 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.
Dick said:Use algebra to simplify the numerator. Now do you see it?
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)?
Dick said:No. Why don't you show how you got for a change, instead of making us guess?
th3chemist said:Don't you just multiply by the denominator?
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?
Mark44 said:Show us what you did.
Mark44 said:You're doing OK. Simplify the first part - ((1/n) -(1/(n+1)) - by combining the fractions.
You have a sign wrong at the end, which I missed before.th3chemist said:((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 -_-
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)
Yes, d/dn(1/n) = -1/n2th3chemist said:But isn't the derivative of 1/n -1/n^2 ? why would the sign be positive?
Yesth3chemist 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).
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
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.
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.
See if you can write the equations that represent what I summarized above.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?
Mark44 said:See if you can write the equations that represent what I summarized above.