Use the definition of convergence of a sequence to show $$\lim_{n\rightarrow \infty} \frac {2n^2}{n^3+3}= 0$$
I understand that to do this we must show $ \frac {2n^2}{n^3+3} \leq \varepsilon$, but I'm not sure how to do that.
Use the definition of convergence of a sequence to show $$\lim_{n\rightarrow \infty} \frac {2n^2}{n^3+3}= 0$$
I understand that to do this we must show $ \frac {2n^2}{n^3+3} \leq \varepsilon$, but I'm not sure how to do that.
Given $\epsilon>0$ choose $N$ large enough such that $\frac{2}{N} < \epsilon$ so that for $n>N$ we have $$\bigg|\frac{2n^2}{n^3+3}-0\bigg|=\frac{2n^2}{n^3+3}\leq\frac{2n^2}{n^3} =\frac{2}{n}< \frac{2}{N}<\epsilon$$