1. Limits and Continuity

Defining Limits And Using Limit Notation

Defining Limits and Using Limit Notation

Introduction: Why Limits Matter 🌟

students, in calculus, a limit describes what a function is approaching near a certain input value, even if the function does not actually reach that value. This idea is one of the most important building blocks in AP Calculus BC because it helps explain motion, growth, and behavior at a single instant. For example, if a car’s speedometer changes every second, a limit can help describe the speed at exactly one second by looking at what happens just before and just after that moment.

In this lesson, you will learn how to interpret limit notation, understand what a limit means in words and symbols, and use the notation correctly in AP-style reasoning. You will also see how limits connect to continuity, derivative ideas later in calculus, and real-world situations where exact values are hard to measure but nearby values tell the story. 🎯

Objectives

  • Explain the meaning of a limit using words, graphs, tables, and notation.
  • Read and write limit notation correctly.
  • Distinguish between the value of a function and the limit of a function.
  • Use limit notation to describe behavior from the left, right, and both sides.
  • Connect limit ideas to continuity and the larger study of calculus.

What a Limit Really Means

A limit answers this question: What value does a function get close to as the input gets close to a number? In notation, we write this as $\lim_{x\to a} f(x)=L.$ This means that as $x$ approaches $a$, the values of $f(x)$ approach $L$.

Notice the wording carefully. The function does not have to equal $L$ when $x=a$. In fact, the function might not even be defined at $x=a$. The limit only cares about what happens near $a$, not necessarily at $a$. This is a major reason limits are powerful: they let us study behavior even when direct substitution fails.

For example, suppose $f(x)=\frac{x^2-1}{x-1}$. If you plug in $x=1$, the expression becomes $\frac{0}{0}$, which is undefined. But if you factor the numerator, you get $f(x)=\frac{(x-1)(x+1)}{x-1}=x+1 \quad \text{for } x\ne 1.$ So as $x$ gets close to $1$, $f(x)$ gets close to $2$. Therefore, $\lim_{x\to 1} \frac{x^2-1}{x-1}=2.$ This is a classic example of a limit existing even when the original formula is undefined at the target value.

Understanding Limit Notation

Limit notation gives precise language for describing approach behavior. The expression $\lim_{x\to a} f(x)=L$ has three parts:

  • $x\to a$: the input values are getting close to $a$.
  • $f(x)$: the output values of the function.
  • $L$: the value the outputs are approaching.

The variable $x$ is called the independent variable, and $f(x)$ is the dependent variable. In AP Calculus, the variable inside the limit symbol is the one changing, while the number after the arrow is the target value.

You may also see different forms of notation. For example:

  • $\lim_{x\to 3} f(x)$ means the limit as $x$ approaches $3$.
  • $\lim_{t\to 0} g(t)$ means the limit as $t$ approaches $0$.
  • $\lim_{h\to 0} \frac{f(x+h)-f(x)}{h}$ appears later in derivative ideas, where $h$ approaches $0$.

The letter used for the variable does not matter. The meaning stays the same whether the variable is $x$, $t$, $h$, or another symbol. What matters is the behavior near the target value.

A useful connection is that a limit can be thought of as an “approaching value,” while a function value is the actual output at a specific input. These are related but not always equal.

Left-Hand and Right-Hand Limits

Sometimes a function behaves differently depending on whether you approach from the left or the right. This leads to one-sided limits.

The left-hand limit is written as $\lim_{x\to a^-} f(x),$ and it means $x$ approaches $a$ from values smaller than $a$.

The right-hand limit is written as $\lim_{x\to a^+} f(x),$ and it means $x$ approaches $a$ from values larger than $a$.

A two-sided limit exists only if the left-hand and right-hand limits are both equal and finite. In symbols, $\lim_{x\to a} f(x)=L$ exists if and only if $\lim_{x\to a^-} f(x)=L$ and $\lim_{x\to a^+} f(x)=L.$ If the two one-sided limits are different, then the two-sided limit does not exist.

For example, consider a step-like graph where $f(x)=\begin{cases}1, & x<0 \\ 3, & x>0\end{cases}.$ Then $\lim_{x\to 0^-} f(x)=1$ and $\lim_{x\to 0^+} f(x)=3.$ Since these are not the same, $\lim_{x\to 0} f(x)$ does not exist.

