Free for students · Ad-free · WCAG 2.1 AA Compliant · Accessibility

Connecting Multiple Representations of Limits

Lesson ~9 min read

In simple terms: 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.

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)];
This flowchart shows the process for finding a limit by connecting multiple representations. It begins with the problem, then branches into three paths for Graph, Table, or Equation. All paths lead to a decision diamond that asks if the left and right approaches agree, resulting in either the limit's value or a conclusion that the limit does not exist.

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 left
    Start on the curve somewhere to the left of x = c and move along the path toward c. What y-value are you getting closer and closer to?
  • From the right
    Do 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.

A graph with a hole at (2, 4) and a point at (2, 1). The limit as x approaches 2 is 4, not 1.

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.

  1. 1
    From the Equation
    • Left-hand limit: lim (x+2) as x -> 2⁻ = 2 + 2 = 4
    • Right-hand limit: lim (2x) as x -> 2⁺ = 2(2) = 4 Since the left and right limits match, the overall limit is 4.
  2. 2
    From the Graph
    If 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.
  3. 3
    From a Table
    A table would show values like f(1.999) = 3.999 and f(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

Example 1

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:

  1. 1
    State the Goal
    We need to find the limit of g(x) as x approaches 1. This means we must check the behavior from both the left and the right.
  2. 2
    Analyze the Left-Hand Limit (x → 1⁻)
    • Using the Graph
      Tracing 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 Table
      Look 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 Left
      Both representations agree. lim g(x) as x → 1⁻ = 3.
  3. 3
    Analyze the Right-Hand Limit (x → 1⁺)
    • Using the Graph
      Tracing the curve from the right of x=1, we are on a horizontal line at y=-2. The path is approaching the y-value of -2.
    • Using the Table
      Look 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 Right
      Both representations agree. lim g(x) as x → 1⁺ = -2.
  4. 4
    Compare 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.

Example 2

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:

  1. 1
    Identify the Problem
    We need the limit at x=2. The graph isn't reliable here, so we must rely on the analytical representation (the equation). Direct substitution of x=2 into 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.
  2. 2
    Re-express the Function
    We can factor the numerator to see if there's a common factor with the denominator. x^2 + x - 6 factors into (x+3)(x-2). So, f(x) = (x+3)(x-2) / (x-2).
  3. 3
    Simplify and Analyze
    For any value of x not equal to 2, the (x-2) terms cancel out. This leaves us with a simplified function that is identical to f(x) everywhere except at the point of interest. f(x) = x + 3, for x ≠ 2. This tells us that the graph of f(x) is the line y = x + 3 with a hole at x=2.
  4. 4
    Calculate the Limit
    Now we can find the limit by substituting x=2 into 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?