Showing a sequence is convergent using the $\epsilon$-$N$ definition

$\begingroup$

I need to prove that the following sequence converges:

$\lim_{n\rightarrow \infty} \frac{2n^2+3n+1}{n^2+n+1}=2$

So for the proof/solution I have the following:

Let $\epsilon >0$. Then let $N=\frac{1}{\epsilon}$. Then for all $n\geq N$, $|\frac{2n^2+3n+1}{n^2+n+1}-2| = |\frac{n-1}{n^2+n+1}| < \frac{1}{n} < \frac{1}{N} = \epsilon$

Thus the sequence converges to 2.

Is this the correct way of going about this? Thanks in advance.

$\endgroup$ 1

2 Answers

$\begingroup$

The calculations are right, but some wording changes would be useful. We are given an $\epsilon \gt 0$.

We have, for $n \ge 1$, the inequality $$\left|\frac{2n^2+3n+1}{n^2+n+1}-2\right| \lt \frac{1}{n}.$$ Thus if we put $N=\lceil \frac{1}{\epsilon}\rceil$, then $$\left|\frac{2n^2+3n+1}{n^2+n+1}-2\right|\lt \epsilon$$ for every $n\gt N$.

$\endgroup$ $\begingroup$

There is a small error with symbols, it should be like this:

Choose $\epsilon\gt 0$

Let $N=\lceil\frac{1}{\epsilon}\rceil$. Then for all $n\gt N$, $|\frac{2n^2+3n+1}{n^2+n+1}-2| = |\frac{n-1}{n^2+n+1}| < \frac{1}{n} < \frac{1}{N} = \epsilon$

$\endgroup$ 1

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