Connecting Multiple Representations of Limits
Why this matters
Imagine you and your friends Maya and Carlos are trying to figure out the peak popularity of a new video game. You have a graph showing the number of players over the first month. Maya has a spreadsheet with the exact player count at specific times each day. Carlos has a mathematical function that models the player growth.
Separately, your information is useful. But to pinpoint the exact moment the game's growth started to level off (the limit), you need to combine all three pieces of information. The graph shows the shape, the spreadsheet gives you precise data points, and the function gives you the underlying rule.
In calculus, we do the same thing. We connect graphs, tables, and equations to get the full story of a limit. This lesson will show you how to be a detective, using all the clues to solve the case.
Concept overview
flowchart TD
A[Find lim f(x) as x->c] --> B{What info is given?};
B --> C[Graph];
B --> D[Table];
B --> E[Equation];
C --> F[Trace path from left and right toward x=c];
D --> G[Check y-values as x gets closer to c from both sides];
E --> H[Try direct substitution. If 0/0, use algebra to simplify.];
F --> I{Do left & right approaches agree?};
G --> I;
H --> I;
I -- Yes --> J[Limit is the value L they approach];
I -- No --> K[Limit Does Not Exist (DNE)];
Core explanation
In AP Calculus, a problem won't always hand you a simple function and ask you to find the limit. The exam will test your ability to synthesize information from different sources. Think of it like being a detective at a crime scene. You have three key witnesses: the Graph, the Table, and the Equation. Each one tells the story of the function's behavior, but in a different way. Your job is to make them all agree.
The Three Witnesses: Graph, Table, and Equation
Let's break down what each "witness" tells you about the limit of a function f(x) as x approaches some value c.
1. The Graph (The Visual Sketch)
A graph gives you the big picture. To find lim f(x) as x approaches c, you are tracing the curve with your finger from both sides of c.
- From the leftStart on the curve somewhere to the left of
x = cand move along the path towardc. What y-value are you getting closer and closer to? - From the rightDo the same, but start from the right of
x = c. What y-value are you approaching now?
If both paths are heading toward the same y-value, let's call it L, then the limit is L.
Analogy: The Broken Bridge
Imagine two sides of a road leading to a bridge that has a single plank missing right in the middle at x = c. The limit is the height where the two sides of the bridge would have met. It doesn't matter if the plank is missing (a hole in the graph) or if there's a random floating platform at a different height (a displaced point f(c)). The limit is the intended destination of the road.

