Limit of n/(n+1)^3 as n Approaches Infinity | Quick Homework Question

  • Thread starter Thread starter michonamona
  • Start date Start date
  • Tags Tags
    Limits
AI Thread Summary
The limit of n/(n+1)^3 as n approaches infinity is determined to be zero, as the degree of the polynomial in the denominator exceeds that of the numerator. Various methods are discussed, including factoring and applying L'Hôpital's rule, to demonstrate this limit. Simplifying the expression by dividing the numerator and denominator by n^3 leads to the conclusion that the limit approaches zero. Additionally, bounding the sequence between zero and another converging sequence reinforces this result. Overall, the consensus is that the limit is indeed zero.
michonamona
Messages
120
Reaction score
0

Homework Statement


limit of n/(n+1)^3 as n approaches infinity


Homework Equations





The Attempt at a Solution



The degree of the polynomial in the denominator is greater than the degree of the polynomial in the numerator. Is it correct to conclude that the limit of this sequence, as n approaches infinity is zero?

I appreciate your help
 
Physics news on Phys.org
Yes.
 
michonamona said:

Homework Statement


limit of n/(n+1)^3 as n approaches infinity


Homework Equations





The Attempt at a Solution



The degree of the polynomial in the denominator is greater than the degree of the polynomial in the numerator. Is it correct to conclude that the limit of this sequence, as n approaches infinity is zero?

I appreciate your help
Yes.
You can do this by factoring n^3 out of the denominator, to get:
\lim_{n \to \infty}\frac{n}{(n + 1)^3} = \lim_{n \to \infty}\frac{n}{n^3(1 + 1/n)^3}
 
Hi !

When you have a problem with a limit.

It's necessary to think of factorizing, it's the method !

You factorise numerator, denominator and you simplify !

Sorry for my english level, I'm new and french !
 
Ksitov said:
Hi !

When you have a problem with a limit.

It's necessary to think of factorizing, it's the method !

You factorise numerator, denominator and you simplify !

That's a good method when you have the ratio of two polynomials and they are of the form 0/0. eg If you had \lim_{x\to 2}\frac{x^2-4}{x-2}, then when you put in x=2, it is 0/0, so to get that limit, you could use your method. But with limits as x goes to infinity, you should dividing top and bottom by the highest power of x, as Mark44 did.

Sorry for my english level, I'm new and french !

Welcome to PF, and your English is fine :)
 
Another technique, you can verify with calculator the result.

But it's necessary to demonstrate with the calcul !

Good Bye
 
Another one:
put t=n+1
Clearly, t goes to infinity as n goes to infinity,
so the limit will be :
lim of (t-1)/t^3 as t goes to infinity
Devide top and bottom by t:
lim of (1 - (1/t) )/t^2 as t goes to infinity = (1-0)/infinity=1/infinity=0
 
Another one:

Use L'Hopital rule.
 
Ksitov said:
Another technique, you can verify with calculator the result.

But it's necessary to demonstrate with the calcul !
Of course a calculator can't verify this, only make it plausible, but I don't think you meant that.
 
  • #10
One more approach:

<br /> 0 &lt; \frac n {(n+1)^3} &lt; \frac n {n^3} = \frac 1 {n^2}<br />

and your sequence is trapped between 0 and another sequence that converges to zero.
 
Back
Top