limits
Limits at Infinity and Horizontal Asymptotes
Overview
Limits at infinity describe the long-run behavior of a function: lim_{x->inf} f(x) = L means f(x) approaches L as x grows without bound. When such a limit L exists, the line y=L is a horizontal asymptote of the graph. Key facts: rational functions p(x)/q(x) have limit equal to the ratio of leading coefficients when deg(p)=deg(q), 0 when deg(p)<deg(q), and +/-infinity when deg(p)>deg(q). Exponentials beat polynomials: e^x -> inf faster than any x^n.
Intuition
Limits at infinity ask: where does the function 'settle' as you zoom far to the right (or left)? For rational functions, only the highest-degree terms matter at large x -- lower-order terms become negligible. For 1/x: as x gets huge, 1/x approaches 0 from above. For (2x+1)/(x-3): divide top and bottom by x to get (2+1/x)/(1-3/x) -> 2/1 = 2 as x -> infinity.
Formal Definition
lim_{x->inf} f(x) = L means: for every epsilon > 0 there exists N > 0 such that if x > N then |f(x) - L| < epsilon. Similarly, lim_{x->-inf} f(x) = L uses: for every epsilon > 0 there exists N < 0 such that x < N implies |f(x)-L| < epsilon. lim_{x->inf} f(x) = inf means: for every M > 0 there exists N > 0 such that x > N implies f(x) > M.
Notation
| Notation | Meaning |
|---|---|
| Limit as x grows without bound | |
| Limit as x decreases without bound | |
| Horizontal asymptote |
Theorems
Worked Examples
- 1
Divide numerator and denominator by x^2 (the highest power in the denominator).
- 2
As x->inf: 2/x -> 0, 1/x^2 -> 0, 4/x^2 -> 0.
- 3
So the limit = (3 - 0 + 0)/(5 + 0) = 3/5.
✓ Answer
3/5. The line y = 3/5 is a horizontal asymptote.
Practice Problems
Find all horizontal asymptotes of f(x) = (x^2 - 1)/(x^2 + 1).
Common Mistakes
Thinking lim_{x->inf} sin(x) = 0 because sin oscillates 'smaller'.
sin(x) oscillates between -1 and 1 forever; it does NOT converge to 0. lim_{x->inf} sin(x) does not exist. However, lim_{x->inf} sin(x)/x = 0 (squeeze: -1/x <= sin(x)/x <= 1/x, and both bounds -> 0). The function itself vs. the function divided by x behave differently.
Quiz
Historical Background
The concept of limits at infinity was implicit in Leibniz's and Newton's use of infinitely large quantities. Cauchy formalized limits in the finite case; the extension to infinity followed naturally. The notion of asymptotes dates to ancient Greek geometry (curves approaching lines). Modern calculus textbooks treat horizontal asymptotes via limits at infinity as a standard topic in the study of curve sketching and function behavior.
- 1821
Cauchy formalizes limit theory including limits at infinity
Augustin-Louis Cauchy
- 1860s
Weierstrass provides rigorous epsilon-N definition of limits at infinity
Karl Weierstrass
Summary
- lim_{x->inf} f(x) = L means f(x) eventually stays within epsilon of L for large enough x.
- Rational functions: ratio of leading terms determines limit at infinity.
- Growth hierarchy: ln(x) << polynomials << exponentials.
- Horizontal asymptotes y=L occur when lim_{x->+/-inf} f(x) = L.
References
- BookStewart, J. Calculus: Early Transcendentals. 8th ed. Cengage, 2015.
- WebsiteWikipedia -- Asymptote
Mathematics