Limit of $\sqrt[3]{n^{3}+n^{2}}-n$.

2.3k Views Asked by At

I tried to proove on my own that $\lim_{n\to\infty} \sqrt[3]{n^{3}+n^{2}}-n=\frac{1}{3}$.

However I couldn't really figure out how to modify the terms so that I could apply the laws for limits.

5

There are 5 best solutions below

0
On BEST ANSWER

$$\lim_{n\to\infty}\left( \sqrt[3]{n^{3}+n^{2}}-n\right)=\lim_{n\to\infty}\frac{n^3+n^2-n^3}{\left(\sqrt[3]{n^{3}+n^{2}}\right)^2+n\sqrt[3]{n^{3}+n^{2}}+n^2}=$$ $$=\lim_{n\to\infty}\frac{1}{\left(\sqrt[3]{1+\frac{1}{n}}\right)^2+\sqrt[3]{1+\frac{1}{n}}+1}=\frac{1}{3}$$

3
On

You can use the expansion near infinity $$\sqrt[3]{n^3+n^2} =n\sqrt[3]{1+\frac 1n}= n\left(1+\frac 1{3n}+o\left(\frac 1n\right)\right)$$

0
On

You can shift $n$ by one third and write

$$L=\lim_{n\to\infty} \sqrt[3]{n^{3}-\frac{n}3-\frac1{27}}-n+\frac13.$$

The first two terms will vanish by multiplying/dividing by the conjugate trinomial, because after simplification the numerator is of degree $1$ and the denominator has a term $n^2$

0
On

$$n^3+n^2=n^3\left(1+\dfrac1n\right)$$

Set $\sqrt[3]{1+\frac1n}=1+h\implies1+\frac1n=(1+h)^3$

and $h\to0$ as $n\to\infty$

So, we have $$\lim\to0\dfrac h{3h+3h^2+h^3}=?$$

1
On

Hint : $$\lim_{x\rightarrow\infty}\sqrt[n]{x^{n}+a_{n-1}x^{n-1}+\cdots+a_{0}}-x=\frac{a_{n-1}}{n}$$

Then :

$$\lim_{n}\sqrt[3]{n^{3}+n^{2}}-n=\frac{1}{3}$$