How Do You Simplify the Limit of (n+1)^(1/3) - n^(1/3)?

  • Thread starter Thread starter oferon
  • Start date Start date
oferon
Messages
29
Reaction score
0
Hi all!
Been trying to look for some examples with no luck.. all I found is
related to square roots, not cube roots..
Anyway I'm trying to solve: \lim_{n\to\infty}\sqrt[3]{n+1} - \sqrt[3]{n}

The limit is obviously 0.. But how do I simplify this expression to show it?
Or should I use the ratio\root test? Even though I couldn't..
Thanks a bunch
 
Last edited:
Physics news on Phys.org
(n+x)^{1/3} = n^{1/3}+\frac{x}{3 n^{2/3}}-\frac{x^2}{9 n^{5/3}}+\frac{5 x^3}{81 n^{8/3}} + ...
(n+1)^{1/3} - (n)^{1/3} = \frac{1}{3 n^{2/3}} + O(n^{-5/3})
\lim_{n \to \infty} \left((n+1)^{1/3} - (n)^{1/3}\right) = 0
 
This is the binomal theorem right? Is this the only way to solve this lim?
 
I just expanded using a Taylor series. There's probably other ways.
 
Yep, the trick is using a^3-b^3=(a-b)(a^2+ab+b^2)

Thanks for your help anyway.
 
Not sure how that helps, but if you found some way it does great!
 
Oh okay I see. You know it's positive and then you bound it above using what you wrote.
 
oferon said:
Yep, the trick is using a^3-b^3=(a-b)(a^2+ab+b^2)

Thanks for your help anyway.

Let \ a \ = \ \ \sqrt[3]{n + 1} \ \ and \ \ b \ \ = \ \sqrt[3]{n}.


Then \ \ \dfrac{a - b}{1} \cdot \dfrac{a^2 + ab + b^2}{a^2 + ab + b^2} \ =


\dfrac{a^3 - b^3}{a^2 + ab + b^3}



What does the numerator become?


As n --> oo, what happens to the denominator?
 
Back
Top