Navigation: Wiki Home > Skills > Special Techniques for Limits at Infinity
Not every limit at infinity involves just polynomials. What happens when you have square roots, differences of large terms, or trigonometric functions? The "divide by highest power" technique needs adaptation, and sometimes entirely new approaches are required.
This skill covers three essential techniques:
These appear frequently on exams, often combined with rational function techniques.
| Property | Value |
|---|---|
| Concept | Limits |
| Course | MATH161 |
| Section | Stewart 2.6 |
| Difficulty | Advanced |
| Time | ~30 minutes |
When to use: The expression involves a difference like $\sqrt{\text{something}} - \text{something}$, giving an indeterminate form "$\infty - \infty$".
The Method: Multiply numerator and denominator by the conjugate: the same expression with the sign switched.
Evaluate $\lim_{x \to \infty} \left(\sqrt{x^2 + 1} - x\right)$
Problem: Both $\sqrt{x^2 + 1}$ and $x$ go to infinity, so we get "$\infty - \infty$".
Step 1: Multiply by the conjugate over itself: $$\sqrt{x^2 + 1} - x = \frac{(\sqrt{x^2 + 1} - x)(\sqrt{x^2 + 1} + x)}{\sqrt{x^2 + 1} + x}$$
Step 2: Use the difference of squares: $(a - b)(a + b) = a^2 - b^2$ $$= \frac{(x^2 + 1) - x^2}{\sqrt{x^2 + 1} + x} = \frac{1}{\sqrt{x^2 + 1} + x}$$
Step 3: Take the limit. As $x \to \infty$:
$$\lim_{x \to \infty} \frac{1}{\sqrt{x^2 + 1} + x} = \frac{1}{\infty} = 0$$
Critical fact: $$\sqrt{x^2} = \vert x\vert = \begin{cases} x & \text{if } x \geq 0 \\ -x & \text{if } x < 0 \end{cases}$$
When $x \to -\infty$: Since $x < 0$, we have $\sqrt{x^2} = -x$ (not $x$!).
This is the most common source of sign errors in limits at infinity.
Evaluate $\lim_{x \to -\infty} \frac{\sqrt{2x^2 + 1}}{3x - 5}$
Step 1: Identify the highest power in the denominator: $x$.
Step 2: Divide numerator and denominator by $x$.
But wait: When $x < 0$, dividing by $x$ inside a square root requires care:
$$\frac{\sqrt{2x^2 + 1}}{x} = \frac{\sqrt{2x^2 + 1}}{\pm\sqrt{x^2}}$$
Since $x < 0$: $x = -\vert x\vert = -\sqrt{x^2}$
So: $$\frac{\sqrt{2x^2 + 1}}{x} = \frac{\sqrt{2x^2 + 1}}{-\sqrt{x^2}} = -\sqrt{\frac{2x^2 + 1}{x^2}} = -\sqrt{2 + \frac{1}{x^2}}$$
Step 3: Full expression: $$\frac{\sqrt{2x^2 + 1}}{3x - 5} = \frac{-\sqrt{2 + \frac{1}{x^2}}}{3 - \frac{5}{x}}$$
Step 4: Take limit as $x \to -\infty$: $$\lim_{x \to -\infty} \frac{-\sqrt{2 + \frac{1}{x^2}}}{3 - \frac{5}{x}} = \frac{-\sqrt{2 + 0}}{3 - 0} = -\frac{\sqrt{2}}{3}$$
Compare: For the same function as $x \to +\infty$: $$\lim_{x \to +\infty} \frac{\sqrt{2x^2 + 1}}{3x - 5} = \frac{+\sqrt{2}}{3}$$
Different horizontal asymptotes on each side!
√(x²) = |x|
x < 0 x > 0
|x| = -x |x| = x
↙ ↘
When dividing by x: When dividing by x:
√(x²)/x = -x/x = -1 √(x²)/x = x/x = 1
The extra negative sign appears for x → -∞!
When to use: The function involves a composition like $\sin\left(\frac{1}{x}\right)$ or $e^{-x}$.
The Method: Substitute $t = \frac{1}{x}$ (or another appropriate variable) so that $x \to \infty$ becomes $t \to 0^+$.
Evaluate $\lim_{x \to \infty} \sin\left(\frac{1}{x}\right)$
Step 1: Let $t = \frac{1}{x}$. As $x \to \infty$, we have $t \to 0^+$.
Step 2: Rewrite: $$\lim_{x \to \infty} \sin\left(\frac{1}{x}\right) = \lim_{t \to 0^+} \sin(t)$$
Step 3: Evaluate: $$\lim_{t \to 0^+} \sin(t) = \sin(0) = 0$$
Oscillation without decay: If a function oscillates with constant amplitude as $x \to \infty$, the limit does not exist.
Example: $\lim_{x \to \infty} \sin(x)$ does not exist.
As $x$ increases, $\sin(x)$ keeps cycling between $-1$ and $1$ forever. It never settles to any single value.
Example: $\lim_{x \to \infty} \cos(x)$ does not exist (same reason).
Contrast: $\lim_{x \to \infty} \frac{\sin(x)}{x} = 0$ DOES exist.
Why? Even though $\sin(x)$ oscillates, it's bounded between $-1$ and $1$, while $x \to \infty$. So: $$-\frac{1}{x} \leq \frac{\sin(x)}{x} \leq \frac{1}{x}$$
By the Squeeze Theorem, the limit is $0$.
For each limit, identify which technique is most appropriate (don't solve):
Evaluate $\lim_{x \to \infty} \left(\sqrt{x^2 + 3x} - x\right)$
Evaluate both limits:
Evaluate $\lim_{x \to \infty} \left(\sqrt{x^2 + x} - \sqrt{x^2 - x}\right)$
For each function, determine whether $\lim_{x \to \infty} f(x)$ exists. If it does, find it. If not, explain why.
The Sign Trap Diagram:
When dealing with $\sqrt{x^2}$, picture this:
The number line splits into two regions:
x < 0 x > 0
←───────────────|───────────────→
√(x²) = -x √(x²) = x
↑ ↑
"flip sign" "keep sign"
The square root always produces a positive result, but $x$ itself is negative on the left side. So $\sqrt{x^2} = \vert x\vert $, which equals $-x$ (a positive number!) when $x$ is negative.
Think of it as: "The square root is always positive, so match its sign to a positive quantity."
Looking back:
Looking ahead:
Real-world connections:
| Previous | Up | Next |
|---|---|---|
| Rational Function Limits at Infinity | Skills Index | Curve Sketching |
Last updated: 2026-01-22