I have to find $$\lim_{n\to\infty}{(\sqrt[3]{n+1}-\sqrt[3]{n})}$$ here what I did $$\lim_{n\to\infty}{(\sqrt[3]{n+1}-\sqrt[3]{n})}$$=$$\lim_{n\to\infty}{\left(\sqrt[3]{n\left(1+\frac{1}{n}\right)}-\sqrt[3]{n}\right)}$$ How can I proceed?
Limit of : $\lim\limits_{n\to\infty}{(\sqrt[3]{n+1}-\sqrt[3]{n})}$.
153 Views Asked by user640279 https://math.techqa.club/user/user640279/detail AtThere are 6 best solutions below
On
You may Taylor-expand
$$\sqrt[3]{n \left(1+\frac{1}{n}\right)}-\sqrt[3]{n}=\sqrt[3]{n}\left(1+\frac{1}{n}\right)^{1/3}- \sqrt[3]{n}=\sqrt[3]{n}\left(1+\frac{1}{3n}\right)- \sqrt[3]{n} =\frac{\sqrt[3]{n}}{3n}$$
and then take the limit to get zero.
On
My suggestion is to consider $$ f(x)=\frac{\sqrt[3]{1+x^3}-1}{x} $$ so your limit is $$ \lim_{n\to\infty}f(1/\sqrt[3]{n}) $$ and you solve the problem if you find that $$ \lim_{x\to0}f(x) $$ exists, because your limit would be the same. This limit is much easier: $$ \lim_{x\to0}\frac{\sqrt[3]{1+x^3}-1}{x} $$ is the derivative at $0$ of $g(x)=\sqrt[3]{1+x^3}$; since $$ g'(x)=\dfrac{3x^2}{3\sqrt[3]{(1+x^3)^2}} $$ we have $g'(0)=0$. So you conclude that $$ \lim_{n\to\infty}\bigl({\textstyle\sqrt[3]{n+1}-\sqrt[3]{n}}\bigr)=0 $$
How did I find $f$? Just formally substituting $n=1/x^3$.
On
By binomial approximation
$$\sqrt[3]{n+1}=\sqrt[3]n\left(1+\frac1n\right)^\frac13\approx \sqrt[3]n\left(1+\frac1{3n}\right)=\sqrt[3]n+\frac{\sqrt[3]n}{3n}$$
therefore
$$\sqrt[3]{n+1}-\sqrt[3]{n}\approx \sqrt[3]n+\frac{\sqrt[3]n}{3n}-\sqrt[3]n=\frac{\sqrt[3]n}{3n} \to 0$$
$$\lim_{n\to\infty}{(\sqrt[3]{n+1}-\sqrt[3]{n})}$$$$=\lim_{n\to\infty}\frac{(n+1)-n}{(n+1)^{\frac{2}{3}}+(n+1)^{\frac{1}{3}}n^{\frac{1}{3}}+n^{\frac{2}{3}}}$$$$=\lim_{n\to\infty}\frac{1}{(n+1)^{\frac{2}{3}}+(n+1)^{\frac{1}{3}}n^{\frac{1}{3}}+n^{\frac{2}{3}}}$$$$=0.$$