In the image above, as you approach x=2 from both the left and the right, the path is heading toward y=4. So, the limit is 4. The actual value of the function, f(2), is 1, but that doesn't affect the limit.
2. The Table (The Precise Data)
A table of values gives you numerical evidence. It's like a logbook of the function's position at specific points. To find the limit as x approaches c, you look at x-values that are getting progressively closer to c from both below and above.
| x | f(x) |
|---|---|
| 1.9 | 3.9 |
| 1.99 | 3.99 |
| 1.999 | 3.999 |
| 2.0 | ??? |
| 2.001 | 4.001 |
| 2.01 | 4.01 |
| 2.1 | 4.1 |
Looking at this table, as x gets closer to 2 from the left (1.9, 1.99, 1.999), the f(x) values are clearly approaching 4. As x gets closer to 2 from the right (2.1, 2.01, 2.001), the f(x) values are also approaching 4. Since both sides agree, the numerical evidence strongly suggests the limit is 4.
3. The Equation (The Governing Rule)
The equation, or the analytical representation, gives you the underlying rule. This is what you've likely worked with most so far. For a function like f(x) = (x^2 - 4) / (x - 2), you can't just plug in x=2 because you'd get 0/0.
Instead, you use algebra to find a re-expression of the function that reveals its features—this is exactly what Skill 2.C is about.
f(x) = (x - 2)(x + 2) / (x - 2)
For any x that is not equal to 2, we can cancel the (x-2) terms:
f(x) = x + 2, for x ≠ 2
This new expression is the same as the original everywhere except at x=2. Now, we can find the limit by substituting x=2 into the simplified form:
lim (x + 2) as x -> 2 = 2 + 2 = 4
The equation confirms what the graph and table told us: the limit is 4.
Connecting the Representations
The real power comes when you use them together. An AP question might give you a piecewise function and its graph, then ask for a limit.
| x + 2, if x < 2
f(x) =| 1, if x = 2
| 2x, if x > 2
Let's find the limit as x approaches 2.
- 1From the Equation
- Left-hand limit:
lim (x+2) as x -> 2⁻ = 2 + 2 = 4 - Right-hand limit:
lim (2x) as x -> 2⁺ = 2(2) = 4Since the left and right limits match, the overall limit is 4.
- Left-hand limit:
- 2From the GraphIf you were to sketch this, you'd see a line segment ending at a hole at
(2, 4), a single dot at(2, 1), and another line segment starting from another hole at(2, 4). Visually, both sides of the graph are heading toward a y-value of 4. - 3From a TableA table would show values like
f(1.999) = 3.999andf(2.001) = 4.002, both honing in on 4.
All three representations tell the same story and lead to the same conclusion: the limit is 4. Your goal is to become so comfortable with this that you can pick whichever representation is most efficient, or use a second one to double-check your work.
Worked examples
Piecewise Function with Graph and Table
Problem: The function g(x) is defined by the graph below and the table of values. Determine lim g(x) as x approaches 1.
(Graph shows a curve approaching y=3 as x approaches 1 from the left, with a hole at (1,3). From the right, it's a horizontal line at y=-2, starting at (1,-2) with a solid dot.)
| x | g(x) |
|---|---|
| 0.9 | 2.85 |
| 0.99 | 2.99 |
| 0.999 | 2.998 |
| 1.0 | -2 |
| 1.001 | -2.0 |
| 1.01 | -2.0 |
| 1.1 | -2.0 |
Solution Walkthrough:
- 1State the GoalWe need to find the limit of
g(x)asxapproaches 1. This means we must check the behavior from both the left and the right. - 2Analyze the Left-Hand Limit (x → 1⁻)
- Using the GraphTracing the curve from the left of
x=1, the path is clearly rising toward the y-value of 3. There's a hole there, but that's where the path is headed. So, the graph suggests the left-hand limit is 3. - Using the TableLook at the x-values less than 1 (0.9, 0.99, 0.999). The corresponding
g(x)values are 2.85, 2.99, and 2.998. These numbers are getting closer and closer to 3. - Conclusion for the LeftBoth representations agree.
lim g(x) as x → 1⁻ = 3.
- Using the Graph
- 3Analyze the Right-Hand Limit (x → 1⁺)
- Using the GraphTracing the curve from the right of
x=1, we are on a horizontal line aty=-2. The path is approaching the y-value of -2. - Using the TableLook at the x-values greater than 1 (1.1, 1.01, 1.001). The corresponding
g(x)values are all -2.0. These are not just approaching -2; they are -2. - Conclusion for the RightBoth representations agree.
lim g(x) as x → 1⁺ = -2.
- Using the Graph
- 4Compare and Conclude
- The left-hand limit is 3.
- The right-hand limit is -2.
- Since
3 ≠ -2, the left- and right-hand limits do not match.
Final Answer: lim g(x) as x approaches 1 does not exist.
Finding a Limit from Disparate Information
Problem: Let f(x) = (x^2 + x - 6) / (x - 2). A graph of f(x) is provided, but it is smudged around x=2. Use the function's equation to determine lim f(x) as x approaches 2.
Solution Walkthrough:
- 1Identify the ProblemWe need the limit at
x=2. The graph isn't reliable here, so we must rely on the analytical representation (the equation). Direct substitution ofx=2into the function gives(4 + 2 - 6) / (2 - 2) = 0/0. This is an indeterminate form, which is a clue that we need to do some algebra. - 2Re-express the FunctionWe can factor the numerator to see if there's a common factor with the denominator.
x^2 + x - 6factors into(x+3)(x-2). So,f(x) = (x+3)(x-2) / (x-2). - 3Simplify and AnalyzeFor any value of
xnot equal to 2, the(x-2)terms cancel out. This leaves us with a simplified function that is identical tof(x)everywhere except at the point of interest.f(x) = x + 3, forx ≠ 2. This tells us that the graph off(x)is the liney = x + 3with a hole atx=2. - 4Calculate the LimitNow we can find the limit by substituting
x=2into our simplified expression.lim (x+3) as x → 2 = 2 + 3 = 5.
Final Answer: lim f(x) as x approaches 2 is 5. The equation allowed us to find the exact y-coordinate of the hole that was smudged on the graph. This is a perfect example of using one representation to clarify another.
Try it yourself
Problem 1
You are given information about two functions, f(x) and h(x).
The graph of f(x) is a parabola opening upwards with its vertex at (2, -1).
The function h(x) is represented by the table below:
| x | h(x) |
|---|---|
| 1.9 | 4.7 |
| 1.99 | 4.97 |
| 1.999 | 4.997 |
| 2.0 | 8 |
| 2.001 | 5.003 |
| 2.01 | 5.03 |
| 2.1 | 5.3 |
What is lim [f(x) + h(x)] as x approaches 2?
Problem 2
Consider the function k(x) = |x - 3| / (x - 3).
Determine lim k(x) as x approaches 3. Justify your answer by considering the left- and right-hand limits. How would a graph and a table of values support your conclusion?
In simple terms, this topic is about understanding how a single limit can be represented in three ways—as a graph, a table of values, or an equation—and how to use clues from each to find the answer.
| x + 2, if x < 2
f(x) =| 1, if x = 2
| 2x, if x > 2
flowchart TD
A[Find lim f(x) as x->c] --> B{What info is given?};
B --> C[Graph];
B --> D[Table];
B --> E[Equation];
C --> F[Trace path from left and right toward x=c];
D --> G[Check y-values as x gets closer to c from both sides];
E --> H[Try direct substitution. If 0/0, use algebra to simplify.];
F --> I{Do left & right approaches agree?};
G --> I;
H --> I;
I -- Yes --> J[Limit is the value L they approach];
I -- No --> K[Limit Does Not Exist (DNE)];
Read what Saavi narrates
(gentle, warm music starts and fades to background)
Hello and welcome to Shrutam. I'm Saavi, and today we're going to talk about connecting the dots with limits.
Imagine you're working on a project with a couple of friends. You have a graph of some data, your friend Maya has a spreadsheet with numbers, and your other friend Carlos has an equation that models the data. To really understand what's going on, you can't just look at one piece of information, right? You have to bring them all together.
That's exactly what we're doing in this part of calculus. We're learning to be detectives, using three types of clues—graphs, tables, and equations—to find a limit. Each one gives us a different angle, and when they all point to the same answer, we know we've solved it.
Let's look at an example. Imagine we have a function called g of x, and we're given a graph and a table of its values. We want to find the limit as x approaches 1.
First, let's check the limit from the left side. On the graph, as we trace the curve from x-values less than 1, the path is heading up towards a y-value of 3. The table confirms this... at x equals 0.999, g of x is 2.998. It's getting really close to 3. So, our left-hand limit is 3.
Now, let's check from the right side. On the graph, for x-values greater than 1, the function is just a flat, horizontal line at y equals negative 2. The table confirms this, too... for x-values like 1.001 and 1.01, the g of x value is exactly negative 2. So, our right-hand limit is negative 2.
So, what's the overall limit? This is the most important step. The left side is heading to 3, but the right side is heading to negative 2. Since they aren't going to the same place, the limit does not exist.
And this brings up the most common mistake I see. Students will look at the table, see that the value of g of 1 is negative 2, and say the limit is negative 2. But remember, the limit is not about the destination, it's about the journey. It's about the path the function is on from both sides.
When you're faced with these problems, take a deep breath. Look at the clues you're given. Check the left. Check the right. See if they agree. You have all the tools you need to piece the story together. You've got this.
(gentle music fades in)
The limit is the *intended* y-value based on the path of the function, not the actual value at the point, which could be defined differently or not at all.
Always trace the path from the left and the right. The limit is where those paths are heading, regardless of what happens exactly *at* the x-value.
A limit only exists if the left-hand limit EQUALS the right-hand limit. You've only done half the work.
Always calculate both the left-hand limit (`x → c⁻`) and the right-hand limit (`x → c⁺`). If they match, that's your limit. If they don't, the limit does not exist.
For a limit to exist, it must approach a specific, finite number. Infinity is not a number. Saying the limit is `∞` is a way of describing the function's unbounded behavior, but the formal limit does not exist.
If `f(x)` approaches `∞` or `-∞` as `x` approaches `c`, state that the limit *does not exist* (DNE).
The table is showing a trend. The values are closing in on 6 from both sides. The gap at `x=3` is expected and irrelevant.
Look at the *trend* of the y-values as the x-values get closer to `c`. What number are they squeezing toward?
Calculators have limited pixel resolution. They may not show a tiny hole or might draw a vertical line for an asymptote.
Use the graph for intuition, but trust the algebra. If the function is `f(x) = (x-1)/(x-1)`, the algebra tells you it's `y=1` with a hole at `x=1`, even if the graph looks like a solid line.