# Selecting procedures for determining limits

> AP Calculus AB · Unit 1: Limits and Continuity
> Source: https://www.owlsprep.com/study/ap-calculus-ab-u1-selecting-procedures-for-determining-limits/

This guide teaches you to select the correct procedure for calculating any limit on the AP Calculus AB exam, covering direct substitution, algebraic methods, the Squeeze Theorem, and L'Hospital’s Rule for indeterminate forms, with exam tips and common pitfalls.

**Prerequisites:** Basic limit laws for sums, products, and quotients; Algebraic manipulation including factoring and rationalizing expressions; Definition of an indeterminate form

## Learning objectives

- Select the correct limit-solving procedure based on problem structure
- Apply algebraic methods, Squeeze Theorem, and L'Hospital's Rule appropriately
- Avoid common exam pitfalls in limit method selection
- Justify method choices for AP Calculus AB FRQs

## What Is Selecting Procedures for Determining Limits?

This topic is the core AP Calculus skill of identifying the structure of a given limit problem and choosing the most efficient, correct solution method, rather than relying on forced application of memorized rules. Per the AP Calculus AB Course and Exam Description (CED), this skill is a key component of Unit 1: Limits and Continuity, which accounts for 10-12% of the total exam score.

This skill is tested in both multiple-choice (MCQ) and free-response (FRQ) sections: MCQs require fast, accurate method selection to save time, while FRQs require you to justify your choice of method for full credit. Many students either overcomplicate simple problems by jumping to advanced methods, or get stuck on complex problems by sticking to overly simple algebraic techniques. Mastering this selection process eliminates unnecessary errors, cuts down on exam time, and prepares you for all future calculus topics that depend on limits.

## Algebraic Methods for Indeterminate 0/0 Forms

The first step for any limit problem is always to test direct substitution: if a function $f(x)$ is continuous at $x=a$, then $\lim_{x \to a} f(x) = f(a)$ by definition of continuity. If direct substitution gives a real number, that is your limit—no further work is needed. If direct substitution gives $\frac{c}{0}$ where $c \neq 0$, the limit is either $\pm\infty$ or does not exist (check one-sided limits to confirm).

The only time we need further algebraic simplification is when direct substitution gives the indeterminate form $\frac{0}{0}$, which indicates a hole (not a vertical asymptote) at $x=a$. For rational functions with polynomial numerators and denominators, factoring and canceling the common $(x-a)$ factor that creates the 0/0 form works. If the 0/0 form comes from a radical expression, we use conjugate multiplication to rationalize the expression, then cancel the common factor. This is almost always faster than more advanced methods like L'Hospital's Rule for polynomial/radical 0/0 problems.

**Worked example:** Find $\lim_{x \to 4} \frac{x^2 - 5x + 4}{\sqrt{x} - 2}$

1. First test direct substitution: plugging $x=4$ gives a numerator of $16 - 20 + 4 = 0$ and a denominator of $\sqrt{4} - 2 = 0$, so we have the indeterminate $\frac{0}{0}$ form requiring simplification.
2. Factor the quadratic numerator: $x^2 - 5x + 4 = (x-4)(x-1)$. The denominator is a radical, so we use conjugate multiplication.
3. Multiply numerator and denominator by the conjugate of the denominator, $\sqrt{x} + 2$:
4. $$\frac{(x^2 - 5x + 4)(\sqrt{x} + 2)}{(\sqrt{x} - 2)(\sqrt{x} + 2)} = \frac{(x-4)(x-1)(\sqrt{x} + 2)}{x - 4}$$
5. Cancel the common $(x-4)$ factor (valid for all $x \neq 4$, which is all we need for a limit as $x \to 4$), leaving $\lim_{x \to 4} (x-1)(\sqrt{x} + 2)$.
6. Use direct substitution on the simplified function: $(4-1)(2 + 2) = 3 \times 4 = 12$. The limit is $12$.

> **tip**
>
> Always test direct substitution first. 80% of basic limit problems on the AP MCQ section can be solved immediately with direct substitution if the function is continuous at the limit point.

*Calculator:* allowed

## The Squeeze Theorem for Bounded Oscillating Functions

**Squeeze Theorem** — If $g(x) \leq f(x) \leq h(x)$ for all $x$ near $a$ (except possibly $a$ itself), and $\lim_{x \to a} g(x) = \lim_{x \to a} h(x) = L$, then $\lim_{x \to a} f(x) = L$.

