Verify Using the Definition of Convergence of a sequence, that the following sequences converge to the proposed limit.

$\begingroup$

(a) lim $\displaystyle\frac{2n^2}{n^3+3} = 0$

(b) lim $\displaystyle\frac{\text{sin}(n^2)}{n^{\frac{1}{3}}} = 0$

For (a) I have: $$\bigg|\displaystyle\frac{2n^2}{n^3+3} - 0\bigg| < \epsilon$$ $$n^3+3> \displaystyle\frac{\epsilon}{2n^2}$$ $$n^3 > \displaystyle\frac{\epsilon}{2n^2} - 3$$ $$n> (\displaystyle\frac{\epsilon}{2n^2}-3)^{\displaystyle\frac{1}{3}}$$

Let $\epsilon>0$ be arbitrary. The inequality $\bigg|\displaystyle\frac{2n^2}{n^3+3} - 0\bigg| = \frac{2n^2}{n^3+3} < \epsilon$ is the same as $n> (\displaystyle\frac{\epsilon}{2n^2} -3)^{\displaystyle\frac{1}{3}}$. Therefore, $\forall \epsilon >0$, $\exists N \in \mathbb{N}$ such that $N> (\displaystyle\frac{\epsilon}{2n^2} -3)^{\displaystyle\frac{1}{3}}$. Then $\forall n \geq N$, it follows that $\displaystyle\frac{2n^2}{n^3+3} \leq \frac{2N^2}{N^3+3} < \epsilon$. Thus verifying the limit.

$\endgroup$ 3

4 Answers

$\begingroup$

for b) we get $$\left|\frac{\sin(n^2)}{n^{1/3}}\right|\le \frac{1}{n^{1/3}}$$

$\endgroup$ 2 $\begingroup$

I don't see how the second line in

$$\bigg|\displaystyle\frac{2n^2}{n^3+3} - 0\bigg| < \epsilon\\ n^3+3> \displaystyle\frac{\epsilon}{2n^2}$$

Follows from the first, so I believe you made a mistake there.

$\endgroup$ 4 $\begingroup$

The line $n^3 + 3 > \frac{\epsilon}{2n^2}$ is wrong, it should be $n^3 + 3 > \frac{2n^2}{\epsilon}$.

(You can verify it intuitively, as when $\epsilon$ gets smaller $n$ has to get bigger, not the opposite).

Then, as pointed in the comments, you cannot make your definition of $N$ rely on $n$ and then say: for $n > N$.

$\endgroup$ 4 $\begingroup$

Let $\varepsilon>0$ be arbitrary. Then see that exists $N > \frac{2}{\varepsilon}$ because no matter how big the number $2/\varepsilon$ can be we have that $\mathbb{R}$ is an Archimedean ordered field so there must be a natural number larger then $2/\varepsilon$. So this implies that for all $n > N$ we will have

$$n > \frac{2}{\varepsilon} \implies n + \frac{3}{n^2}> \frac{2}{\varepsilon}$$

so

$$n + \frac{3}{n^2}> \frac{2}{\varepsilon} \implies \frac{2}{n + \frac{3}{n^2}}<\varepsilon \implies \frac{2n^2}{n^3+3}< \varepsilon$$

So we proved that, given an $\varepsilon > 0$ we always can find a natural number $N \in \mathbb{N}$ such that for all $n > N$ we get that

$$\left\vert\frac{2n^2}{n^3+3}-0\right\vert < \varepsilon$$

For the second item the hint given above should help you.

$\endgroup$ 2

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like