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 discussion revolves around evaluating the limit as n approaches infinity for the expression (n/(n+1))^n. Participants explore various approaches to tackle this limit, which falls under the subject area of calculus, specifically limits and exponential functions.
The discussion is active, with multiple suggestions and approaches being explored. Participants are questioning the validity of certain methods and expressing confusion about the application of L'Hopital's Rule. There is no explicit consensus, but several productive lines of reasoning have been proposed.
Some participants mention the indeterminate form of the limit and the need to manipulate expressions to apply L'Hopital's Rule effectively. There is also a reference to the importance of understanding the relationship between the sequences involved.
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.