Defining Limits and Using Limit Notation
Welcome, students 🌟 In this lesson, you will learn what a limit means, why it matters in calculus, and how to write limits correctly using notation. Limits are one of the main ideas in AP Calculus AB because they help us study what happens to a function near a point, even when the function itself may not be defined there. That makes limits powerful for understanding change, motion, and real-world situations like speed, temperature, and population growth.
Learning objectives:
- Explain the main ideas and vocabulary behind limits and limit notation.
- Use correct notation to describe limits from graphs, tables, and formulas.
- Connect limit notation to the broader study of limits and continuity.
- Recognize when a limit exists and when it does not.
- Use examples to justify limit statements in AP Calculus AB.
What a Limit Really Means
A limit describes the value that a function approaches as the input gets close to some number. The key word is approaches. A limit is not always the actual function value at that point. In fact, a limit can exist even if the function is not defined at the point at all. That is one reason limits are so useful in calculus ✨
When we write
$$\lim_{x \to a} f(x) = L$$
we say that as $x$ gets close to $a$, the values of $f(x)$ get close to $L$. Here:
- $x$ is the input variable,
- $a$ is the number $x$ is approaching,
- $f(x)$ is the output,
- $L$ is the limit value.
This notation is read as “the limit of $f(x)$ as $x$ approaches $a$ is $L$.”
Think of walking toward a door 🚪 You may stop near it, step back, or never actually touch it, but the door is still the place you are approaching. A limit describes the destination you are heading toward, not necessarily the place you stand on.
Understanding Limit Notation
Limit notation is a compact way to communicate a lot of information. In AP Calculus AB, you need to recognize and use it carefully.
The general form is
$$\lim_{x \to a} f(x) = L$$
This means:
- $x$ is approaching $a$,
- the function values $f(x)$ are approaching $L$.
The arrow in $x \to a$ does not mean “equals.” It means “gets close to.” That difference is important. For example, if someone writes $x \to 3$, they mean $x$ is approaching $3$, not that $x$ has become $3$.
Sometimes the limit notation includes direction:
$$\lim_{x \to a^-} f(x)$$
means the left-hand limit, where $x$ approaches $a$ from values less than $a$.
$$\lim_{x \to a^+} f(x)$$
means the right-hand limit, where $x$ approaches $a$ from values greater than $a$.
These directional limits help us check whether a two-sided limit exists. If the left-hand and right-hand limits are different, then
$$\lim_{x \to a} f(x)$$
does not exist.
Example: Suppose a graph approaches $2$ from the left and $5$ from the right at $x=4$. Then
$$\lim_{x \to 4^-} f(x)=2$$
and
$$\lim_{x \to 4^+} f(x)=5$$
so
$$\lim_{x \to 4} f(x)$$
does not exist.
Limits from Graphs, Tables, and Formulas
Limits can be found from different representations, and AP Calculus often asks you to move between them.
From a graph
Look at the values of the graph as $x$ gets close to the target value. You do not have to care whether the point is filled in or open unless you are asked about the actual function value. The limit is about the trend of the graph near the point.
For example, if the graph approaches the height $3$ from both sides as $x$ approaches $2$, then
$$\lim_{x \to 2} f(x)=3$$
Even if $f(2)=1$, the limit can still be $3$. This shows that the function value and the limit value do not always match.
From a table
A table gives numerical evidence. If values of $f(x)$ near $x=1$ look like this:
- $f(0.9)=1.8$
- $f(0.99)=1.98$
- $f(1.01)=2.02$
- $f(1.1)=2.2$
then it is reasonable to conclude that
$$\lim_{x \to 1} f(x)=2$$
A table shows the trend, but it may not prove the exact limit by itself unless the pattern is clear.
From a formula
Sometimes substitution works directly. If a function is continuous at the point, then the limit is found by plugging in the value.
For example, if
$$f(x)=x^2+1$$
then
$$\lim_{x \to 3} (x^2+1)=3^2+1=10$$
This works because polynomials are continuous everywhere. But not every function is that simple. Sometimes direct substitution gives an undefined expression like
$$\frac{0}{0}$$
That does not mean the limit does not exist. It means more work is needed, such as factoring or simplifying.
Example:
$$\lim_{x \to 2} \frac{x^2-4}{x-2}$$
Direct substitution gives
$$\frac{2^2-4}{2-2}=\frac{0}{0}$$
Factor the numerator:
$$x^2-4=(x-2)(x+2)$$
So for $x \ne 2$,
$$\frac{x^2-4}{x-2}=x+2$$
Now the limit is
$$\lim_{x \to 2} \frac{x^2-4}{x-2}=\lim_{x \to 2} (x+2)=4$$
When a Limit Exists and When It Does Not
For a two-sided limit to exist, the left-hand and right-hand limits must both exist and must be equal. In symbols,
$$\lim_{x \to a^-} f(x)=\lim_{x \to a^+} f(x)=L$$
Then
$$\lim_{x \to a} f(x)=L$$
If the values from the two sides do not match, the two-sided limit does not exist.
A limit may also fail to exist if the function grows without bound near the point. For example, if $f(x)$ becomes larger and larger as $x$ approaches $a$, then we may write
$$\lim_{x \to a} f(x)=\infty$$
or
$$\lim_{x \to a} f(x)=-\infty$$
These are called infinite limits. They describe behavior near vertical asymptotes and help us understand very large positive or negative output values.
For example,
$$\lim_{x \to 0^+} \frac{1}{x}=\infty$$
because as $x$ gets closer to $0$ from the positive side, $\frac{1}{x}$ grows without bound.
Why Limit Notation Matters in Continuity
Limits are the foundation of continuity. A function is continuous at a point when three things are true:
- $f(a)$ is defined,
- $\lim_{x \to a} f(x)$ exists,
- $\lim_{x \to a} f(x)=f(a)$.
This means the graph has no break, hole, or jump at $x=a$. So limit notation helps us test whether a function is smooth at a point.
If any one of these conditions fails, the function is not continuous at that point. For example, a hole may still have a limit, but the function is not continuous there if the point is missing or has the wrong value.
This connection matters because calculus uses limits to define ideas like slope at an instant and area under a curve. Without limits, many important calculus ideas would not be possible.
AP Calculus AB Skills and Common Mistakes
In AP Calculus AB, you should be able to explain limits in words, interpret them from graphs or tables, and use notation correctly. A strong answer shows both the correct limit statement and the reasoning behind it.
Common mistakes include:
- Confusing $f(a)$ with $\lim_{x \to a} f(x)$.
- Thinking the function must be defined at $x=a$ for the limit to exist.
- Ignoring the difference between left-hand and right-hand limits.
- Writing $x=a$ instead of $x \to a$ when describing a limit.
- Assuming a graph with a hole has no limit, even though it may still approach one value.
Example of careful reasoning: If a graph has an open circle at $(2,5)$ and the curve approaches that point from both sides, then
$$\lim_{x \to 2} f(x)=5$$
even if $f(2)$ is undefined. That is a classic limit idea you should recognize quickly on the exam 🧠
Conclusion
Limits describe what values a function approaches near a point, and limit notation gives us a precise way to write that idea. By reading and using expressions like
$$\lim_{x \to a} f(x)=L$$
you can interpret graphs, tables, and formulas more clearly. This lesson is one of the most important starting points in AP Calculus AB because limits lead directly to continuity, derivatives, and many advanced ideas. If you can explain the meaning of a limit and use the notation correctly, you have built a strong foundation for the rest of the course.
Study Notes
- A limit describes what $f(x)$ approaches as $x$ approaches a number.
- The notation
$$\lim_{x \to a} f(x)=L$$
means $f(x)$ approaches $L$ as $x$ approaches $a$.
- The value $f(a)$ and the limit $\lim_{x \to a} f(x)$ do not always have to be the same.
- A two-sided limit exists only if the left-hand and right-hand limits are equal.
- If
$$\lim_{x \to a^-} f(x) \ne \lim_{x \to a^+} f(x),$$
then
$$\lim_{x \to a} f(x)$$
does not exist.
- Limits can be found from graphs, tables, and formulas.
- Direct substitution works when the function is continuous at the point.
- An expression like $\frac{0}{0}$ means more work is needed; it is not the final answer.
- Infinite limits describe values that grow without bound, such as
$$\lim_{x \to 0^+} \frac{1}{x}=\infty$$
- Continuity depends on both the limit and the actual function value at the point.
- Limits are the starting point for major AP Calculus AB ideas, including continuity, derivatives, and asymptotes.
