ice109
- 1,707
- 6
Homework Statement
find the limit and prove it using \epsilon and N(\epsilon) defn of limits f sequences, of this sequence:
x_n = \sqrt{n^2+n}-n
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 N(\epsilon) such that n>N(\epsilon) implies
\big| \frac{1}{2} - \sqrt{n^2+n}-n \big| < \epsilon
well above implies
\big| \frac{1}{2} - \frac{\sqrt{n^2+n}+n}{\sqrt{n^2+n}+n} \sqrt{n^2+n}-n \big| < \epsilon
which implies
\big| \frac{1}{2} - \frac{n}{\sqrt{n^2+n}+n} \big| < \epsilon
which implies
\big| \frac{1}{2} - \frac{n}{n\sqrt{1+\frac{1}{n}}+1} \big| < \epsilon
which implies
\big| \frac{1}{2} - \frac{1}{\sqrt{1+\frac{1}{n}}+1} \big| < \epsilon
which implies
\big| \frac{\sqrt{1+\frac{1}{n}}-1}{\sqrt{1+\frac{1}{n}}+1} \big| < 2\epsilon
which implies
\big| \frac{\sqrt{1+\frac{1}{n}}-1}{\sqrt{1+\frac{1}{n}}+1} \big| < \epsilon'
which implies
\big| \frac{\sqrt{1+\frac{1}{n}}}{\sqrt{1+\frac{1}{n}}+1} - \frac{1}{\sqrt{1+\frac{1}{n}}+1}\big| < \epsilon'
but
\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|
and by triangle inequality ( i think this is a mistake )
\big| 1 - \frac{1}{\sqrt{1+\frac{1}{n}}+1} \big| < 1 + \big| \frac{1}{\sqrt{1+\frac{1}{n}}} \big|
back to the epsilon, above implies we need to find n such that blah blah:1 + \big| \frac{1}{\sqrt{1+\frac{1}{n}}} \big| < \epsilon'
which implies
1+ \frac{1}{n} > \frac{1}{(\epsilon - 1)^2}
which implies:
n > \frac{ (\epsilon - 1)^2 }{1- (\epsilon - 1)^2}
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...