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) [itex]lim \frac{1}{6n^2+1}=0[/itex]
b) [itex]lim \frac{3n+1}{2n+5}=\frac{3}{2}[/itex]
c) [itex]lim \frac{2}{\sqrt{n+3}} = 0[/itex]
The Attempt at a Solution
A sequence [itex]a_n[/itex] converges to a real number a if for every ε there is
an N in the naturals such that whenever n≥N it follows that
[itex]|a_n-a|< \epsilon[/itex].
so for the first one I need [itex]\frac{1}{6n^2+1}< \epsilon[/itex]
and then I turn it into [itex]\frac{1}{\epsilon}<6n^2+1[/itex]
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
[itex]|\frac{-12}{4n+10}|< \epsilon[/itex]
Am I doing this right or am I way off.