1. Limits and Continuity

Selecting Procedures For Determining Limits

Selecting Procedures for Determining Limits

students, in AP Calculus AB, one of the most important skills is choosing the right method to find a limit. Limits describe what a function is approaching, even if the function is not defined at that exact point. That idea helps you study change near a point, which is the heart of calculus. 📘

Intro: Why procedure matters

When you see a limit problem, the first job is not always to calculate right away. Instead, you should ask: What kind of expression is this? Is direct substitution enough? Do I need to simplify? Should I use a graph, a table, or a special theorem? Choosing the best procedure saves time and reduces mistakes on tests.

Learning objectives for this lesson:

  • Explain the main ideas and terminology behind selecting procedures for determining limits.
  • Apply AP Calculus AB reasoning and procedures to limit problems.
  • Connect limit procedures to continuity, asymptotes, and behavior near a point.
  • Summarize how this lesson fits into the larger topic of Limits and Continuity.
  • Use examples and evidence to support limit choices.

A good calculator or graph can help, but AP Calculus AB expects you to know when algebra, reasoning, or theorem-based thinking is more powerful than technology. ✅

Start with the simplest check: direct substitution

The first procedure to try is often direct substitution. If a function is continuous at a point, then the limit equals the function value. For many polynomial, rational, root, and trigonometric expressions, plugging in the target number gives the answer immediately.

For example, if $f(x)=x^2+3x-1$, then

$$\lim_{x\to 2} f(x)=\lim_{x\to 2} (x^2+3x-1)=2^2+3(2)-1=9.$$

This works because polynomials are continuous everywhere. If the expression is built from continuous pieces and no denominator becomes zero, direct substitution is usually the best first move.

A common mistake is to stop too early. If substitution gives a number, you are done. But if it gives an undefined form like $\frac{0}{0}$, that is a signal to choose a different procedure. It does not mean the limit does not exist. It means the function needs more investigation.

Example:

$$\lim_{x\to 3} \frac{x^2-9}{x-3}$$

Direct substitution gives $\frac{0}{0}$, so the expression must be simplified.

When direct substitution fails: simplify first

If substitution creates $\frac{0}{0}$, the expression is often hiding the answer. In that case, simplify algebraically by factoring, canceling, rationalizing, or rewriting.

Factoring and canceling

For

$$\lim_{x\to 3} \frac{x^2-9}{x-3},$$

factor the numerator:

$$x^2-9=(x-3)(x+3).$$

Then

$$\frac{(x-3)(x+3)}{x-3}=x+3 \quad \text{for } x\ne 3.$$

Now substitute:

$$\lim_{x\to 3} \frac{x^2-9}{x-3}=\lim_{x\to 3}(x+3)=6.$$

This is a classic AP Calculus AB procedure. The original function is undefined at $x=3$, but the limit still exists because the values near $3$ approach $6$.

Rationalizing

Sometimes square roots cause the indeterminate form $\frac{0}{0}$. Example:

$$\lim_{x\to 0} \frac{\sqrt{x+4}-2}{x}.$$

Substitution gives $\frac{0}{0}$, so multiply by the conjugate:

$$\frac{\sqrt{x+4}-2}{x}\cdot \frac{\sqrt{x+4}+2}{\sqrt{x+4}+2}=\frac{x}{x(\sqrt{x+4}+2)}=\frac{1}{\sqrt{x+4}+2}.$$

Now the limit is

$$\lim_{x\to 0} \frac{1}{\sqrt{x+4}+2}=\frac{1}{4}.$$

Common purpose of simplification

Simplifying is useful when the function has a removable discontinuity, which is a hole in the graph. The limit may still exist even if the function value does not.

Use graphs and tables when visual reasoning helps

Not every limit problem is best attacked with algebra first. Sometimes a graph or a table makes the behavior clearer, especially when the function is piecewise or too complicated to simplify quickly.

A graph shows the left-hand and right-hand behavior. If both sides move toward the same $y$-value, the limit likely exists. If they approach different values, the limit does not exist.

For example, consider a piecewise function:

$$f(x)=\begin{cases} x+1, & x<2 \\ 5, & x=2 \\ 7-x, & x>2 \end{cases}$$

As $x\to 2^-$, $f(x)\to 3$, and as $x\to 2^+$, $f(x)\to 5$. Since the one-sided limits are different,

$$\lim_{x\to 2} f(x) \text{ does not exist}.$$

A table can also reveal patterns. If the inputs get closer to the target from both sides and the outputs get close to one number, that supports a limit claim. Still, tables are evidence, not proof, unless the problem specifically asks for numerical approximation.

Graphing technology is especially helpful for checking behavior, but it should not replace understanding. If a graph seems to show a limit, you should still know why that is true.

One-sided limits and piecewise functions

Sometimes the problem asks for a left-hand limit or right-hand limit. This matters at sharp corners, jumps, and endpoints of intervals.

The left-hand limit is written as $\lim_{x\to a^-} f(x)$, and the right-hand limit is written as $\lim_{x\to a^+} f(x)$. These are important because a two-sided limit exists only when both one-sided limits exist and are equal.

