Limits
If \(f(x)\) is defined for all \(x\) near a, except possibly at a itself, and if it can be ensured that \(f(x)\) is as close to \(L\) by taking \(x\) close enough to \(a\), but not equal to \(a\). Then \(f\) approaches the limit \(L\) as \(x\) approaches \(a\):
One-sided limits
If \(f(x)\) is defined on some interval \((b,a)\) extending to the left of \(x=a\), and if it can be ensured that \(f(x)\) is as close to \(L\) by taking \(x\) to the left of \(a\) and close enough to \(a\), then $f(x) has left limit \(L\) at \(x=a\) and:
If \(f(x)\) is defined on some interval \((b,a)\) extending to the right of \(x=a\) and if it can be ensured that \(f(x)\) is as close to \(L\) by taking \(x\) to the right of \(a\) and close enough to \(a\), then $f(x) has right limit \(L\) at \(x=a\) and:
Limits at infinity
If \(f(x)\) is defined on an interval \((a,\infty)\) and if it can be ensured that \(f(x)\) is as close to \(L\) by taking \(x\) large enough, then \(f(x)\) approaches the limit \(L\) as \(x\) approaches infinity and
Limit rules
If \(\lim_{x \to a} f(x) = L\), \(\lim_{x \to a} g(x) = M\), and \(k\) is a constant then,
- Limit of a sum: \(\lim_{x \to a}[f(x) + g(x)] = L + M\).
- Limit of a difference: \(\lim_{x \to a}[f(x) - g(x)] = L - M\).
- Limit of a multiple: \(\lim_{x \to a}k f(x) = k L\).
- Limit of a product: \(\lim_{x \to a}f(x) g(x) = L M\).
- Limit of a quotient: \(\lim_{x \to a}\frac{f(x)}{g(x)} = \frac{L}{M}\), if \(M \neq 0\).
- Limit of a power: \(\lim_{x \to a}[f(x)]^\frac{m}{n} = L^{\frac{m}{n}}\).
Formal definition of a limit
The limit \(\lim_{x \to a} f(x) = L\) means,
The limit \(\lim_{x \to \infty} f(x) = L\) means,
The limit \(\lim_{x \to a} f(x) = \infty\) means,
The limit \(\lim_{x \to \infty} f(x) = \infty\) means,
For one-sided limits there are similar formal definitions.
Example
Applying the formal definition of a limit for \(\lim_{x \to 4}\sqrt{2x + 1}\)
- Given \(\varepsilon > 0\)
- Choose \(\delta = \frac{\varepsilon}{2}\)
- Suppose \(0 < |x - 4| < \delta\)
- Check \(|\sqrt{2x + 1} - 3|\)
Squeeze Theorem
Suppose that \(f(x) \leq g(x) \leq h(x)\) holds for all \(x\) in some open interval containing \(a\), except possibly at \(x=a\) itself. Suppose also that
Then \(\lim_{x \to a} g(x) = L\) also. Similar statements hold for left and right limits.
Example
Applying squeeze theorem on \(\lim_{x \to 0} x^2 \cos(\frac{1}{x})\).