I am trying to find this limit
$$\lim_{x\rightarrow \infty} \sqrt[3]{x+1}-\sqrt[3]{x}$$
My so far method is this
- $f(x)>0.$
- $f^{\prime}(x)=\frac{1}{3\sqrt[3]{(x+1)^2}}-\frac{1}{3\sqrt[3]{x^2}}<0.$
- For every $0<y<1$ the equation $f(x)=y$ has a unique solution(found in maple):
$$x=\frac{1}{3}\cdot \frac{\frac{1}{3}y^2(3y^2+\sqrt{-3y^4+12y})+\frac{1}{6}\frac{3y^2+\sqrt{-3y^4+12y}}{y}-y^4-2y}{y}$$
The previous facts implies that the limit is $0$.
I am wondering if there is any way easier than this to find the limite.
thanks in advance.
$$F=\lim_{x\to\infty^+}(\sqrt[n]{x+1}-\sqrt[n]x)$$
$$=\lim_{h\to0^+}\frac{\sqrt[n]{1+h}-1}{\sqrt[n]h}$$
Now for the numerator use $a^n-b^n=(a-b)(a^{n-1}+a^{n-2}b+\cdots+ab^{n-2}+b^{n-1})$ to find
$$F=\lim_{h\to0^+}\frac{1+h-1}{\sqrt[n]h}\cdot\frac1{\lim_{h\to0^+}[(\sqrt[n]{1+h})^{n-1}+(\sqrt[n]{1+h})^{n-2}+(\sqrt[n]{1+h})+1]}$$