cragar
- 2,546
- 3
Homework Statement
Verify, using the definition of convergence of a sequence, that
the following sequences converge to the proposed limit.
a) lim \frac{1}{6n^2+1}=0
b) lim \frac{3n+1}{2n+5}=\frac{3}{2}
c) lim \frac{2}{\sqrt{n+3}} = 0
The Attempt at a Solution
A sequence a_n converges to a real number a if for every ε there is
an N in the naturals such that whenever n≥N it follows that
|a_n-a|< \epsilon.
so for the first one I need \frac{1}{6n^2+1}< \epsilon
and then I turn it into \frac{1}{\epsilon}<6n^2+1
So i could pick an n large enough to make that happen.
on the second one I move the 3/2 over and then combine those
fractions with a common denominator and I get
|\frac{-12}{4n+10}|< \epsilon
Am I doing this right or am I way off.