cscott
- 778
- 1
Definition
We call L the limit of f(x) as x approaches \infty if for every number ε > 0 there exists a δ; such that whenever x > δ we have
\left| f(x) - L \right| < \epsilon
When this holds we write
\lim_{x \to \infty} f(x) = L
or
f(x) \to L \quad as \quad x \to \infty.
Similarly, we call L the limit of f(x) as x approaches -\infty if for every number ε > 0, there exists a number δ such that whenever x < δ we have
\left| f(x) - L \right| < \epsilon
When this holds we write
\lim_{x \to -\infty} f(x) = L
or
f(x) \to L \quad as \quad x \to -\infty.
Notice the difference in these two definitions. For the limit of f(x) as x approaches \infty we are interested in those x such that x > δ. For the limit of f(x) as x approaches -\infty we are interested in those x such that x < δ.
What is δ that they keep referring to in this definition? They first bring it up as if it's some quantity I'm supposed to know... maybe I'm just crazy :)