This idea matters a lot in real life. Imagine entering a building with a temperature change at the door. The temperature you feel from outside may be very different from the temperature you feel from inside. A one-sided limit helps describe each side separately. 🌡️

Limit Behavior in Graphs, Tables, and Context

Limits can be identified from multiple representations, which is a major AP skill. On a graph, you can watch the $y$-values of a function as $x$ gets close to a target input. If the graph rises toward the same height from both sides, that height is the limit.

In a table, look at values of $x$ getting closer to a target from both sides. The corresponding outputs may appear to settle near one value. For example, if values of $x$ near $2$ produce function values like $3.9$, $3.99$, $4.01$, and $4.1$, then the limit is likely close to $4$.

In context, limits describe approaching quantities. Suppose a bacteria culture grows over time, and $P(t)$ is the population after $t$ hours. The expression $\lim_{t\to 5} P(t)$ means the population near the 5-hour mark. If a measurement is hard to take exactly at $t=5$, nearby values still help estimate the trend.

AP Calculus often asks you to justify limits from these representations. Your explanation should focus on what values the function approaches, not just on a single point value.

Important Facts About Existence and Common Mistakes

A limit may exist even if the function value at the target point is different. For example, if $f(2)=100$ but the values of $f(x)$ near $2$ approach $5$, then $\lim_{x\to 2} f(x)=5.$ This shows that the limit and the function value are separate ideas.

A limit may also fail to exist for several reasons:

  • The left- and right-hand limits are different.
  • The function grows without bound near the target, such as approaching infinity.
  • The function oscillates and never settles near one value.

One common mistake is thinking that if $f(a)$ exists, then $\lim_{x\to a} f(x)$ must equal $f(a)$. That is only true if the function is continuous at $a$. Another mistake is assuming a limit cannot exist when a function is undefined at the target. In fact, many limits exist even when the function has a hole.

Another important idea is that limits describe local behavior, not global behavior. A function may be wild far away from the point but still have a well-defined limit near the target.

How This Fits into Continuity and the Bigger Unit

Limits are the foundation of continuity. A function $f$ is continuous at $x=a$ when all three of these conditions are true:

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

So understanding limits is necessary before understanding continuity. If the limit does not exist, the function cannot be continuous there. If the limit exists but is not equal to the function value, the function is not continuous at that point either.

This lesson also prepares you for later calculus ideas, especially the derivative. The derivative uses a limit to measure instantaneous rate of change, which is just a more advanced version of the same “approaching” idea. That is why AP Calculus BC treats limit notation as a core language tool. It appears again in slope, speed, area, infinite series, and many other topics.

Conclusion

students, defining limits and using limit notation gives you the language to describe what a function is approaching near a point. The key idea is that limits focus on nearby values, not just the exact function value at the point. You learned how to interpret notation such as $\lim_{x\to a} f(x)=L$ and how to use one-sided limits to analyze behavior from the left and right. You also saw why limits matter for continuity, why a limit can exist even when a function is undefined at a point, and how limits connect to future AP Calculus BC topics. Limits are the bridge between algebraic formulas and the changing world described by calculus. 🚀

Study Notes

  • A limit describes what a function approaches as the input gets close to a target value.
  • The notation $\lim_{x\to a} f(x)=L$ means that as $x$ gets close to $a$, $f(x)$ gets close to $L$.
  • A limit does not require $f(a)$ to exist.
  • A two-sided limit exists only if the left-hand limit and right-hand limit are equal.
  • Left-hand limits use $\lim_{x\to a^-} f(x)$ and right-hand limits use $$\lim_{x\to a^+} f(x).$$
  • Limits can be found using graphs, tables, algebra, and context.
  • A removable discontinuity can still have a limit, even if the function has a hole.
  • Limits are the foundation of continuity and later derivative ideas.
  • For continuity at $a$, three things must happen: $f(a)$ exists, $\lim_{x\to a} f(x)$ exists, and they are equal.
  • In AP Calculus BC, careful use of notation and clear explanations are essential for full credit.

Practice Quiz

5 questions to test your understanding

Defining Limits And Using Limit Notation — AP Calculus BC | A-Warded