Does this sequence converge to the proposed limit?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
7 replies · 4K views
cragar
Messages
2,546
Reaction score
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.
 
Physics news on Phys.org
cragar said:
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.
Good start, though the -12 should be -13. Now what?
 
so I have [itex]|\frac{-13}{4n+10}<\epsilon |[/itex]
for any epsilon I can pick an n large enough to make that true.
 
that seems weird to me because [itex]\epsilon[/itex] could be anything
so how would any fixed N work.
 
You're given some ##\epsilon > 0##, and then you have to find some N for that given ##\epsilon## such that the implication holds, so N will generally depend on ##\epsilon##.

For example, if you had
$$\frac{1}{n} < \epsilon \qquad \Rightarrow \qquad n > \frac{1}{\epsilon},$$ you could choose N to be any integer greater than ##1/\epsilon##.
 
so then I just solve for n in terms of [itex]\epsilon[/itex]
[itex].25(\frac{-13}{\epsilon }-10)<n[/itex]
thanks for your help by the way
 
Since you're working with inequalities, you can do some simplifications to make the algebra less tedious:
$$\left|\frac{-13}{4n+10}\right| < \frac{16}{4n} = \frac{4}{n} < \epsilon$$So instead of that complicated expression you have, you can choose N to be an integer greater than 4/ε.