1. Limits and Continuity

Determining Limits Using Algebraic Properties Of Limits

Determining Limits Using Algebraic Properties of Limits

students, imagine you are watching a video clip of a runner approaching a finish line. Even if the runner never actually steps on the line, you can still predict where they are headed. In calculus, a limit works the same way: it tells us the value a function is approaching as the input gets close to a number. ๐Ÿƒโ€โ™‚๏ธ๐Ÿ“ˆ In this lesson, you will learn how to determine limits using algebraic properties of limits, which are some of the most useful tools in AP Calculus BC.

By the end of this lesson, you should be able to:

  • explain the main ideas and vocabulary behind algebraic limit properties,
  • use those properties to evaluate limits efficiently,
  • recognize when algebra alone is enough and when another method is needed,
  • connect these ideas to continuity and other parts of limits and continuity,
  • support answers with clear mathematical reasoning.

What a Limit Is and Why Algebra Helps

A limit describes the output a function is getting close to as the input approaches a certain value. We write this as $\lim_{x \to a} f(x) = L$, which means that when $x$ gets close to $a$, the values of $f(x)$ get close to $L$.

Algebraic properties of limits help us break complicated expressions into smaller parts. This matters because many AP Calculus BC limit problems are designed so that a direct substitution gives an indeterminate form like $\frac{0}{0}$, but the limit still exists after simplification. For example, if a function is built from simpler functions, we can often find its limit by finding the limits of the parts and then combining them.

The big idea is this: if we know how each piece behaves near a point, then we can determine how the whole expression behaves near that point. This is like knowing the speed of each part of a moving machine before predicting how the entire machine moves. โš™๏ธ

Core Limit Laws You Need to Know

The algebraic properties of limits are often called limit laws. They let you evaluate limits using the limits of simpler functions.

If $\lim_{x \to a} f(x) = L$ and $\lim_{x \to a} g(x) = M$, then:

  • $\lim_{x \to a} [f(x) + g(x)] = L + M$
  • $\lim_{x \to a} [f(x) - g(x)] = L - M$
  • $\lim_{x \to a} [c\,f(x)] = cL$ for any constant $c$
  • $\lim_{x \to a} [f(x)g(x)] = LM$
  • $\lim_{x \to a} \frac{f(x)}{g(x)} = \frac{L}{M}$, provided $M \neq 0$
  • $\lim_{x \to a} [f(x)]^n = L^n$ for any positive integer $n$
  • $\lim_{x \to a} \sqrt[n]{f(x)} = \sqrt[n]{L}$ when the root is defined

There are also important special limits:

  • $\lim_{x \to a} c = c$ for a constant $c$
  • $\lim_{x \to a} x = a$

These rules are powerful because they let you evaluate many limits directly by substitution. If a function is continuous at $x=a$, then $\lim_{x \to a} f(x) = f(a)$. So for polynomials, many rational functions that are defined at the point, and other continuous expressions, you can often just plug in the value.

For example, consider $\lim_{x \to 3} (2x^2 - 5x + 1)$. Because polynomials are continuous everywhere, substitute $x=3$:

$$2(3)^2 - 5(3) + 1 = 18 - 15 + 1 = 4$$

So the limit is $4$.

Using Substitution and Recognizing When It Works

A major goal in this lesson is to know when direct substitution works. If the expression is continuous at the target value, substitution gives the correct limit. This includes:

  • polynomials,
  • rational functions where the denominator is not $0$ at the point,
  • many root and power expressions when the inside stays in the domain,
  • combinations of continuous functions.

Example: Find $\lim_{x \to 2} \frac{x^2+1}{x+3}$.

Since the denominator at $x=2$ is $2+3=5$, not $0$, substitute directly:

$$\frac{2^2+1}{2+3} = \frac{5}{5} = 1$$

But substitution does not always work. Consider $\lim_{x \to 1} \frac{x^2-1}{x-1}$. Direct substitution gives $\frac{0}{0}$, which is not a number. This means the expression must be simplified before evaluating the limit.

Factoring helps:

$$\frac{x^2-1}{x-1} = \frac{(x-1)(x+1)}{x-1} = x+1 \quad \text{for } x \neq 1$$

Now evaluate the simplified expression:

$$\lim_{x \to 1} (x+1) = 2$$

This shows an important AP skill: the limit can exist even when the function is undefined at the point itself. The value at the point and the limit at the point are related, but they are not always the same thing.

Algebraic Strategies for Harder Limits

When direct substitution fails, use algebra to rewrite the expression. Common strategies include factoring, rationalizing, and combining fractions.

1. Factoring

Use factoring when the numerator and denominator share a common factor that causes the $\frac{0}{0}$ form.

Example:

$$\lim_{x \to 4} \frac{x^2-16}{x-4}$$

Factor the numerator:

