ice109
- 1,708
- 6
Homework Statement
find the limit and prove it using [itex]\epsilon[/itex] and [itex]N(\epsilon)[/itex] defn of limits f sequences, of this sequence:
[tex]x_n = \sqrt{n^2+n}-n[/tex]
i don't know why I'm having so much trouble with this but anyway:
The Attempt at a Solution
let's say i divined that the limit is 1/2
we need to find [itex]N(\epsilon)[/itex] such that [itex]n>N(\epsilon)[/itex] implies
[tex]\big| \frac{1}{2} - \sqrt{n^2+n}-n \big| < \epsilon[/tex]
well above implies
[tex]\big| \frac{1}{2} - \frac{\sqrt{n^2+n}+n}{\sqrt{n^2+n}+n} \sqrt{n^2+n}-n \big| < \epsilon[/tex]
which implies
[tex]\big| \frac{1}{2} - \frac{n}{\sqrt{n^2+n}+n} \big| < \epsilon[/tex]
which implies
[tex]\big| \frac{1}{2} - \frac{n}{n\sqrt{1+\frac{1}{n}}+1} \big| < \epsilon[/tex]
which implies
[tex]\big| \frac{1}{2} - \frac{1}{\sqrt{1+\frac{1}{n}}+1} \big| < \epsilon[/tex]
which implies
[tex]\big| \frac{\sqrt{1+\frac{1}{n}}-1}{\sqrt{1+\frac{1}{n}}+1} \big| < 2\epsilon[/tex]
which implies
[tex]\big| \frac{\sqrt{1+\frac{1}{n}}-1}{\sqrt{1+\frac{1}{n}}+1} \big| < \epsilon'[/tex]
which implies
[tex]\big| \frac{\sqrt{1+\frac{1}{n}}}{\sqrt{1+\frac{1}{n}}+1} - \frac{1}{\sqrt{1+\frac{1}{n}}+1}\big| < \epsilon'[/tex]
but
[tex]\big| \frac{\sqrt{1+\frac{1}{n}}}{\sqrt{1+\frac{1}{n}}+1} - \frac{1}{\sqrt{1+\frac{1}{n}}+1}\big| < \big| 1 - \frac{1}{\sqrt{1+\frac{1}{n}}}\big|[/tex]
and by triangle inequality ( i think this is a mistake )
[tex]\big| 1 - \frac{1}{\sqrt{1+\frac{1}{n}}+1} \big| < 1 + \big| \frac{1}{\sqrt{1+\frac{1}{n}}} \big|[/tex]
back to the epsilon, above implies we need to find n such that blah blah:[tex]1 + \big| \frac{1}{\sqrt{1+\frac{1}{n}}} \big| < \epsilon'[/tex]
which implies
[tex]1+ \frac{1}{n} > \frac{1}{(\epsilon - 1)^2}[/tex]
which implies:
[tex]n > \frac{ (\epsilon - 1)^2 }{1- (\epsilon - 1)^2}[/tex]
so is this valid? intuitively it doesn't look immediately wrong to me? the term on the right is positive and increasing as epsilon gets smaller...