The Squeeze Theorem is the only valid method for limits involving products of a term approaching zero and a bounded oscillating function (most commonly sine or cosine). This method is ideal for functions like $x^n \sin\left(\frac{1}{x}\right)$ or $x \cos x$ as $x \to 0$, because sine and cosine are always bounded between $-1$ and $1$ regardless of their input. No algebraic simplification or L'Hospital's Rule works for these problems, so recognizing when to use the Squeeze Theorem is critical.

**Worked example:** Find $\lim_{x \to 0} x^2 \sin\left(\frac{3}{x}\right)$

1. Direct substitution fails: as $x \to 0$, $\frac{3}{x}$ approaches $\pm\infty$, and $\sin\left(\frac{3}{x}\right)$ oscillates infinitely between $-1$ and $1$, giving an indeterminate $0 \times$ (bounded oscillation) that cannot be solved with algebra. We use the Squeeze Theorem.
2. Use the boundedness of the sine function: for all $x \neq 0$, $-1 \leq \sin\left(\frac{3}{x}\right) \leq 1$.
3. Multiply all parts of the inequality by $x^2$, which is always non-negative, so the inequality directions do not change:
4. $$-x^2 \leq x^2 \sin\left(\frac{3}{x}\right) \leq x^2$$
5. Calculate the limits of the lower and upper bounds: $\lim_{x \to 0} -x^2 = 0$ and $\lim_{x \to 0} x^2 = 0$.
6. By the Squeeze Theorem, the limit of the middle function must also equal $0$.

> **tip**
>
> AP FRQs require you to write the full inequality bound to get full credit for a Squeeze Theorem problem—never just state "the limit is 0" without justifying the inequality.

*Calculator:* allowed

## L'Hospital's Rule for Transcendental Indeterminate Forms

**L'Hospital's Rule** — If $\lim_{x \to a} f(x) = 0$ and $\lim_{x \to a} g(x) = 0$ (or both approach $\pm\infty$), then $\lim_{x \to a} \frac{f(x)}{g(x)} = \lim_{x \to a} \frac{f'(x)}{g'(x)}$, provided the limit on the right exists (or is $\pm\infty$).

L'Hospital's Rule is a powerful method for indeterminate forms of type $\frac{0}{0}$ or $\frac{\infty}{\infty}$, especially when algebraic simplification is difficult or impossible (for example, limits involving exponential, logarithmic, or trigonometric transcendental functions). L'Hospital's Rule can be applied multiple times in sequence if you still get an indeterminate form after the first application, but it only works for $\frac{0}{0}$ or $\frac{\infty}{\infty}$—it can never be used for other indeterminate forms like $0 \times \infty$ without rewriting the product as a quotient first. For method selection, L'Hospital's Rule is almost always faster than algebraic methods for indeterminate forms involving transcendental functions.

**Worked example:** Find $\lim_{x \to 0} \frac{e^{2x} - 1 - 2x}{x^2}$

1. Test direct substitution: at $x=0$, the numerator is $e^0 - 1 - 0 = 0$ and the denominator is $0^2 = 0$, so we have a valid $\frac{0}{0}$ indeterminate form for L'Hospital's Rule.
2. Differentiate the numerator and denominator separately (do not use the quotient rule): $f(x) = e^{2x} - 1 - 2x$ gives $f'(x) = 2e^{2x} - 2$, and $g(x) = x^2$ gives $g'(x) = 2x$.
3. We now have $\lim_{x \to 0} \frac{2e^{2x} - 2}{2x} = \lim_{x \to 0} \frac{e^{2x} - 1}{x}$. Testing direct substitution again gives $\frac{0}{0}$, so we can apply L'Hospital's Rule a second time.
4. Differentiate again: new numerator derivative is $2e^{2x}$, new denominator derivative is $1$, giving $\lim_{x \to 0} 2e^{2x}$.
5. Direct substitution gives $2e^0 = 2$, so the original limit is $2$.

> **tip**
>
> Always confirm you have a $\frac{0}{0}$ or $\frac{\infty}{\infty}$ form before applying L'Hospital's Rule. AP MCQs often include trap options that come from misapplying the rule to non-indeterminate forms.

*Calculator:* allowed

## AP-Style Concept Check

**Check your understanding**

Test your method selection skills with these AP-style problems:

1. $\lim_{h \to 0} \frac{(2+h)^3 - 8}{h}$ is equal to which of the following?

   - A) $0$
   - B) $8$
   - C) $12$
   - D) The limit does not exist

   *Why:* Direct substitution gives 0/0. Factoring the expanded numerator gives $h(12 + 6h + h^2)$, cancel $h$, substitute to get 12. L'Hospital's Rule also gives the same result.

## Common pitfalls

