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

  • Thread starter Thread starter th3chemist
  • Start date Start date
  • Tags Tags
    Limit
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
46 replies · 7K views
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
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?
 
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?
 
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
 
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 -_-
 
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))?
 
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 -_-
 
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).
 
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
 
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 ∞/∞
 
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.

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?
 
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.
 
Mark44 said:
See if you can write the equations that represent what I summarized above.

So my answer is wrong? :(