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

  • Thread starter Thread starter th3chemist
  • Start date Start date
  • Tags Tags
    Limit
th3chemist
Messages
66
Reaction score
0

Homework Statement



I'm sadly having trouble evaluating this limit.
lim n->∞ (n/(n+1)^n

Homework Equations





The Attempt at a Solution



I have not done limits for a while. I do remember you have to put it as e to the ln of it and attempt to rearrange it. Just not sure how to start.
 
Physics news on Phys.org
Try writing it as (1+1/n)^n and doing a binomial expansion.
 
haruspex said:
Try writing it as (1+1/n)^n and doing a binomial expansion.

A binomial expansion?
 
A different approach is to let y = (n/(n + 1))n and then take the ln of both sides. You can then take the limit, which will be amenable to L'Hopital's Rule (with a little manipulation first).

The idea is that under suitable conditions, the operations of taking the limit and taking the log can be interchanged.
 
Mark44 said:
A different approach is to let y = (n/(n + 1))n and then take the ln of both sides. You can then take the limit, which will be amenable to L'Hopital's Rule (with a little manipulation first).

The idea is that under suitable conditions, the operations of taking the limit and taking the log can be interchanged.

Won't that make it harder?
 
th3chemist said:
Won't that make it harder?
Harder than what? The limit you have cannot be evaluated directly, as it is in the indeterminate form [1].

The approach that I suggested gives you a way to evaluate this limit.
 
Mark44 said:
Harder than what? The limit you have cannot be evaluated directly, as it is in the indeterminate form [1].

The approach that I suggested gives you a way to evaluate this limit.

Would I be able to write it in the form lim n-> ∞ e^ln((n/(1+n))^n)

'cause then I can bring down the n and have n*ln(n/(1+n))
then i don't know :[. Divide all by n^2?
 
th3chemist said:
Would I be able to write it in the form lim n-> ∞ e^ln((n/(1+n))^n)

'cause then I can bring down the n and have n*ln(n/(1+n))
then i don't know :[. Divide all by n^2?

Have you used l'Hopital's rule before? You've now got a limit of the form infinity*0. You want write in, say 0/0 form. Like ln(n/(1+n))/(1/n). Now do l'Hopital.
 
Dick said:
Have you used l'Hopital's rule before? You've now got a limit of the form infinity*0. You want write in, say 0/0 form. Like ln(n/(1+n))/(1/n). Now do l'Hopital.

How can you just take the ln of it though. How can you just divide by 1/n? :(
 
  • #10
th3chemist said:
How can you just take the ln of it though. How can you just divide by 1/n? :(
Let y = (n/(n + 1))n

Take ln of each side:
ln(y) = ln[(n/(n + 1))n]

You're not dividing by 1/n. There already is a factor of n. Multiplying by n is the same as dividing by 1/n. Since n is a very large number (and so is a long way from 0), there's no danger of division by 0 in 1/n.

Your calculus book should have one or more examples of this technique.
 
  • #11
Mark44 said:
Let y = (n/(n + 1))n

Take ln of each side:
ln(y) = ln[(n/(n + 1))n]

You're not dividing by 1/n. There already is a factor of n. Multiplying by n is the same as dividing by 1/n. Since n is a very large number (and so is a long way from 0), there's no danger of division by 0 in 1/n.

Your calculus book should have one or more examples of this technique.

don't you put it the limit as e^ln (n/(n+1))^n ?
 
  • #12
th3chemist said:
don't you put it the limit as e^ln (n/(n+1))^n ?

Do you know l'Hopital's rule or not? If you don't then this line is hopeless. Do you know lim n->infinity (1+1/n)^n=e?
 
  • #13
Dick said:
Do you know l'Hopital's rule or not? If you don't then this line is hopeless. Do you know lim n->infinity (1+1/n)^n=e?

Yesss, I know it. I'm just trying to figure out the notation.
 
  • #14
th3chemist said:
Yesss, I know it. I'm just trying to figure out the notation.

Ok. Then yes, once you work out lim ln((n/(n+1))^n)=c you find lim (n/(n+1))^n=e^c.
 
  • #15
You know that \lim_{n\rightarrow\infty}(1+\frac{1}{n})^n=e
But

1+\frac{1}{n}=\frac{1+n}{n}

How is that related to n/(n+1)?

ehild
 
  • #16
ehild said:
You know that \lim_{n\rightarrow\infty}(1+\frac{1}{n})^n=e
But

1+\frac{1}{n}=\frac{1+n}{n}

How is that related to n/(n+1)?

ehild

They're the inverse of each other. So this limit would be 1/e?
 
  • #17
th3chemist said:
They're the inverse of each other. So this limit would be 1/e?
I would say that's a stretch. In the limit that ehild showed, the part in parentheses is (1 + n)/n. If all you do is change that part, and nothing else, it seems a remote possibility that you'll end up with the reciprocal of the limit.

There have been many good suggestions made in this thread. Why don't pick one and see what you get?
 
  • #18
Mark44 said:
I would say that's a stretch. In the limit that ehild showed, the part in parentheses is (1 + n)/n. If all you do is change that part, and nothing else, it seems a remote possibility that you'll end up with the reciprocal of the limit.

There have been many good suggestions made in this thread. Why don't pick one and see what you get?

I've tried using L'Hospital's but idk what I'm doing wrong :(
 
  • #19
th3chemist said:
I've tried using L'Hospital's but idk what I'm doing wrong :(

You haven't showed what you tried. How did you try? You can do it that way.
 
  • #20
I'm doing :
Let y = (n/(n + 1))n

ln(y) = ln[(n/(n + 1))]
= n ln (n/(n+1))
= ln (n/(n+1))/(1/n)
 
  • #21
th3chemist said:
I'm doing :
Let y = (n/(n + 1))n

ln(y) = ln[(n/(n + 1))]
= n ln (n/(n+1))
= ln (n/(n+1))/(1/n)

Ok, so you have a 0/0 form, yes? Now take d/dn of numerator and denominator. Using rules of logs will make it easier.
 
  • #22
Dick said:
Ok, so you have a 0/0 form, yes? Now take d/dn of numerator and denominator. Using rules of logs will make it easier.

So I would get (ln(n) - ln(n+1))/(1/n)?
 
  • #23
th3chemist said:
They're the inverse of each other. So this limit would be 1/e?

Yes. If the limit of a sequence an is A, and A ≠0, the limit of bn=1/an is 1/A. See
http://en.wikipedia.org/wiki/Limit_of_a_sequence#Properties
or 4.3.2 at
http://science.kennesaw.edu/~plaval/math4381/seqlimthm.pdf

ehild
 
Last edited by a moderator:
  • #24
th3chemist said:
So I would get (ln(n) - ln(n+1))/(1/n)?

Ok, you got the log rule ok. Now l'Hopital says take the derivative of numerator and denominator, right?
 
  • #25
Dick said:
Ok, you got the log rule ok. Now l'Hopital says take the derivative of numerator and denominator, right?

Yes sir. Which would give me (1/n - 1/(n+1))/(-1/n^2).
But then what happens next? I cannot take the limit yet.
 
  • #26
Mark44 said:
A different approach is to let y = (n/(n + 1))n and then take the ln of both sides. You can then take the limit, which will be amenable to L'Hopital's Rule (with a little manipulation first).

The idea is that under suitable conditions, the operations of taking the limit and taking the log can be interchanged.

L'Hopital Rule is applied for functions and is derived from the laws of differentiation, those are derived from the laws of limits for functions, those are derived from the laws of limits for sequences. It is taught, and easy to derive from the definition of limit, that the limit of sum/difference of sequences is equal to the sum/difference of the limits, and if neither limit is zero/infinity, the limit of a product/ratio is equal to the product/ratio of the limits.
The limit of the sequence an=(1+1/n)n equal to e is very basic, the definition of the number e. The sequence in the OP is the reciprocal of an, so is its limit. ehild
 
  • #27
th3chemist said:
Yes sir. Which would give me (1/n - 1/(n+1))/(-1/n^2).
But then what happens next? I cannot take the limit yet.

Use algebra to simplify the numerator. Now do you see it?
 
  • #28
ehild said:
L'Hopital Rule is applied for functions and is derived from the laws of differentiation, those are derived from the laws of limits for functions, those are derived from the laws of limits for sequences. It is taught, and easy to derive from the definition of limit, that the limit of sum/difference of sequences is equal to the sum/difference of the limits, and if neither limit is zero/infinity, the limit of a product/ratio is equal to the product/ratio of the limits.
The limit of the sequence an=(1+1/n)n equal to e is very basic, the definition of the number e. The sequence in the OP is the reciprocal of an, so is its limit.


ehild

I agree that if you know lim n-> infinity (1+1/n)^n=e then there is a much faster way to solve this. But if th3chemist knows l'Hopital then working it out that way too would be a good thing.
 
  • #29
The definition of e as a limit is taught at the beginning of the Calculus classes. Also the properties of limits.

ehild
 
  • #30
ehild said:
The definition of e as a limit is taught at the beginning of the Calculus classes. Also the properties of limits.

ehild

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?
 
  • #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)?
 
  • #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.
 
Back
Top