- **Wrong:** Applying L'Hospital's Rule to $\lim_{x \to 2} \frac{x+3}{x-2}$ after getting $\frac{5}{0}$, resulting in an incorrect answer of $1$
  - Why it fails: Students confuse the indeterminate $\frac{0}{0}$ with $\frac{c}{0}$ for $c \neq 0$, and automatically apply L'Hospital's because the denominator is zero.
  - Correct: Always check the numerator value—non-zero numerator with zero denominator means the limit is infinite (or DNE after checking one-sided limits), no L'Hospital's needed.
- **Wrong:** Trying to factor $\lim_{x \to 0} x^2 \cos\left(\frac{1}{x}\right)$ instead of using the Squeeze Theorem, getting stuck and wasting time
  - Why it fails: Students default to algebraic methods for all limit problems with zero, forgetting that bounded oscillating functions require the Squeeze Theorem.
  - Correct: If you have a bounded function (sine, cosine) multiplied by a term approaching zero, immediately reach for the Squeeze Theorem.
- **Wrong:** Incorrect canceling in $\lim_{x \to 0} \frac{x + \sin x}{x} = \lim_{x \to 0} 1 + \sin x = 1$
  - Why it fails: Students cancel only the first $x$ in the numerator instead of distributing the division to all terms.
  - Correct: Always distribute the denominator to every term in the numerator before canceling: $\frac{x + \sin x}{x} = \frac{x}{x} + \frac{\sin x}{x} = 1 + \frac{\sin x}{x}$.
- **Wrong:** Using the quotient rule to differentiate when applying L'Hospital's Rule, getting an incorrect derivative
  - Why it fails: Students confuse differentiating numerator and denominator separately with differentiating the entire quotient.
  - Correct: Remember L'Hospital's Rule gives $\frac{f'}{g'}$, not $\left(\frac{f}{g}\right)'$, so differentiate top and bottom individually.
- **Wrong:** Jumping to L'Hospital's Rule for a simple polynomial 0/0 problem like $\lim_{x \to 1} \frac{x^2 - 1}{x - 1}$, making an arithmetic error in differentiation
  - Why it fails: Students think advanced methods are always better, but simple algebra is less error-prone for polynomial problems.
  - Correct: Always try factoring first for polynomial 0/0 problems—it's faster and has fewer steps.

## Cheatsheet

| Category | Rule/Process | When To Use |
| --- | --- | --- |
| Direct Substitution | $\lim_{x \to a} f(x) = f(a)$ | When $f(x)$ is continuous at $x=a$, substitution gives a real number |
| Factoring/Canceling | Cancel common $(x-a)$ factor | When direct substitution gives $\frac{0}{0}$ for polynomial/rational functions |
| Conjugate Multiplication | Multiply by conjugate of radical term | When direct substitution gives $\frac{0}{0}$ with a square root in the expression |
| Squeeze Theorem | If $g(x) \leq f(x) \leq h(x)$ and $\lim g = \lim h = L$, then $\lim f = L$ | When you have $0 \times$ (bounded trigonometric function) |
| L'Hospital's Rule | $\lim \frac{f}{g} = \lim \frac{f'}{g'}$ | Only for indeterminate $\frac{0}{0}$ or $\frac{\infty}{\infty}$ forms |
| Limit at Infinity (Rational) | Divide by highest power of $x$ | For $\lim_{x \to \pm \infty} \frac{P(x)}{Q(x)}$ where $P,Q$ are polynomials |
| Non-Indeterminate $\frac{c}{0}$ | Limit is $\pm\infty$ or DNE | When numerator approaches non-zero $c$, denominator approaches $0$ |

## What's next

Mastering limit procedure selection is the foundational prerequisite for all of calculus, starting with the definition of the derivative, which is itself a limit of a difference quotient. Every derivative shortcut you use comes from simplifying a limit to derive the rule, so if you cannot select the right method for limits, you will struggle to connect the formal definition of the derivative to practical calculation. Next, you will apply your limit skills to define continuity at a point, identify different types of discontinuities, and analyze the end behavior of functions. Later in the course, limits are used to evaluate improper integrals and calculate areas under infinite curves, which are regularly tested on the AP exam.

- [Squeeze Theorem](https://www.owlsprep.com/study/ap-calculus-ab-u1-squeeze-theorem/)
- [Connecting multiple representations of limits](https://www.owlsprep.com/study/ap-calculus-ab-u1-connecting-multiple-representations-of-limits/)
- [Exploring types of discontinuities](https://www.owlsprep.com/study/ap-calculus-ab-u1-exploring-types-of-discontinuities/)

---

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-ab-u1-selecting-procedures-for-determining-limits/
