Limits at Infinity Rules- Calculus Concepts
Limits at Infinity: What You Actually Need to Know
Limits at infinity describe what happens to a function as the input grows without bound—positive or negative. That's it. No philosophy, no metaphors. Just behavior at the extreme ends of the number line.
In calculus, this concept shows up everywhere: finding horizontal asymptotes, analyzing end behavior of polynomials, and solving problems that would otherwise be impossible. Most students either overthink this or underthink it. Let's fix that.
The Basic Rules You Must Memorize
These rules work like arithmetic. If you know them, you can evaluate most limits at infinity without breaking a sweat.
Constant Coefficients
When a constant c multiplies a function:
- lim(c · f(x)) = c · lim(f(x))
- Constants pass right through the limit symbol
Sums and Differences
Limits of sums split apart:
- lim(f(x) + g(x)) = lim(f(x)) + lim(g(x))
- Same logic applies to subtraction
Products
Limits of products multiply:
- lim(f(x) · g(x)) = lim(f(x)) · lim(g(x))
- Only works when both individual limits exist
Quotients
Limits of quotients divide:
- lim(f(x)/g(x)) = lim(f(x))/lim(g(x))
- Provided the denominator limit isn't zero
The Dominant Term Rule
Here's where most students get stuck. When you're dealing with polynomials or rational functions, the dominant term wins.
For a rational function like (3x² + 5x - 2)/(x² - 4), compare the highest powers:
- Both numerator and denominator have x² as the highest power
- The coefficients of those terms determine the limit
- 3x²/x² = 3
The lower-degree terms become irrelevant as x → ±∞. They get swallowed up by the dominant term.
Rates of Growth: The Hierarchy
Some functions grow faster than others. Know this order:
- Constant functions: c
- Logarithmic: ln(x)
- Polynomial: xⁿ
- Exponential: eˣ
- Factorial: n!
Exponential functions blow past polynomials eventually. Logarithms crawl along. This matters when you're comparing functions or working with indeterminate forms.
Indeterminate Forms: The Problem Cases
Sometimes direct substitution gives you garbage:
- ∞/∞ — infinity over infinity
- ∞ - ∞ — infinity minus infinity
- 0 · ∞ — zero times infinity
- 0/0 — zero over zero
These don't have obvious answers. The limit might be 0, infinity, or some finite number. You need techniques to resolve them.
Techniques for Evaluating Limits at Infinity
Method 1: Divide by the Highest Power
For rational functions, divide every term by the highest power of x in the denominator.
Example: lim(x² + 3x)/(2x² - 5) as x → ∞
Divide by x²:
= lim((x²/x²) + (3x/x²))/((2x²/x²) - (5/x²))
= lim((1 + 3/x)/(2 - 5/x²))
As x → ∞, 3/x → 0 and 5/x² → 0
= (1 + 0)/(2 - 0) = 1/2
Method 2: Compare Growth Rates
When you see eˣ vs xⁿ, remember: exponential dominates. The limit of eˣ/x¹⁰⁰ as x → ∞ is ∞. The polynomial doesn't stand a chance.
Method 3: L'Hôpital's Rule
For 0/0 or ∞/∞ forms, take derivatives of numerator and denominator separately, then try the limit again.
Example: lim(sin x)/x as x → 0
Direct substitution gives 0/0. Apply L'Hôpital:
= lim(cos x)/1 = cos(0) = 1
Sometimes you need to apply it multiple times.
Method 4: Factoring
Pull out the dominant term from numerator or denominator.
Example: lim(√(x² + 1))/x as x → ∞
= lim(√(x²(1 + 1/x²)))/x
= lim(x√(1 + 1/x²))/x
= lim(√(1 + 1/x²))
= √(1 + 0) = 1
Quick Reference: Limits of Common Functions
| Function | lim(x→∞) | lim(x→-∞) |
|---|---|---|
| 1/x | 0 | 0 |
| eˣ | ∞ | 0 |
| e⁻ˣ | 0 | ∞ |
| ln(x) | ∞ | undefined |
| arctan(x) | π/2 | -π/2 |
| xⁿ (n even) | ∞ | ∞ |
| xⁿ (n odd) | ∞ | -∞ |
Getting Started: How to Evaluate Any Limit at Infinity
Follow this step-by-step process:
- Plug in directly. Substitute ∞ or -∞ for x. If you get a finite number, you're done.
- Identify the form. If you get 0/0, ∞/∞, or another indeterminate form, keep going.
- Choose your weapon. Divide by dominant term, apply L'Hôpital's rule, or factor—whichever fits the problem.
- Simplify. Evaluate what's left after removing the indeterminate nature.
- Check your work. Plug in a very large number to verify your answer makes sense.
Common Mistakes to Avoid
- Treating ∞ like a number. You can't add, subtract, or divide with infinity using normal arithmetic. Use limits.
- Ignoring sign changes. A function might go to +∞ from one side and -∞ from the other.
- Forgetting to check both directions. x → ∞ and x → -∞ often give different results.
- Over-applying L'Hôpital. It only works for 0/0 and ∞/∞. Using it elsewhere gives wrong answers.
Horizontal Asymptotes and Limits at Infinity
A horizontal asymptote is just the limit of a function as x approaches infinity (or negative infinity). If lim(x→∞) f(x) = L, then y = L is a horizontal asymptote.
A function can have up to two horizontal asymptotes—one on each side of the graph. It can cross them, even infinitely many times. Asymptotes describe end behavior, not the whole story.
When the Limit Doesn't Exist
Some functions oscillate without settling down. sin(x) oscillates between -1 and 1 as x → ∞. The limit doesn't exist because the function never approaches a single value.
cos(x), tan(x), and other trig functions can behave erratically. Always check whether the function actually approaches something or just bounces around.
End of the Road
That's limits at infinity. Memorize the rules, practice the techniques, and don't forget to check both directions. The rest is just application.