You're staring at problem 47. Again. The function is a rational expression with a square root in the denominator, x is approaching negative infinity, and your answer keeps coming out positive when the back of the book says negative.
Sound familiar?
Section 1.Even so, 7 is where calculus stops being polite. And the notation? In practice, up until now, limits were mostly about plugging in numbers, factoring, maybe using a conjugate. That's why you're not just finding a number anymore — you're describing behavior. Which means they require a different kind of thinking. Here's the thing — infinite limits and limits at infinity? It trips up everyone the first time.
Some disagree here. Fair enough.
Let's walk through this together. No textbook speak. Just the stuff that actually helps when you're doing the homework at 11 PM.
What Is Section 1.7 Actually About
Most calculus textbooks put infinite limits and limits at infinity in the same section. They're related — both deal with unbounded behavior — but they're asking fundamentally different questions.
Infinite limits ask: what happens to the function values as x approaches some finite number? The output grows without bound. We write things like:
lim (x→2) f(x) = ∞
or
lim (x→0⁻) 1/x = -∞
The limit does not exist in the traditional sense. Because of that, infinity isn't a number. But the notation tells us how it fails to exist — it blows up, and we know which direction.
Limits at infinity ask: what happens to the function as x itself grows without bound? Here x → ∞ or x → -∞. The answer can be a finite number. That's a horizontal asymptote It's one of those things that adds up..
lim (x→∞) 1/x = 0
lim (x→-∞) (3x² + 2)/(x² - 5) = 3
Two different behaviors. Two different notations. Mixing them up is the number one way to lose points on this homework Not complicated — just consistent..
The Vocabulary You Need Cold
Before you do another problem, make sure you can distinguish these instantly:
- Vertical asymptote: x = a where lim (x→a⁺) f(x) = ±∞ or lim (x→a⁻) f(x) = ±∞. The graph shoots up or down near a finite x-value.
- Horizontal asymptote: y = L where lim (x→∞) f(x) = L or lim (x→-∞) f(x) = L. The graph flattens out as x gets huge in either direction.
- End behavior: What the function does as x → ∞ and x → -∞. Polynomials? Dominated by the leading term. Rational functions? Compare degrees. Anything with roots? Rationalize or factor out the highest power.
Why This Section Breaks Brains
Here's the thing most professors don't say out loud: the algebra in 1.Think about it: 7 isn't harder than what you've done. The conceptual shift is what gets you It's one of those things that adds up..
In sections 1.1–1.6, you were trained to find a number. "The limit is 4.Even so, " "The limit is 0. Which means " Now the answer might be "∞" or "-∞" or "does not exist because the left and right sides disagree. That said, " That feels wrong at first. You want a number. You want closure But it adds up..
Also — and this is huge — the limit laws you memorized don't all apply when infinity shows up. You can't just say "limit of a sum is sum of limits" if one of those limits is infinite. Which means ∞ - ∞ is indeterminate. Consider this: ∞/∞ is indeterminate. 0 × ∞ is indeterminate.
Homework problems are designed to trap you on exactly these Easy to understand, harder to ignore..
The "Plug In Infinity" Trap
Student sees: lim (x→∞) (2x³ - 5x + 1)/(x³ + 4x²)
Student thinks: "Plug in infinity. ∞/∞. That's... infinity? Zero? Undefined?
Student writes: "DNE" or "∞" and moves on Worth knowing..
Wrong. ∞/∞ means "I don't know yet — do more work." The degrees are the same (both 3), so the limit is the ratio of leading coefficients: 2/1 = 2.
This is why the "highest power trick" exists. It's not a shortcut — it's the only way to resolve the indeterminate form properly Small thing, real impact..
How to Work These Problems Systematically
Stop guessing. Build a checklist. Every problem falls into a category, and each category has a reliable approach.
Category 1: Infinite Limits (x → finite number)
Step 1: Identify the trouble spot. Where is the denominator zero? Where does the function blow up?
Step 2: Check one-sided limits. You almost always need left and right limits separately. The sign matters.
Step 3: Determine the sign of each factor. Pick a test number slightly to the left and slightly to the right of the trouble spot. Plug into each factor — not the whole function. Track signs Easy to understand, harder to ignore..
Example: lim (x→2⁻) (x+1)/(x-2)²
- Numerator: x+1 → 3 (positive)
- Denominator: (x-2)² → 0⁺ (positive, squared)
- Result: positive/positive → +∞
Same from the right: still +∞. So the two-sided limit is +∞. Vertical asymptote at x=2.
Step 4: Write the conclusion properly. "The limit is ∞" or "The limit does not exist because the function increases without bound." Check what your professor wants.
Category 2: Limits at Infinity — Rational Functions
Step 1: Identify the highest power of x in the denominator.
Step 2: Divide every term in numerator and denominator by that power.
Step 3: Evaluate. Terms with x in the denominator go to 0. What's left is your answer Simple, but easy to overlook. Still holds up..
Example: lim (x→∞) (3x² - 2x + 7)/(5x² + 4x - 1)
Divide by x²:
(3 - 2/x + 7/x²) / (5 + 4/x - 1/x²) → 3/5 as x→∞
Horizontal asymptote: y = 3/5 Simple, but easy to overlook..
Shortcut: If degrees are equal, answer = ratio of leading coefficients. If numerator degree < denominator degree, answer = 0. If numerator degree > denominator degree, answer = ±∞ (check signs).
Category 3: Limits at Infinity — Roots and Radicals
We're talking about where the homework gets ugly. Square roots, cube roots, x approaching negative infinity Most people skip this — try not to..
The trap: √(x²) = |x|, not x.
When x → -∞, √(x²) = -x. This sign error costs more points than anything else in 1.Not x. 7 Not complicated — just consistent..
Example: lim (x→-∞) (2x + 1)/√(x² + 3)
Factor out the highest power inside the root:
√(x² + 3) = √[x²(1 + 3/x²)] = |x|√(1 + 3/x²)
Since x → -∞, |x| = -x.
So the expression becomes: (2x + 1) / (-x√(1 + 3/x²))
Divide numerator and denominator by x:
(2 + 1/x) / (-√(1 + 3/x²)) → 2 / (-1) = -2
The rule: When x → -∞ and you factor x out of an even root, x becomes -x. Every time. Write it on a sticky note.
Category 4: Limits at Infinity — Difference of Roots
lim (x→∞)
Category 4: Limits at Infinity — Difference of Roots
When the expression involves the subtraction of two radicals (or a radical and a polynomial term) the dominant‑power cancellation can be subtle. Follow this routine:
-
Identify the highest‑power term inside each root.
Write each root as (\sqrt[n]{x^{k}\cdot(\text{bounded factor})}) so that the factor inside the root tends to 1 as (x\to\pm\infty). -
Factor the dominant power out of every root.
For an even root and (x\to -\infty) remember that (\sqrt{x^{2}}=|x|=-x); for odd roots the sign of (x) is preserved. -
Rewrite the whole expression as a single fraction by putting a common denominator (often the product of the two factored roots) or by multiplying numerator and denominator by the conjugate if the expression is a difference.
-
Cancel the common power of (x) that appears in every term. After cancellation, the remaining pieces involve only bounded quantities (like (\frac{1}{x}) or (\frac{1}{x^{2}})) that vanish at infinity.
-
Evaluate the limit of the simplified expression.
The result is usually a finite constant, (0), or (\pm\infty) depending on the leading coefficients that survived the cancellation Simple as that..
Example: (\displaystyle\lim_{x\to\infty}\bigl(\sqrt{x^{2}+4x}-\sqrt{x^{2}-x}\bigr)).
-
Inside each root factor out (x^{2}):
(\sqrt{x^{2}+4x}=|x|\sqrt{1+\frac{4}{x}}=x\sqrt{1+\frac{4}{x}}) (since (x>0)).
(\sqrt{x^{2}-x}=x\sqrt{1-\frac{1}{x}}). -
The difference becomes
(x\bigl(\sqrt{1+\frac{4}{x}}-\sqrt{1-\frac{1}{x}}\bigr)). -
Multiply numerator and denominator by the conjugate (\sqrt{1+\frac{4}{x}}+\sqrt{1-\frac{1}{x}}):
[ \frac{x\bigl[(1+\frac{4}{x})-(1-\frac{1}{x})\bigr]} {\sqrt{1+\frac{4}{x}}+\sqrt{1-\frac{1}{x}}} =\frac{x\bigl(\frac{5}{x}\bigr)} {\sqrt{1+\frac{4}{x}}+\sqrt{1-\frac{1}{x}}} =\frac{5}{\sqrt{1+\frac{4}{x}}+\sqrt{1-\frac{1}{x}}}. ]
-
As (x\to\infty), the denominator tends to (1+1=2); thus the limit equals (\frac{5}{2}).
Category 5: Indeterminate Forms (0/0) and (\infty/\infty)
When direct substitution yields (\frac{0}{0}) or (\frac{\pm\infty}{\pm\infty}), algebraic simplification is usually the first line of defense; if that fails, L’Hôpital’s Rule provides a reliable shortcut Small thing, real impact..
-
Try to factor and cancel.
Look for common polynomial factors, difference‑of‑squares, or sum/difference of cubes that vanish at the point of interest. -
Rationalize numerators or denominators containing radicals. Multiplying by the conjugate often converts a (0/0) into a determinate form.
-
Combine fractions if the expression is a sum or difference of rational terms; a common denominator may reveal a factor that cancels.
-
Apply L’Hôpital’s Rule only after confirming the limit is still of the form (0/0) or (\infty/\infty). Differentiate numerator and denominator separately, then re‑evaluate. Repeat if necessary Simple, but easy to overlook..
-
Check for hidden exponential or logarithmic growth – sometimes rewriting the expression
Category 6: Dominant‑Term (Asymptotic) Comparison
When the expression grows or decays in a way that is dictated by a single term, it is often faster to compare growth rates rather than to manipulate algebraic forms.
-
Identify the leading power or exponential factor.
For polynomials, the term with the highest exponent dominates; for exponentials, the base larger than 1 grows faster than any power of (x) That's the whole idea.. -
Replace each factor by its asymptotic equivalent.
(\displaystyle \sqrt{x^{2}+ax}=|x|\Bigl(1+\frac{a}{2x}+o!\bigl(\tfrac1x\bigr)\Bigr))
(\displaystyle e^{kx}= \text{dominates any }x^{n}) as (x\to\infty). -
Form a ratio of the dominant pieces.
If the limit of the ratio tends to a non‑zero finite constant, the original expression behaves like that constant multiplied by the dominant term That's the whole idea.. -
Use the comparison to infer the limit.
- If the dominant term appears in the numerator alone, the limit is (\pm\infty).
- If it appears both in numerator and denominator with the same exponent, the ratio of their coefficients gives the finite limit.
-
Check borderline cases with a secondary term.
When the leading terms cancel (e.g., (\frac{x^{2}-x^{2}}{x})), drop to the next lower‑order term and repeat the comparison The details matter here..
Example.
[
\lim_{x\to\infty}\frac{3x^{4}+2x\sin x}{5x^{4}-x\cos x}
]
The dominant pieces are (3x^{4}) and (5x^{4}); their ratio tends to (\frac{3}{5}). Hence the limit equals (\frac{3}{5}). No factorisation or conjugation was required It's one of those things that adds up..
Category 7: Change of Variable (Reciprocal or Trigonometric Substitution)
Sometimes the variable itself is the source of the difficulty. Introducing a new variable that “flips” the direction of approach or removes a periodic structure can transform an indeterminate form into a familiar one.
-
For (x\to\infty) or (x\to0^{+}), set (t=\frac{1}{x}).
The limit becomes (\displaystyle \lim_{t\to0^{+}} f!\bigl(\tfrac{1}{t}\bigr)).
This often converts a problem involving large arguments into one involving small arguments, where series expansions are more transparent. -
For limits involving trigonometric functions of (x) as (x\to\infty), let (t = \frac{1}{x}) or use a periodic reduction.
Because (\sin) and (\cos) are bounded, any unbounded growth must come from a prefactor; the substitution isolates that prefactor. -
When the expression contains (\sqrt{x^{2}+a}) or (\sqrt{x^{2}-a}), set (x = a\cot\theta) or (x = a\sinh u).
These parametrisations linearise the radical and sometimes expose a hidden cancellation.
Illustration.
[
\lim_{x\to\infty}x\bigl(\sqrt{1+\tfrac{1}{x}}-1\bigr)
]
Let (t=\frac{1}{x}); then the limit becomes (\displaystyle \lim_{t\to0^{+}}\frac{\sqrt{1+t}-1}{t}).
Now the numerator is a classic difference that can be rationalised or expanded, yielding the limit ( \frac{1}{2}). Transforming the problem in this way sidesteps the need for a full conjugate multiplication.
Category 8: Series Expansion (Taylor or Maclaurin)
When an expression involves functions that are analytic near the point of interest, their Taylor series provide a systematic way to extract the leading behaviour Practical, not theoretical..
-
Write the relevant function as a series up to the order that influences the limit.
To give you an idea, (\ln(1+u)=u-\frac{u^{2}}{2}+O(u^{3})) as (u\to0) Turns out it matters.. -
Substitute the series into the original expression.
Keep terms that survive after cancellation; discard higher‑order remainders because they vanish in the limit. -
Simplify the resulting polynomial or rational expression.
The surviving terms often reveal
the limit immediately, often turning a complex transcendental expression into a simple ratio of coefficients.
Example.
[
\lim_{x\to 0} \frac{e^x - 1 - x}{x^2}
]
Using the Maclaurin expansion for (e^x):
[
e^x = 1 + x + \frac{x^2}{2} + \frac{x^3}{6} + \dots
]
Substituting this into the limit:
[
\lim_{x\to 0} \frac{(1 + x + \frac{x^2}{2} + O(x^3)) - 1 - x}{x^2} = \lim_{x\to 0} \frac{\frac{1}{2}x^2 + O(x^3)}{x^2} = \frac{1}{2}
]
This method is particularly powerful when dealing with "nested" indeterminate forms where L'Hôpital's Rule might require multiple, tedious applications It's one of those things that adds up..
Conclusion: Choosing the Right Tool
Mastering limits is not about memorizing a single formula, but about developing an intuition for the "growth rates" of different functions. When faced with an indeterminate form, follow this mental hierarchy:
- Assess the "Speed": If the variable approaches infinity, identify the dominant terms (highest powers).
- Identify the "Shape": If the expression involves radicals, consider rationalization or trigonometric substitution. If it involves transcendental functions near zero, consider series expansion.
- Simplify the Domain: If the limit is at infinity, a reciprocal substitution ((t = 1/x)) can often bring the problem into the realm of Taylor series.
By recognizing which category an expression falls into, you transform a daunting algebraic puzzle into a predictable sequence of simplifications. The goal is always to peel away the "noise" of the lower-order terms until the fundamental ratio—the essence of the limit—is revealed.