At an endpoint, only one side may make sense. For example, if a function is defined on $[0,\infty)$, then $\lim_{x\to 0^+} f(x)$ may exist even though $\lim_{x\to 0^-} f(x)$ is not relevant.

This procedure is especially important for continuity questions, because continuity on an interval depends on how the function behaves at every interior point and at the endpoints.

Infinite limits and limits at infinity

Some limits do not approach a finite number. Instead, they grow without bound. This is called an infinite limit.

For example,

$$\lim_{x\to 0^+} \frac{1}{x}=\infty.$$

This means the values increase without bound as $x$ gets closer to $0$ from the right. The graph has a vertical asymptote at $x=0$.

Limits at infinity describe end behavior. For rational functions, compare the highest powers in the numerator and denominator. Example:

$$\lim_{x\to \infty} \frac{3x^2+1}{5x^2-4}=\frac{3}{5}.$$

The degrees are the same, so the ratio of leading coefficients gives the limit. If the numerator degree is smaller, the limit is $0$. If the numerator degree is larger, the function may grow without bound or approach an oblique asymptote.

Choosing the right procedure here means noticing the structure of the function. High-degree rational expressions often need division by the highest power or reasoning from dominant terms.

Special theorems: Squeeze Theorem and continuity ideas

Some limits are hard to compute directly, but they can be trapped between two easier functions. This is the idea of the Squeeze Theorem.

If

$$g(x)\le f(x)\le h(x)$$

and

$$\lim_{x\to a} g(x)=\lim_{x\to a} h(x)=L,$$

then

$$\lim_{x\to a} f(x)=L.$$

A common AP example is

$$\lim_{x\to 0} x^2\sin\left(\frac{1}{x}\right).$$

Because

$$-1\le \sin\left(\frac{1}{x}\right)\le 1,$$

multiplying by $x^2$ gives

$$-x^2\le x^2\sin\left(\frac{1}{x}\right)\le x^2.$$

Since both $\lim_{x\to 0}(-x^2)=0$ and $\lim_{x\to 0}x^2=0$, the Squeeze Theorem gives

$$\lim_{x\to 0} x^2\sin\left(\frac{1}{x}\right)=0.$$

Continuity is another key idea connected to procedure choice. A function is continuous at $x=a$ if three things are true: $f(a)$ exists, $\lim_{x\to a} f(x)$ exists, and these are equal. If you know a function is continuous, substitution is usually the best procedure.

The Intermediate Value Theorem also matters in the bigger picture. If a function is continuous on $[a,b]$ and a value lies between $f(a)$ and $f(b)$, then the function must hit that value somewhere in the interval. This theorem often supports reasoning about roots and solutions.

How to choose the best procedure on AP Calculus AB

When you face a limit, use this decision path:

  1. Try direct substitution.
  2. If you get $\frac{0}{0}$, simplify algebraically.
  3. If the expression has roots, consider rationalizing.
  4. If the function is piecewise, check one-sided limits.
  5. If the problem involves infinity or large $x$ values, look for asymptotic behavior.
  6. If the function oscillates or is hard to compute directly, consider the Squeeze Theorem.
  7. If a graph or table is given, use it to confirm the behavior.

This procedure is not random. It reflects the structure of the function. Strong calculus students look for clues in the expression before calculating. That strategy helps on free-response questions and multiple-choice items alike. 🧠

Conclusion

Selecting the right procedure for determining limits is a major part of AP Calculus AB because it combines algebra, graphs, and theorem-based reasoning. students, direct substitution works when the function is continuous. Simplification helps when substitution gives $\frac{0}{0}$. One-sided limits handle piecewise functions and endpoints. Infinite limits and limits at infinity describe unbounded behavior and asymptotes. The Squeeze Theorem helps with hard-to-evaluate expressions, and continuity ties everything together.

The main goal is not just to get an answer, but to explain why the method makes sense. That is the kind of reasoning AP Calculus values.

Study Notes

  • A limit describes what $f(x)$ approaches as $x$ gets close to a number, not necessarily what happens at that exact number.
  • Start with direct substitution whenever possible.
  • If substitution gives $\frac{0}{0}$, simplify by factoring, canceling, or rationalizing.
  • Use one-sided limits for piecewise functions, jumps, and endpoints.
  • A two-sided limit exists only if both one-sided limits exist and are equal.
  • Infinite limits such as $\lim_{x\to a} f(x)=\infty$ often indicate vertical asymptotes.
  • Limits at infinity describe end behavior and are useful for rational functions.
  • The Squeeze Theorem works when a function is trapped between two functions with the same limit.
  • A function is continuous at $x=a$ when $f(a)$ exists, $\lim_{x\to a} f(x)$ exists, and they are equal.
  • Continuity across an interval helps connect limit ideas to broader AP Calculus AB concepts like asymptotes and the Intermediate Value Theorem.

Practice Quiz

5 questions to test your understanding