Euler2718
- 90
- 3
Homework Statement
Prove that [itex]\lim \frac{n+100}{n^{2}+1} = 0[/itex]
Homework Equations
[itex](x_{n})[/itex] converges to [itex]L[/itex] if
[tex]\forall \hspace{0.2cm} \epsilon > 0 \hspace{0.2cm} \exists \hspace{0.2cm} N\in \mathbb{N} \hspace{0.2cm} \text{such that} \hspace{0.2cm} \forall n\geq N \hspace{0.2cm} , |x_{n}-L|< \epsilon[/tex]
The Attempt at a Solution
I understand most of the workings behind the solution, however there's one step that I can't seem to make a connection with. The solution I am studying goes:
For all [itex]\epsilon >0[/itex], consider the following inequality:
[tex]\left| \frac{n+100}{n^{2}+1}-0\right| = \left| \frac{n+100}{n^{2}+1}\right| < \epsilon[/tex]
In fact, one has
[tex]\left| \frac{n+100}{n^{2}+1} \right| \leq \left| \frac{2}{n}\right|, \hspace{0.2cm} \forall \hspace{0.2cm}n \geq 100[/tex]
This [itex]\frac{2}{n}[/itex] is causing the problem. I understand how it is used thereafter in the solution, but how they determine this is my question. I think that, for large [itex]n[/itex], [itex]\frac{n+100}{n^{2}+1}[/itex] is kind of like [itex]\frac{n}{n^{2}} = \frac{1}{n}[/itex], which is almost correct, but not sufficient enough. I guess the question is, how can I be sure that quantity I deduce - in this case [itex]\frac{1}{n}[/itex], and in their case [itex]\frac{2}{n}[/itex] - will satisfy (or not satisfy) the inequality at hand. Sometimes it is easy, but I find with more complicated expressions it requires some sort of massaging. Note, I won't have access to a calculator/computer to check in the future.