2.2 Algebraic Evaluation of Limits & Indeterminate Forms
Key Takeaways
- The fraction 0/0 is an indeterminate form indicating that direct substitution fails because numerator and denominator share a vanishing factor (x - c).
- Factoring cancels common linear and polynomial factors, using difference of squares, trinomial factoring, and sum/difference of cubes identities.
- Rationalization with radical conjugates unmasks hidden (x - c) factors in expressions involving square roots by exploiting (sqrt(A) - B)(sqrt(A) + B) = A - B^2.
- Complex nested fractions are resolved by multiplying the overarching numerator and denominator by the least common denominator (LCD) of all internal fractions.
- Fundamental trigonometric limits lim_{x -> 0} sin(x)/x = 1 and lim_{x -> 0} (1 - cos x)/x = 0 serve as foundational anchors for evaluating trigonometric limits.
2.2 Algebraic Evaluation of Limits & Indeterminate Forms
Core CLEP Concept: When direct substitution of $x = c$ into a quotient produces the indeterminate form $\frac{0}{0}$, the limit cannot be determined without algebraic intervention. The form $\frac{0}{0}$ does not mean the limit is $0$, $1$, or undefined—it means "do more algebra." On Section 1 of the CLEP exam (no calculator), four algebraic strategies are tested repeatedly.
1. Strategy 1: Factoring and Polynomial Cancellation
By the Factor Theorem, if substituting $x = c$ into a polynomial $P(x)$ yields $P(c) = 0$, then $(x - c)$ is guaranteed to be a factor of $P(x)$. When both the numerator and denominator evaluate to $0$, the factor $(x - c)$ is present in both and must be algebraically canceled.
Essential Factoring Formulas
- Difference of Squares: $a^2 - b^2 = (a - b)(a + b)$
- Difference of Cubes: $a^3 - b^3 = (a - b)(a^2 + ab + b^2)$
- Sum of Cubes: $a^3 + b^3 = (a + b)(a^2 - ab + b^2)$
- Quadratic Grouping: $ax^2 + bx + c = ax^2 + px + qx + c$ where $p+q = b$ and $pq = ac$
Step-by-Step Worked Example: Difference of Cubes
Problem: Evaluate $\lim_{x \to 3} \frac{x^3 - 27}{2x^2 - 5x - 3}$.
Step 1: Test direct substitution.
Step 2: Factor numerator and denominator completely.
- Numerator (Difference of Cubes with $a = x, b = 3$):
- Denominator (Quadratic Trinomial):
Step 3: Cancel the common vanishing factor $(x - 3)$. Since the limit considers $x \neq 3$, the factor $(x - 3) \neq 0$, so division is valid:
Step 4: Evaluate the simplified expression by direct substitution.
2. Strategy 2: Rationalization with Radical Conjugates
When square roots appear in a $\frac{0}{0}$ indeterminate form, factoring is rarely straightforward. Instead, multiply the numerator and denominator by the radical conjugate. The conjugate of $(\sqrt{A} - B)$ is $(\sqrt{A} + B)$, exploiting the identity:
Step-by-Step Worked Example: Single Radical
Problem: Evaluate $\lim_{x \to 0} \frac{\sqrt{x + 16} - 4}{x}$.
Step 1: Test direct substitution.
Step 2: Multiply numerator and denominator by the conjugate $(\sqrt{x + 16} + 4)$.
Step 3: Expand the numerator.
Step 4: Cancel the common factor $x$ and evaluate.
Advanced CLEP Example: Double Radical Conjugate
Problem: Evaluate $\lim_{x \to 4} \frac{\sqrt{2x + 1} - 3}{\sqrt{x} - 2}$.
Here, both numerator and denominator contain radicals producing $0$. Multiply simultaneously by the conjugates of both:
3. Strategy 3: Simplifying Complex (Nested) Fractions
A complex fraction contains fractions within its numerator or denominator. To resolve the $\frac{0}{0}$ form, multiply the overarching numerator and denominator by the Least Common Denominator (LCD) of all internal fractions.
Step-by-Step Worked Example: Difference Quotient for $f(x) = 1/x^2$
Problem: Evaluate $\lim_{h \to 0} \frac{\frac{1}{(x+h)^2} - \frac{1}{x^2}}{h}$.
Step 1: Identify the LCD of the inner fractions. The inner denominators are $(x+h)^2$ and $x^2$. The LCD is $x^2(x+h)^2$.
Step 2: Multiply numerator and denominator by the LCD.
Step 3: Expand the numerator algebraically.
Step 4: Substitute and cancel the vanishing factor $h$.
Step 5: Evaluate by direct substitution ($h = 0$). (Note: This proves that $\frac{d}{dx}[x^{-2}] = -2x^{-3}$, linking limit evaluations to derivative rules.)
4. Strategy 4: Special Trigonometric Limits
Two fundamental trigonometric limits must be memorized for the CLEP exam. All trigonometric indeterminate evaluations trace back to these two anchors:
(Note: Angles $\theta$ are always measured in radians.)
Proof Sketch of $\lim_{\theta \to 0} \frac{1 - \cos \theta}{\theta} = 0$
Multiply by the conjugate $(1 + \cos \theta)$:
The Coefficient Scaling Rule
For any non-zero constants $a$ and $b$:
Worked Example: Trigonometric Limits with Tangent
Problem: Evaluate $\lim_{x \to 0} \frac{\tan(5x)}{\sin(3x)}$.
Rewrite $\tan(5x) = \frac{\sin(5x)}{\cos(5x)}$ and separate into fundamental limit forms: As $x \to 0$:
5. Absolute Value and Piecewise Limits
Expressions of the form $\frac{|x - c|}{x - c}$ always require computing separate left-hand and right-hand limits because:
Worked Example: Absolute Value Ratio
Problem: Evaluate $\lim_{x \to 4} \frac{|x - 4|}{x^2 - 16}$.
Factor denominator: $x^2 - 16 = (x - 4)(x + 4)$.
- Left-Hand Limit ($x \to 4^-$): For $x < 4$, $x - 4 < 0$, so $|x - 4| = -(x - 4)$:
- Right-Hand Limit ($x \to 4^+$): For $x > 4$, $x - 4 > 0$, so $|x - 4| = (x - 4)$:
- Conclusion: Since $-\frac{1}{8} \neq \frac{1}{8}$, the two-sided limit Does Not Exist (DNE).
6. Strategic Decision Summary
| Expression Type | Diagnostic Clue | Recommended Technique |
|---|---|---|
| Polynomial Ratio | Polynomials in numerator and denominator | Factor and cancel $(x - c)$ |
| Radical Expression | Single or double square roots $(\sqrt{A} - B)$ | Multiply top/bottom by conjugate $(\sqrt{A} + B)$ |
| Complex Fraction | Fractions inside a fraction $\frac{1/a - 1/b}{x - c}$ | Multiply top/bottom by internal LCD |
| Trig Indeterminate | Contains $\sin(kx)$, $\tan(kx)$, or $(1 - \cos(kx))$ | Rearrange to isolate $\frac{\sin(u)}{u} \to 1$ |
| Absolute Value | Contains $ | x - c |
Evaluate the limit: lim_{x -> 0} (sqrt(9 + 2x) - 3) / x.
Evaluate the trigonometric limit: lim_{x -> 0} sin(8x) / (5x cos(2x)).
Evaluate the complex fraction limit: lim_{x -> 4} (1/x - 1/4) / (x - 4).
Evaluate the one-sided limit: lim_{x -> 3^-} |x - 3| / (2x^2 - 6x).