$$x^2-16 = (x-4)(x+4)$$

Then simplify:

$$\frac{(x-4)(x+4)}{x-4} = x+4$$

So,

$$\lim_{x \to 4} \frac{x^2-16}{x-4} = 8$$

2. Rationalizing

If square roots are involved, multiply by the conjugate.

Example:

$$\lim_{x \to 0} \frac{\sqrt{x+1}-1}{x}$$

Direct substitution gives $\frac{0}{0}$, so multiply top and bottom by the conjugate:

$$\frac{\sqrt{x+1}-1}{x} \cdot \frac{\sqrt{x+1}+1}{\sqrt{x+1}+1}$$

The numerator becomes:

$$\left(\sqrt{x+1}-1\right)\left(\sqrt{x+1}+1\right)=x+1-1=x$$

So the expression simplifies to:

$$\frac{x}{x(\sqrt{x+1}+1)} = \frac{1}{\sqrt{x+1}+1}$$

Now substitute $x=0$:

$$\frac{1}{\sqrt{1}+1} = \frac{1}{2}$$

3. Common Denominators

Sometimes a limit involves fractions within fractions or sums of rational expressions. Combine them carefully.

Example:

$$\lim_{x \to 2} \left(\frac{1}{x-1} - \frac{1}{x+1}\right)$$

Find a common denominator:

$$\frac{(x+1) - (x-1)}{(x-1)(x+1)} = \frac{2}{x^2-1}$$

Now substitute $x=2$:

$$\frac{2}{4-1} = \frac{2}{3}$$

These techniques turn a difficult limit into a simpler one. Think of algebra as cleaning a foggy window so you can see where the function is going. ๐ŸชŸ

Properties That Help with Infinite Limits and Domains

Algebraic limit laws also help when investigating behavior near values where a function is not defined or where the values grow without bound.

For example, consider

$$\lim_{x \to 0} \frac{1}{x^2}$$

As $x$ gets closer to $0$, $x^2$ becomes very small but remains positive, so the fraction becomes very large. The expression does not approach a finite number; instead it increases without bound. In AP Calculus, this is written as

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

which describes unbounded growth, not a regular real-number limit.

Algebraic properties also matter for limits at infinity. For rational functions, compare the highest powers in the numerator and denominator.

Example:

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

Divide numerator and denominator by $x^2$:

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

As $x \to \infty$, the fractions with $\frac{1}{x^2}$ go to $0$, so the limit is

$$\frac{3}{5}$$

This shows a horizontal asymptote of $y=\frac{3}{5}$.

How This Connects to Continuity

A function is continuous at $x=a$ when three things are true:

  1. $f(a)$ is defined,
  2. $\lim_{x \to a} f(x)$ exists,
  3. $\lim_{x \to a} f(x) = f(a)$.

Algebraic properties of limits help us check the second condition. If the limit exists and matches the function value, the function is continuous there. If not, there may be a removable discontinuity, a jump, or another break.

Example:

$$f(x)=\frac{x^2-1}{x-1}$$

The simplified form is $x+1$ for $x \neq 1$, so

$$\lim_{x \to 1} f(x) = 2$$

But $f(1)$ is undefined, so the function is not continuous at $x=1$. If we define a new function $g(x)$ by setting $g(1)=2$, then $g$ becomes continuous at $x=1$.

This idea is important in AP Calculus BC because continuity is often the gateway to other theorems and methods later in the course.

Conclusion

students, determining limits using algebraic properties of limits is one of the most useful skills in AP Calculus BC. These properties let you break complicated expressions into simpler parts, use substitution when possible, and simplify expressions when direct evaluation fails. The most common strategies are factoring, rationalizing, and combining fractions. These tools are not just about finding answers quicklyโ€”they also help you understand continuity, asymptotes, and how functions behave near important values. Mastering these algebraic methods will make later topics in limits and continuity much easier. โœ…

Study Notes

  • A limit describes the value a function approaches as $x$ approaches a number.
  • Limit laws let you compute limits by combining limits of smaller parts.
  • If a function is continuous at a point, then direct substitution works there.
  • Polynomials are continuous everywhere.
  • Rational functions are continuous wherever their denominators are not $0$.
  • A $\frac{0}{0}$ result means the limit may still exist, but algebraic simplification is needed.
  • Common strategies are factoring, rationalizing, and finding common denominators.
  • A limit can exist even if the function is undefined at that point.
  • Continuity at $x=a$ requires $f(a)$ to be defined, $\lim_{x \to a} f(x)$ to exist, and those two values to be equal.
  • Limits at infinity help describe horizontal asymptotes.
  • Some limits grow without bound, written with $\infty$, which is not a finite real number.
  • Algebraic properties of limits are foundational for many AP Calculus BC problems in limits and continuity.

Practice Quiz

5 questions to test your understanding