# Determining limits using algebraic manipulation

> AP Calculus BC · Unit 1: Limits and Continuity
> Source: https://www.owlsprep.com/study/ap-calculus-bc-u1-determining-limits-using-algebraic-manipulation/

This guide covers factoring to resolve 0/0 indeterminate forms, rationalization of radical expressions, dividing by the highest power of x for limits at infinity, and algebraic simplification to find exact limit values for AP Calculus BC.

**Prerequisites:** [Basic limit evaluation laws](https://www.owlsprep.com/study/ap-calculus-bc-u1-basic-limit-laws/); Definition of an indeterminate form; Polynomial factoring and algebraic fraction simplification

## Learning objectives

- Evaluate limits of rational functions by factoring to resolve 0/0 indeterminate forms
- Evaluate limits involving radicals using conjugate rationalization
- Evaluate limits at infinity for rational and radical functions
- Avoid common algebraic errors when manipulating limit expressions

## Factoring to Resolve 0/0 Indeterminate Forms

The most common indeterminate form you will encounter when evaluating limits of rational functions at a finite point is 0/0. This form arises when the numerator and denominator of the rational function share a common root at the point $x=a$ you are approaching. That means both polynomials share a common factor of $(x-a)$, which can be canceled to simplify the function.

**Equivalence Rule for Limits** — If two functions are equal for all $x$ near (but not at) $a$, their limits as $x$ approaches $a$ are equal. This justifies algebraic manipulation, since limits only depend on behavior near $a$, not at $a$ itself.

*Notation:* f(x) = g(x) \; \forall x \neq a \implies \lim_{x \to a} f(x) = \lim_{x \to a} g(x)

**Worked example:** Evaluate $\lim_{x \to -2} \frac{x^2 + x - 2}{x^3 + 3x^2 + 4x + 4}$

1. First test direct substitution by plugging $x=-2$ into numerator and denominator:
2. $$(-2)^2 + (-2) - 2 = 0, \quad (-2)^3 + 3(-2)^2 + 4(-2) + 4 = 0$$
3. We get the 0/0 indeterminate form, so factoring is required.
4. Factor the numerator:
5. $$x^2 + x - 2 = (x+2)(x-1)$$
6. Factor the denominator by grouping:
7. $$x^3 + 3x^2 + 4x + 4 = x^2(x+2) + 2(x+2) = (x+2)(x^2 + x + 2)$$
8. Cancel the common $(x+2)$ factor, valid because $x \to -2$, so $x \neq -2$ and division by zero does not occur:
9. $$\lim_{x \to -2} \frac{(x+2)(x-1)}{(x+2)(x^2 + x + 2)} = \lim_{x \to -2} \frac{x-1}{x^2 + x + 2}$$
10. Evaluate the simplified limit via direct substitution:
11. $$\frac{-2 - 1}{(-2)^2 + (-2) + 2} = \frac{-3}{4}$$

> **Exam tip:** Always test if the polynomial has a root at the x-value you are approaching. If $p(a) = 0$, $(x-a)$ is guaranteed to be a factor, so you can use grouping or polynomial division to pull it out quickly.

## Rationalizing to Resolve Indeterminate Forms with Radicals

When an indeterminate 0/0 or $0 \cdot \infty$ form includes radicals (square roots, cube roots) in the numerator or denominator, factoring alone cannot resolve the form because the zero term is hidden under the radical. The solution is rationalization: multiplying the numerator and denominator by the conjugate of the radical expression to eliminate the radical and reveal the common zero factor.

The conjugate of a binomial $\sqrt{A} - B$ is $\sqrt{A} + B$. Multiplying these gives a difference of squares: $(\sqrt{A} - B)(\sqrt{A} + B) = A - B^2$, which eliminates the radical entirely. After expanding, you will almost always find a common factor that can be canceled, leaving a simplified expression ready for direct substitution.

**Worked example:** Evaluate $\lim_{x \to 0} \frac{\sqrt{x + 9} - 3}{x}$

1. Direct substitution gives 0 in the numerator and 0 in the denominator, so we have a 0/0 indeterminate form.
2. Multiply numerator and denominator by the conjugate of the numerator, $\sqrt{x+9} + 3$:
3. $$\lim_{x \to 0} \frac{(\sqrt{x + 9} - 3)(\sqrt{x + 9} + 3)}{x(\sqrt{x + 9} + 3)}$$
4. Simplify the numerator using the difference of squares identity:
5. $$(\sqrt{x+9})^2 - 3^2 = (x+9) - 9 = x$$
6. Cancel the common $x$ factor, valid because $x \to 0$ so $x \neq 0$:
7. $$\lim_{x \to 0} \frac{1}{\sqrt{x+9} + 3}$$
8. Evaluate via direct substitution:
9. $$\frac{1}{3+3} = \frac{1}{6}$$

> **Exam tip:** Always multiply both the numerator and denominator by the conjugate. Changing only the numerator changes the value of the expression, which leads to an incorrect limit result.

## Dividing by Highest Power of x for Limits at Infinity

When evaluating limits as $x \to \infty$ or $x \to -\infty$ for rational functions or radical functions, you almost always get the indeterminate form $\infty/\infty$. The core intuition here is that as $x$ becomes very large in magnitude, the highest power term in the expression dominates all lower-power terms, which become negligible.

The standard technique is to divide every term in the numerator and denominator by the highest power of $x$ present in the denominator. Then use the rule that $\lim_{x \to \pm \infty} \frac{1}{x^n} = 0$ for any positive $n$ to eliminate all lower-power terms, leaving a constant limit. This technique is commonly used to find horizontal asymptotes, a frequent AP exam question.

**Worked example:** Evaluate $\lim_{x \to -\infty} \frac{3x^2 + 2x - 1}{\sqrt{4x^4 - 7}}$

1. As $x \to -\infty$, the numerator behaves like $3x^2 \to \infty$ and the denominator behaves like $\sqrt{4x^4} = 2x^2 \to \infty$, giving an $\infty/\infty$ indeterminate form.
2. The highest power of $x$ under the square root in the denominator is $x^4$, so the highest power term is $x^2$. Divide every term by $x^2$, noting $x^2 = \sqrt{x^4}$ for all $x$, including negative $x$.
3. Simplify the numerator:
4. $$\frac{3x^2 + 2x - 1}{x^2} = 3 + \frac{2}{x} - \frac{1}{x^2}$$
5. Simplify the denominator:
6. $$\frac{\sqrt{4x^4 - 7}}{x^2} = \frac{\sqrt{4x^4 - 7}}{\sqrt{x^4}} = \sqrt{4 - \frac{7}{x^4}}$$
7. Take the limit term by term: all terms with powers of $1/x$ approach 0 as $x \to -\infty$, so:
8. $$\frac{3}{\sqrt{4}} = \frac{3}{2}$$

> **Exam tip:** When pulling terms out of a square root for $x \to -\infty$, remember $\sqrt{x^2} = |x| = -x$ for negative $x$. Failing to adjust the sign is the most common error on this type of problem.

## AP Style Concept Check

**Check your understanding**

Test your understanding with this AP-style multiple choice question:

1. Evaluate $\lim_{x \to 3} \frac{x^2 - 4x + 3}{x^2 - 9}$. Which of the following is the correct result?

   - $\frac{1}{3}$
   - $0$
   - $1$
   - The limit does not exist

   *Answer:* $\frac{1}{3}$

   *Why:* Correct: Factoring the numerator and denominator gives $\frac{(x-3)(x-1)}{(x-3)(x+3)}$. Cancel the common $(x-3)$ factor (valid for $x \neq 3$) and substitute $x=3$ to get $\frac{2}{6} = \frac{1}{3}$.

## Common pitfalls

- **Wrong:** Canceling $(x-a)$ after factoring, then concluding the original function equals the simplified function at $x=a$
  - Why it fails: Students confuse the value of the limit as $x$ approaches $a$ with the value of the function at $x=a$
  - Correct: Always note that cancellation is only valid for $x \neq a$, which is all we need for the limit, even if the original function is undefined at $x=a$
- **Wrong:** Pulling $x$ out of a square root as positive when evaluating a limit as $x \to -\infty$, leading to a sign error
  - Why it fails: Students memorize $\sqrt{x^2}=x$ from algebra and forget the absolute value rule
  - Correct: For any limit as $x \to -\infty$, substitute $\sqrt{x^2} = -x$ when simplifying radical expressions, and double-check the final sign
- **Wrong:** Dividing all terms by the highest power of $x$ in the numerator for a limit at infinity, instead of the highest power in the denominator
  - Why it fails: Students assume dividing by the largest power overall is correct, regardless of where it is located
  - Correct: Always divide by the highest power of $x$ in the denominator of the original expression to get the correct simplified limit
- **Wrong:** Stopping after one round of factoring and concluding the limit does not exist when you still get 0/0
  - Why it fails: Students assume there are no more common factors after one cancellation
  - Correct: If you still get an indeterminate form after one cancellation, factor the new numerator and denominator to find any remaining common factors
- **Wrong:** Only multiplying the numerator by the conjugate when rationalizing, leaving the denominator unchanged
  - Why it fails: Students focus on eliminating the radical and forget that changing the numerator changes the value of the expression
  - Correct: Always multiply both numerator and denominator by the conjugate to keep the expression equivalent

## Cheatsheet

| Category | Rule/Formula | Notes |
| --- | --- | --- |
| Core Limit Equivalence Rule | If $f(x) = g(x)$ for all $x \neq a$, then $\lim_{x \to a} f(x) = \lim_{x \to a} g(x)$ | Justifies all algebraic manipulation for limits |
| 0/0 Factoring | Cancel common $(x-a)$ factor to simplify the rational function | Works for rational functions with a common root at $x=a$ |
| Difference of Squares | $a^2 - b^2 = (a-b)(a+b)$ | Used for factoring and rationalization |
| Difference of Cubes | $a^3 - b^3 = (a-b)(a^2 + ab + b^2)$ | Used for factoring cubic polynomials |
| Conjugate Rationalization | Multiply $\frac{\sqrt{A} - B}{C}$ by $\frac{\sqrt{A} + B}{\sqrt{A} + B}$ | Eliminates radicals causing 0/0 indeterminate forms |
| Limit of 1/xⁿ at Infinity | $\lim_{x \to \pm \infty} \frac{1}{x^n} = 0$ for any $n>0$ | All lower-power terms vanish at infinity |
| Radical Simplification | $\sqrt{x^2} = \|x\| = \begin{cases} x & x>0 \\ -x & x<0 \end{cases}$ | Critical for correct sign when $x \to -\infty$ |
| ∞/∞ Limit Technique | Divide every term by highest power of $x$ in denominator | Applies to all limits at infinity of rational/radical functions |

## What's next

This topic is the foundational prerequisite for all subsequent limit techniques and core calculus concepts in the AP Calculus BC syllabus. Next you will apply algebraic limit evaluation to connecting limits to continuity, testing continuity at a point, and evaluating limits from the definition of the derivative. Without being able to quickly resolve indeterminate forms via algebraic manipulation, you will struggle to compute derivatives from first principles and find asymptotes of function graphs later in the course. Longer term, algebraic manipulation of limits is a required step when testing for convergence of infinite series, the major late-unit topic in the BC CED. Mastering these techniques now will also save you time on the exam.

- [Selecting procedures for determining limits](https://www.owlsprep.com/study/ap-calculus-bc-u1-selecting-procedures-for-determining-limits/)
- [Squeeze Theorem](https://www.owlsprep.com/study/ap-calculus-bc-u1-squeeze-theorem/)
- [Connecting multiple representations of limits](https://www.owlsprep.com/study/ap-calculus-bc-u1-connecting-multiple-representations-of-limits/)

---

From [OwlsPrep](https://www.owlsprep.com) — free study guides for A-Level, IB, AP and IGCSE, written against the official syllabus. Canonical page: https://www.owlsprep.com/study/ap-calculus-bc-u1-determining-limits-using-algebraic-manipulation/
