Introduction to Algebraic Limits

In our previous chapters, we estimated limits by looking at graphs or plugging numbers into tables. While those methods are great for getting a "feel" for a function, they aren't always perfectly accurate. Sometimes a graph is hard to read, or a table suggests a trend that isn't quite right.

In this chapter, we are going to learn how to find the exact value of a limit using algebra. This is like moving from "estimating the price" to "calculating the total with tax." It’s precise, reliable, and—once you learn the patterns—actually much faster!

The "Golden Rule": Direct Substitution

The very first thing you should always try when calculating a limit is Direct Substitution. This simply means plugging the value that \(x\) is approaching directly into the function.

How it works: If you want to find \( \lim_{x \to c} f(x) \), just calculate \( f(c) \).

Example: Find \( \lim_{x \to 3} (x^2 + 2x - 1) \).
Just plug in \(3\): \( (3)^2 + 2(3) - 1 = 9 + 6 - 1 = 14 \).
The limit is \(14\)!

Don't worry if this seems too easy! For many "well-behaved" functions (like polynomials), the limit is simply the value of the function at that point. However, Calculus gets interesting when direct substitution doesn't work right away.

Algebraic Properties of Limits

Limits are very "well-behaved" mathematical operations. They follow logical rules that allow us to break big, scary problems into smaller, manageable pieces. If we know \( \lim_{x \to c} f(x) = L \) and \( \lim_{x \to c} g(x) = M \), then:

  • Sum/Difference Rule: The limit of a sum is the sum of the limits.
    \( \lim_{x \to c} [f(x) \pm g(x)] = L \pm M \)
  • Product Rule: The limit of a product is the product of the limits.
    \( \lim_{x \to c} [f(x) \cdot g(x)] = L \cdot M \)
  • Quotient Rule: The limit of a quotient is the quotient of the limits (as long as the denominator isn't zero).
    \( \lim_{x \to c} \frac{f(x)}{g(x)} = \frac{L}{M} \), provided \( M \neq 0 \).
  • Constant Multiple Rule: You can pull a constant out in front of the limit.
    \( \lim_{x \to c} [k \cdot f(x)] = k \cdot L \)
  • Power/Root Rule: Limits can move "inside" powers and roots.
    \( \lim_{x \to c} [f(x)]^n = L^n \)
Key Takeaway

If a function is built out of basic pieces using addition, multiplication, or powers, you can usually just evaluate the limit of each piece individually.

The "Indeterminate Form": When Substitution "Fails"

Sometimes, when you try direct substitution, you get the result \( \frac{0}{0} \). This is called an Indeterminate Form.

Important: \( \frac{0}{0} \) does NOT mean the limit doesn't exist. It means "More work is required!" It’s like a "Check Engine" light; it tells you something is happening under the hood, and you need to use your algebraic tools to find it.

Tool 1: Factoring and Canceling

If you get \( \frac{0}{0} \), there is often a "hidden" factor in the top and bottom that is causing the zeros. If you can factor them out and cancel them, you can then use direct substitution on the remaining part.

Example: Find \( \lim_{x \to 2} \frac{x^2 - 4}{x - 2} \).
1. Try substitution: \( \frac{2^2 - 4}{2 - 2} = \frac{0}{0} \) (Indeterminate!).
2. Factor the top: \( x^2 - 4 = (x - 2)(x + 2) \).
3. Rewrite the limit: \( \lim_{x \to 2} \frac{(x - 2)(x + 2)}{x - 2} \).
4. Cancel the \( (x - 2) \): \( \lim_{x \to 2} (x + 2) \).
5. Substitute now: \( 2 + 2 = 4 \).
The limit is 4.

Tool 2: Rationalizing (The Conjugate Method)

When you see square roots (\( \sqrt{\text{something}} \)) and get \( \frac{0}{0} \), try multiplying the numerator and denominator by the conjugate. The conjugate of \( \sqrt{a} - b \) is \( \sqrt{a} + b \).

Example: Find \( \lim_{x \to 0} \frac{\sqrt{x+1} - 1}{x} \).
1. Substitution gives \( \frac{0}{0} \).
2. Multiply top and bottom by the conjugate \( \sqrt{x+1} + 1 \).
3. The top becomes \( (\sqrt{x+1})^2 - (1)^2 = x + 1 - 1 = x \).
4. The limit is now \( \lim_{x \to 0} \frac{x}{x(\sqrt{x+1} + 1)} \).
5. Cancel the \( x \): \( \lim_{x \to 0} \frac{1}{\sqrt{x+1} + 1} \).
6. Substitute: \( \frac{1}{\sqrt{0+1} + 1} = \frac{1}{2} \).

Tool 3: Simplifying Complex Fractions

If your limit involves "fractions inside fractions," try to find a common denominator to simplify the expression into a single fraction.

Selecting a Procedure: Your Step-by-Step Strategy

When you see a limit problem on the AP exam, follow this workflow to decide which procedure to use:

Step 1: Plug it in (Direct Substitution).
- If you get a real number? You're done!
- If you get \( \frac{\text{nonzero}}{0} \)? The limit is likely \( \infty \), \( -\infty \), or Does Not Exist (we'll cover this more in "Infinite Limits").
- If you get \( \frac{0}{0} \)? Go to Step 2.

Step 2: Analyze the "clues" in the function.
- Do you see polynomials? Try Factoring.
- Do you see square roots? Try Rationalizing (Conjugates).
- Do you see nested fractions? Try Simplifying with common denominators.
- Do you see \( (x+h) \) terms? Try Expanding the algebra.

Step 3: Cancel and Re-evaluate.
After you use your algebraic tool, you should be able to cancel out the "problem" term. Once it's gone, try plugging the number in one more time.

Quick Review Box
Direct Substitution: Always the first move.
Indeterminate Form: \( \frac{0}{0} \) means "Keep going!"
Factoring: Use for \( x^2 \) and polynomial expressions.
Conjugates: Use for radical (root) expressions.

Common Pitfalls to Avoid

1. Forgetting the Limit Notation: On the Free Response Section (FRQ), keep writing \( \lim_{x \to c} \) in front of your work until the very last step where you actually plug the number in. Dropping it too early can lose you "Communication and Notation" points!

2. Giving Up at \( 0/0 \): Remember, \( 0/0 \) is not an answer; it is an invitation to do algebra.

3. Arithmetic Errors: Many students miss limit questions not because they don't understand Calculus, but because they make a mistake in factoring or adding fractions. Take your time with the algebra!

Did you know? The word "limit" comes from the Latin limes, which means a boundary or a path. In Calculus, we are essentially walking a path as close as possible to a boundary to see what happens there, even if we can't actually step on the boundary itself!

Key Takeaway Summary

Determining limits algebraically is all about removing the obstacle. If direct substitution results in \( 0/0 \), use factoring, conjugates, or fraction simplification to "clean up" the function until you can successfully plug the value in. Always start with substitution and always look for the algebraic "clue" to pick your next move.

Note: For more complex limits involving the Squeeze Theorem or trigonometric representations, see the next chapter: "Squeeze Theorem and multiple representations of limits."